(4.7ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (2.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreatePosts (20130915095616)  (0.0ms) begin transaction  (0.2ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "content" text, "created_at" datetime, "updated_at" datetime)  SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20130915095616"]]  (2.1ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (4.2ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "content" text, "created_at" datetime, "updated_at" datetime)   (2.5ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (2.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (2.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20130915095616')  (5.0ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "content" text, "created_at" datetime, "updated_at" datetime)   (2.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (2.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (2.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130915095616') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Started GET "/" for 127.0.0.1 at 2013-09-16 11:33:53 +0300 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Rails::WelcomeController#index as HTML Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/railties-4.0.0/lib/rails/templates/rails/welcome/index.html.erb (1.0ms) Completed 200 OK in 5ms (Views: 4.8ms | ActiveRecord: 0.0ms) Started GET "/posts" for 127.0.0.1 at 2013-09-16 11:33:56 +0300 Processing by PostsController#index as HTML Completed 500 Internal Server Error in 4ms ActionView::MissingTemplate (Missing template posts/index, power_resource/base/index, application/index with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/home/jari/code/power_resource/spec/dummy/app/views" ): actionpack (4.0.0) lib/action_view/path_set.rb:46:in `find' actionpack (4.0.0) lib/action_view/lookup_context.rb:115:in `find' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:35:in `determine_template' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:8:in `render' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.0) lib/action_controller/metal/responder.rb:233:in `default_render' actionpack (4.0.0) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0.rc) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.0) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.0) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.0) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:7:in `index' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.0) lib/active_support/callbacks.rb:383:in `_run__1001956557359412115__process_action__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.0) lib/active_record/migration.rb:369:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__3017725533842221290__call__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.0) lib/rails/rack/logger.rb:21:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call' railties (4.0.0) lib/rails/engine.rb:511:in `call' railties (4.0.0) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.4ms) Started GET "/posts" for 127.0.0.1 at 2013-09-16 11:36:01 +0300 Processing by PostsController#index as HTML Completed 500 Internal Server Error in 1ms ActionView::MissingTemplate (Missing template posts/index, power_resource/base/index, application/index with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/home/jari/code/power_resource/spec/dummy/app/views" ): actionpack (4.0.0) lib/action_view/path_set.rb:46:in `find' actionpack (4.0.0) lib/action_view/lookup_context.rb:115:in `find' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:35:in `determine_template' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:8:in `render' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.0) lib/action_controller/metal/responder.rb:233:in `default_render' actionpack (4.0.0) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0.rc) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.0) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.0) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.0) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:7:in `index' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.0) lib/active_support/callbacks.rb:383:in `_run__1001956557359412115__process_action__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.0) lib/active_record/migration.rb:369:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__3017725533842221290__call__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.0) lib/rails/rack/logger.rb:21:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call' railties (4.0.0) lib/rails/engine.rb:511:in `call' railties (4.0.0) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.3ms) Started GET "/posts" for 127.0.0.1 at 2013-09-16 11:36:02 +0300 Processing by PostsController#index as HTML Completed 500 Internal Server Error in 1ms ActionView::MissingTemplate (Missing template posts/index, power_resource/base/index, application/index with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/home/jari/code/power_resource/spec/dummy/app/views" ): actionpack (4.0.0) lib/action_view/path_set.rb:46:in `find' actionpack (4.0.0) lib/action_view/lookup_context.rb:115:in `find' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:35:in `determine_template' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:8:in `render' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.0) lib/action_controller/metal/responder.rb:233:in `default_render' actionpack (4.0.0) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0.rc) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.0) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.0) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.0) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:7:in `index' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.0) lib/active_support/callbacks.rb:383:in `_run__1001956557359412115__process_action__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.0) lib/active_record/migration.rb:369:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__3017725533842221290__call__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.0) lib/rails/rack/logger.rb:21:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call' railties (4.0.0) lib/rails/engine.rb:511:in `call' railties (4.0.0) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.3ms) Started GET "/posts" for 127.0.0.1 at 2013-09-16 11:36:46 +0300 Processing by PostsController#index as HTML Completed 500 Internal Server Error in 1ms ActionView::MissingTemplate (Missing template posts/index, power_resource/base/index, application/index with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/home/jari/code/power_resource/spec/dummy/app/views" ): actionpack (4.0.0) lib/action_view/path_set.rb:46:in `find' actionpack (4.0.0) lib/action_view/lookup_context.rb:115:in `find' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:35:in `determine_template' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:8:in `render' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.0) lib/action_controller/metal/responder.rb:233:in `default_render' actionpack (4.0.0) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0.rc) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.0) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.0) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.0) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:7:in `index' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.0) lib/active_support/callbacks.rb:383:in `_run__1001956557359412115__process_action__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.0) lib/active_record/migration.rb:369:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__3017725533842221290__call__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.0) lib/rails/rack/logger.rb:21:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call' railties (4.0.0) lib/rails/engine.rb:511:in `call' railties (4.0.0) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.4ms) Started GET "/posts" for 127.0.0.1 at 2013-09-16 11:36:47 +0300 Processing by PostsController#index as HTML Completed 500 Internal Server Error in 1ms ActionView::MissingTemplate (Missing template posts/index, power_resource/base/index, application/index with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/home/jari/code/power_resource/spec/dummy/app/views" ): actionpack (4.0.0) lib/action_view/path_set.rb:46:in `find' actionpack (4.0.0) lib/action_view/lookup_context.rb:115:in `find' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:35:in `determine_template' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:8:in `render' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.0) lib/action_controller/metal/responder.rb:233:in `default_render' actionpack (4.0.0) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0.rc) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.0) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.0) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.0) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:7:in `index' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.0) lib/active_support/callbacks.rb:383:in `_run__1001956557359412115__process_action__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.0) lib/active_record/migration.rb:369:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__3017725533842221290__call__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.0) lib/rails/rack/logger.rb:21:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call' railties (4.0.0) lib/rails/engine.rb:511:in `call' railties (4.0.0) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.4ms) Started GET "/posts" for 127.0.0.1 at 2013-09-16 11:36:48 +0300 Processing by PostsController#index as HTML Completed 500 Internal Server Error in 1ms ActionView::MissingTemplate (Missing template posts/index, power_resource/base/index, application/index with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/home/jari/code/power_resource/spec/dummy/app/views" ): actionpack (4.0.0) lib/action_view/path_set.rb:46:in `find' actionpack (4.0.0) lib/action_view/lookup_context.rb:115:in `find' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:35:in `determine_template' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:8:in `render' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.0) lib/action_controller/metal/responder.rb:233:in `default_render' actionpack (4.0.0) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0.rc) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.0) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.0) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.0) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:7:in `index' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.0) lib/active_support/callbacks.rb:383:in `_run__1001956557359412115__process_action__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.0) lib/active_record/migration.rb:369:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__3017725533842221290__call__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.0) lib/rails/rack/logger.rb:21:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call' railties (4.0.0) lib/rails/engine.rb:511:in `call' railties (4.0.0) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.3ms) Started GET "/posts" for 127.0.0.1 at 2013-09-16 11:36:48 +0300 Processing by PostsController#index as HTML Completed 500 Internal Server Error in 1ms ActionView::MissingTemplate (Missing template posts/index, power_resource/base/index, application/index with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/home/jari/code/power_resource/spec/dummy/app/views" ): actionpack (4.0.0) lib/action_view/path_set.rb:46:in `find' actionpack (4.0.0) lib/action_view/lookup_context.rb:115:in `find' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:35:in `determine_template' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:8:in `render' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.0) lib/action_controller/metal/responder.rb:233:in `default_render' actionpack (4.0.0) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0.rc) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.0) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.0) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.0) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:7:in `index' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.0) lib/active_support/callbacks.rb:383:in `_run__1001956557359412115__process_action__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.0) lib/active_record/migration.rb:369:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__3017725533842221290__call__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.0) lib/rails/rack/logger.rb:21:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call' railties (4.0.0) lib/rails/engine.rb:511:in `call' railties (4.0.0) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.3ms) Started GET "/posts" for 127.0.0.1 at 2013-09-16 11:38:21 +0300 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (4.0ms) Completed 200 OK in 35ms (Views: 34.5ms | ActiveRecord: 0.3ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 11:38:21 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 11:38:21 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 11:38:21 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 11:38:21 +0300 Started GET "/posts" for 127.0.0.1 at 2013-09-16 11:41:00 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (0.8ms) Completed 200 OK in 4ms (Views: 3.6ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 11:41:00 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 11:41:00 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 11:41:00 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 11:41:00 +0300 Started GET "/posts" for 127.0.0.1 at 2013-09-16 11:58:19 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (1.1ms) Completed 200 OK in 5ms (Views: 3.8ms | ActiveRecord: 0.3ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 11:58:19 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 11:58:19 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 11:58:19 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 11:58:19 +0300 Started GET "/posts" for 127.0.0.1 at 2013-09-16 11:58:20 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (0.8ms) Completed 200 OK in 4ms (Views: 3.2ms | ActiveRecord: 0.1ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 11:58:20 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 11:58:20 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 11:58:20 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 11:58:20 +0300 Started GET "/posts" for 127.0.0.1 at 2013-09-16 12:01:18 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (0.7ms) Completed 200 OK in 3ms (Views: 2.9ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 12:01:18 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 12:01:18 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 12:01:18 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 12:01:18 +0300  (0.1ms) begin transaction SQL (1.5ms) INSERT INTO "posts" ("content", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["content", "bar"], ["created_at", Mon, 16 Sep 2013 09:01:43 UTC +00:00], ["title", "foo"], ["updated_at", Mon, 16 Sep 2013 09:01:43 UTC +00:00]]  (4.6ms) commit transaction  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "posts" ("content", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["content", "bar"], ["created_at", Mon, 16 Sep 2013 09:01:45 UTC +00:00], ["title", "foo"], ["updated_at", Mon, 16 Sep 2013 09:01:45 UTC +00:00]]  (4.4ms) commit transaction Started GET "/posts" for 127.0.0.1 at 2013-09-16 12:01:46 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (0.9ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (12.2ms) Completed 200 OK in 15ms (Views: 14.4ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 12:01:46 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 12:01:46 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 12:01:46 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 12:01:46 +0300 Started GET "/posts" for 127.0.0.1 at 2013-09-16 12:24:32 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (0.3ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (1.8ms) Completed 200 OK in 4ms (Views: 4.0ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 12:24:32 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 12:24:32 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 12:24:32 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 12:24:32 +0300 Started GET "/posts" for 127.0.0.1 at 2013-09-16 12:24:40 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (0.3ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (1.6ms) Completed 200 OK in 4ms (Views: 3.7ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 12:24:40 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 12:24:40 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 12:24:40 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 12:24:40 +0300 Started GET "/posts" for 127.0.0.1 at 2013-09-16 13:06:53 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (0.5ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (9.3ms) Completed 200 OK in 12ms (Views: 11.6ms | ActiveRecord: 0.4ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 13:06:53 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 13:06:53 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 13:06:53 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 13:06:53 +0300 Started GET "/posts/1/edit" for 127.0.0.1 at 2013-09-16 18:04:51 +0300 Processing by PostsController#edit as HTML Parameters: {"id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 500 Internal Server Error in 33ms ActionView::MissingTemplate (Missing template posts/edit, power_resource/base/edit, application/edit with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/home/jari/code/power_resource/spec/dummy/app/views" * "/home/jari/code/power_resource/app/views" ): actionpack (4.0.0) lib/action_view/path_set.rb:46:in `find' actionpack (4.0.0) lib/action_view/lookup_context.rb:115:in `find' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:35:in `determine_template' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:8:in `render' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.0) lib/action_controller/metal/responder.rb:233:in `default_render' actionpack (4.0.0) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0.rc) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.0) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.0) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.0) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:25:in `edit' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.0) lib/active_support/callbacks.rb:383:in `_run__230678935057665850__process_action__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.0) lib/active_record/migration.rb:369:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__3326016555475668060__call__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.0) lib/rails/rack/logger.rb:21:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call' railties (4.0.0) lib/rails/engine.rb:511:in `call' railties (4.0.0) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.3ms) Started GET "/posts/new" for 127.0.0.1 at 2013-09-16 18:04:55 +0300 Processing by PostsController#new as HTML Rendered /home/jari/code/power_resource/app/views/power_resource/base/new.html.erb within layouts/application (5.1ms) Completed 500 Internal Server Error in 7ms ActionView::Template::Error (Missing partial posts/form, power_resource/base/form, application/form with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/home/jari/code/power_resource/spec/dummy/app/views" * "/home/jari/code/power_resource/app/views" ): 1: <% @title ||= resource_action_title(:new) %> 2: 3: <%= render 'form' %> actionpack (4.0.0) lib/action_view/path_set.rb:46:in `find' actionpack (4.0.0) lib/action_view/lookup_context.rb:115:in `find' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:383:in `find_template' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:377:in `find_partial' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:263:in `render' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render' /home/jari/code/power_resource/app/views/power_resource/base/new.html.erb:3:in `__home_jari_code_power_resource_app_views_power_resource_base_new_html_erb___2574944776922154345_23489980' actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.0) lib/action_view/template.rb:141:in `render' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.0) lib/action_controller/metal/responder.rb:233:in `default_render' actionpack (4.0.0) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0.rc) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.0) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.0) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.0) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:19:in `new' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.0) lib/active_support/callbacks.rb:383:in `_run__230678935057665850__process_action__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.0) lib/active_record/migration.rb:369:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__3326016555475668060__call__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.0) lib/rails/rack/logger.rb:21:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call' railties (4.0.0) lib/rails/engine.rb:511:in `call' railties (4.0.0) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.9ms) Started GET "/posts/new" for 127.0.0.1 at 2013-09-16 18:31:00 +0300 Processing by PostsController#new as HTML Rendered /home/jari/code/power_resource/app/views/power_resource/builders/_form_for.html.erb (5.0ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_form.html.erb (5.9ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/new.html.erb within layouts/application (7.8ms) Completed 200 OK in 10ms (Views: 10.0ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 18:31:00 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 18:31:00 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 18:31:00 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 18:31:00 +0300 Started POST "/posts" for 127.0.0.1 at 2013-09-16 18:31:03 +0300 Processing by PostsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"1r1YbETHNjU2OcNIHiDcXup5iSbx9z5KAqOxp3+qT1g=", "post"=>{"title"=>"", "content"=>""}, "commit"=>"Create Post"} Completed 500 Internal Server Error in 1ms ActiveModel::ForbiddenAttributesError (ActiveModel::ForbiddenAttributesError): activemodel (4.0.0) lib/active_model/forbidden_attributes_protection.rb:21:in `sanitize_for_mass_assignment' activerecord (4.0.0) lib/active_record/attribute_assignment.rb:21:in `assign_attributes' activerecord (4.0.0) lib/active_record/core.rb:192:in `initialize' activerecord (4.0.0) lib/active_record/inheritance.rb:27:in `new' activerecord (4.0.0) lib/active_record/inheritance.rb:27:in `new' inherited_resources (1.4.1) lib/inherited_resources/base_helpers.rb:59:in `build_resource' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:31:in `create' /home/jari/code/power_resource/app/controllers/power_resource/base_controller.rb:7:in `create' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.0) lib/active_support/callbacks.rb:383:in `_run__230678935057665850__process_action__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:35:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.0) lib/active_record/migration.rb:369:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__3326016555475668060__call__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.0) lib/rails/rack/logger.rb:21:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call' railties (4.0.0) lib/rails/engine.rb:511:in `call' railties (4.0.0) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.3ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (25.1ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (31.7ms) Started POST "/posts" for 127.0.0.1 at 2013-09-16 18:31:16 +0300 Processing by PostsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"1r1YbETHNjU2OcNIHiDcXup5iSbx9z5KAqOxp3+qT1g=", "post"=>{"title"=>"", "content"=>""}, "commit"=>"Create Post"} Completed 500 Internal Server Error in 1ms ActiveModel::ForbiddenAttributesError (ActiveModel::ForbiddenAttributesError): activemodel (4.0.0) lib/active_model/forbidden_attributes_protection.rb:21:in `sanitize_for_mass_assignment' activerecord (4.0.0) lib/active_record/attribute_assignment.rb:21:in `assign_attributes' activerecord (4.0.0) lib/active_record/core.rb:192:in `initialize' activerecord (4.0.0) lib/active_record/inheritance.rb:27:in `new' activerecord (4.0.0) lib/active_record/inheritance.rb:27:in `new' inherited_resources (1.4.1) lib/inherited_resources/base_helpers.rb:59:in `build_resource' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:31:in `create' /home/jari/code/power_resource/app/controllers/power_resource/base_controller.rb:7:in `create' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.0) lib/active_support/callbacks.rb:383:in `_run__230678935057665850__process_action__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:35:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.0) lib/active_record/migration.rb:369:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__3326016555475668060__call__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.0) lib/rails/rack/logger.rb:21:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call' railties (4.0.0) lib/rails/engine.rb:511:in `call' railties (4.0.0) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.4ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.4ms) Started POST "/posts" for 127.0.0.1 at 2013-09-16 18:31:23 +0300 Processing by PostsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"1r1YbETHNjU2OcNIHiDcXup5iSbx9z5KAqOxp3+qT1g=", "post"=>{"title"=>"", "content"=>""}, "commit"=>"Create Post"} Completed 500 Internal Server Error in 1ms ActiveModel::ForbiddenAttributesError (ActiveModel::ForbiddenAttributesError): activemodel (4.0.0) lib/active_model/forbidden_attributes_protection.rb:21:in `sanitize_for_mass_assignment' activerecord (4.0.0) lib/active_record/attribute_assignment.rb:21:in `assign_attributes' activerecord (4.0.0) lib/active_record/core.rb:192:in `initialize' activerecord (4.0.0) lib/active_record/inheritance.rb:27:in `new' activerecord (4.0.0) lib/active_record/inheritance.rb:27:in `new' inherited_resources (1.4.1) lib/inherited_resources/base_helpers.rb:59:in `build_resource' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:31:in `create' /home/jari/code/power_resource/app/controllers/power_resource/base_controller.rb:7:in `create' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.0) lib/active_support/callbacks.rb:383:in `_run__230678935057665850__process_action__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:35:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.0) lib/active_record/migration.rb:369:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__3326016555475668060__call__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.0) lib/rails/rack/logger.rb:21:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call' railties (4.0.0) lib/rails/engine.rb:511:in `call' railties (4.0.0) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.3ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.6ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.8ms) Started POST "/posts" for 127.0.0.1 at 2013-09-16 18:55:32 +0300 Processing by PostsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"1r1YbETHNjU2OcNIHiDcXup5iSbx9z5KAqOxp3+qT1g=", "post"=>{"title"=>"", "content"=>""}, "commit"=>"Create Post"} Completed 500 Internal Server Error in 1ms ActiveModel::ForbiddenAttributesError (ActiveModel::ForbiddenAttributesError): activemodel (4.0.0) lib/active_model/forbidden_attributes_protection.rb:21:in `sanitize_for_mass_assignment' activerecord (4.0.0) lib/active_record/attribute_assignment.rb:21:in `assign_attributes' activerecord (4.0.0) lib/active_record/core.rb:192:in `initialize' activerecord (4.0.0) lib/active_record/inheritance.rb:27:in `new' activerecord (4.0.0) lib/active_record/inheritance.rb:27:in `new' inherited_resources (1.4.1) lib/inherited_resources/base_helpers.rb:59:in `build_resource' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:31:in `create' /home/jari/code/power_resource/app/controllers/power_resource/base_controller.rb:7:in `create' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.0) lib/active_support/callbacks.rb:383:in `_run__230678935057665850__process_action__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:35:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.0) lib/active_record/migration.rb:369:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__3326016555475668060__call__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.0) lib/rails/rack/logger.rb:21:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call' railties (4.0.0) lib/rails/engine.rb:511:in `call' railties (4.0.0) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.3ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.6ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.7ms) Started POST "/posts" for 127.0.0.1 at 2013-09-16 18:57:56 +0300 Processing by PostsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"1r1YbETHNjU2OcNIHiDcXup5iSbx9z5KAqOxp3+qT1g=", "post"=>{"title"=>"", "content"=>""}, "commit"=>"Create Post"} Unpermitted parameters: utf8, authenticity_token, commit  (0.1ms) begin transaction SQL (1.6ms) INSERT INTO "posts" ("content", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["content", ""], ["created_at", Mon, 16 Sep 2013 15:57:56 UTC +00:00], ["title", ""], ["updated_at", Mon, 16 Sep 2013 15:57:56 UTC +00:00]]  (4.3ms) commit transaction Redirected to http://localhost:3000/posts Completed 302 Found in 42ms (ActiveRecord: 6.4ms) Started GET "/posts" for 127.0.0.1 at 2013-09-16 18:57:56 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (0.4ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (2.3ms) Completed 200 OK in 5ms (Views: 4.6ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 18:57:56 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 18:57:56 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 18:57:56 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 18:57:56 +0300 Started POST "/posts" for 127.0.0.1 at 2013-09-16 18:58:02 +0300 Processing by PostsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"1r1YbETHNjU2OcNIHiDcXup5iSbx9z5KAqOxp3+qT1g=", "post"=>{"title"=>"Foo", "content"=>"Bar"}, "commit"=>"Create Post"} Unpermitted parameters: utf8, authenticity_token, commit  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "posts" ("content", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["content", "Bar"], ["created_at", Mon, 16 Sep 2013 15:58:02 UTC +00:00], ["title", "Foo"], ["updated_at", Mon, 16 Sep 2013 15:58:02 UTC +00:00]]  (4.4ms) commit transaction Redirected to http://localhost:3000/posts Completed 302 Found in 8ms (ActiveRecord: 4.7ms) Started GET "/posts" for 127.0.0.1 at 2013-09-16 18:58:02 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (0.4ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (1.8ms) Completed 200 OK in 4ms (Views: 4.0ms | ActiveRecord: 0.1ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 18:58:02 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 18:58:02 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 18:58:02 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 18:58:02 +0300 Started GET "/posts/new" for 127.0.0.1 at 2013-09-16 18:58:54 +0300 Processing by PostsController#new as HTML Rendered /home/jari/code/power_resource/app/views/power_resource/builders/_form_for.html.erb (7.9ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_form.html.erb (8.5ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/new.html.erb within layouts/application (10.4ms) Completed 200 OK in 14ms (Views: 12.8ms | ActiveRecord: 0.3ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 18:58:54 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 18:58:54 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 18:58:54 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 18:58:54 +0300 Started POST "/posts" for 127.0.0.1 at 2013-09-16 18:58:55 +0300 Processing by PostsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"1r1YbETHNjU2OcNIHiDcXup5iSbx9z5KAqOxp3+qT1g=", "post"=>{"title"=>"Foo", "content"=>"Bar"}, "commit"=>"Create Post"} Unpermitted parameters: title, content Unpermitted parameters: utf8, authenticity_token, commit  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "posts" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Mon, 16 Sep 2013 15:58:55 UTC +00:00], ["updated_at", Mon, 16 Sep 2013 15:58:55 UTC +00:00]]  (3.7ms) commit transaction Redirected to http://localhost:3000/posts Completed 302 Found in 8ms (ActiveRecord: 4.0ms) Started GET "/posts" for 127.0.0.1 at 2013-09-16 18:58:55 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (0.5ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (2.3ms) Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 18:58:55 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 18:58:55 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 18:58:55 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 18:58:55 +0300 Started POST "/posts" for 127.0.0.1 at 2013-09-16 18:59:17 +0300 Processing by PostsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"1r1YbETHNjU2OcNIHiDcXup5iSbx9z5KAqOxp3+qT1g=", "post"=>{"title"=>"Food", "content"=>"Bard"}, "commit"=>"Create Post"} Unpermitted parameters: title, content Unpermitted parameters: utf8, authenticity_token, commit  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "posts" ("created_at", "updated_at") VALUES (?, ?) [["created_at", Mon, 16 Sep 2013 15:59:17 UTC +00:00], ["updated_at", Mon, 16 Sep 2013 15:59:17 UTC +00:00]]  (4.3ms) commit transaction Redirected to http://localhost:3000/posts Completed 302 Found in 8ms (ActiveRecord: 4.6ms) Started GET "/posts" for 127.0.0.1 at 2013-09-16 18:59:17 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (0.4ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (2.0ms) Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.1ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 18:59:17 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 18:59:17 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 18:59:17 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 18:59:17 +0300 Started GET "/posts" for 127.0.0.1 at 2013-09-16 19:06:08 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (0.6ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (9.3ms) Completed 200 OK in 13ms (Views: 11.6ms | ActiveRecord: 0.4ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 19:06:08 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 19:06:08 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 19:06:08 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 19:06:08 +0300 Started GET "/posts" for 127.0.0.1 at 2013-09-16 19:06:09 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (0.4ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (1.9ms) Completed 200 OK in 4ms (Views: 4.1ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 19:06:09 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 19:06:09 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 19:06:09 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 19:06:09 +0300 Started GET "/posts/1/edit" for 127.0.0.1 at 2013-09-16 19:07:19 +0300 Processing by PostsController#edit as HTML Parameters: {"id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 500 Internal Server Error in 2ms ActionView::MissingTemplate (Missing template posts/edit, power_resource/base/edit, application/edit with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/home/jari/code/power_resource/spec/dummy/app/views" * "/home/jari/code/power_resource/app/views" ): actionpack (4.0.0) lib/action_view/path_set.rb:46:in `find' actionpack (4.0.0) lib/action_view/lookup_context.rb:115:in `find' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:35:in `determine_template' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:8:in `render' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.0) lib/action_controller/metal/responder.rb:233:in `default_render' actionpack (4.0.0) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0.rc) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.0) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.0) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.0) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:25:in `edit' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.0) lib/active_support/callbacks.rb:383:in `_run__230678935057665850__process_action__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.0) lib/active_record/migration.rb:369:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__3326016555475668060__call__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.0) lib/rails/rack/logger.rb:21:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call' railties (4.0.0) lib/rails/engine.rb:511:in `call' railties (4.0.0) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.3ms) Started GET "/posts/1/edit" for 127.0.0.1 at 2013-09-16 19:08:16 +0300 Processing by PostsController#edit as HTML Parameters: {"id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/edit.html.erb within layouts/application (33.0ms) Completed 500 Internal Server Error in 35ms ActionView::Template::Error (undefined method `resource_action' for #<#:0x00000003fe1cf0>): 1: <% @title ||= resource_action(:edit) %> 2: 3: <%= render 'form' %> /home/jari/code/power_resource/app/views/power_resource/base/edit.html.erb:1:in `__home_jari_code_power_resource_app_views_power_resource_base_edit_html_erb___1814830406089815276_33510920' actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.0) lib/action_view/template.rb:141:in `render' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.0) lib/action_controller/metal/responder.rb:233:in `default_render' actionpack (4.0.0) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0.rc) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.0) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.0) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.0) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:25:in `edit' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.0) lib/active_support/callbacks.rb:383:in `_run__230678935057665850__process_action__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.0) lib/active_record/migration.rb:369:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__3326016555475668060__call__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.0) lib/rails/rack/logger.rb:21:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call' railties (4.0.0) lib/rails/engine.rb:511:in `call' railties (4.0.0) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.5ms) Started GET "/posts/1/edit" for 127.0.0.1 at 2013-09-16 19:08:26 +0300 Processing by PostsController#edit as HTML Parameters: {"id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/builders/_form_for.html.erb (2.0ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_form.html.erb (2.4ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/edit.html.erb within layouts/application (5.0ms) Completed 200 OK in 8ms (Views: 7.2ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 19:08:26 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 19:08:26 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 19:08:26 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 19:08:26 +0300 Started PATCH "/posts/1" for 127.0.0.1 at 2013-09-16 19:08:31 +0300 Processing by PostsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"1r1YbETHNjU2OcNIHiDcXup5iSbx9z5KAqOxp3+qT1g=", "post"=>{"title"=>"foo", "content"=>"bar"}, "commit"=>"Update Post", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Unpermitted parameters: title, content Unpermitted parameters: utf8, _method, authenticity_token, commit, id  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://localhost:3000/posts Completed 302 Found in 4ms (ActiveRecord: 0.2ms) Started GET "/posts" for 127.0.0.1 at 2013-09-16 19:08:31 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (0.4ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (2.0ms) Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.1ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 19:08:31 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 19:08:31 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 19:08:31 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 19:08:31 +0300 Started PATCH "/posts/1" for 127.0.0.1 at 2013-09-16 19:08:35 +0300 Processing by PostsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"1r1YbETHNjU2OcNIHiDcXup5iSbx9z5KAqOxp3+qT1g=", "post"=>{"title"=>"foo", "content"=>"barrrr"}, "commit"=>"Update Post", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Unpermitted parameters: title, content Unpermitted parameters: utf8, _method, authenticity_token, commit, id  (0.0ms) begin transaction  (0.0ms) commit transaction Redirected to http://localhost:3000/posts Completed 302 Found in 3ms (ActiveRecord: 0.2ms) Started GET "/posts" for 127.0.0.1 at 2013-09-16 19:08:35 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (0.4ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (1.8ms) Completed 200 OK in 4ms (Views: 3.8ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 19:08:35 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 19:08:35 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 19:08:35 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 19:08:35 +0300 Started PATCH "/posts/1" for 127.0.0.1 at 2013-09-16 19:09:05 +0300 Processing by PostsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"1r1YbETHNjU2OcNIHiDcXup5iSbx9z5KAqOxp3+qT1g=", "post"=>{"title"=>"foo", "content"=>"barrrr"}, "commit"=>"Update Post", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Unpermitted parameters: title, content Unpermitted parameters: utf8, _method, authenticity_token, commit, id  (0.0ms) begin transaction  (0.0ms) commit transaction Redirected to http://localhost:3000/posts Completed 302 Found in 12ms (ActiveRecord: 0.5ms) Started GET "/posts" for 127.0.0.1 at 2013-09-16 19:09:05 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (0.5ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (2.0ms) Completed 200 OK in 5ms (Views: 4.3ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 19:09:06 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 19:09:06 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 19:09:06 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 19:09:06 +0300 Started GET "/posts/1/edit" for 127.0.0.1 at 2013-09-16 19:09:07 +0300 Processing by PostsController#edit as HTML Parameters: {"id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/builders/_form_for.html.erb (1.7ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_form.html.erb (2.1ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/edit.html.erb within layouts/application (4.0ms) Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 19:09:07 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 19:09:07 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 19:09:07 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 19:09:07 +0300 Started PATCH "/posts/1" for 127.0.0.1 at 2013-09-16 19:09:08 +0300 Processing by PostsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"1r1YbETHNjU2OcNIHiDcXup5iSbx9z5KAqOxp3+qT1g=", "post"=>{"title"=>"foo", "content"=>"barrrr"}, "commit"=>"Update Post", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Unpermitted parameters: title, content Unpermitted parameters: utf8, _method, authenticity_token, commit, id  (0.0ms) begin transaction  (0.0ms) commit transaction Redirected to http://localhost:3000/posts Completed 302 Found in 3ms (ActiveRecord: 0.2ms) Started GET "/posts" for 127.0.0.1 at 2013-09-16 19:09:08 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (0.4ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (1.8ms) Completed 200 OK in 4ms (Views: 4.0ms | ActiveRecord: 0.1ms) Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 19:09:08 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 19:09:08 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 19:09:08 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 19:09:08 +0300 Started PATCH "/posts/1" for 127.0.0.1 at 2013-09-16 19:09:18 +0300 Processing by PostsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"1r1YbETHNjU2OcNIHiDcXup5iSbx9z5KAqOxp3+qT1g=", "post"=>{"title"=>"foo", "content"=>"barrrr"}, "commit"=>"Update Post", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Unpermitted parameters: utf8, _method, authenticity_token, commit, id  (0.0ms) begin transaction SQL (0.2ms) UPDATE "posts" SET "content" = ?, "updated_at" = ? WHERE "posts"."id" = 1 [["content", "barrrr"], ["updated_at", Mon, 16 Sep 2013 16:09:18 UTC +00:00]]  (3.7ms) commit transaction Redirected to http://localhost:3000/posts Completed 302 Found in 17ms (ActiveRecord: 4.4ms) Started GET "/posts" for 127.0.0.1 at 2013-09-16 19:09:18 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (0.4ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (2.0ms) Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.1ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 19:09:18 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 19:09:18 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 19:09:18 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 19:09:18 +0300 Started PATCH "/posts/1" for 127.0.0.1 at 2013-09-16 19:09:20 +0300 Processing by PostsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"1r1YbETHNjU2OcNIHiDcXup5iSbx9z5KAqOxp3+qT1g=", "post"=>{"title"=>"foo", "content"=>"barrrr"}, "commit"=>"Update Post", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Unpermitted parameters: utf8, _method, authenticity_token, commit, id  (0.0ms) begin transaction  (0.0ms) commit transaction Redirected to http://localhost:3000/posts Completed 302 Found in 3ms (ActiveRecord: 0.2ms) Started GET "/posts" for 127.0.0.1 at 2013-09-16 19:09:20 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (0.4ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (1.7ms) Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.1ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 19:09:20 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 19:09:20 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 19:09:20 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 19:09:20 +0300 Started GET "/posts" for 127.0.0.1 at 2013-09-16 19:48:33 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (8.4ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (44.9ms) Completed 500 Internal Server Error in 47ms ActionView::Template::Error (undefined local variable or method `options' for #<#:0x00000003e4ed98>): 17: <% end %> 18: 19: <%# render_actions_for(resource) %> 20: <%= resource_link_to(:edit, resource) %> 21: <%= resource_link_to(:delete, resource) %> 22: 23: /home/jari/code/power_resource/app/helpers/power_resource/action_helper.rb:113:in `resource_link_to' /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb:20:in `block in __home_jari_code_power_resource_app_views_power_resource_base__collection_html_erb__3753553190067460957_21760180' activerecord (4.0.0) lib/active_record/relation/delegation.rb:13:in `each' activerecord (4.0.0) lib/active_record/relation/delegation.rb:13:in `each' /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb:13:in `__home_jari_code_power_resource_app_views_power_resource_base__collection_html_erb__3753553190067460957_21760180' actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.0) lib/action_view/template.rb:141:in `render' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render' /home/jari/code/power_resource/app/helpers/power_resource/rendering_helper.rb:5:in `render_collection_table' /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb:5:in `__home_jari_code_power_resource_app_views_power_resource_base_index_html_erb___3829285225807258253_23174200' actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.0) lib/action_view/template.rb:141:in `render' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.0) lib/action_controller/metal/responder.rb:233:in `default_render' actionpack (4.0.0) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0.rc) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.0) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.0) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.0) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:7:in `index' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.0) lib/active_support/callbacks.rb:383:in `_run__230678935057665850__process_action__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.0) lib/active_record/migration.rb:369:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__3326016555475668060__call__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.0) lib/rails/rack/logger.rb:21:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call' railties (4.0.0) lib/rails/engine.rb:511:in `call' railties (4.0.0) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.5ms) Started GET "/posts" for 127.0.0.1 at 2013-09-16 19:48:54 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (28.6ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (37.6ms) Completed 500 Internal Server Error in 40ms ActionView::Template::Error (undefined local variable or method `options' for #<#:0x00000002bdf338>): 17: <% end %> 18: 19: <%# render_actions_for(resource) %> 20: <%= resource_link_to(:edit, resource) %> 21: <%= resource_link_to(:delete, resource) %> 22: 23: /home/jari/code/power_resource/app/helpers/power_resource/action_helper.rb:113:in `resource_link_to' /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb:20:in `block in __home_jari_code_power_resource_app_views_power_resource_base__collection_html_erb__3753553190067460957_21760180' activerecord (4.0.0) lib/active_record/relation/delegation.rb:13:in `each' activerecord (4.0.0) lib/active_record/relation/delegation.rb:13:in `each' /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb:13:in `__home_jari_code_power_resource_app_views_power_resource_base__collection_html_erb__3753553190067460957_21760180' actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.0) lib/action_view/template.rb:141:in `render' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render' /home/jari/code/power_resource/app/helpers/power_resource/rendering_helper.rb:5:in `render_collection_table' /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb:5:in `__home_jari_code_power_resource_app_views_power_resource_base_index_html_erb___3829285225807258253_23174200' actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.0) lib/action_view/template.rb:141:in `render' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.0) lib/action_controller/metal/responder.rb:233:in `default_render' actionpack (4.0.0) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0.rc) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.0) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.0) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.0) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:7:in `index' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.0) lib/active_support/callbacks.rb:383:in `_run__230678935057665850__process_action__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.0) lib/active_record/migration.rb:369:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__3326016555475668060__call__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.0) lib/rails/rack/logger.rb:21:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call' railties (4.0.0) lib/rails/engine.rb:511:in `call' railties (4.0.0) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.6ms) Started GET "/posts" for 127.0.0.1 at 2013-09-16 19:48:56 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (7.1ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (8.7ms) Completed 500 Internal Server Error in 10ms ActionView::Template::Error (undefined local variable or method `options' for #<#:0x00000002d8e8c8>): 17: <% end %> 18: 19: <%# render_actions_for(resource) %> 20: <%= resource_link_to(:edit, resource) %> 21: <%= resource_link_to(:delete, resource) %> 22: 23: /home/jari/code/power_resource/app/helpers/power_resource/action_helper.rb:113:in `resource_link_to' /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb:20:in `block in __home_jari_code_power_resource_app_views_power_resource_base__collection_html_erb__3753553190067460957_21760180' activerecord (4.0.0) lib/active_record/relation/delegation.rb:13:in `each' activerecord (4.0.0) lib/active_record/relation/delegation.rb:13:in `each' /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb:13:in `__home_jari_code_power_resource_app_views_power_resource_base__collection_html_erb__3753553190067460957_21760180' actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.0) lib/action_view/template.rb:141:in `render' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render' /home/jari/code/power_resource/app/helpers/power_resource/rendering_helper.rb:5:in `render_collection_table' /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb:5:in `__home_jari_code_power_resource_app_views_power_resource_base_index_html_erb___3829285225807258253_23174200' actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.0) lib/action_view/template.rb:141:in `render' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.0) lib/action_controller/metal/responder.rb:233:in `default_render' actionpack (4.0.0) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0.rc) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.0) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.0) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.0) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:7:in `index' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.0) lib/active_support/callbacks.rb:383:in `_run__230678935057665850__process_action__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.0) lib/active_record/migration.rb:369:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__3326016555475668060__call__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.0) lib/rails/rack/logger.rb:21:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call' railties (4.0.0) lib/rails/engine.rb:511:in `call' railties (4.0.0) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.7ms) Started GET "/posts" for 127.0.0.1 at 2013-09-16 19:49:12 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (2.5ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (11.4ms) Completed 500 Internal Server Error in 13ms ActiveRecord::RecordNotFound (Couldn't find Post without an ID): activerecord (4.0.0) lib/active_record/relation/finder_methods.rb:266:in `find_with_ids' activerecord (4.0.0) lib/active_record/relation/finder_methods.rb:35:in `find' activerecord-deprecated_finders (1.0.3) lib/active_record/deprecated_finders/relation.rb:122:in `find' activerecord (4.0.0) lib/active_record/querying.rb:3:in `find' inherited_resources (1.4.1) lib/inherited_resources/base_helpers.rb:51:in `resource' actionpack (4.0.0) lib/abstract_controller/helpers.rb:53:in `resource' /home/jari/code/power_resource/app/helpers/power_resource/action_helper.rb:124:in `resource_link_to' /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb:20:in `block in __home_jari_code_power_resource_app_views_power_resource_base__collection_html_erb__3753553190067460957_21760180' activerecord (4.0.0) lib/active_record/relation/delegation.rb:13:in `each' activerecord (4.0.0) lib/active_record/relation/delegation.rb:13:in `each' /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb:13:in `__home_jari_code_power_resource_app_views_power_resource_base__collection_html_erb__3753553190067460957_21760180' actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.0) lib/action_view/template.rb:141:in `render' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render' /home/jari/code/power_resource/app/helpers/power_resource/rendering_helper.rb:5:in `render_collection_table' /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb:5:in `__home_jari_code_power_resource_app_views_power_resource_base_index_html_erb___3829285225807258253_23174200' actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.0) lib/action_view/template.rb:141:in `render' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.0) lib/action_controller/metal/responder.rb:233:in `default_render' actionpack (4.0.0) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0.rc) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.0) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.0) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.0) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:7:in `index' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.0) lib/active_support/callbacks.rb:383:in `_run__230678935057665850__process_action__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.0) lib/active_record/migration.rb:369:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__3326016555475668060__call__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.0) lib/rails/rack/logger.rb:21:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call' railties (4.0.0) lib/rails/engine.rb:511:in `call' railties (4.0.0) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.3ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.9ms) Started GET "/posts" for 127.0.0.1 at 2013-09-16 19:50:05 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (2.6ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (4.2ms) Completed 500 Internal Server Error in 6ms ActiveRecord::RecordNotFound (Couldn't find Post without an ID): activerecord (4.0.0) lib/active_record/relation/finder_methods.rb:266:in `find_with_ids' activerecord (4.0.0) lib/active_record/relation/finder_methods.rb:35:in `find' activerecord-deprecated_finders (1.0.3) lib/active_record/deprecated_finders/relation.rb:122:in `find' activerecord (4.0.0) lib/active_record/querying.rb:3:in `find' inherited_resources (1.4.1) lib/inherited_resources/base_helpers.rb:51:in `resource' actionpack (4.0.0) lib/abstract_controller/helpers.rb:53:in `resource' /home/jari/code/power_resource/app/helpers/power_resource/action_helper.rb:124:in `resource_link_to' /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb:20:in `block in __home_jari_code_power_resource_app_views_power_resource_base__collection_html_erb__3753553190067460957_31182780' activerecord (4.0.0) lib/active_record/relation/delegation.rb:13:in `each' activerecord (4.0.0) lib/active_record/relation/delegation.rb:13:in `each' /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb:13:in `__home_jari_code_power_resource_app_views_power_resource_base__collection_html_erb__3753553190067460957_31182780' actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.0) lib/action_view/template.rb:141:in `render' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render' /home/jari/code/power_resource/app/helpers/power_resource/rendering_helper.rb:5:in `render_collection_table' /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb:5:in `__home_jari_code_power_resource_app_views_power_resource_base_index_html_erb___3829285225807258253_23174200' actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.0) lib/action_view/template.rb:141:in `render' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.0) lib/action_controller/metal/responder.rb:233:in `default_render' actionpack (4.0.0) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0.rc) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.0) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.0) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.0) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:7:in `index' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.0) lib/active_support/callbacks.rb:383:in `_run__230678935057665850__process_action__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.0) lib/active_record/migration.rb:369:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__3326016555475668060__call__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.0) lib/rails/rack/logger.rb:21:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call' railties (4.0.0) lib/rails/engine.rb:511:in `call' railties (4.0.0) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.3ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.0ms) Started GET "/posts" for 127.0.0.1 at 2013-09-16 19:50:06 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (2.1ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (3.6ms) Completed 500 Internal Server Error in 5ms ActiveRecord::RecordNotFound (Couldn't find Post without an ID): activerecord (4.0.0) lib/active_record/relation/finder_methods.rb:266:in `find_with_ids' activerecord (4.0.0) lib/active_record/relation/finder_methods.rb:35:in `find' activerecord-deprecated_finders (1.0.3) lib/active_record/deprecated_finders/relation.rb:122:in `find' activerecord (4.0.0) lib/active_record/querying.rb:3:in `find' inherited_resources (1.4.1) lib/inherited_resources/base_helpers.rb:51:in `resource' actionpack (4.0.0) lib/abstract_controller/helpers.rb:53:in `resource' /home/jari/code/power_resource/app/helpers/power_resource/action_helper.rb:124:in `resource_link_to' /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb:20:in `block in __home_jari_code_power_resource_app_views_power_resource_base__collection_html_erb__3753553190067460957_31182780' activerecord (4.0.0) lib/active_record/relation/delegation.rb:13:in `each' activerecord (4.0.0) lib/active_record/relation/delegation.rb:13:in `each' /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb:13:in `__home_jari_code_power_resource_app_views_power_resource_base__collection_html_erb__3753553190067460957_31182780' actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.0) lib/action_view/template.rb:141:in `render' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render' /home/jari/code/power_resource/app/helpers/power_resource/rendering_helper.rb:5:in `render_collection_table' /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb:5:in `__home_jari_code_power_resource_app_views_power_resource_base_index_html_erb___3829285225807258253_23174200' actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.0) lib/action_view/template.rb:141:in `render' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.0) lib/action_controller/metal/responder.rb:233:in `default_render' actionpack (4.0.0) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0.rc) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.0) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.0) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.0) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:7:in `index' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.0) lib/active_support/callbacks.rb:383:in `_run__230678935057665850__process_action__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.0) lib/active_record/migration.rb:369:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__3326016555475668060__call__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.0) lib/rails/rack/logger.rb:21:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call' railties (4.0.0) lib/rails/engine.rb:511:in `call' railties (4.0.0) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.3ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.3ms) Started GET "/posts" for 127.0.0.1 at 2013-09-16 19:52:58 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (1.4ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (10.7ms) Completed 500 Internal Server Error in 13ms ActionView::Template::Error (undefined method `downcase' for nil:NilClass): 17: <% end %> 18: 19: <%# render_actions_for(resource) %> 20: <%= resource_link_to(:edit, row) %> 21: <%= resource_link_to(:delete, row) %> 22: 23: /home/jari/code/power_resource/app/helpers/power_resource/action_helper.rb:112:in `resource_link_to' /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb:20:in `block in __home_jari_code_power_resource_app_views_power_resource_base__collection_html_erb__3753553190067460957_31182780' activerecord (4.0.0) lib/active_record/relation/delegation.rb:13:in `each' activerecord (4.0.0) lib/active_record/relation/delegation.rb:13:in `each' /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb:13:in `__home_jari_code_power_resource_app_views_power_resource_base__collection_html_erb__3753553190067460957_31182780' actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.0) lib/action_view/template.rb:141:in `render' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render' /home/jari/code/power_resource/app/helpers/power_resource/rendering_helper.rb:5:in `render_collection_table' /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb:5:in `__home_jari_code_power_resource_app_views_power_resource_base_index_html_erb___3829285225807258253_23174200' actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.0) lib/action_view/template.rb:141:in `render' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.0) lib/action_controller/metal/responder.rb:233:in `default_render' actionpack (4.0.0) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0.rc) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.0) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.0) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.0) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:7:in `index' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.0) lib/active_support/callbacks.rb:383:in `_run__230678935057665850__process_action__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.0) lib/active_record/migration.rb:369:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__3326016555475668060__call__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.0) lib/rails/rack/logger.rb:21:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call' railties (4.0.0) lib/rails/engine.rb:511:in `call' railties (4.0.0) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.4ms) Started GET "/posts" for 127.0.0.1 at 2013-09-16 19:53:23 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (1.2ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (10.3ms) Completed 500 Internal Server Error in 12ms ActionView::Template::Error (undefined method `class_name' for #): 17: <% end %> 18: 19: <%# render_actions_for(resource) %> 20: <%= resource_link_to(:edit, row) %> 21: <%= resource_link_to(:delete, row) %> 22: 23: activemodel (4.0.0) lib/active_model/attribute_methods.rb:436:in `method_missing' activerecord (4.0.0) lib/active_record/attribute_methods.rb:131:in `method_missing' /home/jari/code/power_resource/app/helpers/power_resource/action_helper.rb:108:in `resource_link_to' /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb:20:in `block in __home_jari_code_power_resource_app_views_power_resource_base__collection_html_erb__3753553190067460957_31182780' activerecord (4.0.0) lib/active_record/relation/delegation.rb:13:in `each' activerecord (4.0.0) lib/active_record/relation/delegation.rb:13:in `each' /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb:13:in `__home_jari_code_power_resource_app_views_power_resource_base__collection_html_erb__3753553190067460957_31182780' actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.0) lib/action_view/template.rb:141:in `render' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render' /home/jari/code/power_resource/app/helpers/power_resource/rendering_helper.rb:5:in `render_collection_table' /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb:5:in `__home_jari_code_power_resource_app_views_power_resource_base_index_html_erb___3829285225807258253_23174200' actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.0) lib/action_view/template.rb:141:in `render' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.0) lib/action_controller/metal/responder.rb:233:in `default_render' actionpack (4.0.0) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0.rc) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.0) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.0) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.0) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:7:in `index' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.0) lib/active_support/callbacks.rb:383:in `_run__230678935057665850__process_action__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.0) lib/active_record/migration.rb:369:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__3326016555475668060__call__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.0) lib/rails/rack/logger.rb:21:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call' railties (4.0.0) lib/rails/engine.rb:511:in `call' railties (4.0.0) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.4ms) Started GET "/posts" for 127.0.0.1 at 2013-09-16 19:53:31 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (2.3ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (11.3ms) Completed 500 Internal Server Error in 13ms ActiveRecord::RecordNotFound (Couldn't find Post without an ID): activerecord (4.0.0) lib/active_record/relation/finder_methods.rb:266:in `find_with_ids' activerecord (4.0.0) lib/active_record/relation/finder_methods.rb:35:in `find' activerecord-deprecated_finders (1.0.3) lib/active_record/deprecated_finders/relation.rb:122:in `find' activerecord (4.0.0) lib/active_record/querying.rb:3:in `find' inherited_resources (1.4.1) lib/inherited_resources/base_helpers.rb:51:in `resource' actionpack (4.0.0) lib/abstract_controller/helpers.rb:53:in `resource' /home/jari/code/power_resource/app/helpers/power_resource/action_helper.rb:125:in `resource_link_to' /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb:20:in `block in __home_jari_code_power_resource_app_views_power_resource_base__collection_html_erb__3753553190067460957_31182780' activerecord (4.0.0) lib/active_record/relation/delegation.rb:13:in `each' activerecord (4.0.0) lib/active_record/relation/delegation.rb:13:in `each' /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb:13:in `__home_jari_code_power_resource_app_views_power_resource_base__collection_html_erb__3753553190067460957_31182780' actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.0) lib/action_view/template.rb:141:in `render' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render' /home/jari/code/power_resource/app/helpers/power_resource/rendering_helper.rb:5:in `render_collection_table' /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb:5:in `__home_jari_code_power_resource_app_views_power_resource_base_index_html_erb___3829285225807258253_23174200' actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.0) lib/action_view/template.rb:141:in `render' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.0) lib/action_controller/metal/responder.rb:233:in `default_render' actionpack (4.0.0) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0.rc) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.0) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.0) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.0) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:7:in `index' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.0) lib/active_support/callbacks.rb:383:in `_run__230678935057665850__process_action__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.0) lib/active_record/migration.rb:369:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__3326016555475668060__call__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.0) lib/rails/rack/logger.rb:21:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call' railties (4.0.0) lib/rails/engine.rb:511:in `call' railties (4.0.0) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.3ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.2ms) Started GET "/posts" for 127.0.0.1 at 2013-09-16 19:54:04 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (2.4ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (11.1ms) Completed 500 Internal Server Error in 13ms ActiveRecord::RecordNotFound (Couldn't find Post without an ID): activerecord (4.0.0) lib/active_record/relation/finder_methods.rb:266:in `find_with_ids' activerecord (4.0.0) lib/active_record/relation/finder_methods.rb:35:in `find' activerecord-deprecated_finders (1.0.3) lib/active_record/deprecated_finders/relation.rb:122:in `find' activerecord (4.0.0) lib/active_record/querying.rb:3:in `find' inherited_resources (1.4.1) lib/inherited_resources/base_helpers.rb:51:in `resource' actionpack (4.0.0) lib/abstract_controller/helpers.rb:53:in `resource' /home/jari/code/power_resource/app/helpers/power_resource/action_helper.rb:125:in `resource_link_to' /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb:20:in `block in __home_jari_code_power_resource_app_views_power_resource_base__collection_html_erb__3753553190067460957_31182780' activerecord (4.0.0) lib/active_record/relation/delegation.rb:13:in `each' activerecord (4.0.0) lib/active_record/relation/delegation.rb:13:in `each' /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb:13:in `__home_jari_code_power_resource_app_views_power_resource_base__collection_html_erb__3753553190067460957_31182780' actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.0) lib/action_view/template.rb:141:in `render' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render' /home/jari/code/power_resource/app/helpers/power_resource/rendering_helper.rb:5:in `render_collection_table' /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb:5:in `__home_jari_code_power_resource_app_views_power_resource_base_index_html_erb___3829285225807258253_23174200' actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.0) lib/action_view/template.rb:141:in `render' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.0) lib/action_controller/metal/responder.rb:233:in `default_render' actionpack (4.0.0) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0.rc) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.0) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.0) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.0) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:7:in `index' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.0) lib/active_support/callbacks.rb:383:in `_run__230678935057665850__process_action__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.0) lib/active_record/migration.rb:369:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__3326016555475668060__call__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.0) lib/rails/rack/logger.rb:21:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call' railties (4.0.0) lib/rails/engine.rb:511:in `call' railties (4.0.0) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.3ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.0ms) Started GET "/posts" for 127.0.0.1 at 2013-09-16 19:57:26 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (6.9ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (16.0ms) Completed 500 Internal Server Error in 18ms ActionView::Template::Error (undefined local variable or method `resouce_instance' for #<#:0x00000002445528>): 17: <% end %> 18: 19: <%# render_actions_for(resource) %> 20: <%= resource_link_to(:edit, row) %> 21: <%= resource_link_to(:delete, row) %> 22: 23: /home/jari/code/power_resource/app/helpers/power_resource/action_helper.rb:107:in `resource_link_to' /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb:20:in `block in __home_jari_code_power_resource_app_views_power_resource_base__collection_html_erb__3753553190067460957_31182780' activerecord (4.0.0) lib/active_record/relation/delegation.rb:13:in `each' activerecord (4.0.0) lib/active_record/relation/delegation.rb:13:in `each' /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb:13:in `__home_jari_code_power_resource_app_views_power_resource_base__collection_html_erb__3753553190067460957_31182780' actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.0) lib/action_view/template.rb:141:in `render' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render' /home/jari/code/power_resource/app/helpers/power_resource/rendering_helper.rb:5:in `render_collection_table' /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb:5:in `__home_jari_code_power_resource_app_views_power_resource_base_index_html_erb___3829285225807258253_23174200' actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.0) lib/action_view/template.rb:141:in `render' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.0) lib/action_controller/metal/responder.rb:233:in `default_render' actionpack (4.0.0) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0.rc) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.0) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.0) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.0) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:7:in `index' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.0) lib/active_support/callbacks.rb:383:in `_run__230678935057665850__process_action__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.0) lib/active_record/migration.rb:369:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__3326016555475668060__call__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.0) lib/rails/rack/logger.rb:21:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call' railties (4.0.0) lib/rails/engine.rb:511:in `call' railties (4.0.0) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (21.9ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (27.0ms) Started GET "/posts" for 127.0.0.1 at 2013-09-16 19:57:38 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (15.0ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (23.8ms) Completed 200 OK in 27ms (Views: 26.1ms | ActiveRecord: 0.4ms) Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 19:57:38 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 19:57:38 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 19:57:38 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 19:57:38 +0300 Started GET "/posts/1/edit" for 127.0.0.1 at 2013-09-16 19:57:47 +0300 Processing by PostsController#edit as HTML Parameters: {"id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/builders/_form_for.html.erb (1.7ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_form.html.erb (2.2ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/edit.html.erb within layouts/application (3.9ms) Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.1ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 19:57:47 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 19:57:47 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 19:57:47 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 19:57:47 +0300 Started GET "/posts" for 127.0.0.1 at 2013-09-16 19:59:00 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (18.2ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (27.3ms) Completed 200 OK in 31ms (Views: 29.6ms | ActiveRecord: 0.4ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 19:59:00 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 19:59:00 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 19:59:00 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 19:59:00 +0300 Started GET "/posts" for 127.0.0.1 at 2013-09-16 19:59:18 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (15.2ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (18.5ms) Completed 200 OK in 21ms (Views: 20.9ms | ActiveRecord: 0.1ms) Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 19:59:18 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 19:59:18 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 19:59:18 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 19:59:18 +0300 Started GET "/posts/new" for 127.0.0.1 at 2013-09-16 19:59:19 +0300 Processing by PostsController#new as HTML Rendered /home/jari/code/power_resource/app/views/power_resource/builders/_form_for.html.erb (1.5ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_form.html.erb (2.0ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/new.html.erb within layouts/application (3.7ms) Completed 200 OK in 6ms (Views: 5.8ms | ActiveRecord: 0.0ms) Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 19:59:19 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 19:59:19 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 19:59:19 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 19:59:19 +0300 Started POST "/posts" for 127.0.0.1 at 2013-09-16 19:59:21 +0300 Processing by PostsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"1r1YbETHNjU2OcNIHiDcXup5iSbx9z5KAqOxp3+qT1g=", "post"=>{"title"=>"", "content"=>""}, "commit"=>"Create Post"} Unpermitted parameters: utf8, authenticity_token, commit  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "posts" ("content", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["content", ""], ["created_at", Mon, 16 Sep 2013 16:59:21 UTC +00:00], ["title", ""], ["updated_at", Mon, 16 Sep 2013 16:59:21 UTC +00:00]]  (3.7ms) commit transaction Redirected to http://localhost:3000/posts Completed 302 Found in 8ms (ActiveRecord: 4.0ms) Started GET "/posts" for 127.0.0.1 at 2013-09-16 19:59:21 +0300 Processing by PostsController#index as HTML Post Load (0.2ms) SELECT "posts".* FROM "posts" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (18.1ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (21.1ms) Completed 200 OK in 26ms (Views: 25.4ms | ActiveRecord: 0.2ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 19:59:21 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 19:59:21 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 19:59:21 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 19:59:21 +0300 Started GET "/posts/7" for 127.0.0.1 at 2013-09-16 19:59:22 +0300 Processing by PostsController#show as HTML Parameters: {"id"=>"7"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "7"]] Completed 500 Internal Server Error in 2ms ActionView::MissingTemplate (Missing template posts/show, power_resource/base/show, application/show with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/home/jari/code/power_resource/spec/dummy/app/views" * "/home/jari/code/power_resource/app/views" ): actionpack (4.0.0) lib/action_view/path_set.rb:46:in `find' actionpack (4.0.0) lib/action_view/lookup_context.rb:115:in `find' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:35:in `determine_template' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:8:in `render' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.0) lib/action_controller/metal/responder.rb:233:in `default_render' actionpack (4.0.0) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0.rc) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.0) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.0) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.0) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:13:in `show' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.0) lib/active_support/callbacks.rb:383:in `_run__230678935057665850__process_action__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.0) lib/active_record/migration.rb:369:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__3326016555475668060__call__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.0) lib/rails/rack/logger.rb:21:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call' railties (4.0.0) lib/rails/engine.rb:511:in `call' railties (4.0.0) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.3ms) Started GET "/posts/4" for 127.0.0.1 at 2013-09-16 20:00:48 +0300 Processing by PostsController#show as HTML Parameters: {"id"=>"4"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "4"]] Completed 500 Internal Server Error in 2ms ActionView::MissingTemplate (Missing template posts/show, power_resource/base/show, application/show with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/home/jari/code/power_resource/spec/dummy/app/views" * "/home/jari/code/power_resource/app/views" ): actionpack (4.0.0) lib/action_view/path_set.rb:46:in `find' actionpack (4.0.0) lib/action_view/lookup_context.rb:115:in `find' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:35:in `determine_template' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:8:in `render' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.0) lib/action_controller/metal/responder.rb:233:in `default_render' actionpack (4.0.0) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0.rc) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.0) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.0) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.0) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:13:in `show' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.0) lib/active_support/callbacks.rb:383:in `_run__230678935057665850__process_action__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.0) lib/active_record/migration.rb:369:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__3326016555475668060__call__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.0) lib/rails/rack/logger.rb:21:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call' railties (4.0.0) lib/rails/engine.rb:511:in `call' railties (4.0.0) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.3ms) Started GET "/posts" for 127.0.0.1 at 2013-09-16 20:01:26 +0300 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (19.6ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (57.8ms) Completed 200 OK in 82ms (Views: 81.3ms | ActiveRecord: 0.3ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 20:01:27 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 20:01:27 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 20:01:27 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 20:01:27 +0300 Started GET "/posts/5" for 127.0.0.1 at 2013-09-16 20:01:27 +0300 Processing by PostsController#show as HTML Parameters: {"id"=>"5"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "5"]] Completed 500 Internal Server Error in 3ms ActionView::MissingTemplate (Missing template posts/show, power_resource/base/show, application/show with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/home/jari/code/power_resource/spec/dummy/app/views" * "/home/jari/code/power_resource/app/views" ): actionpack (4.0.0) lib/action_view/path_set.rb:46:in `find' actionpack (4.0.0) lib/action_view/lookup_context.rb:115:in `find' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:35:in `determine_template' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:8:in `render' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.0) lib/action_controller/metal/responder.rb:233:in `default_render' actionpack (4.0.0) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0.rc) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.0) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.0) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.0) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:13:in `show' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.0) lib/active_support/callbacks.rb:383:in `_run__4124889634040345942__process_action__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.0) lib/active_record/migration.rb:369:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__1042441374581220909__call__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.0) lib/rails/rack/logger.rb:21:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call' railties (4.0.0) lib/rails/engine.rb:511:in `call' railties (4.0.0) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.3ms) Started GET "/posts" for 127.0.0.1 at 2013-09-16 20:01:33 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (18.4ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (21.4ms) Completed 200 OK in 24ms (Views: 24.0ms | ActiveRecord: 0.1ms) Started GET "/posts/1/edit" for 127.0.0.1 at 2013-09-16 20:02:24 +0300 Processing by PostsController#edit as HTML Parameters: {"id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/builders/_form_for.html.erb (5.5ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_form.html.erb (6.2ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/edit.html.erb within layouts/application (8.7ms) Completed 200 OK in 12ms (Views: 10.9ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 20:02:24 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 20:02:24 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 20:02:24 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 20:02:24 +0300 Started GET "/posts/new" for 127.0.0.1 at 2013-09-16 20:02:30 +0300 Processing by PostsController#new as HTML Rendered /home/jari/code/power_resource/app/views/power_resource/builders/_form_for.html.erb (1.9ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_form.html.erb (2.4ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/new.html.erb within layouts/application (4.7ms) Completed 200 OK in 8ms (Views: 7.0ms | ActiveRecord: 0.0ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 20:02:30 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 20:02:30 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 20:02:30 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 20:02:30 +0300 Started POST "/posts" for 127.0.0.1 at 2013-09-16 20:02:32 +0300 Processing by PostsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"1r1YbETHNjU2OcNIHiDcXup5iSbx9z5KAqOxp3+qT1g=", "post"=>{"title"=>"", "content"=>""}, "commit"=>"Create Post"} Unpermitted parameters: utf8, authenticity_token, commit  (0.1ms) begin transaction SQL (1.7ms) INSERT INTO "posts" ("content", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["content", ""], ["created_at", Mon, 16 Sep 2013 17:02:32 UTC +00:00], ["title", ""], ["updated_at", Mon, 16 Sep 2013 17:02:32 UTC +00:00]]  (4.1ms) commit transaction Redirected to http://localhost:3000/posts Completed 302 Found in 10ms (ActiveRecord: 5.8ms) Started GET "/posts" for 127.0.0.1 at 2013-09-16 20:02:32 +0300 Processing by PostsController#index as HTML Post Load (0.2ms) SELECT "posts".* FROM "posts" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (19.6ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (22.6ms) Completed 200 OK in 26ms (Views: 25.0ms | ActiveRecord: 0.2ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 20:02:32 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 20:02:32 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 20:02:32 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 20:02:32 +0300 Started GET "/posts/8" for 127.0.0.1 at 2013-09-16 20:02:33 +0300 Processing by PostsController#show as HTML Parameters: {"id"=>"8"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "8"]] Completed 500 Internal Server Error in 2ms ActionView::MissingTemplate (Missing template posts/show, power_resource/base/show, application/show with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :raw, :ruby]}. Searched in: * "/home/jari/code/power_resource/spec/dummy/app/views" * "/home/jari/code/power_resource/app/views" ): actionpack (4.0.0) lib/action_view/path_set.rb:46:in `find' actionpack (4.0.0) lib/action_view/lookup_context.rb:115:in `find' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:35:in `determine_template' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:8:in `render' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.0) lib/action_controller/metal/responder.rb:233:in `default_render' actionpack (4.0.0) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0.rc) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.0) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.0) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.0) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:13:in `show' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.0) lib/active_support/callbacks.rb:383:in `_run__4124889634040345942__process_action__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.0) lib/active_record/migration.rb:369:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__1042441374581220909__call__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.0) lib/rails/rack/logger.rb:21:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call' railties (4.0.0) lib/rails/engine.rb:511:in `call' railties (4.0.0) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (0.4ms) Started GET "/posts" for 127.0.0.1 at 2013-09-16 20:04:50 +0300 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (44.1ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (58.2ms) Completed 500 Internal Server Error in 70ms ActionView::Template::Error (couldn't find file 'jquery' (in /home/jari/code/power_resource/spec/dummy/app/assets/javascripts/application.js:13)): 3: 4: <%= "#{@title} | " unless @title.blank? %>Dummy 5: <%= stylesheet_link_tag "application", media: "all", "data-turbolinks-track" => true %> 6: <%= javascript_include_tag "application", "data-turbolinks-track" => true %> 7: <%= csrf_meta_tags %> 8: 9: app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb___2385801917287040608_28617200' Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (13.4ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (18.0ms) Started GET "/posts" for 127.0.0.1 at 2013-09-16 20:05:50 +0300 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (22.1ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (60.9ms) Completed 200 OK in 130ms (Views: 128.9ms | ActiveRecord: 0.3ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 20:05:50 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 20:05:50 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 20:05:50 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 20:05:50 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 20:05:50 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 20:05:50 +0300 Started DELETE "/posts/1" for 127.0.0.1 at 2013-09-16 20:05:55 +0300 Processing by PostsController#destroy as HTML Parameters: {"authenticity_token"=>"1r1YbETHNjU2OcNIHiDcXup5iSbx9z5KAqOxp3+qT1g=", "id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.0ms) begin transaction SQL (1.2ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 1]]  (4.5ms) commit transaction Redirected to http://localhost:3000/posts Completed 302 Found in 13ms (ActiveRecord: 6.0ms) Started GET "/posts" for 127.0.0.1 at 2013-09-16 20:05:55 +0300 Processing by PostsController#index as HTML Post Load (0.2ms) SELECT "posts".* FROM "posts" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (17.8ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (20.8ms) Completed 200 OK in 24ms (Views: 23.5ms | ActiveRecord: 0.2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 20:05:55 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 20:05:55 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 20:05:55 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 20:05:55 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 20:05:56 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 20:05:56 +0300 Started DELETE "/posts/3" for 127.0.0.1 at 2013-09-16 20:05:58 +0300 Processing by PostsController#destroy as HTML Parameters: {"authenticity_token"=>"1r1YbETHNjU2OcNIHiDcXup5iSbx9z5KAqOxp3+qT1g=", "id"=>"3"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "3"]]  (0.0ms) begin transaction SQL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 3]]  (4.6ms) commit transaction Redirected to http://localhost:3000/posts Completed 302 Found in 8ms (ActiveRecord: 4.9ms) Started GET "/posts" for 127.0.0.1 at 2013-09-16 20:05:58 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (16.0ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (18.8ms) Completed 200 OK in 22ms (Views: 21.3ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 20:05:58 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 20:05:58 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 20:05:58 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 20:05:58 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 20:05:58 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 20:05:58 +0300 Started DELETE "/posts/5" for 127.0.0.1 at 2013-09-16 20:06:00 +0300 Processing by PostsController#destroy as HTML Parameters: {"authenticity_token"=>"1r1YbETHNjU2OcNIHiDcXup5iSbx9z5KAqOxp3+qT1g=", "id"=>"5"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "5"]]  (0.0ms) begin transaction SQL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 5]]  (4.3ms) commit transaction Redirected to http://localhost:3000/posts Completed 302 Found in 7ms (ActiveRecord: 4.5ms) Started GET "/posts" for 127.0.0.1 at 2013-09-16 20:06:00 +0300 Processing by PostsController#index as HTML Post Load (0.2ms) SELECT "posts".* FROM "posts" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (12.6ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (15.5ms) Completed 200 OK in 18ms (Views: 18.0ms | ActiveRecord: 0.2ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 20:06:00 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 20:06:00 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 20:06:00 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 20:06:00 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 20:06:00 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 20:06:00 +0300 Started GET "/posts/7/edit" for 127.0.0.1 at 2013-09-16 20:06:01 +0300 Processing by PostsController#edit as HTML Parameters: {"id"=>"7"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "7"]] Rendered /home/jari/code/power_resource/app/views/power_resource/builders/_form_for.html.erb (4.5ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_form.html.erb (5.4ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/edit.html.erb within layouts/application (8.0ms) Completed 200 OK in 11ms (Views: 10.5ms | ActiveRecord: 0.1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 20:06:01 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 20:06:01 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 20:06:01 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 20:06:01 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 20:06:01 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 20:06:01 +0300 Started PATCH "/posts/7" for 127.0.0.1 at 2013-09-16 20:06:03 +0300 Processing by PostsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"1r1YbETHNjU2OcNIHiDcXup5iSbx9z5KAqOxp3+qT1g=", "post"=>{"title"=>"44", "content"=>"3434"}, "commit"=>"Update Post", "id"=>"7"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "7"]] Unpermitted parameters: utf8, _method, authenticity_token, commit, id  (0.1ms) begin transaction SQL (0.6ms) UPDATE "posts" SET "title" = ?, "content" = ?, "updated_at" = ? WHERE "posts"."id" = 7 [["title", "44"], ["content", "3434"], ["updated_at", Mon, 16 Sep 2013 17:06:03 UTC +00:00]]  (4.6ms) commit transaction Redirected to http://localhost:3000/posts Completed 302 Found in 10ms (ActiveRecord: 5.3ms) Started GET "/posts" for 127.0.0.1 at 2013-09-16 20:06:03 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (12.5ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (15.3ms) Completed 200 OK in 18ms (Views: 18.0ms | ActiveRecord: 0.1ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 20:06:03 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 20:06:03 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 20:06:03 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 20:06:03 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 20:06:03 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 20:06:03 +0300 Started DELETE "/posts/8" for 127.0.0.1 at 2013-09-16 20:06:05 +0300 Processing by PostsController#destroy as HTML Parameters: {"authenticity_token"=>"1r1YbETHNjU2OcNIHiDcXup5iSbx9z5KAqOxp3+qT1g=", "id"=>"8"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "8"]]  (0.1ms) begin transaction SQL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 8]]  (4.4ms) commit transaction Redirected to http://localhost:3000/posts Completed 302 Found in 8ms (ActiveRecord: 4.7ms) Started GET "/posts" for 127.0.0.1 at 2013-09-16 20:06:05 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (11.2ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (14.3ms) Completed 200 OK in 47ms (Views: 46.6ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 20:06:05 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 20:06:05 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 20:06:05 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 20:06:05 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 20:06:05 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 20:06:05 +0300 Started DELETE "/posts/6" for 127.0.0.1 at 2013-09-16 20:06:07 +0300 Processing by PostsController#destroy as HTML Parameters: {"authenticity_token"=>"1r1YbETHNjU2OcNIHiDcXup5iSbx9z5KAqOxp3+qT1g=", "id"=>"6"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "6"]]  (0.0ms) begin transaction SQL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 6]]  (2.5ms) commit transaction Redirected to http://localhost:3000/posts Completed 302 Found in 5ms (ActiveRecord: 2.7ms) Started GET "/posts" for 127.0.0.1 at 2013-09-16 20:06:07 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (7.8ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (10.4ms) Completed 200 OK in 13ms (Views: 13.1ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 20:06:08 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 20:06:08 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 20:06:08 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 20:06:08 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 20:06:08 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 20:06:08 +0300 Started DELETE "/posts/7" for 127.0.0.1 at 2013-09-16 20:06:09 +0300 Processing by PostsController#destroy as HTML Parameters: {"authenticity_token"=>"1r1YbETHNjU2OcNIHiDcXup5iSbx9z5KAqOxp3+qT1g=", "id"=>"7"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "7"]]  (0.0ms) begin transaction SQL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 7]]  (4.7ms) commit transaction Redirected to http://localhost:3000/posts Completed 302 Found in 8ms (ActiveRecord: 4.9ms) Started GET "/posts" for 127.0.0.1 at 2013-09-16 20:06:10 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (5.3ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (7.9ms) Completed 200 OK in 11ms (Views: 10.4ms | ActiveRecord: 0.1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 20:06:10 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 20:06:10 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 20:06:10 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 20:06:10 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 20:06:10 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 20:06:10 +0300 Started GET "/posts/2/edit" for 127.0.0.1 at 2013-09-16 20:06:11 +0300 Processing by PostsController#edit as HTML Parameters: {"id"=>"2"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "2"]] Rendered /home/jari/code/power_resource/app/views/power_resource/builders/_form_for.html.erb (1.7ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_form.html.erb (2.2ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/edit.html.erb within layouts/application (4.0ms) Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 20:06:11 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 20:06:11 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 20:06:11 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 20:06:11 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 20:06:11 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 20:06:11 +0300 Started PATCH "/posts/2" for 127.0.0.1 at 2013-09-16 20:06:12 +0300 Processing by PostsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"1r1YbETHNjU2OcNIHiDcXup5iSbx9z5KAqOxp3+qT1g=", "post"=>{"title"=>"foo", "content"=>"bar"}, "commit"=>"Update Post", "id"=>"2"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "2"]] Unpermitted parameters: utf8, _method, authenticity_token, commit, id  (0.0ms) begin transaction  (0.0ms) commit transaction Redirected to http://localhost:3000/posts Completed 302 Found in 3ms (ActiveRecord: 0.1ms) Started GET "/posts" for 127.0.0.1 at 2013-09-16 20:06:12 +0300 Processing by PostsController#index as HTML Post Load (0.2ms) SELECT "posts".* FROM "posts" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (5.5ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (8.3ms) Completed 200 OK in 11ms (Views: 10.8ms | ActiveRecord: 0.2ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 20:06:12 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 20:06:12 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 20:06:12 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 20:06:12 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 20:06:12 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 20:06:12 +0300 Started GET "/posts/new" for 127.0.0.1 at 2013-09-16 20:06:13 +0300 Processing by PostsController#new as HTML Rendered /home/jari/code/power_resource/app/views/power_resource/builders/_form_for.html.erb (1.9ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_form.html.erb (2.4ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/new.html.erb within layouts/application (4.8ms) Completed 200 OK in 8ms (Views: 7.4ms | ActiveRecord: 0.0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 20:06:13 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 20:06:13 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 20:06:13 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 20:06:13 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 20:06:13 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 20:06:13 +0300 Started GET "/posts/2/edit" for 127.0.0.1 at 2013-09-16 20:08:48 +0300 Processing by PostsController#edit as HTML Parameters: {"id"=>"2"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "2"]] Rendered /home/jari/code/power_resource/app/views/power_resource/builders/_form_for.html.erb (1.9ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_form.html.erb (2.4ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/edit.html.erb within layouts/application (4.4ms) Completed 200 OK in 16ms (Views: 7.1ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 20:08:48 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 20:08:48 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 20:08:48 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 20:08:48 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 20:08:48 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 20:08:48 +0300 Started GET "/posts/2/edit" for 127.0.0.1 at 2013-09-16 20:09:09 +0300 Processing by PostsController#edit as HTML Parameters: {"id"=>"2"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "2"]] Rendered /home/jari/code/power_resource/app/views/power_resource/builders/_form_for.html.erb (1.8ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_form.html.erb (2.2ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/edit.html.erb within layouts/application (4.1ms) Completed 200 OK in 7ms (Views: 6.5ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 20:09:09 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 20:09:09 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 20:09:09 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 20:09:09 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 20:09:09 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 20:09:09 +0300 Started GET "/posts" for 127.0.0.1 at 2013-09-16 20:09:11 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (3.2ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (2.3ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (7.8ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (10.3ms) Completed 200 OK in 13ms (Views: 12.9ms | ActiveRecord: 0.1ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 20:09:11 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 20:09:11 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 20:09:11 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 20:09:11 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 20:09:11 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 20:09:11 +0300 Started GET "/posts/2/edit" for 127.0.0.1 at 2013-09-16 20:09:12 +0300 Processing by PostsController#edit as HTML Parameters: {"id"=>"2"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "2"]] Rendered /home/jari/code/power_resource/app/views/power_resource/builders/_form_for.html.erb (1.7ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_form.html.erb (2.1ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/edit.html.erb within layouts/application (3.8ms) Completed 200 OK in 7ms (Views: 6.2ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 20:09:12 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 20:09:12 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 20:09:12 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 20:09:12 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 20:09:12 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 20:09:12 +0300 Started GET "/posts/4/edit" for 127.0.0.1 at 2013-09-16 20:09:14 +0300 Processing by PostsController#edit as HTML Parameters: {"id"=>"4"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "4"]] Rendered /home/jari/code/power_resource/app/views/power_resource/builders/_form_for.html.erb (1.9ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_form.html.erb (2.4ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/edit.html.erb within layouts/application (4.4ms) Completed 200 OK in 8ms (Views: 6.9ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 20:09:14 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 20:09:14 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 20:09:14 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 20:09:14 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 20:09:14 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 20:09:14 +0300 Started GET "/posts/2/edit" for 127.0.0.1 at 2013-09-16 20:11:11 +0300 Processing by PostsController#edit as HTML Parameters: {"id"=>"2"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "2"]] Rendered /home/jari/code/power_resource/app/views/power_resource/builders/_form_for.html.erb (1.6ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_form.html.erb (2.0ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/edit.html.erb within layouts/application (3.9ms) Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 20:11:11 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 20:11:11 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 20:11:11 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 20:11:11 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 20:11:11 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 20:11:11 +0300 Started GET "/posts" for 127.0.0.1 at 2013-09-16 20:17:19 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.9ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.3ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (4.9ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (15.1ms) Completed 200 OK in 19ms (Views: 17.6ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 20:17:19 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 20:17:19 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 20:17:19 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 20:17:19 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 20:17:19 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 20:17:19 +0300 Started GET "/posts" for 127.0.0.1 at 2013-09-16 20:19:33 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.8ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.2ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (4.9ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (15.2ms) Completed 200 OK in 19ms (Views: 17.7ms | ActiveRecord: 0.4ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 20:19:33 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 20:19:33 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 20:19:33 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 20:19:33 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 20:19:33 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 20:19:33 +0300 Started GET "/posts/2/edit" for 127.0.0.1 at 2013-09-16 20:19:35 +0300 Processing by PostsController#edit as HTML Parameters: {"id"=>"2"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "2"]] Rendered /home/jari/code/power_resource/app/views/power_resource/builders/_form_for.html.erb (1.7ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_form.html.erb (2.1ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/edit.html.erb within layouts/application (3.9ms) Completed 200 OK in 7ms (Views: 6.2ms | ActiveRecord: 0.1ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 20:19:36 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 20:19:36 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 20:19:36 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 20:19:36 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 20:19:36 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 20:19:36 +0300 Started GET "/posts/new" for 127.0.0.1 at 2013-09-16 20:19:37 +0300 Processing by PostsController#new as HTML Rendered /home/jari/code/power_resource/app/views/power_resource/builders/_form_for.html.erb (1.5ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_form.html.erb (2.0ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/new.html.erb within layouts/application (3.8ms) Completed 200 OK in 7ms (Views: 6.2ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 20:19:37 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 20:19:37 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 20:19:37 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 20:19:37 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 20:19:37 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 20:19:37 +0300 Started DELETE "/posts/2" for 127.0.0.1 at 2013-09-16 20:19:41 +0300 Processing by PostsController#destroy as HTML Parameters: {"authenticity_token"=>"1r1YbETHNjU2OcNIHiDcXup5iSbx9z5KAqOxp3+qT1g=", "id"=>"2"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "2"]]  (0.0ms) begin transaction SQL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 2]]  (4.6ms) commit transaction Redirected to http://localhost:3000/posts Completed 302 Found in 8ms (ActiveRecord: 4.8ms) Started GET "/posts" for 127.0.0.1 at 2013-09-16 20:19:41 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.5ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (2.3ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (5.0ms) Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 20:19:41 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 20:19:41 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 20:19:41 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 20:19:41 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 20:19:41 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 20:19:41 +0300 Started GET "/posts/new" for 127.0.0.1 at 2013-09-16 20:19:42 +0300 Processing by PostsController#new as HTML Rendered /home/jari/code/power_resource/app/views/power_resource/builders/_form_for.html.erb (1.8ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_form.html.erb (2.4ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/new.html.erb within layouts/application (31.2ms) Completed 200 OK in 34ms (Views: 33.6ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 20:19:42 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 20:19:42 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 20:19:42 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 20:19:42 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 20:19:42 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 20:19:42 +0300 Started POST "/posts" for 127.0.0.1 at 2013-09-16 20:19:44 +0300 Processing by PostsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"1r1YbETHNjU2OcNIHiDcXup5iSbx9z5KAqOxp3+qT1g=", "post"=>{"title"=>"a", "content"=>"b"}, "commit"=>"Create Post"} Unpermitted parameters: utf8, authenticity_token, commit  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "posts" ("content", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["content", "b"], ["created_at", Mon, 16 Sep 2013 17:19:44 UTC +00:00], ["title", "a"], ["updated_at", Mon, 16 Sep 2013 17:19:44 UTC +00:00]]  (4.4ms) commit transaction Redirected to http://localhost:3000/posts Completed 302 Found in 8ms (ActiveRecord: 4.7ms) Started GET "/posts" for 127.0.0.1 at 2013-09-16 20:19:44 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.6ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.2ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (4.4ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (7.2ms) Completed 200 OK in 10ms (Views: 9.8ms | ActiveRecord: 0.1ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 20:19:44 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 20:19:44 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 20:19:44 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 20:19:44 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 20:19:44 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 20:19:44 +0300 Started GET "/posts" for 127.0.0.1 at 2013-09-16 20:21:14 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.8ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.2ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (4.7ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (15.2ms) Completed 200 OK in 19ms (Views: 17.8ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 20:21:14 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 20:21:14 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 20:21:14 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 20:21:14 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 20:21:14 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 20:21:14 +0300 Started GET "/posts/4/edit" for 127.0.0.1 at 2013-09-16 20:21:15 +0300 Processing by PostsController#edit as HTML Parameters: {"id"=>"4"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "4"]] Rendered /home/jari/code/power_resource/app/views/power_resource/builders/_form_for.html.erb (1.9ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_form.html.erb (2.4ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/edit.html.erb within layouts/application (4.3ms) Completed 200 OK in 8ms (Views: 6.8ms | ActiveRecord: 0.2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 20:21:15 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 20:21:15 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 20:21:15 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 20:21:15 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 20:21:15 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 20:21:15 +0300 Started PATCH "/posts/4" for 127.0.0.1 at 2013-09-16 20:21:16 +0300 Processing by PostsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"1r1YbETHNjU2OcNIHiDcXup5iSbx9z5KAqOxp3+qT1g=", "post"=>{"title"=>"Foo", "content"=>"Bar"}, "commit"=>"Update Post", "id"=>"4"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "4"]] Unpermitted parameters: utf8, _method, authenticity_token, commit, id  (0.1ms) begin transaction  (0.0ms) commit transaction Redirected to http://localhost:3000/posts Completed 302 Found in 4ms (ActiveRecord: 0.2ms) Started GET "/posts" for 127.0.0.1 at 2013-09-16 20:21:16 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.7ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.3ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (4.7ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (7.7ms) Completed 200 OK in 11ms (Views: 10.4ms | ActiveRecord: 0.1ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 20:21:16 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 20:21:16 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 20:21:16 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 20:21:16 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 20:21:16 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 20:21:16 +0300 Started GET "/posts/new" for 127.0.0.1 at 2013-09-16 20:21:17 +0300 Processing by PostsController#new as HTML Rendered /home/jari/code/power_resource/app/views/power_resource/builders/_form_for.html.erb (1.7ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_form.html.erb (2.2ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/new.html.erb within layouts/application (4.2ms) Completed 200 OK in 7ms (Views: 6.6ms | ActiveRecord: 0.0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 20:21:17 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 20:21:17 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 20:21:17 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 20:21:17 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 20:21:17 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 20:21:17 +0300 Started POST "/posts" for 127.0.0.1 at 2013-09-16 20:21:17 +0300 Processing by PostsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"1r1YbETHNjU2OcNIHiDcXup5iSbx9z5KAqOxp3+qT1g=", "post"=>{"title"=>"", "content"=>""}, "commit"=>"Create Post"} Unpermitted parameters: utf8, authenticity_token, commit  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "posts" ("content", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["content", ""], ["created_at", Mon, 16 Sep 2013 17:21:17 UTC +00:00], ["title", ""], ["updated_at", Mon, 16 Sep 2013 17:21:17 UTC +00:00]]  (4.5ms) commit transaction Redirected to http://localhost:3000/posts Completed 302 Found in 8ms (ActiveRecord: 4.8ms) Started GET "/posts" for 127.0.0.1 at 2013-09-16 20:21:17 +0300 Processing by PostsController#index as HTML Post Load (0.2ms) SELECT "posts".* FROM "posts" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.5ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.2ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.2ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (5.9ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (9.0ms) Completed 200 OK in 12ms (Views: 11.6ms | ActiveRecord: 0.2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 20:21:17 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 20:21:17 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 20:21:17 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 20:21:17 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 20:21:17 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 20:21:17 +0300 Started GET "/posts" for 127.0.0.1 at 2013-09-16 20:31:01 +0300 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (2.2ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.3ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.3ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (7.8ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (44.6ms) Completed 200 OK in 73ms (Views: 72.1ms | ActiveRecord: 0.3ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 20:31:01 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 20:31:01 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 20:31:01 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 20:31:01 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 20:31:01 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 20:31:01 +0300 Started DELETE "/posts/10" for 127.0.0.1 at 2013-09-16 20:31:04 +0300 Processing by PostsController#destroy as HTML Parameters: {"authenticity_token"=>"1r1YbETHNjU2OcNIHiDcXup5iSbx9z5KAqOxp3+qT1g=", "id"=>"10"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "10"]]  (0.0ms) begin transaction SQL (24.4ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 10]]  (4.6ms) commit transaction Redirected to http://localhost:3000/posts Completed 302 Found in 36ms (ActiveRecord: 29.2ms) Started GET "/posts" for 127.0.0.1 at 2013-09-16 20:31:04 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.7ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.3ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (4.5ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (7.4ms) Completed 200 OK in 11ms (Views: 10.2ms | ActiveRecord: 0.1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 20:31:04 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 20:31:04 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 20:31:04 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 20:31:04 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 20:31:04 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 20:31:04 +0300 Started GET "/posts" for 127.0.0.1 at 2013-09-16 20:31:48 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.4ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.2ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (4.2ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (6.8ms) Completed 200 OK in 10ms (Views: 9.2ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 20:31:48 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 20:31:48 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 20:31:48 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 20:31:48 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 20:31:48 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 20:31:48 +0300 Started GET "/posts/new" for 127.0.0.1 at 2013-09-16 20:31:49 +0300 Processing by PostsController#new as HTML Rendered /home/jari/code/power_resource/app/views/power_resource/builders/_form_for.html.erb (4.3ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_form.html.erb (5.1ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/new.html.erb within layouts/application (7.5ms) Completed 200 OK in 10ms (Views: 9.9ms | ActiveRecord: 0.0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 20:31:49 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 20:31:49 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 20:31:49 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 20:31:49 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 20:31:49 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 20:31:49 +0300 Started POST "/posts" for 127.0.0.1 at 2013-09-16 20:31:50 +0300 Processing by PostsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"1r1YbETHNjU2OcNIHiDcXup5iSbx9z5KAqOxp3+qT1g=", "post"=>{"title"=>"", "content"=>""}, "commit"=>"Create Post"} Unpermitted parameters: utf8, authenticity_token, commit  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "posts" ("content", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["content", ""], ["created_at", Mon, 16 Sep 2013 17:31:50 UTC +00:00], ["title", ""], ["updated_at", Mon, 16 Sep 2013 17:31:50 UTC +00:00]]  (4.3ms) commit transaction Redirected to http://localhost:3000/posts Completed 302 Found in 9ms (ActiveRecord: 5.1ms) Started GET "/posts" for 127.0.0.1 at 2013-09-16 20:31:50 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.5ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.2ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.2ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (5.9ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (8.9ms) Completed 200 OK in 12ms (Views: 11.7ms | ActiveRecord: 0.1ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 20:31:50 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 20:31:50 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 20:31:50 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 20:31:50 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 20:31:50 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 20:31:50 +0300 Started DELETE "/posts/11" for 127.0.0.1 at 2013-09-16 20:31:52 +0300 Processing by PostsController#destroy as HTML Parameters: {"authenticity_token"=>"1r1YbETHNjU2OcNIHiDcXup5iSbx9z5KAqOxp3+qT1g=", "id"=>"11"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "11"]]  (0.0ms) begin transaction SQL (0.1ms) DELETE FROM "posts" WHERE "posts"."id" = ? [["id", 11]]  (4.7ms) commit transaction Redirected to http://localhost:3000/posts Completed 302 Found in 8ms (ActiveRecord: 4.9ms) Started GET "/posts" for 127.0.0.1 at 2013-09-16 20:31:52 +0300 Processing by PostsController#index as HTML Post Load (0.2ms) SELECT "posts".* FROM "posts" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.5ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.2ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (4.2ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (7.1ms) Completed 200 OK in 10ms (Views: 9.5ms | ActiveRecord: 0.2ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 20:31:52 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 20:31:52 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 20:31:52 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 20:31:52 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 20:31:52 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 20:31:52 +0300 Started GET "/posts/4/edit" for 127.0.0.1 at 2013-09-16 20:43:07 +0300 Processing by PostsController#edit as HTML Parameters: {"id"=>"4"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "4"]] Rendered /home/jari/code/power_resource/app/views/power_resource/builders/_form_for.html.erb (2.1ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_form.html.erb (2.7ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/edit.html.erb within layouts/application (5.2ms) Completed 200 OK in 8ms (Views: 7.7ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 20:43:07 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 20:43:07 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 20:43:07 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 20:43:07 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 20:43:07 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 20:43:07 +0300 Started PATCH "/posts/4" for 127.0.0.1 at 2013-09-16 20:43:08 +0300 Processing by PostsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"1r1YbETHNjU2OcNIHiDcXup5iSbx9z5KAqOxp3+qT1g=", "post"=>{"title"=>"Foo", "content"=>"Bar"}, "commit"=>"Update Post", "id"=>"4"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "4"]] Unpermitted parameters: utf8, _method, authenticity_token, commit, id  (0.0ms) begin transaction  (0.0ms) commit transaction Redirected to http://localhost:3000/posts Completed 302 Found in 3ms (ActiveRecord: 0.2ms) Started GET "/posts" for 127.0.0.1 at 2013-09-16 20:43:08 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.5ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.2ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (4.3ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (7.0ms) Completed 200 OK in 10ms (Views: 9.6ms | ActiveRecord: 0.1ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 20:43:08 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 20:43:08 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 20:43:08 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 20:43:08 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 20:43:08 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 20:43:08 +0300 Started GET "/posts/4/edit" for 127.0.0.1 at 2013-09-16 20:45:16 +0300 Processing by PostsController#edit as HTML Parameters: {"id"=>"4"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "4"]] Rendered /home/jari/code/power_resource/app/views/power_resource/builders/_form_for.html.erb (1.7ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_form.html.erb (2.1ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/edit.html.erb within layouts/application (3.9ms) Completed 200 OK in 7ms (Views: 6.2ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 20:45:16 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 20:45:16 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 20:45:16 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 20:45:16 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 20:45:16 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 20:45:16 +0300 Started GET "/posts/new" for 127.0.0.1 at 2013-09-16 20:45:17 +0300 Processing by PostsController#new as HTML Rendered /home/jari/code/power_resource/app/views/power_resource/builders/_form_for.html.erb (1.5ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_form.html.erb (1.9ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/new.html.erb within layouts/application (3.7ms) Completed 200 OK in 6ms (Views: 6.0ms | ActiveRecord: 0.0ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 20:45:17 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 20:45:17 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 20:45:17 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 20:45:17 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 20:45:17 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 20:45:17 +0300 Started GET "/posts/4/edit" for 127.0.0.1 at 2013-09-16 20:45:19 +0300 Processing by PostsController#edit as HTML Parameters: {"id"=>"4"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "4"]] Rendered /home/jari/code/power_resource/app/views/power_resource/builders/_form_for.html.erb (1.6ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_form.html.erb (2.0ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/edit.html.erb within layouts/application (3.8ms) Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 20:45:19 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 20:45:19 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 20:45:19 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 20:45:19 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 20:45:19 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 20:45:19 +0300 Started GET "/posts/new" for 127.0.0.1 at 2013-09-16 20:45:21 +0300 Processing by PostsController#new as HTML Rendered /home/jari/code/power_resource/app/views/power_resource/builders/_form_for.html.erb (1.5ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_form.html.erb (1.9ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/new.html.erb within layouts/application (3.7ms) Completed 200 OK in 6ms (Views: 6.0ms | ActiveRecord: 0.0ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 20:45:21 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 20:45:21 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 20:45:21 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 20:45:21 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 20:45:21 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 20:45:21 +0300  (2.2ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (2.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreatePosts (20130915095616)  (0.0ms) begin transaction  (0.0ms) rollback transaction  (2.2ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "content" text, "created_at" datetime, "updated_at" datetime)   (0.1ms) SELECT version FROM "schema_migrations"  (2.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20130915095616') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (4.7ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "content" text, "created_at" datetime, "updated_at" datetime)   (2.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (2.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (2.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20130915095616') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateCategories (20130916174608)  (0.1ms) begin transaction  (0.2ms) CREATE TABLE "categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime, "updated_at" datetime)  SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20130916174608"]]  (4.6ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (4.2ms) CREATE TABLE "categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime, "updated_at" datetime)   (2.1ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar(255), "content" text, "created_at" datetime, "updated_at" datetime)  (2.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (2.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (2.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20130916174608')  (2.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20130915095616') ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"  (4.6ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (2.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreatePosts (20130915095616)  (0.0ms) begin transaction  (0.0ms) rollback transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreatePosts (20130915095616)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "category_id" integer, "title" varchar(255), "content" text, "created_at" datetime, "updated_at" datetime)  SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20130915095616"]]  (4.5ms) commit transaction Migrating to CreateCategories (20130916174608)  (0.0ms) begin transaction  (0.2ms) CREATE TABLE "categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime, "updated_at" datetime)  SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20130916174608"]]  (2.5ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Started GET "/posts" for 127.0.0.1 at 2013-09-16 20:50:12 +0300 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (5.7ms) Completed 200 OK in 69ms (Views: 68.5ms | ActiveRecord: 0.3ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 20:50:12 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 20:50:12 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 20:50:12 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 20:50:12 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 20:50:12 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 20:50:12 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 20:50:12 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 20:50:12 +0300 Started GET "/posts/new" for 127.0.0.1 at 2013-09-16 20:50:13 +0300 Processing by PostsController#new as HTML Rendered /home/jari/code/power_resource/app/views/power_resource/builders/_form_for.html.erb (12.5ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_form.html.erb (13.4ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/new.html.erb within layouts/application (17.0ms) Completed 500 Internal Server Error in 19ms ActionView::Template::Error (undefined method `type' for nil:NilClass): 16:
  • 17: <%= f.label(field) %> 18: <%= 19: if resource_class.columns_hash["#{field}"].type == :text 20: f.text_area(field) 21: else 22: f.text_field(field) /home/jari/code/power_resource/app/views/power_resource/builders/_form_for.html.erb:19:in `block (2 levels) in __home_jari_code_power_resource_app_views_power_resource_builders__form_for_html_erb___1975417480092037547_23143560' /home/jari/code/power_resource/app/views/power_resource/builders/_form_for.html.erb:15:in `each' /home/jari/code/power_resource/app/views/power_resource/builders/_form_for.html.erb:15:in `block in __home_jari_code_power_resource_app_views_power_resource_builders__form_for_html_erb___1975417480092037547_23143560' actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:435:in `form_for' /home/jari/code/power_resource/app/views/power_resource/builders/_form_for.html.erb:13:in `__home_jari_code_power_resource_app_views_power_resource_builders__form_for_html_erb___1975417480092037547_23143560' actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.0) lib/action_view/template.rb:141:in `render' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render' /home/jari/code/power_resource/app/helpers/power_resource/rendering_helper.rb:16:in `render_form' /home/jari/code/power_resource/app/views/power_resource/base/_form.html.erb:1:in `__home_jari_code_power_resource_app_views_power_resource_base__form_html_erb___3000148376630931918_23097640' actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.0) lib/action_view/template.rb:141:in `render' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render' /home/jari/code/power_resource/app/views/power_resource/base/new.html.erb:3:in `__home_jari_code_power_resource_app_views_power_resource_base_new_html_erb___4191452187623788910_19350100' actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.0) lib/action_view/template.rb:141:in `render' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.0) lib/action_controller/metal/responder.rb:233:in `default_render' actionpack (4.0.0) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0.rc) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.0) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.0) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.0) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:19:in `new' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.0) lib/active_support/callbacks.rb:383:in `_run__80795750901554029__process_action__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.0) lib/active_record/migration.rb:369:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__2117369731208717209__call__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.0) lib/rails/rack/logger.rb:21:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call' railties (4.0.0) lib/rails/engine.rb:511:in `call' railties (4.0.0) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.5ms) Started GET "/posts/new" for 127.0.0.1 at 2013-09-16 20:51:00 +0300 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by PostsController#new as HTML Rendered /home/jari/code/power_resource/app/views/power_resource/builders/_form_for.html.erb (12.9ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_form.html.erb (13.9ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/new.html.erb within layouts/application (43.3ms) Completed 500 Internal Server Error in 48ms ActionView::Template::Error (undefined method `type' for nil:NilClass): 16:
  • 17: <%= f.label(field) %> 18: <%= 19: if resource_class.columns_hash["#{field}"].type == :text 20: f.text_area(field) 21: else 22: f.text_field(field) /home/jari/code/power_resource/app/views/power_resource/builders/_form_for.html.erb:19:in `block (2 levels) in __home_jari_code_power_resource_app_views_power_resource_builders__form_for_html_erb___2493049959188836809_14663820' /home/jari/code/power_resource/app/views/power_resource/builders/_form_for.html.erb:15:in `each' /home/jari/code/power_resource/app/views/power_resource/builders/_form_for.html.erb:15:in `block in __home_jari_code_power_resource_app_views_power_resource_builders__form_for_html_erb___2493049959188836809_14663820' actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:435:in `form_for' /home/jari/code/power_resource/app/views/power_resource/builders/_form_for.html.erb:13:in `__home_jari_code_power_resource_app_views_power_resource_builders__form_for_html_erb___2493049959188836809_14663820' actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.0) lib/action_view/template.rb:141:in `render' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render' /home/jari/code/power_resource/app/helpers/power_resource/rendering_helper.rb:16:in `render_form' /home/jari/code/power_resource/app/views/power_resource/base/_form.html.erb:1:in `__home_jari_code_power_resource_app_views_power_resource_base__form_html_erb__2708489676247512899_14533040' actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.0) lib/action_view/template.rb:141:in `render' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render' /home/jari/code/power_resource/app/views/power_resource/base/new.html.erb:3:in `__home_jari_code_power_resource_app_views_power_resource_base_new_html_erb___2865243160329875395_32541160' actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.0) lib/action_view/template.rb:141:in `render' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.0) lib/action_controller/metal/responder.rb:233:in `default_render' actionpack (4.0.0) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0.rc) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.0) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.0) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.0) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:19:in `new' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.0) lib/active_support/callbacks.rb:383:in `_run__1972474300748062440__process_action__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.0) lib/active_record/migration.rb:369:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__2427239857903409747__call__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.0) lib/rails/rack/logger.rb:21:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call' railties (4.0.0) lib/rails/engine.rb:511:in `call' railties (4.0.0) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (13.7ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (18.4ms) Started GET "/posts/new" for 127.0.0.1 at 2013-09-16 20:51:01 +0300 Processing by PostsController#new as HTML Rendered /home/jari/code/power_resource/app/views/power_resource/builders/_form_for.html.erb (1.2ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_form.html.erb (1.7ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/new.html.erb within layouts/application (3.6ms) Completed 500 Internal Server Error in 6ms ActionView::Template::Error (undefined method `type' for nil:NilClass): 16:
  • 17: <%= f.label(field) %> 18: <%= 19: if resource_class.columns_hash["#{field}"].type == :text 20: f.text_area(field) 21: else 22: f.text_field(field) /home/jari/code/power_resource/app/views/power_resource/builders/_form_for.html.erb:19:in `block (2 levels) in __home_jari_code_power_resource_app_views_power_resource_builders__form_for_html_erb___2493049959188836809_14663820' /home/jari/code/power_resource/app/views/power_resource/builders/_form_for.html.erb:15:in `each' /home/jari/code/power_resource/app/views/power_resource/builders/_form_for.html.erb:15:in `block in __home_jari_code_power_resource_app_views_power_resource_builders__form_for_html_erb___2493049959188836809_14663820' actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:435:in `form_for' /home/jari/code/power_resource/app/views/power_resource/builders/_form_for.html.erb:13:in `__home_jari_code_power_resource_app_views_power_resource_builders__form_for_html_erb___2493049959188836809_14663820' actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.0) lib/action_view/template.rb:141:in `render' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render' /home/jari/code/power_resource/app/helpers/power_resource/rendering_helper.rb:16:in `render_form' /home/jari/code/power_resource/app/views/power_resource/base/_form.html.erb:1:in `__home_jari_code_power_resource_app_views_power_resource_base__form_html_erb__2708489676247512899_14533040' actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.0) lib/action_view/template.rb:141:in `render' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render' /home/jari/code/power_resource/app/views/power_resource/base/new.html.erb:3:in `__home_jari_code_power_resource_app_views_power_resource_base_new_html_erb___2865243160329875395_32541160' actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.0) lib/action_view/template.rb:141:in `render' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.0) lib/action_controller/metal/responder.rb:233:in `default_render' actionpack (4.0.0) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0.rc) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.0) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.0) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.0) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:19:in `new' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.0) lib/active_support/callbacks.rb:383:in `_run__1972474300748062440__process_action__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.0) lib/active_record/migration.rb:369:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__2427239857903409747__call__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.0) lib/rails/rack/logger.rb:21:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call' railties (4.0.0) lib/rails/engine.rb:511:in `call' railties (4.0.0) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.5ms) Started GET "/posts" for 127.0.0.1 at 2013-09-16 20:51:02 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (2.8ms) Completed 200 OK in 47ms (Views: 46.4ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 20:51:02 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 20:51:02 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 20:51:02 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 20:51:02 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 20:51:02 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 20:51:02 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 20:51:02 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 20:51:02 +0300 Started GET "/posts" for 127.0.0.1 at 2013-09-16 20:54:30 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (3.1ms) Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.4ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 20:54:30 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 20:54:30 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 20:54:30 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 20:54:30 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 20:54:30 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 20:54:30 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 20:54:30 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 20:54:30 +0300 Started GET "/posts/new" for 127.0.0.1 at 2013-09-16 20:54:31 +0300 Processing by PostsController#new as HTML Rendered /home/jari/code/power_resource/app/views/power_resource/builders/_form_for.html.erb (12.4ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_form.html.erb (13.0ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/new.html.erb within layouts/application (15.0ms) Completed 200 OK in 19ms (Views: 17.9ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 20:54:32 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 20:54:32 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 20:54:32 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 20:54:32 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 20:54:32 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 20:54:32 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 20:54:32 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 20:54:32 +0300 Started GET "/posts/new" for 127.0.0.1 at 2013-09-16 20:55:53 +0300 Processing by PostsController#new as HTML Rendered /home/jari/code/power_resource/app/views/power_resource/builders/_form_for.html.erb (2.7ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_form.html.erb (3.1ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/new.html.erb within layouts/application (4.9ms) Completed 200 OK in 8ms (Views: 7.7ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 20:55:53 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 20:55:53 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 20:55:53 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 20:55:53 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 20:55:53 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 20:55:53 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 20:55:53 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 20:55:53 +0300 Started GET "/posts/new" for 127.0.0.1 at 2013-09-16 20:56:05 +0300 Processing by PostsController#new as HTML Rendered /home/jari/code/power_resource/app/views/power_resource/builders/_form_for.html.erb (2.9ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_form.html.erb (3.3ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/new.html.erb within layouts/application (5.3ms) Completed 200 OK in 9ms (Views: 8.1ms | ActiveRecord: 0.0ms) Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 20:56:05 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 20:56:05 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 20:56:05 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 20:56:05 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 20:56:05 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 20:56:05 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 20:56:05 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 20:56:05 +0300 Started GET "/posts/new" for 127.0.0.1 at 2013-09-16 20:57:40 +0300 Processing by PostsController#new as HTML Rendered /home/jari/code/power_resource/app/views/power_resource/builders/_form_for.html.erb (1.8ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_form.html.erb (2.3ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/new.html.erb within layouts/application (4.3ms) Completed 500 Internal Server Error in 6ms ActionView::Template::Error (wrong number of arguments (1 for 2..4)): 19: if resource_class.columns_hash["#{field}"].type == :text 20: f.text_area(field) 21: elsif field.match(/_id$/) 22: f.select(field) 23: else 24: f.text_field(field) 25: end actionpack (4.0.0) lib/action_view/helpers/form_options_helper.rb:768:in `select' /home/jari/code/power_resource/app/views/power_resource/builders/_form_for.html.erb:22:in `block (2 levels) in __home_jari_code_power_resource_app_views_power_resource_builders__form_for_html_erb___2493049959188836809_15166700' /home/jari/code/power_resource/app/views/power_resource/builders/_form_for.html.erb:15:in `each' /home/jari/code/power_resource/app/views/power_resource/builders/_form_for.html.erb:15:in `block in __home_jari_code_power_resource_app_views_power_resource_builders__form_for_html_erb___2493049959188836809_15166700' actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:435:in `form_for' /home/jari/code/power_resource/app/views/power_resource/builders/_form_for.html.erb:13:in `__home_jari_code_power_resource_app_views_power_resource_builders__form_for_html_erb___2493049959188836809_15166700' actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.0) lib/action_view/template.rb:141:in `render' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render' /home/jari/code/power_resource/app/helpers/power_resource/rendering_helper.rb:16:in `render_form' /home/jari/code/power_resource/app/views/power_resource/base/_form.html.erb:1:in `__home_jari_code_power_resource_app_views_power_resource_base__form_html_erb__2708489676247512899_14533040' actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.0) lib/action_view/template.rb:141:in `render' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render' /home/jari/code/power_resource/app/views/power_resource/base/new.html.erb:3:in `__home_jari_code_power_resource_app_views_power_resource_base_new_html_erb___2865243160329875395_32541160' actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.0) lib/action_view/template.rb:141:in `render' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.0) lib/action_controller/metal/responder.rb:233:in `default_render' actionpack (4.0.0) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0.rc) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.0) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.0) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.0) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:19:in `new' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.0) lib/active_support/callbacks.rb:383:in `_run__1972474300748062440__process_action__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.0) lib/active_record/migration.rb:369:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__2427239857903409747__call__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.0) lib/rails/rack/logger.rb:21:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call' railties (4.0.0) lib/rails/engine.rb:511:in `call' railties (4.0.0) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.5ms) Started GET "/posts/new" for 127.0.0.1 at 2013-09-16 20:58:59 +0300 Processing by PostsController#new as HTML Rendered /home/jari/code/power_resource/app/views/power_resource/builders/_form_for.html.erb (2.3ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_form.html.erb (2.8ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/new.html.erb within layouts/application (4.7ms) Completed 500 Internal Server Error in 7ms ActionView::Template::Error (undefined method `all' for "Category":String): 19: if resource_class.columns_hash["#{field}"].type == :text 20: f.text_area(field) 21: elsif field.match(/_id$/) 22: f.select(field, field.sub(/_id$/, '').classify.all) 23: else 24: f.text_field(field) 25: end /home/jari/code/power_resource/app/views/power_resource/builders/_form_for.html.erb:22:in `block (2 levels) in __home_jari_code_power_resource_app_views_power_resource_builders__form_for_html_erb___2493049959188836809_32788120' /home/jari/code/power_resource/app/views/power_resource/builders/_form_for.html.erb:15:in `each' /home/jari/code/power_resource/app/views/power_resource/builders/_form_for.html.erb:15:in `block in __home_jari_code_power_resource_app_views_power_resource_builders__form_for_html_erb___2493049959188836809_32788120' actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:435:in `form_for' /home/jari/code/power_resource/app/views/power_resource/builders/_form_for.html.erb:13:in `__home_jari_code_power_resource_app_views_power_resource_builders__form_for_html_erb___2493049959188836809_32788120' actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.0) lib/action_view/template.rb:141:in `render' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render' /home/jari/code/power_resource/app/helpers/power_resource/rendering_helper.rb:16:in `render_form' /home/jari/code/power_resource/app/views/power_resource/base/_form.html.erb:1:in `__home_jari_code_power_resource_app_views_power_resource_base__form_html_erb__2708489676247512899_14533040' actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.0) lib/action_view/template.rb:141:in `render' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render' /home/jari/code/power_resource/app/views/power_resource/base/new.html.erb:3:in `__home_jari_code_power_resource_app_views_power_resource_base_new_html_erb___2865243160329875395_32541160' actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.0) lib/action_view/template.rb:141:in `render' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.0) lib/action_controller/metal/responder.rb:233:in `default_render' actionpack (4.0.0) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0.rc) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.0) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.0) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.0) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:19:in `new' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.0) lib/active_support/callbacks.rb:383:in `_run__1972474300748062440__process_action__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.0) lib/active_record/migration.rb:369:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__2427239857903409747__call__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.0) lib/rails/rack/logger.rb:21:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call' railties (4.0.0) lib/rails/engine.rb:511:in `call' railties (4.0.0) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.7ms) Started GET "/posts/new" for 127.0.0.1 at 2013-09-16 20:59:38 +0300 Processing by PostsController#new as HTML Rendered /home/jari/code/power_resource/app/views/power_resource/builders/_form_for.html.erb (2.3ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_form.html.erb (2.8ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/new.html.erb within layouts/application (4.8ms) Completed 500 Internal Server Error in 7ms ActionView::Template::Error (undefined method `all' for "Category":String): 19: if resource_class.columns_hash["#{field}"].type == :text 20: f.text_area(field) 21: elsif field.match(/_id$/) 22: f.select(field, eval(field.sub(/_id$/, '').classify.all)) 23: else 24: f.text_field(field) 25: end /home/jari/code/power_resource/app/views/power_resource/builders/_form_for.html.erb:22:in `block (2 levels) in __home_jari_code_power_resource_app_views_power_resource_builders__form_for_html_erb___2493049959188836809_35357860' /home/jari/code/power_resource/app/views/power_resource/builders/_form_for.html.erb:15:in `each' /home/jari/code/power_resource/app/views/power_resource/builders/_form_for.html.erb:15:in `block in __home_jari_code_power_resource_app_views_power_resource_builders__form_for_html_erb___2493049959188836809_35357860' actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:435:in `form_for' /home/jari/code/power_resource/app/views/power_resource/builders/_form_for.html.erb:13:in `__home_jari_code_power_resource_app_views_power_resource_builders__form_for_html_erb___2493049959188836809_35357860' actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.0) lib/action_view/template.rb:141:in `render' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render' /home/jari/code/power_resource/app/helpers/power_resource/rendering_helper.rb:16:in `render_form' /home/jari/code/power_resource/app/views/power_resource/base/_form.html.erb:1:in `__home_jari_code_power_resource_app_views_power_resource_base__form_html_erb__2708489676247512899_14533040' actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.0) lib/action_view/template.rb:141:in `render' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render' /home/jari/code/power_resource/app/views/power_resource/base/new.html.erb:3:in `__home_jari_code_power_resource_app_views_power_resource_base_new_html_erb___2865243160329875395_32541160' actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.0) lib/action_view/template.rb:141:in `render' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.0) lib/action_controller/metal/responder.rb:233:in `default_render' actionpack (4.0.0) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0.rc) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.0) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.0) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.0) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:19:in `new' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.0) lib/active_support/callbacks.rb:383:in `_run__1972474300748062440__process_action__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.0) lib/active_record/migration.rb:369:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__2427239857903409747__call__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.0) lib/rails/rack/logger.rb:21:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call' railties (4.0.0) lib/rails/engine.rb:511:in `call' railties (4.0.0) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.2ms) Started GET "/posts/new" for 127.0.0.1 at 2013-09-16 21:00:47 +0300 Processing by PostsController#new as HTML  (0.1ms) SELECT COUNT(*) FROM "categories" Category Load (0.1ms) SELECT "categories".* FROM "categories" Rendered /home/jari/code/power_resource/app/views/power_resource/builders/_form_for.html.erb (8.5ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_form.html.erb (9.0ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/new.html.erb within layouts/application (11.0ms) Completed 200 OK in 15ms (Views: 13.6ms | ActiveRecord: 0.4ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:00:47 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:00:47 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:00:47 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:00:47 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:00:47 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:00:47 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:00:47 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:00:47 +0300 Started GET "/categories" for 127.0.0.1 at 2013-09-16 21:00:52 +0300 AbstractController::ActionNotFound (The action 'index' could not be found for CategoriesController): actionpack (4.0.0) lib/abstract_controller/base.rb:131:in `process' actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.0) lib/active_record/migration.rb:369:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__2427239857903409747__call__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.0) lib/rails/rack/logger.rb:21:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call' railties (4.0.0) lib/rails/engine.rb:511:in `call' railties (4.0.0) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/unknown_action.erb within rescues/layout (0.4ms) Started GET "/categories" for 127.0.0.1 at 2013-09-16 21:01:23 +0300 Processing by CategoriesController#index as HTML Category Load (0.1ms) SELECT "categories".* FROM "categories" Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (2.9ms) Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.4ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:01:23 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:01:23 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:01:23 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:01:23 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:01:23 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:01:23 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:01:23 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:01:23 +0300 Started GET "/categories/new" for 127.0.0.1 at 2013-09-16 21:01:24 +0300 Processing by CategoriesController#new as HTML Rendered /home/jari/code/power_resource/app/views/power_resource/builders/_form_for.html.erb (6.6ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_form.html.erb (7.0ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/new.html.erb within layouts/application (8.8ms) Completed 200 OK in 12ms (Views: 11.6ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:01:24 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:01:24 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:01:24 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:01:24 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:01:24 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:01:24 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:01:24 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:01:24 +0300 Started POST "/categories" for 127.0.0.1 at 2013-09-16 21:01:29 +0300 Processing by CategoriesController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"1r1YbETHNjU2OcNIHiDcXup5iSbx9z5KAqOxp3+qT1g=", "category"=>{"name"=>"Test Category 1"}, "commit"=>"Create Category"} Unpermitted parameters: utf8, authenticity_token, commit  (0.1ms) begin transaction SQL (1.5ms) INSERT INTO "categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 16 Sep 2013 18:01:29 UTC +00:00], ["name", "Test Category 1"], ["updated_at", Mon, 16 Sep 2013 18:01:29 UTC +00:00]]  (4.3ms) commit transaction Redirected to http://localhost:3000/categories Completed 302 Found in 10ms (ActiveRecord: 5.9ms) Started GET "/categories" for 127.0.0.1 at 2013-09-16 21:01:29 +0300 Processing by CategoriesController#index as HTML Category Load (0.1ms) SELECT "categories".* FROM "categories" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.8ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (3.4ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (32.7ms) Completed 200 OK in 36ms (Views: 35.7ms | ActiveRecord: 0.1ms) Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:01:29 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:01:29 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:01:29 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:01:29 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:01:29 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:01:29 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:01:29 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:01:29 +0300 Started GET "/categories/new" for 127.0.0.1 at 2013-09-16 21:01:32 +0300 Processing by CategoriesController#new as HTML Rendered /home/jari/code/power_resource/app/views/power_resource/builders/_form_for.html.erb (1.5ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_form.html.erb (2.0ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/new.html.erb within layouts/application (3.9ms) Completed 200 OK in 7ms (Views: 6.6ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:01:32 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:01:32 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:01:32 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:01:32 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:01:32 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:01:32 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:01:32 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:01:32 +0300 Started POST "/categories" for 127.0.0.1 at 2013-09-16 21:01:36 +0300 Processing by CategoriesController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"1r1YbETHNjU2OcNIHiDcXup5iSbx9z5KAqOxp3+qT1g=", "category"=>{"name"=>"Test Category 2"}, "commit"=>"Create Category"} Unpermitted parameters: utf8, authenticity_token, commit  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 16 Sep 2013 18:01:36 UTC +00:00], ["name", "Test Category 2"], ["updated_at", Mon, 16 Sep 2013 18:01:36 UTC +00:00]]  (4.3ms) commit transaction Redirected to http://localhost:3000/categories Completed 302 Found in 7ms (ActiveRecord: 4.5ms) Started GET "/categories" for 127.0.0.1 at 2013-09-16 21:01:36 +0300 Processing by CategoriesController#index as HTML Category Load (0.1ms) SELECT "categories".* FROM "categories" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.4ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.2ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (4.0ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (6.6ms) Completed 200 OK in 10ms (Views: 9.5ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:01:37 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:01:37 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:01:37 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:01:37 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:01:37 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:01:37 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:01:37 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:01:37 +0300 Started GET "/posts" for 127.0.0.1 at 2013-09-16 21:01:40 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (2.8ms) Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:01:41 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:01:41 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:01:41 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:01:41 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:01:41 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:01:41 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:01:41 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:01:41 +0300 Started GET "/posts/new" for 127.0.0.1 at 2013-09-16 21:01:42 +0300 Processing by PostsController#new as HTML  (0.1ms) SELECT COUNT(*) FROM "categories" Category Load (0.1ms) SELECT "categories".* FROM "categories" ORDER BY "categories"."id" ASC LIMIT 1 Category Load (0.1ms) SELECT "categories".* FROM "categories" Rendered /home/jari/code/power_resource/app/views/power_resource/builders/_form_for.html.erb (12.6ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_form.html.erb (13.0ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/new.html.erb within layouts/application (14.8ms) Completed 200 OK in 18ms (Views: 17.2ms | ActiveRecord: 0.4ms) Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:01:42 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:01:42 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:01:42 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:01:42 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:01:42 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:01:42 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:01:42 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:01:42 +0300 Started GET "/posts/new" for 127.0.0.1 at 2013-09-16 21:02:18 +0300 Processing by PostsController#new as HTML  (0.0ms) SELECT COUNT(*) FROM "categories" Category Load (0.1ms) SELECT "categories".* FROM "categories" ORDER BY "categories"."id" ASC LIMIT 1 Category Load (0.1ms) SELECT "categories".* FROM "categories" Rendered /home/jari/code/power_resource/app/views/power_resource/builders/_form_for.html.erb (18.6ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_form.html.erb (19.1ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/new.html.erb within layouts/application (21.2ms) Completed 200 OK in 25ms (Views: 23.7ms | ActiveRecord: 0.7ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:02:18 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:02:18 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:02:18 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:02:18 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:02:18 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:02:18 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:02:18 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:02:18 +0300 Started POST "/posts" for 127.0.0.1 at 2013-09-16 21:02:39 +0300 Processing by PostsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"1r1YbETHNjU2OcNIHiDcXup5iSbx9z5KAqOxp3+qT1g=", "post"=>{"category_id"=>"Test Category 1", "title"=>"Post for cat 1", "content"=>"test"}, "commit"=>"Create Post"} Unpermitted parameters: category_id Unpermitted parameters: utf8, authenticity_token, commit  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "posts" ("content", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?) [["content", "test"], ["created_at", Mon, 16 Sep 2013 18:02:39 UTC +00:00], ["title", "Post for cat 1"], ["updated_at", Mon, 16 Sep 2013 18:02:39 UTC +00:00]]  (4.5ms) commit transaction Redirected to http://localhost:3000/posts Completed 302 Found in 9ms (ActiveRecord: 4.8ms) Started GET "/posts" for 127.0.0.1 at 2013-09-16 21:02:39 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Category Load (0.2ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", ""]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.9ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (4.3ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (7.4ms) Completed 200 OK in 11ms (Views: 10.2ms | ActiveRecord: 0.3ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:02:39 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:02:39 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:02:39 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:02:39 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:02:39 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:02:39 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:02:39 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:02:39 +0300 Started GET "/posts/new" for 127.0.0.1 at 2013-09-16 21:02:42 +0300 Processing by PostsController#new as HTML  (0.1ms) SELECT COUNT(*) FROM "categories" Category Load (0.1ms) SELECT "categories".* FROM "categories" ORDER BY "categories"."id" ASC LIMIT 1 Category Load (0.1ms) SELECT "categories".* FROM "categories" Rendered /home/jari/code/power_resource/app/views/power_resource/builders/_form_for.html.erb (3.8ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_form.html.erb (4.3ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/new.html.erb within layouts/application (6.1ms) Completed 200 OK in 9ms (Views: 8.6ms | ActiveRecord: 0.2ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:02:42 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:02:42 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:02:42 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:02:42 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:02:42 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:02:42 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:02:42 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:02:42 +0300 Started GET "/posts/1/edit" for 127.0.0.1 at 2013-09-16 21:03:00 +0300 Processing by PostsController#edit as HTML Parameters: {"id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]]  (0.0ms) SELECT COUNT(*) FROM "categories" Category Load (0.1ms) SELECT "categories".* FROM "categories" ORDER BY "categories"."id" ASC LIMIT 1 Category Load (0.1ms) SELECT "categories".* FROM "categories" Rendered /home/jari/code/power_resource/app/views/power_resource/builders/_form_for.html.erb (11.1ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_form.html.erb (11.6ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/edit.html.erb within layouts/application (14.0ms) Completed 200 OK in 27ms (Views: 16.7ms | ActiveRecord: 0.9ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:03:00 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:03:00 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:03:00 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:03:00 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:03:00 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:03:00 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:03:00 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:03:00 +0300 Started PATCH "/posts/1" for 127.0.0.1 at 2013-09-16 21:03:03 +0300 Processing by PostsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"1r1YbETHNjU2OcNIHiDcXup5iSbx9z5KAqOxp3+qT1g=", "post"=>{"category_id"=>"Test Category 1", "title"=>"Post for cat 1", "content"=>"test"}, "commit"=>"Update Post", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Unpermitted parameters: utf8, _method, authenticity_token, commit, id  (0.1ms) begin transaction SQL (0.2ms) UPDATE "posts" SET "category_id" = ?, "updated_at" = ? WHERE "posts"."id" = 1 [["category_id", 0], ["updated_at", Mon, 16 Sep 2013 18:03:03 UTC +00:00]]  (3.9ms) commit transaction Redirected to http://localhost:3000/posts Completed 302 Found in 9ms (ActiveRecord: 4.2ms) Started GET "/posts" for 127.0.0.1 at 2013-09-16 21:03:03 +0300 Processing by PostsController#index as HTML Post Load (0.2ms) SELECT "posts".* FROM "posts" Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "0"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.7ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (4.2ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (7.6ms) Completed 200 OK in 11ms (Views: 10.5ms | ActiveRecord: 0.3ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:03:03 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:03:03 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:03:03 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:03:03 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:03:03 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:03:03 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:03:03 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:03:03 +0300 Started GET "/posts/1/edit" for 127.0.0.1 at 2013-09-16 21:04:01 +0300 Processing by PostsController#edit as HTML Parameters: {"id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/builders/_form_for.html.erb (2.5ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_form.html.erb (3.0ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/edit.html.erb within layouts/application (5.0ms) Completed 500 Internal Server Error in 7ms ActionView::Template::Error (undefined method `map' for #): 20: f.text_area(field) 21: elsif field.match(/_id$/) 22: parent_class = field.sub(/_id$/, '').classify 23: f.select(field, eval(parent_class).map { |p| [p.name, p.id] }) 24: else 25: f.text_field(field) 26: end activerecord (4.0.0) lib/active_record/dynamic_matchers.rb:22:in `method_missing' /home/jari/code/power_resource/app/views/power_resource/builders/_form_for.html.erb:23:in `block (2 levels) in __home_jari_code_power_resource_app_views_power_resource_builders__form_for_html_erb___2493049959188836809_25324560' /home/jari/code/power_resource/app/views/power_resource/builders/_form_for.html.erb:15:in `each' /home/jari/code/power_resource/app/views/power_resource/builders/_form_for.html.erb:15:in `block in __home_jari_code_power_resource_app_views_power_resource_builders__form_for_html_erb___2493049959188836809_25324560' actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:200:in `with_output_buffer' actionpack (4.0.0) lib/action_view/helpers/capture_helper.rb:38:in `capture' actionpack (4.0.0) lib/action_view/helpers/form_helper.rb:435:in `form_for' /home/jari/code/power_resource/app/views/power_resource/builders/_form_for.html.erb:13:in `__home_jari_code_power_resource_app_views_power_resource_builders__form_for_html_erb___2493049959188836809_25324560' actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.0) lib/action_view/template.rb:141:in `render' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render' /home/jari/code/power_resource/app/helpers/power_resource/rendering_helper.rb:16:in `render_form' /home/jari/code/power_resource/app/views/power_resource/base/_form.html.erb:1:in `__home_jari_code_power_resource_app_views_power_resource_base__form_html_erb__2708489676247512899_14533040' actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.0) lib/action_view/template.rb:141:in `render' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render' /home/jari/code/power_resource/app/views/power_resource/base/edit.html.erb:3:in `__home_jari_code_power_resource_app_views_power_resource_base_edit_html_erb__4047513898221987071_34810940' actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.0) lib/action_view/template.rb:141:in `render' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.0) lib/action_controller/metal/responder.rb:233:in `default_render' actionpack (4.0.0) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0.rc) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.0) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.0) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.0) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:25:in `edit' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.0) lib/active_support/callbacks.rb:383:in `_run__1972474300748062440__process_action__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.0) lib/active_record/migration.rb:369:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__2427239857903409747__call__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.0) lib/rails/rack/logger.rb:21:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call' railties (4.0.0) lib/rails/engine.rb:511:in `call' railties (4.0.0) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.6ms) Started GET "/posts/1/edit" for 127.0.0.1 at 2013-09-16 21:04:19 +0300 Processing by PostsController#edit as HTML Parameters: {"id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Category Load (0.1ms) SELECT "categories".* FROM "categories" Rendered /home/jari/code/power_resource/app/views/power_resource/builders/_form_for.html.erb (4.1ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_form.html.erb (4.6ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/edit.html.erb within layouts/application (6.9ms) Completed 200 OK in 11ms (Views: 9.6ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:04:19 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:04:19 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:04:19 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:04:19 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:04:19 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:04:19 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:04:19 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:04:19 +0300 Started PATCH "/posts/1" for 127.0.0.1 at 2013-09-16 21:04:23 +0300 Processing by PostsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"1r1YbETHNjU2OcNIHiDcXup5iSbx9z5KAqOxp3+qT1g=", "post"=>{"category_id"=>"1", "title"=>"Post for cat 1", "content"=>"test"}, "commit"=>"Update Post", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Unpermitted parameters: utf8, _method, authenticity_token, commit, id  (0.1ms) begin transaction SQL (0.1ms) UPDATE "posts" SET "category_id" = ?, "updated_at" = ? WHERE "posts"."id" = 1 [["category_id", 1], ["updated_at", Mon, 16 Sep 2013 18:04:23 UTC +00:00]]  (2.0ms) commit transaction Redirected to http://localhost:3000/posts Completed 302 Found in 6ms (ActiveRecord: 2.2ms) Started GET "/posts" for 127.0.0.1 at 2013-09-16 21:04:23 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (2.0ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (4.1ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (6.9ms) Completed 200 OK in 10ms (Views: 9.6ms | ActiveRecord: 0.2ms) Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:04:23 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:04:23 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:04:23 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:04:23 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:04:23 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:04:23 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:04:23 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:04:23 +0300 Started GET "/posts/new" for 127.0.0.1 at 2013-09-16 21:04:25 +0300 Processing by PostsController#new as HTML Category Load (0.1ms) SELECT "categories".* FROM "categories" Rendered /home/jari/code/power_resource/app/views/power_resource/builders/_form_for.html.erb (3.3ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_form.html.erb (3.7ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/new.html.erb within layouts/application (5.5ms) Completed 200 OK in 9ms (Views: 8.1ms | ActiveRecord: 0.1ms) Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:04:25 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:04:25 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:04:25 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:04:25 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:04:25 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:04:25 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:04:25 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:04:25 +0300 Started POST "/posts" for 127.0.0.1 at 2013-09-16 21:04:34 +0300 Processing by PostsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"1r1YbETHNjU2OcNIHiDcXup5iSbx9z5KAqOxp3+qT1g=", "post"=>{"category_id"=>"2", "title"=>"Post for cat 2", "content"=>"test"}, "commit"=>"Create Post"} Unpermitted parameters: utf8, authenticity_token, commit  (0.0ms) begin transaction SQL (0.3ms) INSERT INTO "posts" ("category_id", "content", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["category_id", 2], ["content", "test"], ["created_at", Mon, 16 Sep 2013 18:04:34 UTC +00:00], ["title", "Post for cat 2"], ["updated_at", Mon, 16 Sep 2013 18:04:34 UTC +00:00]]  (3.8ms) commit transaction Redirected to http://localhost:3000/posts Completed 302 Found in 8ms (ActiveRecord: 4.1ms) Started GET "/posts" for 127.0.0.1 at 2013-09-16 21:04:34 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.7ms) Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "2"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.4ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (6.4ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (9.1ms) Completed 200 OK in 12ms (Views: 11.9ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:04:34 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:04:34 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:04:34 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:04:34 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:04:34 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:04:34 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:04:34 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:04:34 +0300 Started GET "/posts/1/edit" for 127.0.0.1 at 2013-09-16 21:04:40 +0300 Processing by PostsController#edit as HTML Parameters: {"id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Category Load (0.1ms) SELECT "categories".* FROM "categories" Rendered /home/jari/code/power_resource/app/views/power_resource/builders/_form_for.html.erb (3.3ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_form.html.erb (3.7ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/edit.html.erb within layouts/application (5.7ms) Completed 200 OK in 9ms (Views: 8.4ms | ActiveRecord: 0.2ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:04:40 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:04:40 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:04:40 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:04:40 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:04:40 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:04:40 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:04:40 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:04:40 +0300 Started GET "/posts" for 127.0.0.1 at 2013-09-16 21:05:13 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (2.0ms) Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "2"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.4ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (13.8ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (25.5ms) Completed 200 OK in 29ms (Views: 27.8ms | ActiveRecord: 0.9ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:05:13 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:05:13 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:05:13 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:05:13 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:05:13 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:05:13 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:05:13 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:05:13 +0300 Started GET "/posts/new" for 127.0.0.1 at 2013-09-16 21:05:15 +0300 Processing by PostsController#new as HTML Category Load (0.1ms) SELECT "categories".* FROM "categories" Rendered /home/jari/code/power_resource/app/views/power_resource/builders/_form_for.html.erb (3.7ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_form.html.erb (4.2ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/new.html.erb within layouts/application (6.7ms) Completed 200 OK in 38ms (Views: 37.6ms | ActiveRecord: 0.1ms) Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:05:15 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:05:15 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:05:15 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:05:15 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:05:15 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:05:15 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:05:15 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:05:15 +0300 Started GET "/posts/new" for 127.0.0.1 at 2013-09-16 21:05:50 +0300 Processing by PostsController#new as HTML Category Load (0.1ms) SELECT "categories".* FROM "categories" Rendered /home/jari/code/power_resource/app/views/power_resource/builders/_form_for.html.erb (3.1ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_form.html.erb (3.5ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/new.html.erb within layouts/application (5.5ms) Completed 200 OK in 10ms (Views: 8.7ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:05:50 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:05:50 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:05:50 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:05:50 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:05:50 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:05:50 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:05:50 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:05:50 +0300 Started GET "/posts" for 127.0.0.1 at 2013-09-16 21:05:51 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.7ms) Category Load (0.0ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "2"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.4ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (6.3ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (9.3ms) Completed 200 OK in 13ms (Views: 12.2ms | ActiveRecord: 0.2ms) Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:05:51 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:05:51 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:05:51 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:05:51 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:05:51 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:05:51 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:05:51 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:05:51 +0300 Started GET "/categories" for 127.0.0.1 at 2013-09-16 21:05:52 +0300 Processing by CategoriesController#index as HTML Category Load (0.1ms) SELECT "categories".* FROM "categories" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.6ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.2ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (4.1ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (6.8ms) Completed 200 OK in 10ms (Views: 10.0ms | ActiveRecord: 0.1ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:05:52 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:05:52 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:05:52 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:05:52 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:05:52 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:05:52 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:05:52 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:05:52 +0300 Started GET "/posts" for 127.0.0.1 at 2013-09-16 21:05:52 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.5ms) Category Load (0.0ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "2"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.3ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (5.9ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (8.5ms) Completed 200 OK in 12ms (Views: 11.3ms | ActiveRecord: 0.2ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:05:52 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:05:52 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:05:52 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:05:52 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:05:52 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:05:52 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:05:52 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:05:52 +0300 Started GET "/categories" for 127.0.0.1 at 2013-09-16 21:05:53 +0300 Processing by CategoriesController#index as HTML Category Load (0.1ms) SELECT "categories".* FROM "categories" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.3ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.1ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (3.8ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (6.2ms) Completed 200 OK in 9ms (Views: 9.1ms | ActiveRecord: 0.1ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:05:53 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:05:53 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:05:53 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:05:53 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:05:53 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:05:53 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:05:53 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:05:53 +0300 Started GET "/posts" for 127.0.0.1 at 2013-09-16 21:05:53 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.8ms) Category Load (0.0ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "2"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.4ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (6.5ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (9.4ms) Completed 200 OK in 13ms (Views: 12.4ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:05:53 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:05:53 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:05:53 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:05:53 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:05:53 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:05:53 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:05:53 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:05:53 +0300 Started GET "/categories" for 127.0.0.1 at 2013-09-16 21:05:54 +0300 Processing by CategoriesController#index as HTML Category Load (0.1ms) SELECT "categories".* FROM "categories" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.4ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.3ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (4.0ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (6.6ms) Completed 200 OK in 10ms (Views: 9.5ms | ActiveRecord: 0.1ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:05:54 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:05:54 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:05:54 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:05:54 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:05:54 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:05:54 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:05:54 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:05:54 +0300 Started GET "/posts" for 127.0.0.1 at 2013-09-16 21:05:55 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.6ms) Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "2"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.4ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (6.1ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (8.7ms) Completed 200 OK in 12ms (Views: 11.5ms | ActiveRecord: 0.2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:05:55 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:05:55 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:05:55 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:05:55 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:05:55 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:05:55 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:05:55 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:05:55 +0300 Started GET "/categories" for 127.0.0.1 at 2013-09-16 21:05:56 +0300 Processing by CategoriesController#index as HTML Category Load (0.1ms) SELECT "categories".* FROM "categories" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.4ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.2ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (3.8ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (6.3ms) Completed 200 OK in 10ms (Views: 9.2ms | ActiveRecord: 0.1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:05:56 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:05:56 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:05:56 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:05:56 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:05:56 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:05:56 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:05:56 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:05:56 +0300 Started GET "/posts" for 127.0.0.1 at 2013-09-16 21:05:56 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Category Load (0.0ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.5ms) Category Load (0.0ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "2"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.4ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (5.9ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (8.5ms) Completed 200 OK in 12ms (Views: 11.4ms | ActiveRecord: 0.2ms) Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:05:56 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:05:56 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:05:56 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:05:56 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:05:56 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:05:56 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:05:56 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:05:56 +0300 Started GET "/categories" for 127.0.0.1 at 2013-09-16 21:05:57 +0300 Processing by CategoriesController#index as HTML Category Load (0.1ms) SELECT "categories".* FROM "categories" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.4ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.1ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (3.8ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (6.3ms) Completed 200 OK in 10ms (Views: 9.2ms | ActiveRecord: 0.1ms) Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:05:57 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:05:57 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:05:57 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:05:57 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:05:57 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:05:57 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:05:57 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:05:57 +0300 Started GET "/posts" for 127.0.0.1 at 2013-09-16 21:05:58 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.6ms) Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "2"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.4ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (7.5ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (40.5ms) Completed 200 OK in 44ms (Views: 43.4ms | ActiveRecord: 0.3ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:05:58 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:05:58 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:05:58 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:05:58 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:05:58 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:05:58 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:05:58 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:05:58 +0300 Started GET "/categories" for 127.0.0.1 at 2013-09-16 21:05:58 +0300 Processing by CategoriesController#index as HTML Category Load (0.1ms) SELECT "categories".* FROM "categories" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.4ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.2ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (3.9ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (6.6ms) Completed 200 OK in 10ms (Views: 9.5ms | ActiveRecord: 0.1ms) Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:05:58 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:05:58 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:05:58 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:05:58 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:05:58 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:05:58 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:05:58 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:05:58 +0300 Started GET "/posts" for 127.0.0.1 at 2013-09-16 21:05:59 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.6ms) Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "2"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.5ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (6.4ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (9.0ms) Completed 200 OK in 12ms (Views: 11.8ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:05:59 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:05:59 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:05:59 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:05:59 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:05:59 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:05:59 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:05:59 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:05:59 +0300 Started GET "/categories" for 127.0.0.1 at 2013-09-16 21:06:00 +0300 Processing by CategoriesController#index as HTML Category Load (0.1ms) SELECT "categories".* FROM "categories" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.4ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.2ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (3.9ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (6.4ms) Completed 200 OK in 10ms (Views: 9.3ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:06:00 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:06:00 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:00 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:00 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:00 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:06:00 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:00 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:00 +0300 Started GET "/categories/new" for 127.0.0.1 at 2013-09-16 21:06:01 +0300 Processing by CategoriesController#new as HTML Rendered /home/jari/code/power_resource/app/views/power_resource/builders/_form_for.html.erb (1.5ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_form.html.erb (1.9ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/new.html.erb within layouts/application (3.6ms) Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:06:01 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:06:01 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:06:01 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:01 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:01 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:01 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:01 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:01 +0300 Started GET "/posts" for 127.0.0.1 at 2013-09-16 21:06:02 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.6ms) Category Load (0.0ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "2"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.3ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (6.0ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (8.5ms) Completed 200 OK in 12ms (Views: 11.3ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:06:02 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:06:02 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:06:02 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:02 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:02 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:02 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:02 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:02 +0300 Started GET "/categories" for 127.0.0.1 at 2013-09-16 21:06:02 +0300 Processing by CategoriesController#index as HTML Category Load (0.1ms) SELECT "categories".* FROM "categories" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.4ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.1ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (3.8ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (6.3ms) Completed 200 OK in 10ms (Views: 9.2ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:06:02 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:02 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:02 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:02 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:02 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:06:02 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:06:02 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:02 +0300 Started GET "/posts" for 127.0.0.1 at 2013-09-16 21:06:03 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Category Load (0.0ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.6ms) Category Load (0.0ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "2"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.4ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (6.0ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (8.7ms) Completed 200 OK in 12ms (Views: 11.6ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:06:03 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:06:03 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:06:03 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:03 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:03 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:03 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:03 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:03 +0300 Started GET "/posts/new" for 127.0.0.1 at 2013-09-16 21:06:04 +0300 Processing by PostsController#new as HTML Category Load (0.1ms) SELECT "categories".* FROM "categories" Rendered /home/jari/code/power_resource/app/views/power_resource/builders/_form_for.html.erb (3.0ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_form.html.erb (3.5ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/new.html.erb within layouts/application (5.3ms) Completed 200 OK in 8ms (Views: 7.8ms | ActiveRecord: 0.1ms) Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:06:04 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:06:04 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:04 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:06:04 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:04 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:04 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:04 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:04 +0300 Started GET "/categories" for 127.0.0.1 at 2013-09-16 21:06:09 +0300 Processing by CategoriesController#index as HTML Category Load (0.1ms) SELECT "categories".* FROM "categories" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.5ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.3ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (4.1ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (6.8ms) Completed 200 OK in 10ms (Views: 9.8ms | ActiveRecord: 0.1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:09 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:06:09 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:06:09 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:09 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:09 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:06:09 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:09 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:09 +0300 Started GET "/posts" for 127.0.0.1 at 2013-09-16 21:06:10 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Category Load (0.0ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.6ms) Category Load (0.0ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "2"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.3ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (5.9ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (8.4ms) Completed 200 OK in 12ms (Views: 11.2ms | ActiveRecord: 0.2ms) Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:06:10 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:10 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:10 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:10 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:06:10 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:06:10 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:10 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:10 +0300 Started GET "/posts/1/edit" for 127.0.0.1 at 2013-09-16 21:06:20 +0300 Processing by PostsController#edit as HTML Parameters: {"id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Category Load (0.1ms) SELECT "categories".* FROM "categories" Rendered /home/jari/code/power_resource/app/views/power_resource/builders/_form_for.html.erb (2.8ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_form.html.erb (3.3ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/edit.html.erb within layouts/application (5.0ms) Completed 200 OK in 8ms (Views: 7.7ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:06:20 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:06:20 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:06:20 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:20 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:20 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:20 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:20 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:20 +0300 Started GET "/posts/new" for 127.0.0.1 at 2013-09-16 21:06:23 +0300 Processing by PostsController#new as HTML Category Load (0.1ms) SELECT "categories".* FROM "categories" Rendered /home/jari/code/power_resource/app/views/power_resource/builders/_form_for.html.erb (2.8ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_form.html.erb (3.2ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/new.html.erb within layouts/application (5.0ms) Completed 200 OK in 8ms (Views: 7.6ms | ActiveRecord: 0.1ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:06:23 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:23 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:06:23 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:06:23 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:23 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:23 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:23 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:23 +0300 Started GET "/posts" for 127.0.0.1 at 2013-09-16 21:06:27 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.6ms) Category Load (0.0ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "2"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.5ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (6.1ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (9.0ms) Completed 200 OK in 12ms (Views: 11.9ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:06:27 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:06:27 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:06:27 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:27 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:27 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:27 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:27 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:27 +0300 Started GET "/categories" for 127.0.0.1 at 2013-09-16 21:06:28 +0300 Processing by CategoriesController#index as HTML Category Load (0.1ms) SELECT "categories".* FROM "categories" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.5ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.2ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (4.2ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (6.9ms) Completed 200 OK in 10ms (Views: 9.8ms | ActiveRecord: 0.1ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:06:28 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:06:28 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:28 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:06:28 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:28 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:28 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:28 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:28 +0300 Started GET "/posts" for 127.0.0.1 at 2013-09-16 21:06:28 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Category Load (0.0ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.5ms) Category Load (0.0ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "2"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.4ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (6.0ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (8.6ms) Completed 200 OK in 12ms (Views: 11.4ms | ActiveRecord: 0.2ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:06:28 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:06:28 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:28 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:28 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:28 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:28 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:06:28 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:28 +0300 Started GET "/categories" for 127.0.0.1 at 2013-09-16 21:06:28 +0300 Processing by CategoriesController#index as HTML Category Load (0.1ms) SELECT "categories".* FROM "categories" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.4ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.2ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (3.8ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (6.3ms) Completed 200 OK in 10ms (Views: 9.2ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:06:29 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:29 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:06:29 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:29 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:06:29 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:29 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:29 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:29 +0300 Started GET "/posts" for 127.0.0.1 at 2013-09-16 21:06:29 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.6ms) Category Load (0.0ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "2"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.4ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (6.0ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (8.5ms) Completed 200 OK in 12ms (Views: 11.3ms | ActiveRecord: 0.2ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:06:29 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:06:30 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:30 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:06:30 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:30 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:30 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:30 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:30 +0300 Started GET "/posts" for 127.0.0.1 at 2013-09-16 21:06:44 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.5ms) Category Load (0.0ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "2"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.3ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (5.9ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (8.4ms) Completed 200 OK in 12ms (Views: 11.1ms | ActiveRecord: 0.2ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:06:44 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:06:44 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:06:44 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:44 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:44 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:44 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:44 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:44 +0300 Started GET "/categories" for 127.0.0.1 at 2013-09-16 21:06:45 +0300 Processing by CategoriesController#index as HTML Category Load (0.1ms) SELECT "categories".* FROM "categories" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.5ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.2ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (4.2ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (37.6ms) Completed 200 OK in 41ms (Views: 40.6ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:06:45 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:45 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:45 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:45 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:06:45 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:06:45 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:45 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:45 +0300 Started GET "/posts" for 127.0.0.1 at 2013-09-16 21:06:45 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.7ms) Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "2"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.6ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (6.6ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (9.3ms) Completed 200 OK in 13ms (Views: 12.1ms | ActiveRecord: 0.3ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:06:45 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:06:45 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:45 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:06:45 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:45 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:45 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:45 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:45 +0300 Started GET "/categories" for 127.0.0.1 at 2013-09-16 21:06:45 +0300 Processing by CategoriesController#index as HTML Category Load (0.1ms) SELECT "categories".* FROM "categories" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.4ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.2ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (3.9ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (6.4ms) Completed 200 OK in 10ms (Views: 9.3ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:06:46 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:46 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:06:46 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:06:46 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:46 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:46 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:46 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:46 +0300 Started GET "/posts" for 127.0.0.1 at 2013-09-16 21:06:46 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.6ms) Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "2"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.5ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (6.4ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (9.0ms) Completed 200 OK in 12ms (Views: 11.7ms | ActiveRecord: 0.3ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:06:46 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:06:46 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:06:46 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:46 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:46 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:46 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:46 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:46 +0300 Started GET "/categories" for 127.0.0.1 at 2013-09-16 21:06:47 +0300 Processing by CategoriesController#index as HTML Category Load (0.1ms) SELECT "categories".* FROM "categories" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.4ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.2ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (3.9ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (6.4ms) Completed 200 OK in 10ms (Views: 9.3ms | ActiveRecord: 0.1ms) Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:06:47 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:47 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:47 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:47 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:06:47 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:06:47 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:47 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:47 +0300 Started GET "/categories/1/edit" for 127.0.0.1 at 2013-09-16 21:06:55 +0300 Processing by CategoriesController#edit as HTML Parameters: {"id"=>"1"} Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/builders/_form_for.html.erb (1.4ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_form.html.erb (1.9ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/edit.html.erb within layouts/application (3.6ms) Completed 200 OK in 7ms (Views: 6.4ms | ActiveRecord: 0.1ms) Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:06:55 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:06:55 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:06:55 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:55 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:55 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:55 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:55 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:55 +0300 Started GET "/categories" for 127.0.0.1 at 2013-09-16 21:06:58 +0300 Processing by CategoriesController#index as HTML Category Load (0.1ms) SELECT "categories".* FROM "categories" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.4ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.2ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (3.9ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (6.4ms) Completed 200 OK in 40ms (Views: 39.5ms | ActiveRecord: 0.1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:58 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:58 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:58 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:06:58 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:06:58 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:06:58 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:58 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:58 +0300 Started GET "/posts" for 127.0.0.1 at 2013-09-16 21:06:58 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.6ms) Category Load (0.0ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "2"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.4ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (6.1ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (9.0ms) Completed 200 OK in 12ms (Views: 11.8ms | ActiveRecord: 0.2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:58 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:06:58 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:06:58 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:06:58 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:58 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:58 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:58 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:58 +0300 Started GET "/categories" for 127.0.0.1 at 2013-09-16 21:06:59 +0300 Processing by CategoriesController#index as HTML Category Load (0.1ms) SELECT "categories".* FROM "categories" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.4ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.2ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (4.0ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (6.5ms) Completed 200 OK in 10ms (Views: 9.4ms | ActiveRecord: 0.1ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:06:59 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:59 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:59 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:59 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:06:59 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:59 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:06:59 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:06:59 +0300 Started GET "/posts" for 127.0.0.1 at 2013-09-16 21:07:00 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.6ms) Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "2"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.5ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (6.4ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (9.0ms) Completed 200 OK in 12ms (Views: 11.8ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:07:00 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:07:00 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:07:00 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:07:00 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:07:00 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:07:00 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:07:00 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:07:00 +0300 Started GET "/categories" for 127.0.0.1 at 2013-09-16 21:07:01 +0300 Processing by CategoriesController#index as HTML Category Load (0.1ms) SELECT "categories".* FROM "categories" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.4ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.1ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (3.9ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (6.4ms) Completed 200 OK in 10ms (Views: 9.3ms | ActiveRecord: 0.1ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:07:01 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:07:01 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:07:01 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:07:01 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:07:01 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:07:01 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:07:01 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:07:01 +0300 Started GET "/posts" for 127.0.0.1 at 2013-09-16 21:07:19 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.5ms) Category Load (0.0ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "2"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.3ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (5.8ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (8.4ms) Completed 200 OK in 12ms (Views: 11.1ms | ActiveRecord: 0.2ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:07:19 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:07:19 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:07:19 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:07:19 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:07:19 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:07:19 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:07:19 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:07:19 +0300 Started GET "/posts/1/comments" for 127.0.0.1 at 2013-09-16 21:09:00 +0300 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" ActiveRecord::PendingMigrationError (Migrations are pending; run 'rake db:migrate RAILS_ENV=development' to resolve this issue.): activerecord (4.0.0) lib/active_record/migration.rb:379:in `check_pending!' activerecord (4.0.0) lib/active_record/migration.rb:366:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__2310291126195639377__call__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.0) lib/rails/rack/logger.rb:21:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call' railties (4.0.0) lib/rails/engine.rb:511:in `call' railties (4.0.0) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.3ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.6ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.6ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.2ms) ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateComments (20130916180755)  (0.1ms) begin transaction  (0.2ms) CREATE TABLE "comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" integer, "content" text, "author" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) CREATE INDEX "index_comments_on_post_id" ON "comments" ("post_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20130916180755"]]  (4.3ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Started GET "/posts/1/comments" for 127.0.0.1 at 2013-09-16 21:09:26 +0300 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by CommentsController#index as HTML Parameters: {"post_id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Completed 500 Internal Server Error in 11ms NoMethodError (undefined method `comments' for #): activemodel (4.0.0) lib/active_model/attribute_methods.rb:436:in `method_missing' activerecord (4.0.0) lib/active_record/attribute_methods.rb:131:in `method_missing' inherited_resources (1.4.1) lib/inherited_resources/base_helpers.rb:184:in `end_of_association_chain' inherited_resources (1.4.1) lib/inherited_resources/base_helpers.rb:24:in `collection' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:7:in `index' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.0) lib/active_support/callbacks.rb:383:in `_run__4541603914017440412__process_action__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.0) lib/active_record/migration.rb:369:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__2310291126195639377__call__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.0) lib/rails/rack/logger.rb:21:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call' railties (4.0.0) lib/rails/engine.rb:511:in `call' railties (4.0.0) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.3ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (13.5ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (19.8ms) Started GET "/posts/1/comments" for 127.0.0.1 at 2013-09-16 21:09:37 +0300 Processing by CommentsController#index as HTML Parameters: {"post_id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Comment Load (1.2ms) SELECT "comments".* FROM "comments" WHERE "comments"."post_id" = ? [["post_id", 1]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (6.9ms) Completed 200 OK in 104ms (Views: 59.0ms | ActiveRecord: 1.9ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:09:37 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:09:37 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:09:37 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-16 21:09:37 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:09:37 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:09:37 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:09:37 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-16 21:09:37 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:09:37 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:09:37 +0300 Started GET "/posts/1/comments/new" for 127.0.0.1 at 2013-09-16 21:09:43 +0300 Processing by CommentsController#new as HTML Parameters: {"post_id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Unpermitted parameters: post_id Rendered /home/jari/code/power_resource/app/views/power_resource/builders/_form_for.html.erb (31.1ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_form.html.erb (32.0ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/new.html.erb within layouts/application (35.4ms) Completed 200 OK in 49ms (Views: 38.8ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:09:43 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-16 21:09:43 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:09:43 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:09:43 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:09:43 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:09:43 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:09:43 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-16 21:09:43 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:09:43 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:09:43 +0300 Started POST "/posts/1/comments" for 127.0.0.1 at 2013-09-16 21:09:49 +0300 Processing by CommentsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"1r1YbETHNjU2OcNIHiDcXup5iSbx9z5KAqOxp3+qT1g=", "comment"=>{"content"=>"Comment for post 1", "author"=>"Jari"}, "commit"=>"Create Comment", "post_id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Unpermitted parameters: utf8, authenticity_token, commit, post_id  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "comments" ("author", "content", "created_at", "post_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["author", "Jari"], ["content", "Comment for post 1"], ["created_at", Mon, 16 Sep 2013 18:09:49 UTC +00:00], ["post_id", 1], ["updated_at", Mon, 16 Sep 2013 18:09:49 UTC +00:00]]  (4.3ms) commit transaction Redirected to http://localhost:3000/posts/1/comments Completed 302 Found in 12ms (ActiveRecord: 5.3ms) Started GET "/posts/1/comments" for 127.0.0.1 at 2013-09-16 21:09:49 +0300 Processing by CommentsController#index as HTML Parameters: {"post_id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Comment Load (0.1ms) SELECT "comments".* FROM "comments" WHERE "comments"."post_id" = ? [["post_id", 1]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (2.1ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (3.7ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (7.0ms) Completed 200 OK in 12ms (Views: 10.6ms | ActiveRecord: 0.2ms) Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:09:50 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:09:50 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:09:50 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-16 21:09:50 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:09:50 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:09:50 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:09:50 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-16 21:09:50 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:09:50 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:09:50 +0300 Started GET "/posts/1/comments/1/edit" for 127.0.0.1 at 2013-09-16 21:09:53 +0300 Processing by CommentsController#edit as HTML Parameters: {"post_id"=>"1", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Comment Load (0.1ms) SELECT "comments".* FROM "comments" WHERE "comments"."post_id" = ? AND "comments"."id" = ? LIMIT 1 [["post_id", 1], ["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/builders/_form_for.html.erb (2.1ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_form.html.erb (2.6ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/edit.html.erb within layouts/application (4.9ms) Completed 200 OK in 10ms (Views: 8.2ms | ActiveRecord: 0.2ms) Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:09:53 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:09:53 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:09:53 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-16 21:09:53 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:09:53 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:09:53 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:09:53 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-16 21:09:53 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:09:53 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:09:53 +0300 Started PATCH "/posts/1/comments/1" for 127.0.0.1 at 2013-09-16 21:09:58 +0300 Processing by CommentsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"1r1YbETHNjU2OcNIHiDcXup5iSbx9z5KAqOxp3+qT1g=", "comment"=>{"content"=>"Comment for post 1 x", "author"=>"Jari x"}, "commit"=>"Update Comment", "post_id"=>"1", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Comment Load (0.1ms) SELECT "comments".* FROM "comments" WHERE "comments"."post_id" = ? AND "comments"."id" = ? LIMIT 1 [["post_id", 1], ["id", "1"]] Unpermitted parameters: utf8, _method, authenticity_token, commit, post_id, id  (0.1ms) begin transaction SQL (0.2ms) UPDATE "comments" SET "content" = ?, "author" = ?, "updated_at" = ? WHERE "comments"."id" = 1 [["content", "Comment for post 1 x"], ["author", "Jari x"], ["updated_at", Mon, 16 Sep 2013 18:09:58 UTC +00:00]]  (4.1ms) commit transaction Redirected to http://localhost:3000/posts/1/comments Completed 302 Found in 9ms (ActiveRecord: 4.5ms) Started GET "/posts/1/comments" for 127.0.0.1 at 2013-09-16 21:09:58 +0300 Processing by CommentsController#index as HTML Parameters: {"post_id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Comment Load (0.1ms) SELECT "comments".* FROM "comments" WHERE "comments"."post_id" = ? [["post_id", 1]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.6ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (2.5ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (5.2ms) Completed 200 OK in 10ms (Views: 8.8ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:09:59 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-16 21:09:59 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:09:59 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:09:59 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:09:59 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:09:59 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:09:59 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-16 21:09:59 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:09:59 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:09:59 +0300 Started DELETE "/posts/1/comments/1" for 127.0.0.1 at 2013-09-16 21:10:02 +0300 Processing by CommentsController#destroy as HTML Parameters: {"authenticity_token"=>"1r1YbETHNjU2OcNIHiDcXup5iSbx9z5KAqOxp3+qT1g=", "post_id"=>"1", "id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Comment Load (0.0ms) SELECT "comments".* FROM "comments" WHERE "comments"."post_id" = ? AND "comments"."id" = ? LIMIT 1 [["post_id", 1], ["id", "1"]]  (0.0ms) begin transaction SQL (0.2ms) DELETE FROM "comments" WHERE "comments"."id" = ? [["id", 1]]  (4.3ms) commit transaction Redirected to http://localhost:3000/posts/1/comments Completed 302 Found in 9ms (ActiveRecord: 4.7ms) Started GET "/posts/1/comments" for 127.0.0.1 at 2013-09-16 21:10:02 +0300 Processing by CommentsController#index as HTML Parameters: {"post_id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Comment Load (0.1ms) SELECT "comments".* FROM "comments" WHERE "comments"."post_id" = ? [["post_id", 1]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (2.4ms) Completed 200 OK in 7ms (Views: 5.9ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:10:02 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:10:02 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-16 21:10:02 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:10:02 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:10:02 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:10:02 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:10:02 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-16 21:10:02 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:10:02 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:10:02 +0300 Started GET "/posts/1/comments/new" for 127.0.0.1 at 2013-09-16 21:10:03 +0300 Processing by CommentsController#new as HTML Parameters: {"post_id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Unpermitted parameters: post_id Rendered /home/jari/code/power_resource/app/views/power_resource/builders/_form_for.html.erb (2.1ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_form.html.erb (2.6ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/new.html.erb within layouts/application (4.6ms) Completed 200 OK in 10ms (Views: 7.9ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:10:03 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-16 21:10:03 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:10:03 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:10:03 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:10:03 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:10:03 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:10:03 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-16 21:10:03 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:10:03 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:10:03 +0300 Started POST "/posts/1/comments" for 127.0.0.1 at 2013-09-16 21:10:11 +0300 Processing by CommentsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"1r1YbETHNjU2OcNIHiDcXup5iSbx9z5KAqOxp3+qT1g=", "comment"=>{"content"=>"Comment for post #1", "author"=>"Jari"}, "commit"=>"Create Comment", "post_id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Unpermitted parameters: utf8, authenticity_token, commit, post_id  (0.1ms) begin transaction SQL (0.2ms) INSERT INTO "comments" ("author", "content", "created_at", "post_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["author", "Jari"], ["content", "Comment for post #1"], ["created_at", Mon, 16 Sep 2013 18:10:11 UTC +00:00], ["post_id", 1], ["updated_at", Mon, 16 Sep 2013 18:10:11 UTC +00:00]]  (4.2ms) commit transaction Redirected to http://localhost:3000/posts/1/comments Completed 302 Found in 8ms (ActiveRecord: 4.6ms) Started GET "/posts/1/comments" for 127.0.0.1 at 2013-09-16 21:10:11 +0300 Processing by CommentsController#index as HTML Parameters: {"post_id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Comment Load (0.1ms) SELECT "comments".* FROM "comments" WHERE "comments"."post_id" = ? [["post_id", 1]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.7ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (2.7ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (5.6ms) Completed 200 OK in 10ms (Views: 8.9ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:10:11 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:10:11 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-16 21:10:11 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:10:11 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:10:11 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:10:11 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:10:11 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-16 21:10:11 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:10:11 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:10:11 +0300 Started GET "/posts/2/comments" for 127.0.0.1 at 2013-09-16 21:10:15 +0300 Processing by CommentsController#index as HTML Parameters: {"post_id"=>"2"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "2"]] Comment Load (0.0ms) SELECT "comments".* FROM "comments" WHERE "comments"."post_id" = ? [["post_id", 2]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (2.0ms) Completed 200 OK in 6ms (Views: 5.3ms | ActiveRecord: 0.1ms) Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-16 21:10:15 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:10:15 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:10:15 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:10:15 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:10:15 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:10:15 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:10:15 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-16 21:10:15 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:10:15 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:10:15 +0300 Started GET "/posts/2/comments/new" for 127.0.0.1 at 2013-09-16 21:10:17 +0300 Processing by CommentsController#new as HTML Parameters: {"post_id"=>"2"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "2"]] Unpermitted parameters: post_id Rendered /home/jari/code/power_resource/app/views/power_resource/builders/_form_for.html.erb (1.9ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_form.html.erb (2.3ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/new.html.erb within layouts/application (4.2ms) Completed 200 OK in 9ms (Views: 7.2ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:10:17 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-16 21:10:17 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:10:17 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:10:17 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:10:17 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:10:17 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:10:17 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-16 21:10:17 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:10:17 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:10:17 +0300 Started POST "/posts/2/comments" for 127.0.0.1 at 2013-09-16 21:10:23 +0300 Processing by CommentsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"1r1YbETHNjU2OcNIHiDcXup5iSbx9z5KAqOxp3+qT1g=", "comment"=>{"content"=>"Comment for post #2", "author"=>"Jari J"}, "commit"=>"Create Comment", "post_id"=>"2"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "2"]] Unpermitted parameters: utf8, authenticity_token, commit, post_id  (0.0ms) begin transaction SQL (0.2ms) INSERT INTO "comments" ("author", "content", "created_at", "post_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["author", "Jari J"], ["content", "Comment for post #2"], ["created_at", Mon, 16 Sep 2013 18:10:23 UTC +00:00], ["post_id", 2], ["updated_at", Mon, 16 Sep 2013 18:10:23 UTC +00:00]]  (4.4ms) commit transaction Redirected to http://localhost:3000/posts/2/comments Completed 302 Found in 9ms (ActiveRecord: 4.7ms) Started GET "/posts/2/comments" for 127.0.0.1 at 2013-09-16 21:10:23 +0300 Processing by CommentsController#index as HTML Parameters: {"post_id"=>"2"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "2"]] Comment Load (0.1ms) SELECT "comments".* FROM "comments" WHERE "comments"."post_id" = ? [["post_id", 2]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.6ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (2.6ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (5.3ms) Completed 200 OK in 10ms (Views: 8.6ms | ActiveRecord: 0.1ms) Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:10:23 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-16 21:10:23 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:10:23 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:10:23 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:10:23 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:10:23 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:10:23 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-16 21:10:23 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:10:23 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:10:23 +0300 Started GET "/posts/1/comments" for 127.0.0.1 at 2013-09-16 21:10:27 +0300 Processing by CommentsController#index as HTML Parameters: {"post_id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Comment Load (0.1ms) SELECT "comments".* FROM "comments" WHERE "comments"."post_id" = ? [["post_id", 1]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.5ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (2.4ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (5.0ms) Completed 200 OK in 9ms (Views: 8.2ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:10:27 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:10:27 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:10:27 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:10:27 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:10:27 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-16 21:10:27 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:10:27 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-16 21:10:27 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:10:27 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:10:27 +0300 Started GET "/posts" for 127.0.0.1 at 2013-09-16 21:10:34 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (2.2ms) Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "2"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.6ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (15.5ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (18.6ms) Completed 200 OK in 23ms (Views: 22.0ms | ActiveRecord: 0.5ms) Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:10:34 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:10:34 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:10:34 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-16 21:10:34 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:10:34 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:10:34 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:10:34 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-16 21:10:34 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:10:34 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:10:34 +0300 Started GET "/posts/new" for 127.0.0.1 at 2013-09-16 21:11:24 +0300 Processing by PostsController#new as HTML Category Load (0.1ms) SELECT "categories".* FROM "categories" Rendered /home/jari/code/power_resource/app/views/power_resource/builders/_form_for.html.erb (3.9ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_form.html.erb (4.4ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/new.html.erb within layouts/application (6.3ms) Completed 200 OK in 10ms (Views: 9.5ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:11:24 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:11:24 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:11:24 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-16 21:11:24 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:11:24 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:11:24 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:11:24 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-16 21:11:24 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:11:24 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:11:24 +0300 Started GET "/posts" for 127.0.0.1 at 2013-09-16 21:11:30 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.7ms) Category Load (0.0ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "2"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.4ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (6.3ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (9.2ms) Completed 200 OK in 13ms (Views: 12.4ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:11:30 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:11:30 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-16 21:11:30 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:11:30 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:11:30 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:11:30 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:11:30 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-16 21:11:30 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:11:30 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:11:30 +0300 Started GET "/categories" for 127.0.0.1 at 2013-09-16 21:11:30 +0300 Processing by CategoriesController#index as HTML Category Load (0.1ms) SELECT "categories".* FROM "categories" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.6ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.2ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (4.2ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (7.0ms) Completed 200 OK in 11ms (Views: 10.7ms | ActiveRecord: 0.1ms) Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:11:30 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:11:30 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:11:30 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:11:30 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:11:30 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-16 21:11:30 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:11:30 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-16 21:11:30 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:11:30 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:11:30 +0300 Started GET "/posts" for 127.0.0.1 at 2013-09-16 21:11:31 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.7ms) Category Load (0.0ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "2"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.5ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (6.5ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (9.4ms) Completed 200 OK in 13ms (Views: 12.7ms | ActiveRecord: 0.2ms) Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:11:31 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:11:31 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:11:31 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:11:31 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-16 21:11:31 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:11:31 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:11:31 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-16 21:11:31 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:11:31 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:11:31 +0300 Started GET "/categories" for 127.0.0.1 at 2013-09-16 21:11:31 +0300 Processing by CategoriesController#index as HTML Category Load (0.1ms) SELECT "categories".* FROM "categories" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.5ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.2ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (4.1ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (6.7ms) Completed 200 OK in 10ms (Views: 10.0ms | ActiveRecord: 0.1ms) Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-16 21:11:31 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:11:31 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:11:31 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:11:31 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:11:31 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:11:31 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:11:31 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-16 21:11:31 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:11:31 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:11:31 +0300 Started GET "/posts" for 127.0.0.1 at 2013-09-16 21:11:32 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.6ms) Category Load (0.0ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "2"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.4ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (6.2ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (8.9ms) Completed 200 OK in 13ms (Views: 12.3ms | ActiveRecord: 0.2ms) Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-16 21:11:32 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:11:32 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:11:32 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:11:32 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:11:32 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:11:32 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:11:32 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-16 21:11:32 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:11:32 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:11:32 +0300 Started GET "/categories" for 127.0.0.1 at 2013-09-16 21:11:32 +0300 Processing by CategoriesController#index as HTML Category Load (0.1ms) SELECT "categories".* FROM "categories" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.4ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.2ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (4.0ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (6.5ms) Completed 200 OK in 10ms (Views: 9.8ms | ActiveRecord: 0.1ms) Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:11:32 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:11:32 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-16 21:11:32 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:11:32 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:11:32 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:11:32 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:11:32 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-16 21:11:32 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:11:32 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:11:32 +0300 Started GET "/categories/new" for 127.0.0.1 at 2013-09-16 21:12:52 +0300 Processing by CategoriesController#new as HTML Rendered /home/jari/code/power_resource/app/views/power_resource/builders/_form_for.html.erb (2.6ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_form.html.erb (3.2ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/new.html.erb within layouts/application (5.0ms) Completed 200 OK in 9ms (Views: 8.4ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:12:52 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:12:52 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-16 21:12:52 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:12:52 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-16 21:12:52 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:12:52 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:12:52 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:12:52 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:12:52 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:12:52 +0300 Started GET "/posts" for 127.0.0.1 at 2013-09-16 21:12:54 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.9ms) Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "2"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.5ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (6.9ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (9.9ms) Completed 200 OK in 14ms (Views: 13.4ms | ActiveRecord: 0.3ms) Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-16 21:12:54 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:12:54 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:12:54 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:12:54 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:12:54 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:12:54 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:12:54 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-16 21:12:54 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:12:54 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:12:54 +0300 Started GET "/categories" for 127.0.0.1 at 2013-09-16 21:12:54 +0300 Processing by CategoriesController#index as HTML Category Load (0.1ms) SELECT "categories".* FROM "categories" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.5ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.2ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (4.1ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (6.8ms) Completed 200 OK in 11ms (Views: 10.1ms | ActiveRecord: 0.1ms) Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:12:54 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:12:54 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:12:54 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-16 21:12:54 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:12:54 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:12:54 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:12:54 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:12:54 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:12:54 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-16 21:12:54 +0300 Started GET "/posts" for 127.0.0.1 at 2013-09-16 21:12:55 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.7ms) Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "2"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.4ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (6.3ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (9.0ms) Completed 200 OK in 13ms (Views: 12.2ms | ActiveRecord: 0.2ms) Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-16 21:12:55 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:12:55 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:12:55 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:12:55 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:12:55 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:12:55 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:12:55 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-16 21:12:55 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:12:55 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:12:55 +0300 Started GET "/categories" for 127.0.0.1 at 2013-09-16 21:12:55 +0300 Processing by CategoriesController#index as HTML Category Load (0.1ms) SELECT "categories".* FROM "categories" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.4ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.3ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (4.1ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (6.7ms) Completed 200 OK in 10ms (Views: 10.1ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:12:55 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:12:55 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:12:55 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:12:55 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:12:55 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-16 21:12:55 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:12:55 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-16 21:12:55 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:12:55 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:12:55 +0300 Started GET "/posts" for 127.0.0.1 at 2013-09-16 21:12:56 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.8ms) Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "2"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.5ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (6.9ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (9.7ms) Completed 200 OK in 14ms (Views: 13.0ms | ActiveRecord: 0.3ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:12:56 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:12:56 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:12:56 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:12:56 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:12:56 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-16 21:12:56 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:12:56 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-16 21:12:56 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:12:56 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:12:56 +0300 Started GET "/posts/new" for 127.0.0.1 at 2013-09-16 21:13:00 +0300 Processing by PostsController#new as HTML Category Load (0.1ms) SELECT "categories".* FROM "categories" Rendered /home/jari/code/power_resource/app/views/power_resource/builders/_form_for.html.erb (3.3ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_form.html.erb (3.7ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/new.html.erb within layouts/application (5.5ms) Completed 200 OK in 9ms (Views: 8.5ms | ActiveRecord: 0.1ms) Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-16 21:13:00 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:13:00 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:13:00 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:13:00 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:13:00 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:13:00 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:13:00 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-16 21:13:00 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:13:00 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:13:00 +0300 Started GET "/posts" for 127.0.0.1 at 2013-09-16 21:13:03 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.7ms) Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "2"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.5ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (6.6ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (9.7ms) Completed 200 OK in 13ms (Views: 12.8ms | ActiveRecord: 0.2ms) Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-16 21:13:03 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:13:03 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:13:03 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:13:03 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:13:03 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:13:03 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:13:03 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-16 21:13:03 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:13:03 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:13:03 +0300  (4.3ms) CREATE TABLE "categories" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime, "updated_at" datetime)   (2.6ms) CREATE TABLE "comments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "post_id" integer, "content" text, "author" varchar(255), "created_at" datetime, "updated_at" datetime)  (2.6ms) CREATE INDEX "index_comments_on_post_id" ON "comments" ("post_id")  (2.6ms) CREATE TABLE "posts" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "category_id" integer, "title" varchar(255), "content" text, "created_at" datetime, "updated_at" datetime)  (2.5ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (2.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT version FROM "schema_migrations"  (2.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20130916180755')  (2.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20130915095616')  (2.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20130916174608') Started GET "/posts" for 127.0.0.1 at 2013-09-16 21:23:28 +0300 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (2.5ms) Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "2"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.5ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (16.6ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (55.1ms) Completed 200 OK in 114ms (Views: 112.7ms | ActiveRecord: 0.8ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:23:29 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:23:29 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-16 21:23:29 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:23:29 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:23:29 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:23:29 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:23:29 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-16 21:23:29 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:23:29 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:23:29 +0300 Started GET "/posts" for 127.0.0.1 at 2013-09-16 21:25:07 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] ERROR: compiling __home_jari_code_power_resource_app_views_power_resource_base__actions_html_erb__647054656143495819_36176600 RAISED /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb:3: syntax error, unexpected keyword_end, expecting ')' '; end ^ /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb:7: syntax error, unexpected keyword_ensure, expecting ')' /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb:9: syntax error, unexpected keyword_end, expecting ')' Function body: def __home_jari_code_power_resource_app_views_power_resource_base__actions_html_erb__647054656143495819_36176600(local_assigns, output_buffer) _old_virtual_path, @virtual_path = @virtual_path, "power_resource/base/_actions";_old_output_buffer = @output_buffer;resource = resource = local_assigns[:resource];;@output_buffer = output_buffer || ActionView::OutputBuffer.new; resource_associations.each do |association| @output_buffer.safe_append=' ';@output_buffer.append=( link_to(association, eval("#{resource_name}_#{association.tableize}_path") );@output_buffer.safe_append=' '; end @output_buffer.append=( resource_link_to(:edit, resource) );@output_buffer.safe_append=' ';@output_buffer.append=( resource_link_to(:delete, resource) );@output_buffer.safe_append=' ';@output_buffer.to_s ensure @virtual_path, @output_buffer = _old_virtual_path, _old_output_buffer end Backtrace: /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_view/template.rb:299:in `module_eval' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_view/template.rb:299:in `compile' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_view/template.rb:248:in `block in compile!' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_view/template.rb:236:in `synchronize' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_view/template.rb:236:in `compile!' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_view/template.rb:142:in `block in render' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/activesupport-4.0.0/lib/active_support/notifications.rb:161:in `instrument' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_view/template.rb:141:in `render' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_view/renderer/partial_renderer.rb:279:in `block in render' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/activesupport-4.0.0/lib/active_support/notifications.rb:159:in `block in instrument' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/activesupport-4.0.0/lib/active_support/notifications/instrumenter.rb:20:in `instrument' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/activesupport-4.0.0/lib/active_support/notifications.rb:159:in `instrument' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_view/renderer/partial_renderer.rb:278:in `render' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_view/renderer/renderer.rb:47:in `render_partial' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_view/helpers/rendering_helper.rb:27:in `render' /home/jari/code/power_resource/app/helpers/power_resource/rendering_helper.rb:21:in `render_actions_for' /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb:18:in `block in __home_jari_code_power_resource_app_views_power_resource_base__collection_html_erb___1596891161739696120_34523700' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/activerecord-4.0.0/lib/active_record/relation/delegation.rb:13:in `each' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/activerecord-4.0.0/lib/active_record/relation/delegation.rb:13:in `each' /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb:13:in `__home_jari_code_power_resource_app_views_power_resource_base__collection_html_erb___1596891161739696120_34523700' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_view/template.rb:143:in `block in render' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/activesupport-4.0.0/lib/active_support/notifications.rb:161:in `instrument' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_view/template.rb:141:in `render' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_view/renderer/partial_renderer.rb:279:in `block in render' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/activesupport-4.0.0/lib/active_support/notifications.rb:159:in `block in instrument' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/activesupport-4.0.0/lib/active_support/notifications/instrumenter.rb:20:in `instrument' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/activesupport-4.0.0/lib/active_support/notifications.rb:159:in `instrument' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_view/renderer/partial_renderer.rb:278:in `render' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_view/renderer/renderer.rb:47:in `render_partial' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_view/helpers/rendering_helper.rb:27:in `render' /home/jari/code/power_resource/app/helpers/power_resource/rendering_helper.rb:5:in `render_collection_table' /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb:5:in `__home_jari_code_power_resource_app_views_power_resource_base_index_html_erb___3754555553802478653_43332540' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_view/template.rb:143:in `block in render' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/activesupport-4.0.0/lib/active_support/notifications.rb:161:in `instrument' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_view/template.rb:141:in `render' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/activesupport-4.0.0/lib/active_support/notifications.rb:159:in `block in instrument' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/activesupport-4.0.0/lib/active_support/notifications/instrumenter.rb:20:in `instrument' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/activesupport-4.0.0/lib/active_support/notifications.rb:159:in `instrument' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_view/renderer/template_renderer.rb:47:in `render_template' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_view/renderer/template_renderer.rb:17:in `render' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_view/renderer/renderer.rb:42:in `render_template' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_view/renderer/renderer.rb:23:in `render' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/abstract_controller/rendering.rb:127:in `_render_template' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_controller/metal/streaming.rb:219:in `_render_template' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/abstract_controller/rendering.rb:120:in `render_to_body' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_controller/metal/rendering.rb:33:in `render_to_body' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_controller/metal/renderers.rb:26:in `render_to_body' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/abstract_controller/rendering.rb:97:in `render' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_controller/metal/rendering.rb:16:in `render' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/activesupport-4.0.0/lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/activesupport-4.0.0/lib/active_support/core_ext/benchmark.rb:12:in `ms' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_controller/metal/instrumentation.rb:41:in `block in render' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/activerecord-4.0.0/lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_controller/metal/instrumentation.rb:40:in `render' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_controller/metal/implicit_render.rb:10:in `default_render' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_controller/metal/responder.rb:233:in `default_render' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_controller/metal/responder.rb:161:in `to_html' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/responders-1.0.0.rc/lib/responders/flash_responder.rb:104:in `to_html' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_controller/metal/responder.rb:154:in `respond' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_controller/metal/responder.rb:147:in `call' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_controller/metal/mime_responds.rb:330:in `respond_with' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/inherited_resources-1.4.1/lib/inherited_resources/actions.rb:7:in `index' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_controller/metal/implicit_render.rb:4:in `send_action' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/abstract_controller/base.rb:189:in `process_action' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_controller/metal/rendering.rb:10:in `process_action' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/abstract_controller/callbacks.rb:18:in `block in process_action' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/activesupport-4.0.0/lib/active_support/callbacks.rb:383:in `_run__567704649657011044__process_action__callbacks' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/activesupport-4.0.0/lib/active_support/callbacks.rb:80:in `run_callbacks' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/abstract_controller/callbacks.rb:17:in `process_action' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_controller/metal/rescue.rb:29:in `process_action' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/activesupport-4.0.0/lib/active_support/notifications.rb:159:in `block in instrument' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/activesupport-4.0.0/lib/active_support/notifications/instrumenter.rb:20:in `instrument' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/activesupport-4.0.0/lib/active_support/notifications.rb:159:in `instrument' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_controller/metal/instrumentation.rb:30:in `process_action' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_controller/metal/params_wrapper.rb:245:in `process_action' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/activerecord-4.0.0/lib/active_record/railties/controller_runtime.rb:18:in `process_action' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/abstract_controller/base.rb:136:in `process' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/abstract_controller/rendering.rb:44:in `process' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_controller/metal.rb:195:in `dispatch' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_controller/metal.rb:231:in `block in action' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/routing/route_set.rb:80:in `call' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/routing/route_set.rb:80:in `dispatch' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/routing/route_set.rb:48:in `call' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/journey/router.rb:71:in `block in call' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/journey/router.rb:59:in `each' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/journey/router.rb:59:in `call' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/routing/route_set.rb:655:in `call' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/rack-1.5.2/lib/rack/etag.rb:23:in `call' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/rack-1.5.2/lib/rack/conditionalget.rb:25:in `call' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/rack-1.5.2/lib/rack/head.rb:11:in `call' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/params_parser.rb:27:in `call' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/flash.rb:241:in `call' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/rack-1.5.2/lib/rack/session/abstract/id.rb:225:in `context' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/rack-1.5.2/lib/rack/session/abstract/id.rb:220:in `call' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/cookies.rb:486:in `call' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/activerecord-4.0.0/lib/active_record/query_cache.rb:36:in `call' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/activerecord-4.0.0/lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/activerecord-4.0.0/lib/active_record/migration.rb:369:in `call' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/activesupport-4.0.0/lib/active_support/callbacks.rb:373:in `_run__1750741667783344380__call__callbacks' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/activesupport-4.0.0/lib/active_support/callbacks.rb:80:in `run_callbacks' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/callbacks.rb:27:in `call' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/reloader.rb:64:in `call' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/remote_ip.rb:76:in `call' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/railties-4.0.0/lib/rails/rack/logger.rb:38:in `call_app' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/railties-4.0.0/lib/rails/rack/logger.rb:21:in `block in call' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/activesupport-4.0.0/lib/active_support/tagged_logging.rb:67:in `block in tagged' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/activesupport-4.0.0/lib/active_support/tagged_logging.rb:25:in `tagged' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/activesupport-4.0.0/lib/active_support/tagged_logging.rb:67:in `tagged' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/railties-4.0.0/lib/rails/rack/logger.rb:21:in `call' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/request_id.rb:21:in `call' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/rack-1.5.2/lib/rack/methodoverride.rb:21:in `call' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/rack-1.5.2/lib/rack/runtime.rb:17:in `call' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/activesupport-4.0.0/lib/active_support/cache/strategy/local_cache.rb:83:in `call' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/rack-1.5.2/lib/rack/lock.rb:17:in `call' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/static.rb:64:in `call' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/railties-4.0.0/lib/rails/engine.rb:511:in `call' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/railties-4.0.0/lib/rails/application.rb:97:in `call' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/rack-1.5.2/lib/rack/lock.rb:17:in `call' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/rack-1.5.2/lib/rack/content_length.rb:14:in `call' /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/rack-1.5.2/lib/rack/handler/webrick.rb:60:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (2.3ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (4.3ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (5.9ms) Completed 500 Internal Server Error in 8ms ActionView::Template::Error (/home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb:3: syntax error, unexpected keyword_end, expecting ')' '; end ^ /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb:7: syntax error, unexpected keyword_ensure, expecting ')' /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb:9: syntax error, unexpected keyword_end, expecting ')'): 1: <% resource_associations.each do |association| %> 2: <%= link_to(association, eval("#{resource_name}_#{association.tableize}_path") %> 3: <% end %> 4: <%= resource_link_to(:edit, resource) %> 5: <%= resource_link_to(:delete, resource) %> actionpack (4.0.0) lib/action_view/template.rb:299:in `module_eval' actionpack (4.0.0) lib/action_view/template.rb:299:in `compile' actionpack (4.0.0) lib/action_view/template.rb:248:in `block in compile!' actionpack (4.0.0) lib/action_view/template.rb:236:in `synchronize' actionpack (4.0.0) lib/action_view/template.rb:236:in `compile!' actionpack (4.0.0) lib/action_view/template.rb:142:in `block in render' activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.0) lib/action_view/template.rb:141:in `render' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render' /home/jari/code/power_resource/app/helpers/power_resource/rendering_helper.rb:21:in `render_actions_for' /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb:18:in `block in __home_jari_code_power_resource_app_views_power_resource_base__collection_html_erb___1596891161739696120_34523700' activerecord (4.0.0) lib/active_record/relation/delegation.rb:13:in `each' activerecord (4.0.0) lib/active_record/relation/delegation.rb:13:in `each' /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb:13:in `__home_jari_code_power_resource_app_views_power_resource_base__collection_html_erb___1596891161739696120_34523700' actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.0) lib/action_view/template.rb:141:in `render' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render' /home/jari/code/power_resource/app/helpers/power_resource/rendering_helper.rb:5:in `render_collection_table' /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb:5:in `__home_jari_code_power_resource_app_views_power_resource_base_index_html_erb___3754555553802478653_43332540' actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.0) lib/action_view/template.rb:141:in `render' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.0) lib/action_controller/metal/responder.rb:233:in `default_render' actionpack (4.0.0) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0.rc) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.0) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.0) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.0) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:7:in `index' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.0) lib/active_support/callbacks.rb:383:in `_run__567704649657011044__process_action__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.0) lib/active_record/migration.rb:369:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__1750741667783344380__call__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.0) lib/rails/rack/logger.rb:21:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call' railties (4.0.0) lib/rails/engine.rb:511:in `call' railties (4.0.0) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.1ms) Started GET "/posts" for 127.0.0.1 at 2013-09-16 21:25:18 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.1ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (3.1ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (4.9ms) Completed 500 Internal Server Error in 7ms ActionView::Template::Error (undefined method `tableize' for :comments:Symbol): 1: <% resource_associations.each do |association| %> 2: <%= link_to(association, eval("#{resource_name}_#{association.tableize}_path")) %> 3: <% end %> 4: <%= resource_link_to(:edit, resource) %> 5: <%= resource_link_to(:delete, resource) %> /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb:2:in `block in __home_jari_code_power_resource_app_views_power_resource_base__actions_html_erb__647054656143495819_44675000' /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb:1:in `each' /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb:1:in `__home_jari_code_power_resource_app_views_power_resource_base__actions_html_erb__647054656143495819_44675000' actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.0) lib/action_view/template.rb:141:in `render' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render' /home/jari/code/power_resource/app/helpers/power_resource/rendering_helper.rb:21:in `render_actions_for' /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb:18:in `block in __home_jari_code_power_resource_app_views_power_resource_base__collection_html_erb___1596891161739696120_34523700' activerecord (4.0.0) lib/active_record/relation/delegation.rb:13:in `each' activerecord (4.0.0) lib/active_record/relation/delegation.rb:13:in `each' /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb:13:in `__home_jari_code_power_resource_app_views_power_resource_base__collection_html_erb___1596891161739696120_34523700' actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.0) lib/action_view/template.rb:141:in `render' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render' /home/jari/code/power_resource/app/helpers/power_resource/rendering_helper.rb:5:in `render_collection_table' /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb:5:in `__home_jari_code_power_resource_app_views_power_resource_base_index_html_erb___3754555553802478653_43332540' actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.0) lib/action_view/template.rb:141:in `render' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.0) lib/action_controller/metal/responder.rb:233:in `default_render' actionpack (4.0.0) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0.rc) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.0) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.0) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.0) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:7:in `index' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.0) lib/active_support/callbacks.rb:383:in `_run__567704649657011044__process_action__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.0) lib/active_record/migration.rb:369:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__1750741667783344380__call__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.0) lib/rails/rack/logger.rb:21:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call' railties (4.0.0) lib/rails/engine.rb:511:in `call' railties (4.0.0) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.1ms) Started GET "/posts" for 127.0.0.1 at 2013-09-16 21:25:27 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (27.2ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (29.2ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (30.9ms) Completed 500 Internal Server Error in 33ms ActionView::Template::Error (No route matches {:action=>"index", :controller=>"comments"} missing required keys: [:post_id]): 1: <% resource_associations.each do |association| %> 2: <%= link_to(association, eval("#{resource_name}_#{association.to_s.tableize}_path")) %> 3: <% end %> 4: <%= resource_link_to(:edit, resource) %> 5: <%= resource_link_to(:delete, resource) %> /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb:2:in `eval' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:576:in `generate' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:606:in `generate' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:642:in `url_for' actionpack (4.0.0) lib/action_dispatch/routing/url_for.rb:155:in `url_for' actionpack (4.0.0) lib/action_view/routing_url_for.rb:83:in `url_for' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:209:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:178:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:249:in `block (2 levels) in define_url_helper' (eval):1:in `block in __home_jari_code_power_resource_app_views_power_resource_base__actions_html_erb__647054656143495819_45715120' /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb:2:in `eval' /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb:2:in `block in __home_jari_code_power_resource_app_views_power_resource_base__actions_html_erb__647054656143495819_45715120' /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb:1:in `each' /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb:1:in `__home_jari_code_power_resource_app_views_power_resource_base__actions_html_erb__647054656143495819_45715120' actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.0) lib/action_view/template.rb:141:in `render' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render' /home/jari/code/power_resource/app/helpers/power_resource/rendering_helper.rb:21:in `render_actions_for' /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb:18:in `block in __home_jari_code_power_resource_app_views_power_resource_base__collection_html_erb___1596891161739696120_34523700' activerecord (4.0.0) lib/active_record/relation/delegation.rb:13:in `each' activerecord (4.0.0) lib/active_record/relation/delegation.rb:13:in `each' /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb:13:in `__home_jari_code_power_resource_app_views_power_resource_base__collection_html_erb___1596891161739696120_34523700' actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.0) lib/action_view/template.rb:141:in `render' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render' /home/jari/code/power_resource/app/helpers/power_resource/rendering_helper.rb:5:in `render_collection_table' /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb:5:in `__home_jari_code_power_resource_app_views_power_resource_base_index_html_erb___3754555553802478653_43332540' actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.0) lib/action_view/template.rb:141:in `render' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.0) lib/action_controller/metal/responder.rb:233:in `default_render' actionpack (4.0.0) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0.rc) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.0) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.0) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.0) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:7:in `index' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.0) lib/active_support/callbacks.rb:383:in `_run__567704649657011044__process_action__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.0) lib/active_record/migration.rb:369:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__1750741667783344380__call__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.0) lib/rails/rack/logger.rb:21:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call' railties (4.0.0) lib/rails/engine.rb:511:in `call' railties (4.0.0) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.8ms) Started GET "/posts" for 127.0.0.1 at 2013-09-16 21:25:48 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (2.4ms) Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "2"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.7ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (7.7ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (10.6ms) Completed 200 OK in 14ms (Views: 13.9ms | ActiveRecord: 0.3ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:25:48 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:25:48 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-16 21:25:48 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:25:48 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:25:48 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:25:48 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:25:48 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-16 21:25:48 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:25:48 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:25:48 +0300 Started GET "/posts" for 127.0.0.1 at 2013-09-16 21:26:08 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (5.5ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (7.4ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (8.8ms) Completed 500 Internal Server Error in 10ms ActionView::Template::Error (undefined method `post_Comments_path' for #<#:0x000000055677c8>): 1: <% resource_associations.each do |association| %> 2: <%= link_to(association, eval("#{resource_name}_#{association.to_s.tableize.humanize}_path(resource)")) %> 3: <% end %> 4: <%= resource_link_to(:edit, resource) %> 5: <%= resource_link_to(:delete, resource) %> /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb:2:in `eval' /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb:2:in `eval' /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb:2:in `block in __home_jari_code_power_resource_app_views_power_resource_base__actions_html_erb__647054656143495819_44810660' /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb:1:in `each' /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb:1:in `__home_jari_code_power_resource_app_views_power_resource_base__actions_html_erb__647054656143495819_44810660' actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.0) lib/action_view/template.rb:141:in `render' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render' /home/jari/code/power_resource/app/helpers/power_resource/rendering_helper.rb:21:in `render_actions_for' /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb:18:in `block in __home_jari_code_power_resource_app_views_power_resource_base__collection_html_erb___1596891161739696120_34523700' activerecord (4.0.0) lib/active_record/relation/delegation.rb:13:in `each' activerecord (4.0.0) lib/active_record/relation/delegation.rb:13:in `each' /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb:13:in `__home_jari_code_power_resource_app_views_power_resource_base__collection_html_erb___1596891161739696120_34523700' actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.0) lib/action_view/template.rb:141:in `render' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render' /home/jari/code/power_resource/app/helpers/power_resource/rendering_helper.rb:5:in `render_collection_table' /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb:5:in `__home_jari_code_power_resource_app_views_power_resource_base_index_html_erb___3754555553802478653_43332540' actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.0) lib/action_view/template.rb:141:in `render' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.0) lib/action_controller/metal/responder.rb:233:in `default_render' actionpack (4.0.0) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0.rc) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.0) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.0) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.0) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:7:in `index' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.0) lib/active_support/callbacks.rb:383:in `_run__567704649657011044__process_action__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.0) lib/active_record/migration.rb:369:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__1750741667783344380__call__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.0) lib/rails/rack/logger.rb:21:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call' railties (4.0.0) lib/rails/engine.rb:511:in `call' railties (4.0.0) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.7ms) Started GET "/posts" for 127.0.0.1 at 2013-09-16 21:26:20 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (6.1ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (34.3ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (35.8ms) Completed 500 Internal Server Error in 37ms ActionView::Template::Error (undefined method `Post_comments_path' for #<#:0x000000059197e0>): 1: <% resource_associations.each do |association| %> 2: <%= link_to(association, eval("#{resource_name.humanize}_#{association.to_s.tableize}_path(resource)")) %> 3: <% end %> 4: <%= resource_link_to(:edit, resource) %> 5: <%= resource_link_to(:delete, resource) %> /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb:2:in `eval' /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb:2:in `eval' /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb:2:in `block in __home_jari_code_power_resource_app_views_power_resource_base__actions_html_erb__647054656143495819_16141420' /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb:1:in `each' /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb:1:in `__home_jari_code_power_resource_app_views_power_resource_base__actions_html_erb__647054656143495819_16141420' actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.0) lib/action_view/template.rb:141:in `render' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render' /home/jari/code/power_resource/app/helpers/power_resource/rendering_helper.rb:21:in `render_actions_for' /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb:18:in `block in __home_jari_code_power_resource_app_views_power_resource_base__collection_html_erb___1596891161739696120_34523700' activerecord (4.0.0) lib/active_record/relation/delegation.rb:13:in `each' activerecord (4.0.0) lib/active_record/relation/delegation.rb:13:in `each' /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb:13:in `__home_jari_code_power_resource_app_views_power_resource_base__collection_html_erb___1596891161739696120_34523700' actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.0) lib/action_view/template.rb:141:in `render' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render' /home/jari/code/power_resource/app/helpers/power_resource/rendering_helper.rb:5:in `render_collection_table' /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb:5:in `__home_jari_code_power_resource_app_views_power_resource_base_index_html_erb___3754555553802478653_43332540' actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.0) lib/action_view/template.rb:141:in `render' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.0) lib/action_controller/metal/responder.rb:233:in `default_render' actionpack (4.0.0) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0.rc) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.0) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.0) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.0) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:7:in `index' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.0) lib/active_support/callbacks.rb:383:in `_run__567704649657011044__process_action__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.0) lib/active_record/migration.rb:369:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__1750741667783344380__call__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.0) lib/rails/rack/logger.rb:21:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call' railties (4.0.0) lib/rails/engine.rb:511:in `call' railties (4.0.0) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.7ms) Started GET "/posts" for 127.0.0.1 at 2013-09-16 21:26:30 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (0.9ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (2.8ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (4.3ms) Completed 500 Internal Server Error in 6ms ActionView::Template::Error (undefined method `humanize' for :comments:Symbol): 1: <% resource_associations.each do |association| %> 2: <%= link_to(association.humanize, eval("#{resource_name}_#{association.to_s.tableize}_path(resource)")) %> 3: <% end %> 4: <%= resource_link_to(:edit, resource) %> 5: <%= resource_link_to(:delete, resource) %> /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb:2:in `block in __home_jari_code_power_resource_app_views_power_resource_base__actions_html_erb__647054656143495819_41891120' /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb:1:in `each' /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb:1:in `__home_jari_code_power_resource_app_views_power_resource_base__actions_html_erb__647054656143495819_41891120' actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.0) lib/action_view/template.rb:141:in `render' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render' /home/jari/code/power_resource/app/helpers/power_resource/rendering_helper.rb:21:in `render_actions_for' /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb:18:in `block in __home_jari_code_power_resource_app_views_power_resource_base__collection_html_erb___1596891161739696120_34523700' activerecord (4.0.0) lib/active_record/relation/delegation.rb:13:in `each' activerecord (4.0.0) lib/active_record/relation/delegation.rb:13:in `each' /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb:13:in `__home_jari_code_power_resource_app_views_power_resource_base__collection_html_erb___1596891161739696120_34523700' actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.0) lib/action_view/template.rb:141:in `render' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render' /home/jari/code/power_resource/app/helpers/power_resource/rendering_helper.rb:5:in `render_collection_table' /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb:5:in `__home_jari_code_power_resource_app_views_power_resource_base_index_html_erb___3754555553802478653_43332540' actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.0) lib/action_view/template.rb:141:in `render' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.0) lib/action_controller/metal/responder.rb:233:in `default_render' actionpack (4.0.0) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0.rc) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.0) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.0) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.0) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:7:in `index' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.0) lib/active_support/callbacks.rb:383:in `_run__567704649657011044__process_action__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.0) lib/active_record/migration.rb:369:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__1750741667783344380__call__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.0) lib/rails/rack/logger.rb:21:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call' railties (4.0.0) lib/rails/engine.rb:511:in `call' railties (4.0.0) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (6.0ms) Started GET "/posts" for 127.0.0.1 at 2013-09-16 21:26:41 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (2.2ms) Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "2"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.5ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (7.2ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (10.0ms) Completed 200 OK in 14ms (Views: 13.2ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:26:41 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-16 21:26:41 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:26:41 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:26:41 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:26:41 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:26:41 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:26:41 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-16 21:26:41 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:26:41 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:26:41 +0300 Started GET "/posts/1/comments" for 127.0.0.1 at 2013-09-16 21:26:48 +0300 Processing by CommentsController#index as HTML Parameters: {"post_id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Comment Load (1.1ms) SELECT "comments".* FROM "comments" WHERE "comments"."post_id" = ? [["post_id", 1]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.9ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (3.1ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (15.6ms) Completed 200 OK in 27ms (Views: 18.0ms | ActiveRecord: 1.5ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:26:48 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:26:48 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:26:48 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:26:48 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-16 21:26:48 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:26:48 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:26:48 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-16 21:26:48 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:26:48 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:26:48 +0300 Started GET "/posts/2/comments" for 127.0.0.1 at 2013-09-16 21:26:58 +0300 Processing by CommentsController#index as HTML Parameters: {"post_id"=>"2"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "2"]] Comment Load (0.1ms) SELECT "comments".* FROM "comments" WHERE "comments"."post_id" = ? [["post_id", 2]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.5ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (2.4ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (5.0ms) Completed 200 OK in 10ms (Views: 8.3ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:26:59 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-16 21:26:59 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:26:59 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:26:59 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:26:59 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:26:59 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:26:59 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-16 21:26:59 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:26:59 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:26:59 +0300 Started GET "/posts/2/comments" for 127.0.0.1 at 2013-09-16 21:27:08 +0300 Processing by CommentsController#index as HTML Parameters: {"post_id"=>"2"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "2"]] Comment Load (0.1ms) SELECT "comments".* FROM "comments" WHERE "comments"."post_id" = ? [["post_id", 2]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.4ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (2.3ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (4.9ms) Completed 200 OK in 9ms (Views: 8.2ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:27:08 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:27:08 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:27:08 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:27:08 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-16 21:27:08 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:27:08 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:27:08 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-16 21:27:08 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:27:08 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:27:08 +0300 Started GET "/posts/new" for 127.0.0.1 at 2013-09-16 21:27:11 +0300 Processing by PostsController#new as HTML Category Load (0.1ms) SELECT "categories".* FROM "categories" Rendered /home/jari/code/power_resource/app/views/power_resource/builders/_form_for.html.erb (34.6ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_form.html.erb (35.3ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/new.html.erb within layouts/application (37.6ms) Completed 200 OK in 41ms (Views: 40.8ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:27:11 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:27:11 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:27:11 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:27:11 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:27:11 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-16 21:27:11 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:27:11 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-16 21:27:11 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:27:11 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:27:11 +0300 Started GET "/posts" for 127.0.0.1 at 2013-09-16 21:31:08 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (26.4ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (35.1ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (44.8ms) Completed 500 Internal Server Error in 47ms ActionView::Template::Error (wrong number of arguments (0 for 1)): 1: <%= resource_association_links %> 2: <%= resource_link_to(:edit, resource) %> 3: <%= resource_link_to(:delete, resource) %> /home/jari/code/power_resource/app/helpers/power_resource/base_helper.rb:75:in `resource_associations' /home/jari/code/power_resource/app/helpers/power_resource/base_helper.rb:82:in `resource_association_links' /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb:1:in `__home_jari_code_power_resource_app_views_power_resource_base__actions_html_erb__647054656143495819_46309520' actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.0) lib/action_view/template.rb:141:in `render' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render' /home/jari/code/power_resource/app/helpers/power_resource/rendering_helper.rb:21:in `render_actions_for' /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb:18:in `block in __home_jari_code_power_resource_app_views_power_resource_base__collection_html_erb___1596891161739696120_34523700' activerecord (4.0.0) lib/active_record/relation/delegation.rb:13:in `each' activerecord (4.0.0) lib/active_record/relation/delegation.rb:13:in `each' /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb:13:in `__home_jari_code_power_resource_app_views_power_resource_base__collection_html_erb___1596891161739696120_34523700' actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.0) lib/action_view/template.rb:141:in `render' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render' /home/jari/code/power_resource/app/helpers/power_resource/rendering_helper.rb:5:in `render_collection_table' /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb:5:in `__home_jari_code_power_resource_app_views_power_resource_base_index_html_erb___3754555553802478653_43332540' actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.0) lib/action_view/template.rb:141:in `render' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.0) lib/action_controller/metal/responder.rb:233:in `default_render' actionpack (4.0.0) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0.rc) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.0) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.0) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.0) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:7:in `index' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.0) lib/active_support/callbacks.rb:383:in `_run__567704649657011044__process_action__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.0) lib/active_record/migration.rb:369:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__1750741667783344380__call__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.0) lib/rails/rack/logger.rb:21:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call' railties (4.0.0) lib/rails/engine.rb:511:in `call' railties (4.0.0) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.6ms) Started GET "/posts" for 127.0.0.1 at 2013-09-16 21:31:42 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.0ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (9.6ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (19.7ms) Completed 500 Internal Server Error in 22ms ActiveRecord::RecordNotFound (Couldn't find Post without an ID): /home/jari/code/power_resource/app/helpers/power_resource/base_helper.rb:84:in `eval' activerecord (4.0.0) lib/active_record/relation/finder_methods.rb:35:in `find' activerecord-deprecated_finders (1.0.3) lib/active_record/deprecated_finders/relation.rb:122:in `find' activerecord (4.0.0) lib/active_record/querying.rb:3:in `find' inherited_resources (1.4.1) lib/inherited_resources/base_helpers.rb:51:in `resource' actionpack (4.0.0) lib/abstract_controller/helpers.rb:53:in `resource' (eval):1:in `block in resource_association_links' /home/jari/code/power_resource/app/helpers/power_resource/base_helper.rb:84:in `eval' /home/jari/code/power_resource/app/helpers/power_resource/base_helper.rb:84:in `block in resource_association_links' /home/jari/code/power_resource/app/helpers/power_resource/base_helper.rb:82:in `each' /home/jari/code/power_resource/app/helpers/power_resource/base_helper.rb:82:in `resource_association_links' /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb:1:in `__home_jari_code_power_resource_app_views_power_resource_base__actions_html_erb__647054656143495819_46309520' actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.0) lib/action_view/template.rb:141:in `render' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render' /home/jari/code/power_resource/app/helpers/power_resource/rendering_helper.rb:21:in `render_actions_for' /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb:18:in `block in __home_jari_code_power_resource_app_views_power_resource_base__collection_html_erb___1596891161739696120_34523700' activerecord (4.0.0) lib/active_record/relation/delegation.rb:13:in `each' activerecord (4.0.0) lib/active_record/relation/delegation.rb:13:in `each' /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb:13:in `__home_jari_code_power_resource_app_views_power_resource_base__collection_html_erb___1596891161739696120_34523700' actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.0) lib/action_view/template.rb:141:in `render' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render' /home/jari/code/power_resource/app/helpers/power_resource/rendering_helper.rb:5:in `render_collection_table' /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb:5:in `__home_jari_code_power_resource_app_views_power_resource_base_index_html_erb___3754555553802478653_43332540' actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.0) lib/action_view/template.rb:141:in `render' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.0) lib/action_controller/metal/responder.rb:233:in `default_render' actionpack (4.0.0) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0.rc) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.0) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.0) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.0) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:7:in `index' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.0) lib/active_support/callbacks.rb:383:in `_run__567704649657011044__process_action__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.0) lib/active_record/migration.rb:369:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__1750741667783344380__call__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.0) lib/rails/rack/logger.rb:21:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call' railties (4.0.0) lib/rails/engine.rb:511:in `call' railties (4.0.0) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.3ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.2ms) Started GET "/posts" for 127.0.0.1 at 2013-09-16 21:32:31 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (2.5ms) Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "2"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.6ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (15.0ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (26.3ms) Completed 200 OK in 30ms (Views: 29.0ms | ActiveRecord: 0.8ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:32:31 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-16 21:32:31 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:32:31 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:32:31 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:32:31 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:32:31 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:32:31 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-16 21:32:31 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:32:31 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:32:31 +0300 Started GET "/posts" for 127.0.0.1 at 2013-09-16 21:32:41 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (2.2ms) Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "2"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.6ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (14.6ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (25.6ms) Completed 200 OK in 30ms (Views: 28.4ms | ActiveRecord: 0.8ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:32:41 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-16 21:32:41 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:32:41 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:32:41 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:32:41 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:32:41 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:32:41 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-16 21:32:41 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:32:41 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:32:41 +0300 Started GET "/posts/1/comments" for 127.0.0.1 at 2013-09-16 21:32:42 +0300 Processing by CommentsController#index as HTML Parameters: {"post_id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Comment Load (0.1ms) SELECT "comments".* FROM "comments" WHERE "comments"."post_id" = ? [["post_id", 1]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.9ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (3.1ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (40.0ms) Completed 200 OK in 46ms (Views: 43.4ms | ActiveRecord: 0.5ms) Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:32:42 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:32:42 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:32:42 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:32:42 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-16 21:32:42 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:32:42 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:32:42 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-16 21:32:42 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:32:42 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:32:42 +0300 Started GET "/posts/2/comments" for 127.0.0.1 at 2013-09-16 21:32:44 +0300 Processing by CommentsController#index as HTML Parameters: {"post_id"=>"2"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "2"]] Comment Load (0.1ms) SELECT "comments".* FROM "comments" WHERE "comments"."post_id" = ? [["post_id", 2]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.5ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (2.4ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (5.1ms) Completed 200 OK in 10ms (Views: 8.4ms | ActiveRecord: 0.1ms) Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:32:44 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-16 21:32:44 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:32:44 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:32:44 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:32:44 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:32:44 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:32:44 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-16 21:32:44 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:32:44 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:32:44 +0300 Started GET "/categories" for 127.0.0.1 at 2013-09-16 21:32:52 +0300 Processing by CategoriesController#index as HTML Category Load (0.1ms) SELECT "categories".* FROM "categories" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.7ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.2ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (4.3ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (7.1ms) Completed 200 OK in 11ms (Views: 10.6ms | ActiveRecord: 0.1ms) Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:32:52 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:32:52 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-16 21:32:52 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:32:52 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:32:52 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:32:52 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:32:52 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-16 21:32:52 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:32:52 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:32:52 +0300 Started GET "/categories" for 127.0.0.1 at 2013-09-16 21:33:11 +0300 Processing by CategoriesController#index as HTML Category Load (0.1ms) SELECT "categories".* FROM "categories" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (7.5ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (8.5ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (16.1ms) Completed 500 Internal Server Error in 18ms ActionView::Template::Error (undefined method `category_posts_path' for #<#:0x00000002e5fd60>): 1: <%= resource_association_links_for(resource) %> 2: <%= resource_link_to(:edit, resource) %> 3: <%= resource_link_to(:delete, resource) %> /home/jari/code/power_resource/app/helpers/power_resource/base_helper.rb:84:in `eval' /home/jari/code/power_resource/app/helpers/power_resource/base_helper.rb:84:in `eval' /home/jari/code/power_resource/app/helpers/power_resource/base_helper.rb:84:in `block in resource_association_links_for' /home/jari/code/power_resource/app/helpers/power_resource/base_helper.rb:82:in `each' /home/jari/code/power_resource/app/helpers/power_resource/base_helper.rb:82:in `resource_association_links_for' /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb:1:in `__home_jari_code_power_resource_app_views_power_resource_base__actions_html_erb__647054656143495819_44873760' actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.0) lib/action_view/template.rb:141:in `render' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render' /home/jari/code/power_resource/app/helpers/power_resource/rendering_helper.rb:21:in `render_actions_for' /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb:18:in `block in __home_jari_code_power_resource_app_views_power_resource_base__collection_html_erb___1596891161739696120_34523700' activerecord (4.0.0) lib/active_record/relation/delegation.rb:13:in `each' activerecord (4.0.0) lib/active_record/relation/delegation.rb:13:in `each' /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb:13:in `__home_jari_code_power_resource_app_views_power_resource_base__collection_html_erb___1596891161739696120_34523700' actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.0) lib/action_view/template.rb:141:in `render' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render' /home/jari/code/power_resource/app/helpers/power_resource/rendering_helper.rb:5:in `render_collection_table' /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb:5:in `__home_jari_code_power_resource_app_views_power_resource_base_index_html_erb___3754555553802478653_43332540' actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.0) lib/action_view/template.rb:141:in `render' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.0) lib/action_controller/metal/responder.rb:233:in `default_render' actionpack (4.0.0) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0.rc) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.0) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.0) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.0) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:7:in `index' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.0) lib/active_support/callbacks.rb:383:in `_run__1363592183318048992__process_action__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.0) lib/active_record/migration.rb:369:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__1750741667783344380__call__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.0) lib/rails/rack/logger.rb:21:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call' railties (4.0.0) lib/rails/engine.rb:511:in `call' railties (4.0.0) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.4ms) Started GET "/categories" for 127.0.0.1 at 2013-09-16 21:33:21 +0300 Processing by CategoriesController#index as HTML Category Load (0.1ms) SELECT "categories".* FROM "categories" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.7ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.2ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (4.4ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (13.0ms) Completed 200 OK in 17ms (Views: 16.2ms | ActiveRecord: 0.4ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:33:21 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:33:21 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:33:21 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:33:21 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:33:21 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-16 21:33:21 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:33:21 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-16 21:33:21 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:33:21 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:33:21 +0300 Started GET "/categories/new" for 127.0.0.1 at 2013-09-16 21:33:23 +0300 Processing by CategoriesController#new as HTML Rendered /home/jari/code/power_resource/app/views/power_resource/builders/_form_for.html.erb (1.5ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_form.html.erb (1.9ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/new.html.erb within layouts/application (3.7ms) Completed 200 OK in 7ms (Views: 6.8ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:33:23 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-16 21:33:23 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:33:23 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:33:23 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:33:23 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:33:23 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:33:23 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-16 21:33:23 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:33:23 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:33:23 +0300 Started GET "/posts" for 127.0.0.1 at 2013-09-16 21:33:24 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (2.4ms) Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "2"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.7ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (36.5ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (47.4ms) Completed 200 OK in 52ms (Views: 50.5ms | ActiveRecord: 0.5ms) Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:33:24 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:33:24 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:33:24 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:33:24 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-16 21:33:24 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:33:24 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:33:24 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-16 21:33:24 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:33:24 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:33:24 +0300 Started GET "/categories" for 127.0.0.1 at 2013-09-16 21:33:24 +0300 Processing by CategoriesController#index as HTML Category Load (0.1ms) SELECT "categories".* FROM "categories" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.4ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.2ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (4.0ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (6.6ms) Completed 200 OK in 10ms (Views: 9.8ms | ActiveRecord: 0.1ms) Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-16 21:33:24 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:33:24 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:33:24 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:33:24 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:33:24 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:33:24 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:33:24 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-16 21:33:24 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:33:24 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:33:24 +0300 Started GET "/posts" for 127.0.0.1 at 2013-09-16 21:33:25 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Category Load (0.0ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.8ms) Category Load (0.0ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "2"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.6ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (6.5ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (9.1ms) Completed 200 OK in 13ms (Views: 12.2ms | ActiveRecord: 0.2ms) Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:33:25 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-16 21:33:25 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:33:25 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:33:25 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:33:25 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:33:25 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:33:25 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-16 21:33:25 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:33:25 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:33:25 +0300 Started GET "/posts/1/comments" for 127.0.0.1 at 2013-09-16 21:33:26 +0300 Processing by CommentsController#index as HTML Parameters: {"post_id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Comment Load (0.1ms) SELECT "comments".* FROM "comments" WHERE "comments"."post_id" = ? [["post_id", 1]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.9ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (3.0ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (13.8ms) Completed 200 OK in 19ms (Views: 17.2ms | ActiveRecord: 0.4ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:33:26 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:33:26 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:33:26 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-16 21:33:26 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:33:26 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:33:26 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:33:26 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-16 21:33:26 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:33:26 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:33:26 +0300 Started GET "/posts/1/comments" for 127.0.0.1 at 2013-09-16 21:34:48 +0300 SyntaxError (/home/jari/code/power_resource/app/helpers/power_resource/base_helper.rb:82: syntax error, unexpected tLABEL association_type = options[:association_type] || :has_many ^): app/controllers/application_controller.rb:1:in `' app/controllers/comments_controller.rb:1:in `' Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.4ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.1ms) Started GET "/posts/1/comments" for 127.0.0.1 at 2013-09-16 21:35:05 +0300 SyntaxError (/home/jari/code/power_resource/app/helpers/power_resource/base_helper.rb:82: syntax error, unexpected tSTRING_BEG, expecting keyword_do or '{' or '(' association_type = options[:association_type] || "has_many" ^): app/controllers/application_controller.rb:1:in `' app/controllers/comments_controller.rb:1:in `' Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.4ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.8ms) Started GET "/posts/1/comments" for 127.0.0.1 at 2013-09-16 21:35:50 +0300 SyntaxError (/home/jari/code/power_resource/app/helpers/power_resource/base_helper.rb:84: syntax error, unexpected tLABEL options[:association_type] : :has_many ^): app/controllers/application_controller.rb:1:in `' app/controllers/comments_controller.rb:1:in `' Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.4ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (25.2ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (31.7ms) Started GET "/posts/1/comments" for 127.0.0.1 at 2013-09-16 21:36:16 +0300 Processing by CommentsController#index as HTML Parameters: {"post_id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Comment Load (0.1ms) SELECT "comments".* FROM "comments" WHERE "comments"."post_id" = ? [["post_id", 1]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.9ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (3.1ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (13.9ms) Completed 200 OK in 28ms (Views: 17.3ms | ActiveRecord: 0.8ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:36:16 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:36:16 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:36:16 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:36:16 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:36:16 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-16 21:36:16 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:36:16 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:36:16 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-16 21:36:16 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:36:16 +0300 Started GET "/posts" for 127.0.0.1 at 2013-09-16 21:36:19 +0300 Processing by PostsController#index as HTML Post Load (0.2ms) SELECT "posts".* FROM "posts" Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (2.3ms) Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "2"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.7ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (43.2ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (46.1ms) Completed 200 OK in 50ms (Views: 49.2ms | ActiveRecord: 0.5ms) Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:36:19 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:36:19 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:36:19 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:36:19 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-16 21:36:19 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:36:19 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:36:19 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-16 21:36:19 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:36:19 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:36:19 +0300 Started GET "/posts/2/comments" for 127.0.0.1 at 2013-09-16 21:36:20 +0300 Processing by CommentsController#index as HTML Parameters: {"post_id"=>"2"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "2"]] Comment Load (0.1ms) SELECT "comments".* FROM "comments" WHERE "comments"."post_id" = ? [["post_id", 2]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.5ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (2.5ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (5.2ms) Completed 200 OK in 10ms (Views: 8.5ms | ActiveRecord: 0.1ms) Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-16 21:36:20 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:36:20 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:36:20 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:36:20 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:36:20 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:36:20 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:36:20 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-16 21:36:20 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:36:20 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:36:20 +0300 Started GET "/posts/new" for 127.0.0.1 at 2013-09-16 21:37:55 +0300 Processing by PostsController#new as HTML Category Load (0.1ms) SELECT "categories".* FROM "categories" Rendered /home/jari/code/power_resource/app/views/power_resource/builders/_form_for.html.erb (3.2ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_form.html.erb (3.7ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/new.html.erb within layouts/application (5.4ms) Completed 200 OK in 9ms (Views: 8.5ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:37:55 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:37:55 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-16 21:37:55 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:37:55 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:37:55 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-16 21:37:55 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:37:55 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:37:55 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:37:55 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:37:55 +0300 Started GET "/posts/new" for 127.0.0.1 at 2013-09-16 21:39:03 +0300 Processing by PostsController#new as HTML Category Load (0.1ms) SELECT "categories".* FROM "categories" Rendered /home/jari/code/power_resource/app/views/power_resource/builders/_form_for.html.erb (3.0ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_form.html.erb (3.4ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/new.html.erb within layouts/application (5.2ms) Completed 200 OK in 9ms (Views: 8.2ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 21:39:03 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 21:39:03 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 21:39:03 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-16 21:39:03 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 21:39:03 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-16 21:39:03 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 21:39:03 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 21:39:03 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 21:39:03 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 21:39:03 +0300 Started GET "/categories" for 127.0.0.1 at 2013-09-16 22:21:45 +0300 Processing by CategoriesController#index as HTML Category Load (0.1ms) SELECT "categories".* FROM "categories" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.8ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.2ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (4.6ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (13.3ms) Completed 200 OK in 18ms (Views: 16.6ms | ActiveRecord: 0.4ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 22:21:45 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-16 22:21:45 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 22:21:45 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 22:21:45 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 22:21:45 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 22:21:45 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 22:21:45 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-16 22:21:45 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 22:21:45 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 22:21:45 +0300 Started GET "/posts" for 127.0.0.1 at 2013-09-16 22:21:45 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (2.1ms) Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "2"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.6ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (7.5ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (44.7ms) Completed 200 OK in 49ms (Views: 48.0ms | ActiveRecord: 0.5ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 22:21:45 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 22:21:45 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 22:21:45 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 22:21:45 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 22:21:45 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-16 22:21:45 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 22:21:45 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 22:21:45 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-16 22:21:45 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 22:21:45 +0300 Started GET "/categories" for 127.0.0.1 at 2013-09-16 22:21:45 +0300 Processing by CategoriesController#index as HTML Category Load (0.1ms) SELECT "categories".* FROM "categories" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.6ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.2ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (4.2ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (6.9ms) Completed 200 OK in 11ms (Views: 10.1ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 22:21:45 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-16 22:21:45 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 22:21:45 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 22:21:45 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 22:21:45 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 22:21:45 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 22:21:45 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-16 22:21:45 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 22:21:45 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 22:21:45 +0300 Started GET "/categories/new" for 127.0.0.1 at 2013-09-16 22:21:47 +0300 Processing by CategoriesController#new as HTML Rendered /home/jari/code/power_resource/app/views/power_resource/builders/_form_for.html.erb (1.6ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_form.html.erb (2.0ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/new.html.erb within layouts/application (3.8ms) Completed 200 OK in 7ms (Views: 6.9ms | ActiveRecord: 0.0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 22:21:47 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 22:21:47 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 22:21:47 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 22:21:47 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 22:21:47 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-16 22:21:47 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 22:21:47 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-16 22:21:47 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 22:21:47 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 22:21:47 +0300 Started POST "/categories" for 127.0.0.1 at 2013-09-16 22:21:48 +0300 Processing by CategoriesController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"1r1YbETHNjU2OcNIHiDcXup5iSbx9z5KAqOxp3+qT1g=", "category"=>{"name"=>""}, "commit"=>"Create Category"} Unpermitted parameters: utf8, authenticity_token, commit  (0.1ms) begin transaction SQL (0.7ms) INSERT INTO "categories" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Mon, 16 Sep 2013 19:21:48 UTC +00:00], ["name", ""], ["updated_at", Mon, 16 Sep 2013 19:21:48 UTC +00:00]]  (4.8ms) commit transaction Redirected to http://localhost:3000/categories Completed 302 Found in 9ms (ActiveRecord: 5.5ms) Started GET "/categories" for 127.0.0.1 at 2013-09-16 22:21:48 +0300 Processing by CategoriesController#index as HTML Category Load (0.1ms) SELECT "categories".* FROM "categories" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.5ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.3ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.2ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (6.1ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (8.7ms) Completed 200 OK in 12ms (Views: 12.0ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 22:21:48 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-16 22:21:48 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 22:21:48 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 22:21:48 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 22:21:48 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 22:21:48 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 22:21:48 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-16 22:21:48 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 22:21:48 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 22:21:48 +0300 Started DELETE "/categories/3" for 127.0.0.1 at 2013-09-16 22:21:51 +0300 Processing by CategoriesController#destroy as HTML Parameters: {"authenticity_token"=>"1r1YbETHNjU2OcNIHiDcXup5iSbx9z5KAqOxp3+qT1g=", "id"=>"3"} Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "3"]]  (0.0ms) begin transaction SQL (0.1ms) DELETE FROM "categories" WHERE "categories"."id" = ? [["id", 3]]  (4.3ms) commit transaction Redirected to http://localhost:3000/categories Completed 302 Found in 8ms (ActiveRecord: 4.6ms) Started GET "/categories" for 127.0.0.1 at 2013-09-16 22:21:51 +0300 Processing by CategoriesController#index as HTML Category Load (0.1ms) SELECT "categories".* FROM "categories" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.6ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.2ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (4.2ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (6.8ms) Completed 200 OK in 10ms (Views: 10.0ms | ActiveRecord: 0.1ms) Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-16 22:21:52 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-16 22:21:52 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-16 22:21:52 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-16 22:21:52 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-16 22:21:52 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-16 22:21:52 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-16 22:21:52 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-16 22:21:52 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-16 22:21:52 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-16 22:21:52 +0300 Started GET "/" for 127.0.0.1 at 2013-09-18 12:16:05 +0300 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (2.6ms) Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "2"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.6ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (16.8ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (56.2ms) Completed 200 OK in 122ms (Views: 121.0ms | ActiveRecord: 0.7ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-18 12:16:05 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-18 12:16:05 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-18 12:16:05 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-18 12:16:05 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-18 12:16:05 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-18 12:16:05 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-18 12:16:05 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-18 12:16:06 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-18 12:16:06 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-18 12:16:06 +0300 Started GET "/backend" for 127.0.0.1 at 2013-09-18 12:16:12 +0300 ActionController::RoutingError (No route matches [GET] "/backend"): actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.0) lib/rails/rack/logger.rb:21:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call' railties (4.0.0) lib/rails/engine.rb:511:in `call' railties (4.0.0) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.6ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.8ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.9ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (19.0ms) Started GET "/backend" for 127.0.0.1 at 2013-09-18 12:16:40 +0300 ActionController::RoutingError (uninitialized constant Backend::Backend): activesupport (4.0.0) lib/active_support/inflector/methods.rb:241:in `const_get' activesupport (4.0.0) lib/active_support/inflector/methods.rb:241:in `block in constantize' activesupport (4.0.0) lib/active_support/inflector/methods.rb:224:in `each' activesupport (4.0.0) lib/active_support/inflector/methods.rb:224:in `inject' activesupport (4.0.0) lib/active_support/inflector/methods.rb:224:in `constantize' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:76:in `controller_reference' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:66:in `controller' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:44:in `call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.0) lib/active_record/migration.rb:369:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__2990244186711013447__call__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.0) lib/rails/rack/logger.rb:21:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call' railties (4.0.0) lib/rails/engine.rb:511:in `call' railties (4.0.0) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.8ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.7ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (25.7ms) Started GET "/backend" for 127.0.0.1 at 2013-09-18 12:18:16 +0300 Processing by Backend::PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (2.2ms) Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "2"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.7ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (14.4ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (26.0ms) Completed 200 OK in 30ms (Views: 28.9ms | ActiveRecord: 0.8ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-18 12:18:16 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-18 12:18:16 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-18 12:18:16 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-18 12:18:16 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-18 12:18:16 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-18 12:18:16 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-18 12:18:16 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-18 12:18:16 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-18 12:18:16 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-18 12:18:16 +0300 Started GET "/posts/1/comments" for 127.0.0.1 at 2013-09-18 12:18:18 +0300 Processing by CommentsController#index as HTML Parameters: {"post_id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Comment Load (1.5ms) SELECT "comments".* FROM "comments" WHERE "comments"."post_id" = ? [["post_id", 1]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (2.0ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (3.2ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (16.8ms) Completed 200 OK in 29ms (Views: 19.2ms | ActiveRecord: 2.0ms) Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-18 12:18:18 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-18 12:18:18 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-18 12:18:18 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-18 12:18:18 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-18 12:18:18 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-18 12:18:18 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-18 12:18:18 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-18 12:18:18 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-18 12:18:18 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-18 12:18:18 +0300 Started GET "/backend/posts/new" for 127.0.0.1 at 2013-09-18 12:18:28 +0300 Processing by Backend::PostsController#new as HTML Category Load (0.2ms) SELECT "categories".* FROM "categories" Rendered /home/jari/code/power_resource/app/views/power_resource/builders/_form_for.html.erb (7.5ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_form.html.erb (8.8ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/new.html.erb within layouts/application (11.4ms) Completed 200 OK in 18ms (Views: 17.0ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-18 12:18:28 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-18 12:18:28 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-18 12:18:28 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-18 12:18:28 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-18 12:18:28 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-18 12:18:28 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-18 12:18:28 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-18 12:18:28 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-18 12:18:28 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-18 12:18:28 +0300 Started GET "/backend/posts/1/edit" for 127.0.0.1 at 2013-09-18 12:18:42 +0300 Processing by Backend::PostsController#edit as HTML Parameters: {"id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Category Load (0.1ms) SELECT "categories".* FROM "categories" Rendered /home/jari/code/power_resource/app/views/power_resource/builders/_form_for.html.erb (3.3ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_form.html.erb (3.7ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/edit.html.erb within layouts/application (6.2ms) Completed 200 OK in 12ms (Views: 10.9ms | ActiveRecord: 0.2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-18 12:18:43 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-18 12:18:43 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-18 12:18:43 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-18 12:18:43 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-18 12:18:43 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-18 12:18:43 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-18 12:18:43 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-18 12:18:43 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-18 12:18:43 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-18 12:18:43 +0300 Started GET "/backend" for 127.0.0.1 at 2013-09-18 12:21:06 +0300 Processing by Backend::PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (2.2ms) Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "2"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.6ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (14.0ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (25.3ms) Completed 200 OK in 29ms (Views: 28.0ms | ActiveRecord: 0.8ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-18 12:21:06 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-18 12:21:06 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-18 12:21:06 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-18 12:21:06 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-18 12:21:06 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-18 12:21:06 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-18 12:21:06 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-18 12:21:06 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-18 12:21:06 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-18 12:21:06 +0300 Started GET "/backend" for 127.0.0.1 at 2013-09-18 12:22:03 +0300 Processing by Backend::PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (2.1ms) Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "2"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.6ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (13.8ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (25.1ms) Completed 200 OK in 29ms (Views: 27.9ms | ActiveRecord: 0.7ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-18 12:22:03 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-18 12:22:03 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-18 12:22:03 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-18 12:22:03 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-18 12:22:03 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-18 12:22:03 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-18 12:22:03 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-18 12:22:03 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-18 12:22:03 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-18 12:22:03 +0300 Started GET "/backend" for 127.0.0.1 at 2013-09-18 12:24:22 +0300 Processing by Backend::PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (4.5ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (13.1ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (23.1ms) Completed 500 Internal Server Error in 25ms ActionView::Template::Error (No route matches {:controller=>"comments", :action=>"index"} missing required keys: [:post_id]): 1: <%= resource_association_links_for(resource) %> 2: <%= resource_link_to(:edit, resource) %> 3: <%= resource_link_to(:delete, resource) %> actionpack (4.0.0) lib/action_dispatch/journey/formatter.rb:35:in `generate' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:576:in `generate' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:606:in `generate' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:642:in `url_for' actionpack (4.0.0) lib/action_dispatch/routing/url_for.rb:155:in `url_for' actionpack (4.0.0) lib/action_view/routing_url_for.rb:83:in `url_for' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:209:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:178:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:249:in `block (2 levels) in define_url_helper' actionpack (4.0.0) lib/action_dispatch/routing/polymorphic_routes.rb:129:in `polymorphic_url' actionpack (4.0.0) lib/action_dispatch/routing/polymorphic_routes.rb:135:in `polymorphic_path' actionpack (4.0.0) lib/action_view/routing_url_for.rb:87:in `url_for' actionpack (4.0.0) lib/action_view/helpers/url_helper.rb:180:in `link_to' /home/jari/code/power_resource/app/helpers/power_resource/base_helper.rb:86:in `block in resource_association_links_for' /home/jari/code/power_resource/app/helpers/power_resource/base_helper.rb:82:in `each' /home/jari/code/power_resource/app/helpers/power_resource/base_helper.rb:82:in `resource_association_links_for' /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb:1:in `__home_jari_code_power_resource_app_views_power_resource_base__actions_html_erb___4354358908043165869_29407020' actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.0) lib/action_view/template.rb:141:in `render' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render' /home/jari/code/power_resource/app/helpers/power_resource/rendering_helper.rb:21:in `render_actions_for' /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb:18:in `block in __home_jari_code_power_resource_app_views_power_resource_base__collection_html_erb__1680317057397871808_28300700' activerecord (4.0.0) lib/active_record/relation/delegation.rb:13:in `each' activerecord (4.0.0) lib/active_record/relation/delegation.rb:13:in `each' /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb:13:in `__home_jari_code_power_resource_app_views_power_resource_base__collection_html_erb__1680317057397871808_28300700' actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.0) lib/action_view/template.rb:141:in `render' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render' /home/jari/code/power_resource/app/helpers/power_resource/rendering_helper.rb:5:in `render_collection_table' /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb:5:in `__home_jari_code_power_resource_app_views_power_resource_base_index_html_erb___4611342349339616144_37056100' actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.0) lib/action_view/template.rb:141:in `render' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.0) lib/action_controller/metal/responder.rb:233:in `default_render' actionpack (4.0.0) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0.rc) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.0) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.0) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.0) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:7:in `index' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.0) lib/active_support/callbacks.rb:383:in `_run__997793781074523920__process_action__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.0) lib/active_record/migration.rb:369:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__2990244186711013447__call__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.0) lib/rails/rack/logger.rb:21:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call' railties (4.0.0) lib/rails/engine.rb:511:in `call' railties (4.0.0) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.5ms) Started GET "/backend" for 127.0.0.1 at 2013-09-18 12:24:36 +0300 Processing by Backend::PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (2.1ms) Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "2"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.6ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (14.2ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (25.5ms) Completed 200 OK in 30ms (Views: 28.3ms | ActiveRecord: 0.8ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-18 12:24:36 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-18 12:24:36 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-18 12:24:36 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-18 12:24:36 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-18 12:24:36 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-18 12:24:36 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-18 12:24:36 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-18 12:24:36 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-18 12:24:36 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-18 12:24:36 +0300 Started GET "/posts" for 127.0.0.1 at 2013-09-18 12:24:47 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.9ms) Category Load (0.0ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "2"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.6ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (6.7ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (9.8ms) Completed 200 OK in 42ms (Views: 41.5ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-18 12:24:47 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-18 12:24:47 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-18 12:24:47 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-18 12:24:47 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-18 12:24:47 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-18 12:24:47 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-18 12:24:47 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-18 12:24:47 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-18 12:24:47 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-18 12:24:47 +0300 Started GET "/categories" for 127.0.0.1 at 2013-09-18 12:24:51 +0300 Processing by CategoriesController#index as HTML Category Load (0.1ms) SELECT "categories".* FROM "categories" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.7ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.2ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (4.4ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (7.2ms) Completed 200 OK in 12ms (Views: 11.0ms | ActiveRecord: 0.1ms) Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-18 12:24:51 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-18 12:24:51 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-18 12:24:51 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-18 12:24:51 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-18 12:24:51 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-18 12:24:51 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-18 12:24:51 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-18 12:24:51 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-18 12:24:51 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-18 12:24:51 +0300 Started GET "/categories" for 127.0.0.1 at 2013-09-18 12:28:53 +0300 Processing by CategoriesController#index as HTML Category Load (0.1ms) SELECT "categories".* FROM "categories" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.8ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.3ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (4.8ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (40.4ms) Completed 200 OK in 45ms (Views: 43.6ms | ActiveRecord: 0.4ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-18 12:28:53 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-18 12:28:53 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-18 12:28:53 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-18 12:28:53 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-18 12:28:53 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-18 12:28:53 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-18 12:28:53 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-18 12:28:53 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-18 12:28:53 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-18 12:28:53 +0300 Started GET "/posts" for 127.0.0.1 at 2013-09-18 12:28:58 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (2.1ms) Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "2"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.6ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (7.7ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (19.3ms) Completed 200 OK in 23ms (Views: 22.3ms | ActiveRecord: 0.5ms) Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-18 12:28:58 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-18 12:28:58 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-18 12:28:58 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-18 12:28:58 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-18 12:28:58 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-18 12:28:58 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-18 12:28:58 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-18 12:28:58 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-18 12:28:58 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-18 12:28:58 +0300 Started GET "/posts" for 127.0.0.1 at 2013-09-18 12:29:01 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.8ms) Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "2"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.6ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (6.7ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (9.5ms) Completed 200 OK in 13ms (Views: 12.5ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-18 12:29:01 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-18 12:29:01 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-18 12:29:01 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-18 12:29:01 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-18 12:29:01 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-18 12:29:01 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-18 12:29:01 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-18 12:29:01 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-18 12:29:01 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-18 12:29:01 +0300 Started GET "/backend/posts" for 127.0.0.1 at 2013-09-18 12:29:06 +0300 Processing by Backend::PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.8ms) Category Load (0.0ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "2"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.6ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (6.5ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (9.3ms) Completed 200 OK in 13ms (Views: 12.6ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-18 12:29:06 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-18 12:29:06 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-18 12:29:06 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-18 12:29:06 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-18 12:29:06 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-18 12:29:06 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-18 12:29:06 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-18 12:29:06 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-18 12:29:06 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-18 12:29:06 +0300 Started GET "/backend/posts/1/comments" for 127.0.0.1 at 2013-09-18 12:29:12 +0300 Processing by Backend::CommentsController#index as HTML Parameters: {"post_id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Comment Load (0.1ms) SELECT "comments".* FROM "comments" WHERE "comments"."post_id" = ? [["post_id", 1]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.9ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (3.2ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (14.9ms) Completed 200 OK in 21ms (Views: 18.5ms | ActiveRecord: 0.5ms) Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-18 12:29:13 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-18 12:29:13 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-18 12:29:13 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-18 12:29:13 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-18 12:29:13 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-18 12:29:13 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-18 12:29:13 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-18 12:29:13 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-18 12:29:13 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-18 12:29:13 +0300 Started GET "/backend/posts/1/comments" for 127.0.0.1 at 2013-09-18 12:30:59 +0300 Processing by Backend::CommentsController#index as HTML Parameters: {"post_id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Comment Load (0.1ms) SELECT "comments".* FROM "comments" WHERE "comments"."post_id" = ? [["post_id", 1]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.9ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (3.1ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (14.5ms) Completed 200 OK in 30ms (Views: 17.9ms | ActiveRecord: 0.8ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-18 12:30:59 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-18 12:30:59 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-18 12:30:59 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-18 12:30:59 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-18 12:30:59 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-18 12:30:59 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-18 12:30:59 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-18 12:30:59 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-18 12:30:59 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-18 12:30:59 +0300 Started GET "/posts" for 127.0.0.1 at 2013-09-18 12:31:02 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (2.2ms) Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "2"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.5ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (14.0ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (16.8ms) Completed 200 OK in 21ms (Views: 19.9ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-18 12:31:02 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-18 12:31:02 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-18 12:31:02 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-18 12:31:02 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-18 12:31:02 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-18 12:31:02 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-18 12:31:02 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-18 12:31:02 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-18 12:31:02 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-18 12:31:02 +0300 Started GET "/backend/posts" for 127.0.0.1 at 2013-09-18 12:31:09 +0300 Processing by Backend::PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.8ms) Category Load (0.0ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "2"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.5ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (6.5ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (9.2ms) Completed 200 OK in 13ms (Views: 12.5ms | ActiveRecord: 0.2ms) Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-18 12:31:09 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-18 12:31:09 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-18 12:31:09 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-18 12:31:09 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-18 12:31:09 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-18 12:31:09 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-18 12:31:09 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-18 12:31:09 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-18 12:31:09 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-18 12:31:09 +0300 Started GET "/backend/posts" for 127.0.0.1 at 2013-09-18 12:31:24 +0300 Processing by Backend::PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (2.2ms) Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "2"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.6ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (14.2ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (25.6ms) Completed 200 OK in 30ms (Views: 28.4ms | ActiveRecord: 0.8ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-18 12:31:24 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-18 12:31:24 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-18 12:31:24 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-18 12:31:24 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-18 12:31:24 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-18 12:31:24 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-18 12:31:24 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-18 12:31:24 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-18 12:31:24 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-18 12:31:24 +0300 Started GET "/backend/posts" for 127.0.0.1 at 2013-09-18 12:31:39 +0300 Processing by Backend::PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (33.2ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (42.6ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (52.9ms) Completed 500 Internal Server Error in 55ms ActionView::Template::Error (undefined local variable or method `namespace' for #<#:0x000000043e0478>): 1: <%= resource_association_links_for(resource) %> 2: <%= resource_link_to(:edit, resource) %> 3: <%= resource_link_to(:delete, resource) %> /home/jari/code/power_resource/app/helpers/power_resource/base_helper.rb:99:in `resource_association_links_for' /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb:1:in `__home_jari_code_power_resource_app_views_power_resource_base__actions_html_erb___4354358908043165869_29407020' actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.0) lib/action_view/template.rb:141:in `render' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render' /home/jari/code/power_resource/app/helpers/power_resource/rendering_helper.rb:21:in `render_actions_for' /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb:18:in `block in __home_jari_code_power_resource_app_views_power_resource_base__collection_html_erb__1680317057397871808_28300700' activerecord (4.0.0) lib/active_record/relation/delegation.rb:13:in `each' activerecord (4.0.0) lib/active_record/relation/delegation.rb:13:in `each' /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb:13:in `__home_jari_code_power_resource_app_views_power_resource_base__collection_html_erb__1680317057397871808_28300700' actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.0) lib/action_view/template.rb:141:in `render' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render' /home/jari/code/power_resource/app/helpers/power_resource/rendering_helper.rb:5:in `render_collection_table' /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb:5:in `__home_jari_code_power_resource_app_views_power_resource_base_index_html_erb___4611342349339616144_37056100' actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.0) lib/action_view/template.rb:141:in `render' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.0) lib/action_controller/metal/responder.rb:233:in `default_render' actionpack (4.0.0) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0.rc) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.0) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.0) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.0) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:7:in `index' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.0) lib/active_support/callbacks.rb:383:in `_run__997793781074523920__process_action__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.0) lib/active_record/migration.rb:369:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__2990244186711013447__call__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.0) lib/rails/rack/logger.rb:21:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call' railties (4.0.0) lib/rails/engine.rb:511:in `call' railties (4.0.0) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.5ms) Started GET "/backend/posts" for 127.0.0.1 at 2013-09-18 12:32:13 +0300 Processing by Backend::PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (2.1ms) Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "2"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.5ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (14.2ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (25.8ms) Completed 200 OK in 30ms (Views: 28.6ms | ActiveRecord: 0.7ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-18 12:32:13 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-18 12:32:13 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-18 12:32:13 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-18 12:32:13 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-18 12:32:13 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-18 12:32:13 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-18 12:32:13 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-18 12:32:13 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-18 12:32:13 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-18 12:32:13 +0300 Started GET "/backend/posts" for 127.0.0.1 at 2013-09-18 12:32:31 +0300 Processing by Backend::PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (2.1ms) Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "2"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.5ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (14.2ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (26.0ms) Completed 200 OK in 32ms (Views: 28.9ms | ActiveRecord: 0.7ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-18 12:32:31 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-18 12:32:31 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-18 12:32:31 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-18 12:32:31 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-18 12:32:31 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-18 12:32:31 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-18 12:32:31 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-18 12:32:31 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-18 12:32:31 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-18 12:32:31 +0300 Started GET "/backend/posts" for 127.0.0.1 at 2013-09-18 12:32:42 +0300 Processing by Backend::PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (2.1ms) Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "2"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.5ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (14.6ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (52.8ms) Completed 200 OK in 57ms (Views: 55.6ms | ActiveRecord: 0.8ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-18 12:32:43 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-18 12:32:43 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-18 12:32:43 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-18 12:32:43 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-18 12:32:43 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-18 12:32:43 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-18 12:32:43 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-18 12:32:43 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-18 12:32:43 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-18 12:32:43 +0300 Started GET "/backend/posts" for 127.0.0.1 at 2013-09-18 12:32:49 +0300 Processing by Backend::PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (2.3ms) Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "2"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.5ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (41.4ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (52.4ms) Completed 200 OK in 57ms (Views: 55.3ms | ActiveRecord: 0.8ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-18 12:32:49 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-18 12:32:49 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-18 12:32:49 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-18 12:32:49 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-18 12:32:49 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-18 12:32:49 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-18 12:32:49 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-18 12:32:49 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-18 12:32:49 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-18 12:32:49 +0300 Started GET "/backend/posts" for 127.0.0.1 at 2013-09-18 12:32:56 +0300 Processing by Backend::PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (26.9ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (35.7ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (45.4ms) Completed 500 Internal Server Error in 47ms ActionView::Template::Error (undefined method `to_url' for "Backend":String): 1: <%= resource_association_links_for(resource) %> 2: <%= resource_link_to(:edit, resource) %> 3: <%= resource_link_to(:delete, resource) %> /home/jari/code/power_resource/app/helpers/power_resource/base_helper.rb:89:in `block in resource_association_links_for' /home/jari/code/power_resource/app/helpers/power_resource/base_helper.rb:82:in `each' /home/jari/code/power_resource/app/helpers/power_resource/base_helper.rb:82:in `resource_association_links_for' /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb:1:in `__home_jari_code_power_resource_app_views_power_resource_base__actions_html_erb___4354358908043165869_29407020' actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.0) lib/action_view/template.rb:141:in `render' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render' /home/jari/code/power_resource/app/helpers/power_resource/rendering_helper.rb:21:in `render_actions_for' /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb:18:in `block in __home_jari_code_power_resource_app_views_power_resource_base__collection_html_erb__1680317057397871808_28300700' activerecord (4.0.0) lib/active_record/relation/delegation.rb:13:in `each' activerecord (4.0.0) lib/active_record/relation/delegation.rb:13:in `each' /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb:13:in `__home_jari_code_power_resource_app_views_power_resource_base__collection_html_erb__1680317057397871808_28300700' actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.0) lib/action_view/template.rb:141:in `render' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:306:in `render_partial' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:279:in `block in render' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.0) lib/action_view/renderer/partial_renderer.rb:278:in `render' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:47:in `render_partial' actionpack (4.0.0) lib/action_view/helpers/rendering_helper.rb:27:in `render' /home/jari/code/power_resource/app/helpers/power_resource/rendering_helper.rb:5:in `render_collection_table' /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb:5:in `__home_jari_code_power_resource_app_views_power_resource_base_index_html_erb___4611342349339616144_37056100' actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.0) lib/action_view/template.rb:141:in `render' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/benchmark.rb:296:in `realtime' activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.0) lib/action_controller/metal/responder.rb:233:in `default_render' actionpack (4.0.0) lib/action_controller/metal/responder.rb:161:in `to_html' responders (1.0.0.rc) lib/responders/flash_responder.rb:104:in `to_html' actionpack (4.0.0) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.0) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.0) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' inherited_resources (1.4.1) lib/inherited_resources/actions.rb:7:in `index' actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.0) lib/active_support/callbacks.rb:383:in `_run__997793781074523920__process_action__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action' activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.0) lib/active_record/migration.rb:369:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__2990244186711013447__call__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.0) lib/rails/rack/logger.rb:21:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call' railties (4.0.0) lib/rails/engine.rb:511:in `call' railties (4.0.0) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.6ms) Started GET "/backend/posts" for 127.0.0.1 at 2013-09-18 12:33:29 +0300 Processing by Backend::PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (2.0ms) Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "2"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.5ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (13.5ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (49.9ms) Completed 200 OK in 56ms (Views: 54.5ms | ActiveRecord: 0.7ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-18 12:33:29 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-18 12:33:29 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-18 12:33:29 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-18 12:33:29 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-18 12:33:29 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-18 12:33:29 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-18 12:33:29 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-18 12:33:29 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-18 12:33:29 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-18 12:33:29 +0300 Started GET "/backend/posts" for 127.0.0.1 at 2013-09-18 12:33:54 +0300 Processing by Backend::PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (2.2ms) Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "2"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.6ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (14.2ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (25.5ms) Completed 200 OK in 30ms (Views: 28.3ms | ActiveRecord: 0.8ms) Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-18 12:33:54 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-18 12:33:54 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-18 12:33:54 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-18 12:33:54 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-18 12:33:54 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-18 12:33:54 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-18 12:33:54 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-18 12:33:54 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-18 12:33:54 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-18 12:33:54 +0300 Started GET "/backend/posts" for 127.0.0.1 at 2013-09-18 12:34:06 +0300 Processing by Backend::PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (2.2ms) Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "2"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.6ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (14.3ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (25.6ms) Completed 200 OK in 30ms (Views: 28.4ms | ActiveRecord: 0.8ms) Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-18 12:34:07 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-18 12:34:07 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-18 12:34:07 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-18 12:34:07 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-18 12:34:07 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-18 12:34:07 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-18 12:34:07 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-18 12:34:07 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-18 12:34:07 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-18 12:34:07 +0300 Started GET "/backend/posts" for 127.0.0.1 at 2013-09-18 12:34:26 +0300 Processing by Backend::PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (2.2ms) Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "2"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.6ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (14.1ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (25.6ms) Completed 200 OK in 30ms (Views: 28.4ms | ActiveRecord: 0.8ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-18 12:34:27 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-18 12:34:27 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-18 12:34:27 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-18 12:34:27 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-18 12:34:27 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-18 12:34:27 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-18 12:34:27 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-18 12:34:27 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-18 12:34:27 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-18 12:34:27 +0300 Started GET "/backend/posts/1/comments" for 127.0.0.1 at 2013-09-18 12:34:29 +0300 Processing by Backend::CommentsController#index as HTML Parameters: {"post_id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Comment Load (0.1ms) SELECT "comments".* FROM "comments" WHERE "comments"."post_id" = ? [["post_id", 1]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.9ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (3.0ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (14.4ms) Completed 200 OK in 22ms (Views: 17.9ms | ActiveRecord: 0.6ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-18 12:34:29 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-18 12:34:29 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-18 12:34:29 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-18 12:34:29 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-18 12:34:29 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-18 12:34:29 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-18 12:34:29 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-18 12:34:29 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-18 12:34:29 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-18 12:34:29 +0300 Started GET "/posts" for 127.0.0.1 at 2013-09-18 12:34:32 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.8ms) Category Load (0.0ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "2"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.5ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (6.5ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (9.3ms) Completed 200 OK in 13ms (Views: 12.7ms | ActiveRecord: 0.2ms) Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-18 12:34:32 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-18 12:34:32 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-18 12:34:32 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-18 12:34:32 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-18 12:34:32 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-18 12:34:32 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-18 12:34:32 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-18 12:34:32 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-18 12:34:32 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-18 12:34:32 +0300 Started GET "/posts/1/comments" for 127.0.0.1 at 2013-09-18 12:34:34 +0300 Processing by CommentsController#index as HTML Parameters: {"post_id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Comment Load (0.1ms) SELECT "comments".* FROM "comments" WHERE "comments"."post_id" = ? [["post_id", 1]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.5ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (2.5ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (5.2ms) Completed 200 OK in 10ms (Views: 8.8ms | ActiveRecord: 0.1ms) Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-18 12:34:34 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-18 12:34:34 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-18 12:34:34 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-18 12:34:34 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-18 12:34:34 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-18 12:34:34 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-18 12:34:34 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-18 12:34:34 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-18 12:34:34 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-18 12:34:34 +0300 Started GET "/backend" for 127.0.0.1 at 2013-09-18 12:34:39 +0300 Processing by Backend::PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.8ms) Category Load (0.0ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "2"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.5ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (6.5ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (9.2ms) Completed 200 OK in 13ms (Views: 12.2ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-18 12:34:39 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-18 12:34:39 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-18 12:34:39 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-18 12:34:39 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-18 12:34:39 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-18 12:34:39 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-18 12:34:39 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-18 12:34:39 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-18 12:34:39 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-18 12:34:39 +0300 Started GET "/posts" for 127.0.0.1 at 2013-09-18 12:35:07 +0300 SyntaxError (/home/jari/code/power_resource/spec/dummy/config/routes.rb:2: syntax error, unexpected keyword_do_block /home/jari/code/power_resource/spec/dummy/config/routes.rb:14: syntax error, unexpected keyword_end, expecting end-of-input): activesupport (4.0.0) lib/active_support/dependencies.rb:222:in `load' activesupport (4.0.0) lib/active_support/dependencies.rb:222:in `block in load' activesupport (4.0.0) lib/active_support/dependencies.rb:213:in `load_dependency' activesupport (4.0.0) lib/active_support/dependencies.rb:222:in `load' railties (4.0.0) lib/rails/application/routes_reloader.rb:40:in `block in load_paths' railties (4.0.0) lib/rails/application/routes_reloader.rb:40:in `each' railties (4.0.0) lib/rails/application/routes_reloader.rb:40:in `load_paths' railties (4.0.0) lib/rails/application/routes_reloader.rb:16:in `reload!' railties (4.0.0) lib/rails/application/routes_reloader.rb:26:in `block in updater' activesupport (4.0.0) lib/active_support/file_update_checker.rb:75:in `call' activesupport (4.0.0) lib/active_support/file_update_checker.rb:75:in `execute' railties (4.0.0) lib/rails/application/routes_reloader.rb:7:in `execute' railties (4.0.0) lib/rails/application/finisher.rb:81:in `block (2 levels) in ' activesupport (4.0.0) lib/active_support/callbacks.rb:397:in `_run__2072557179540222121__prepare__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:74:in `prepare!' actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:62:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.0) lib/rails/rack/logger.rb:21:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call' railties (4.0.0) lib/rails/engine.rb:511:in `call' railties (4.0.0) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.3ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.6ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.6ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.9ms) Started GET "/posts" for 127.0.0.1 at 2013-09-18 12:35:13 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (2.2ms) Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "2"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.6ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (14.3ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (25.6ms) Completed 200 OK in 30ms (Views: 28.4ms | ActiveRecord: 0.8ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-18 12:35:14 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-18 12:35:14 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-18 12:35:14 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-18 12:35:14 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-18 12:35:14 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-18 12:35:14 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-18 12:35:14 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-18 12:35:14 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-18 12:35:14 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-18 12:35:14 +0300 Started GET "/admin" for 127.0.0.1 at 2013-09-18 12:35:19 +0300 Processing by Backend::PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.9ms) Category Load (0.0ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "2"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.6ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (6.7ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (9.5ms) Completed 200 OK in 14ms (Views: 12.9ms | ActiveRecord: 0.2ms) Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-18 12:35:19 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-18 12:35:19 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-18 12:35:19 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-18 12:35:19 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-18 12:35:19 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-18 12:35:19 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-18 12:35:19 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-18 12:35:19 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-18 12:35:19 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-18 12:35:19 +0300 Started GET "/admin/posts/1/comments" for 127.0.0.1 at 2013-09-18 12:35:21 +0300 Processing by Backend::CommentsController#index as HTML Parameters: {"post_id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Comment Load (0.1ms) SELECT "comments".* FROM "comments" WHERE "comments"."post_id" = ? [["post_id", 1]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.9ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (3.1ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (13.8ms) Completed 200 OK in 19ms (Views: 17.2ms | ActiveRecord: 0.4ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-18 12:35:21 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-18 12:35:21 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-18 12:35:21 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-18 12:35:21 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-18 12:35:21 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-18 12:35:21 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-18 12:35:21 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-18 12:35:21 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-18 12:35:21 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-18 12:35:21 +0300 Started GET "/admin/posts/1/comments" for 127.0.0.1 at 2013-09-18 12:36:12 +0300 Processing by Backend::CommentsController#index as HTML Parameters: {"post_id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Comment Load (0.1ms) SELECT "comments".* FROM "comments" WHERE "comments"."post_id" = ? [["post_id", 1]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.9ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (3.0ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (14.0ms) Completed 200 OK in 29ms (Views: 17.4ms | ActiveRecord: 0.8ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-18 12:36:12 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-18 12:36:12 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-18 12:36:12 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-18 12:36:12 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-18 12:36:12 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-18 12:36:12 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-18 12:36:12 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-18 12:36:12 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-18 12:36:12 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-18 12:36:12 +0300 Started GET "/categories" for 127.0.0.1 at 2013-09-18 12:36:15 +0300 Processing by CategoriesController#index as HTML Category Load (0.1ms) SELECT "categories".* FROM "categories" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.7ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.2ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (4.5ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (12.7ms) Completed 200 OK in 17ms (Views: 16.0ms | ActiveRecord: 0.3ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-18 12:36:15 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-18 12:36:15 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-18 12:36:15 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-18 12:36:15 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-18 12:36:15 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-18 12:36:15 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-18 12:36:15 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-18 12:36:15 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-18 12:36:15 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-18 12:36:15 +0300 Started GET "/posts" for 127.0.0.1 at 2013-09-18 12:36:16 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (2.1ms) Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "2"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.6ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (7.4ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (10.4ms) Completed 200 OK in 14ms (Views: 13.7ms | ActiveRecord: 0.3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-18 12:36:16 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-18 12:36:16 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-18 12:36:16 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-18 12:36:16 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-18 12:36:16 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-18 12:36:16 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-18 12:36:16 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-18 12:36:16 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-18 12:36:16 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-18 12:36:16 +0300 Started GET "/categories" for 127.0.0.1 at 2013-09-18 12:36:16 +0300 Processing by CategoriesController#index as HTML Category Load (0.1ms) SELECT "categories".* FROM "categories" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.5ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.2ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (4.0ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (6.6ms) Completed 200 OK in 10ms (Views: 9.7ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-18 12:36:16 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-18 12:36:16 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-18 12:36:16 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-18 12:36:16 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-18 12:36:16 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-18 12:36:16 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-18 12:36:16 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-18 12:36:16 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-18 12:36:16 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-18 12:36:16 +0300 Started GET "/posts" for 127.0.0.1 at 2013-09-18 12:36:17 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Category Load (0.0ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.8ms) Category Load (0.0ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "2"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.5ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (6.3ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (9.0ms) Completed 200 OK in 13ms (Views: 12.0ms | ActiveRecord: 0.2ms) Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-18 12:36:17 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-18 12:36:17 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-18 12:36:17 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-18 12:36:17 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-18 12:36:17 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-18 12:36:17 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-18 12:36:17 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-18 12:36:17 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-18 12:36:17 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-18 12:36:17 +0300 Started GET "/posts/1/comments" for 127.0.0.1 at 2013-09-18 12:36:18 +0300 Processing by CommentsController#index as HTML Parameters: {"post_id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Comment Load (0.1ms) SELECT "comments".* FROM "comments" WHERE "comments"."post_id" = ? [["post_id", 1]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.5ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (2.5ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (5.2ms) Completed 200 OK in 10ms (Views: 8.8ms | ActiveRecord: 0.1ms) Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-18 12:36:18 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-18 12:36:18 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-18 12:36:18 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-18 12:36:18 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-18 12:36:18 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-18 12:36:18 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-18 12:36:18 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-18 12:36:18 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-18 12:36:18 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-18 12:36:18 +0300 Started GET "/posts/1/comments/new" for 127.0.0.1 at 2013-09-18 12:36:19 +0300 Processing by CommentsController#new as HTML Parameters: {"post_id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Unpermitted parameters: post_id Rendered /home/jari/code/power_resource/app/views/power_resource/builders/_form_for.html.erb (2.0ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_form.html.erb (2.5ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/new.html.erb within layouts/application (4.4ms) Completed 200 OK in 9ms (Views: 7.6ms | ActiveRecord: 0.1ms) Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-18 12:36:19 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-18 12:36:19 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-18 12:36:19 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-18 12:36:19 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-18 12:36:19 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-18 12:36:19 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-18 12:36:19 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-18 12:36:19 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-18 12:36:19 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-18 12:36:19 +0300 Started GET "/backend/posts/1/comments/new" for 127.0.0.1 at 2013-09-18 12:36:26 +0300 ActionController::RoutingError (No route matches [GET] "/backend/posts/1/comments/new"): actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.0) lib/rails/rack/logger.rb:21:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call' railties (4.0.0) lib/rails/engine.rb:511:in `call' railties (4.0.0) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.0ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.7ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (17.1ms) Started GET "/admin/posts/1/comments" for 127.0.0.1 at 2013-09-18 12:40:19 +0300 SyntaxError (/home/jari/code/power_resource/spec/dummy/config/routes.rb:3: syntax error, unexpected tIDENTIFIER, expecting keyword_end /home/jari/code/power_resource/spec/dummy/config/routes.rb:14: syntax error, unexpected keyword_end, expecting end-of-input): activesupport (4.0.0) lib/active_support/dependencies.rb:222:in `load' activesupport (4.0.0) lib/active_support/dependencies.rb:222:in `block in load' activesupport (4.0.0) lib/active_support/dependencies.rb:213:in `load_dependency' activesupport (4.0.0) lib/active_support/dependencies.rb:222:in `load' railties (4.0.0) lib/rails/application/routes_reloader.rb:40:in `block in load_paths' railties (4.0.0) lib/rails/application/routes_reloader.rb:40:in `each' railties (4.0.0) lib/rails/application/routes_reloader.rb:40:in `load_paths' railties (4.0.0) lib/rails/application/routes_reloader.rb:16:in `reload!' railties (4.0.0) lib/rails/application/routes_reloader.rb:26:in `block in updater' activesupport (4.0.0) lib/active_support/file_update_checker.rb:75:in `call' activesupport (4.0.0) lib/active_support/file_update_checker.rb:75:in `execute' railties (4.0.0) lib/rails/application/routes_reloader.rb:7:in `execute' railties (4.0.0) lib/rails/application/finisher.rb:81:in `block (2 levels) in ' activesupport (4.0.0) lib/active_support/callbacks.rb:397:in `_run__2072557179540222121__prepare__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:74:in `prepare!' actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:62:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.0) lib/rails/rack/logger.rb:21:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call' railties (4.0.0) lib/rails/engine.rb:511:in `call' railties (4.0.0) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.3ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.6ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.5ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.6ms) Started GET "/admin/posts/1/comments" for 127.0.0.1 at 2013-09-18 12:40:27 +0300 SyntaxError (/home/jari/code/power_resource/spec/dummy/config/routes.rb:3: syntax error, unexpected tIDENTIFIER, expecting keyword_end /home/jari/code/power_resource/spec/dummy/config/routes.rb:14: syntax error, unexpected keyword_end, expecting end-of-input): activesupport (4.0.0) lib/active_support/dependencies.rb:222:in `load' activesupport (4.0.0) lib/active_support/dependencies.rb:222:in `block in load' activesupport (4.0.0) lib/active_support/dependencies.rb:213:in `load_dependency' activesupport (4.0.0) lib/active_support/dependencies.rb:222:in `load' railties (4.0.0) lib/rails/application/routes_reloader.rb:40:in `block in load_paths' railties (4.0.0) lib/rails/application/routes_reloader.rb:40:in `each' railties (4.0.0) lib/rails/application/routes_reloader.rb:40:in `load_paths' railties (4.0.0) lib/rails/application/routes_reloader.rb:16:in `reload!' railties (4.0.0) lib/rails/application/routes_reloader.rb:26:in `block in updater' activesupport (4.0.0) lib/active_support/file_update_checker.rb:75:in `call' activesupport (4.0.0) lib/active_support/file_update_checker.rb:75:in `execute' railties (4.0.0) lib/rails/application/routes_reloader.rb:7:in `execute' railties (4.0.0) lib/rails/application/finisher.rb:81:in `block (2 levels) in ' activesupport (4.0.0) lib/active_support/callbacks.rb:397:in `_run__2072557179540222121__prepare__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:74:in `prepare!' actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:62:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.0) lib/rails/rack/logger.rb:21:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call' railties (4.0.0) lib/rails/engine.rb:511:in `call' railties (4.0.0) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.3ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.6ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.6ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (6.6ms) Started GET "/admin/posts/1/comments" for 127.0.0.1 at 2013-09-18 12:40:28 +0300 ActionController::RoutingError (No route matches [GET] "/admin/posts/1/comments"): actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.0) lib/rails/rack/logger.rb:21:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call' railties (4.0.0) lib/rails/engine.rb:511:in `call' railties (4.0.0) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.6ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.7ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (4.9ms) Started GET "/admin/posts/1/comments" for 127.0.0.1 at 2013-09-18 12:40:29 +0300 ActionController::RoutingError (No route matches [GET] "/admin/posts/1/comments"): actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.0) lib/rails/rack/logger.rb:21:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call' railties (4.0.0) lib/rails/engine.rb:511:in `call' railties (4.0.0) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.6ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.7ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (4.9ms) Started GET "/" for 127.0.0.1 at 2013-09-18 12:40:38 +0300 ActionController::RoutingError (No route matches [GET] "/"): actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.0) lib/rails/rack/logger.rb:21:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call' railties (4.0.0) lib/rails/engine.rb:511:in `call' railties (4.0.0) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.6ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.7ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (4.9ms) Started GET "/" for 127.0.0.1 at 2013-09-18 12:41:10 +0300 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (3.1ms) Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "2"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.7ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (17.5ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (57.4ms) Completed 200 OK in 116ms (Views: 114.8ms | ActiveRecord: 0.8ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-18 12:41:10 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-18 12:41:10 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-18 12:41:10 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-18 12:41:10 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-18 12:41:10 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-18 12:41:10 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-18 12:41:10 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-18 12:41:10 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-18 12:41:10 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-18 12:41:10 +0300 Started GET "/admin" for 127.0.0.1 at 2013-09-18 12:41:15 +0300 Processing by Backend::PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (2.0ms) Category Load (0.0ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "2"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.6ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (6.9ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (9.9ms) Completed 200 OK in 14ms (Views: 13.4ms | ActiveRecord: 0.2ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-18 12:41:15 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-18 12:41:16 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-18 12:41:16 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-18 12:41:16 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-18 12:41:16 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-18 12:41:16 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-18 12:41:16 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-18 12:41:16 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-18 12:41:16 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-18 12:41:16 +0300 Started GET "/admin/posts/new" for 127.0.0.1 at 2013-09-18 12:41:20 +0300 Processing by Backend::PostsController#new as HTML Category Load (0.1ms) SELECT "categories".* FROM "categories" Rendered /home/jari/code/power_resource/app/views/power_resource/builders/_form_for.html.erb (7.4ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_form.html.erb (8.2ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/new.html.erb within layouts/application (10.5ms) Completed 200 OK in 14ms (Views: 13.7ms | ActiveRecord: 0.1ms) Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-18 12:41:20 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-18 12:41:20 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-18 12:41:20 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-18 12:41:20 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-18 12:41:20 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-18 12:41:20 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-18 12:41:20 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-18 12:41:20 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-18 12:41:20 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-18 12:41:20 +0300 Started POST "/admin/posts" for 127.0.0.1 at 2013-09-18 12:41:22 +0300 Processing by Backend::PostsController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"3clzCQzVbHvawn8OWa/pSY0u6mxvWUOjEzo5I+NaTcg=", "post"=>{"category_id"=>"1", "title"=>"", "content"=>""}, "commit"=>"Create Post"} Unpermitted parameters: utf8, authenticity_token, commit  (0.1ms) begin transaction SQL (2.3ms) INSERT INTO "posts" ("category_id", "content", "created_at", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["category_id", 1], ["content", ""], ["created_at", Wed, 18 Sep 2013 09:41:22 UTC +00:00], ["title", ""], ["updated_at", Wed, 18 Sep 2013 09:41:22 UTC +00:00]]  (2.5ms) commit transaction Redirected to http://localhost:3000/admin/posts Completed 302 Found in 12ms (ActiveRecord: 4.9ms) Started GET "/admin/posts" for 127.0.0.1 at 2013-09-18 12:41:22 +0300 Processing by Backend::PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (2.1ms) Category Load (0.0ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "2"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.7ms) CACHE (0.0ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.6ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (10.0ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (13.0ms) Completed 200 OK in 17ms (Views: 16.3ms | ActiveRecord: 0.3ms) Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-18 12:41:22 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-18 12:41:22 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-18 12:41:22 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-18 12:41:22 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-18 12:41:22 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-18 12:41:22 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-18 12:41:22 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-18 12:41:22 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-18 12:41:22 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-18 12:41:22 +0300 Started GET "/admin/posts/1/comments" for 127.0.0.1 at 2013-09-18 12:41:25 +0300 Processing by Backend::CommentsController#index as HTML Parameters: {"post_id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Comment Load (0.1ms) SELECT "comments".* FROM "comments" WHERE "comments"."post_id" = ? [["post_id", 1]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (2.0ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (3.2ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (14.8ms) Completed 200 OK in 26ms (Views: 18.3ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-18 12:41:25 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-18 12:41:25 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-18 12:41:25 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-18 12:41:25 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-18 12:41:25 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-18 12:41:25 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-18 12:41:25 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-18 12:41:25 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-18 12:41:25 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-18 12:41:25 +0300 Started GET "/admin/posts/1/comments/2/edit" for 127.0.0.1 at 2013-09-18 12:41:28 +0300 Processing by Backend::CommentsController#edit as HTML Parameters: {"post_id"=>"1", "id"=>"2"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Comment Load (0.1ms) SELECT "comments".* FROM "comments" WHERE "comments"."post_id" = ? AND "comments"."id" = ? LIMIT 1 [["post_id", 1], ["id", "2"]] Rendered /home/jari/code/power_resource/app/views/power_resource/builders/_form_for.html.erb (2.3ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_form.html.erb (2.8ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/edit.html.erb within layouts/application (5.2ms) Completed 200 OK in 10ms (Views: 8.7ms | ActiveRecord: 0.2ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-18 12:41:28 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-18 12:41:28 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-18 12:41:28 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-18 12:41:28 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-18 12:41:28 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-18 12:41:28 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-18 12:41:28 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-18 12:41:28 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-18 12:41:28 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-18 12:41:28 +0300 Started GET "/categories" for 127.0.0.1 at 2013-09-18 12:41:30 +0300 Processing by CategoriesController#index as HTML Category Load (0.1ms) SELECT "categories".* FROM "categories" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (2.0ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.3ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (4.8ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (7.8ms) Completed 200 OK in 12ms (Views: 11.4ms | ActiveRecord: 0.1ms) Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-18 12:41:30 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-18 12:41:30 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-18 12:41:30 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-18 12:41:30 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-18 12:41:30 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-18 12:41:30 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-18 12:41:30 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-18 12:41:30 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-18 12:41:30 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-18 12:41:30 +0300 Started GET "/posts" for 127.0.0.1 at 2013-09-18 12:41:31 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.9ms) Category Load (0.0ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "2"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.6ms) CACHE (0.0ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.7ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (9.8ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (12.6ms) Completed 200 OK in 16ms (Views: 15.7ms | ActiveRecord: 0.3ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-18 12:41:31 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-18 12:41:31 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-18 12:41:31 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-18 12:41:31 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-18 12:41:31 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-18 12:41:31 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-18 12:41:31 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-18 12:41:31 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-18 12:41:31 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-18 12:41:31 +0300 Started GET "/categories" for 127.0.0.1 at 2013-09-18 12:41:32 +0300 Processing by CategoriesController#index as HTML Category Load (0.1ms) SELECT "categories".* FROM "categories" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.4ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.3ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (4.2ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (6.7ms) Completed 200 OK in 10ms (Views: 10.0ms | ActiveRecord: 0.1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-18 12:41:32 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-18 12:41:32 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-18 12:41:32 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-18 12:41:32 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-18 12:41:32 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-18 12:41:32 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-18 12:41:32 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-18 12:41:32 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-18 12:41:32 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-18 12:41:32 +0300 Started GET "/categories" for 127.0.0.1 at 2013-09-18 12:42:41 +0300 Processing by CategoriesController#index as HTML Category Load (0.1ms) SELECT "categories".* FROM "categories" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.4ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.2ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (3.9ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (6.3ms) Completed 500 Internal Server Error in 49ms ActionView::Template::Error (undefined local variable or method `backend_categories_path' for #<#:0x00000005941268>): 15: Backend: 16:
      17:
    • <%= link_to('Posts', backend_posts_path) %>
    • 18:
    • <%= link_to('Categories', backend_categories_path) %>
    • 19:
    20: 21:
    app/views/layouts/application.html.erb:18:in `_app_views_layouts_application_html_erb___615699477287490809_46815580' Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.6ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.2ms) Started GET "/categories" for 127.0.0.1 at 2013-09-18 12:42:55 +0300 Processing by CategoriesController#index as HTML Category Load (0.1ms) SELECT "categories".* FROM "categories" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.5ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.2ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (4.1ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (6.9ms) Completed 500 Internal Server Error in 43ms ActionView::Template::Error (undefined local variable or method `admin_posts_path' for #<#:0x000000048eb418>): 14: 15: Backend: 16:
      17:
    • <%= link_to('Posts', admin_posts_path) %>
    • 18:
    • <%= link_to('Categories', admin_categories_path) %>
    • 19:
    20: app/views/layouts/application.html.erb:17:in `_app_views_layouts_application_html_erb___615699477287490809_38313540' Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.7ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.6ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.3ms) Started GET "/categories" for 127.0.0.1 at 2013-09-18 12:43:06 +0300 Processing by CategoriesController#index as HTML Category Load (0.1ms) SELECT "categories".* FROM "categories" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.5ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.2ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (4.1ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (6.8ms) Completed 500 Internal Server Error in 42ms ActionView::Template::Error (undefined local variable or method `backend_categories_path' for #<#:0x000000041af190>): 15: Backend: 16:
      17:
    • <%= link_to('Posts', backend_posts_path) %>
    • 18:
    • <%= link_to('Categories', backend_categories_path) %>
    • 19:
    20: 21:
    app/views/layouts/application.html.erb:18:in `_app_views_layouts_application_html_erb___615699477287490809_37658840' Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.9ms) Started GET "/categories" for 127.0.0.1 at 2013-09-18 12:43:32 +0300 Processing by CategoriesController#index as HTML Category Load (0.1ms) SELECT "categories".* FROM "categories" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.8ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.2ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (4.7ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (14.0ms) Completed 200 OK in 18ms (Views: 17.4ms | ActiveRecord: 0.4ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-18 12:43:33 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-18 12:43:33 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-18 12:43:33 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-18 12:43:33 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-18 12:43:33 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-18 12:43:33 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-18 12:43:33 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-18 12:43:33 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-18 12:43:33 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-18 12:43:33 +0300 Started GET "/admin/posts" for 127.0.0.1 at 2013-09-18 12:43:34 +0300 Processing by Backend::PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (2.2ms) Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "2"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.6ms) CACHE (0.0ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.5ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (10.5ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (21.6ms) Completed 200 OK in 26ms (Views: 24.7ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-18 12:43:34 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-18 12:43:34 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-18 12:43:34 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-18 12:43:34 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-18 12:43:34 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-18 12:43:34 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-18 12:43:34 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-18 12:43:34 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-18 12:43:34 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-18 12:43:34 +0300 Started GET "/admin/categories" for 127.0.0.1 at 2013-09-18 12:43:38 +0300 ActionController::RoutingError (uninitialized constant Backend::CategoriesController): activesupport (4.0.0) lib/active_support/inflector/methods.rb:241:in `const_get' activesupport (4.0.0) lib/active_support/inflector/methods.rb:241:in `block in constantize' activesupport (4.0.0) lib/active_support/inflector/methods.rb:224:in `each' activesupport (4.0.0) lib/active_support/inflector/methods.rb:224:in `inject' activesupport (4.0.0) lib/active_support/inflector/methods.rb:224:in `constantize' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:76:in `controller_reference' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:66:in `controller' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:44:in `call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call' rack (1.5.2) lib/rack/etag.rb:23:in `call' rack (1.5.2) lib/rack/conditionalget.rb:25:in `call' rack (1.5.2) lib/rack/head.rb:11:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call' rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context' rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.0) lib/active_record/migration.rb:369:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__161095528615602191__call__callbacks' activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged' activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged' railties (4.0.0) lib/rails/rack/logger.rb:21:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call' railties (4.0.0) lib/rails/engine.rb:511:in `call' railties (4.0.0) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run' /home/jari/.rvm/rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread' Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.6ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.0ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) Rendered /home/jari/.rvm/gems/ruby-2.0.0-p247/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (29.7ms) Started GET "/admin/categories" for 127.0.0.1 at 2013-09-18 12:44:19 +0300 Processing by Backend::CategoriesController#index as HTML Category Load (0.1ms) SELECT "categories".* FROM "categories" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.8ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.2ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (4.5ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (13.3ms) Completed 200 OK in 18ms (Views: 16.6ms | ActiveRecord: 0.4ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-18 12:44:20 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:20 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-18 12:44:20 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-18 12:44:20 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:20 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-18 12:44:20 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:20 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:20 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:20 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:20 +0300 Started GET "/admin/categories" for 127.0.0.1 at 2013-09-18 12:44:22 +0300 Processing by Backend::CategoriesController#index as HTML Category Load (0.1ms) SELECT "categories".* FROM "categories" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.3ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.2ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (3.9ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (6.5ms) Completed 200 OK in 10ms (Views: 9.7ms | ActiveRecord: 0.1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:22 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-18 12:44:22 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-18 12:44:22 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-18 12:44:22 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:22 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-18 12:44:22 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:22 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:22 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:22 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:22 +0300 Started GET "/admin/posts" for 127.0.0.1 at 2013-09-18 12:44:23 +0300 Processing by Backend::PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (2.2ms) Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "2"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.6ms) CACHE (0.0ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.6ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (10.6ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (22.6ms) Completed 200 OK in 27ms (Views: 25.7ms | ActiveRecord: 0.5ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-18 12:44:23 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-18 12:44:23 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-18 12:44:23 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:23 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:23 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-18 12:44:23 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:23 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:23 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:23 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:23 +0300 Started GET "/admin/categories" for 127.0.0.1 at 2013-09-18 12:44:23 +0300 Processing by Backend::CategoriesController#index as HTML Category Load (0.1ms) SELECT "categories".* FROM "categories" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.5ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.2ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (4.1ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (6.6ms) Completed 200 OK in 11ms (Views: 10.1ms | ActiveRecord: 0.1ms) Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-18 12:44:23 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-18 12:44:23 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:23 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-18 12:44:23 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:23 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-18 12:44:23 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:23 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:23 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:23 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:23 +0300 Started GET "/admin/categories/new" for 127.0.0.1 at 2013-09-18 12:44:26 +0300 Processing by Backend::CategoriesController#new as HTML Rendered /home/jari/code/power_resource/app/views/power_resource/builders/_form_for.html.erb (1.5ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_form.html.erb (1.9ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/new.html.erb within layouts/application (3.7ms) Completed 200 OK in 7ms (Views: 6.8ms | ActiveRecord: 0.0ms) Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-18 12:44:26 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-18 12:44:26 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:26 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-18 12:44:26 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-18 12:44:26 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:26 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:26 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:26 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:26 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:26 +0300 Started GET "/admin/posts" for 127.0.0.1 at 2013-09-18 12:44:28 +0300 Processing by Backend::PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.9ms) Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "2"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.5ms) CACHE (0.0ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.5ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (9.5ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (12.1ms) Completed 200 OK in 16ms (Views: 15.3ms | ActiveRecord: 0.2ms) Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-18 12:44:28 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:28 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-18 12:44:28 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-18 12:44:28 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:28 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-18 12:44:28 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:28 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:28 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:28 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:28 +0300 Started GET "/posts" for 127.0.0.1 at 2013-09-18 12:44:30 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (2.0ms) Category Load (0.0ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "2"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.6ms) CACHE (0.0ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.7ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (9.9ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (12.8ms) Completed 200 OK in 17ms (Views: 16.3ms | ActiveRecord: 0.2ms) Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-18 12:44:30 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-18 12:44:30 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:30 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-18 12:44:30 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-18 12:44:30 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:30 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:30 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:30 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:30 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:30 +0300 Started GET "/categories" for 127.0.0.1 at 2013-09-18 12:44:31 +0300 Processing by CategoriesController#index as HTML Category Load (0.1ms) SELECT "categories".* FROM "categories" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.5ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.2ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (4.1ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (6.9ms) Completed 200 OK in 11ms (Views: 10.5ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-18 12:44:31 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-18 12:44:31 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-18 12:44:31 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:31 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-18 12:44:31 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:31 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:31 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:31 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:31 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:31 +0300 Started GET "/posts" for 127.0.0.1 at 2013-09-18 12:44:31 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.9ms) Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "2"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.5ms) CACHE (0.0ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.6ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (9.6ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (12.2ms) Completed 200 OK in 16ms (Views: 15.3ms | ActiveRecord: 0.2ms) Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-18 12:44:31 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-18 12:44:31 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-18 12:44:31 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:31 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:31 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-18 12:44:31 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:31 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:31 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:31 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:31 +0300 Started GET "/categories" for 127.0.0.1 at 2013-09-18 12:44:32 +0300 Processing by CategoriesController#index as HTML Category Load (0.1ms) SELECT "categories".* FROM "categories" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.4ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.2ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (3.8ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (6.3ms) Completed 200 OK in 10ms (Views: 9.5ms | ActiveRecord: 0.1ms) Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-18 12:44:32 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-18 12:44:32 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-18 12:44:32 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:32 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:32 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-18 12:44:32 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:32 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:32 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:32 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:32 +0300 Started GET "/categories" for 127.0.0.1 at 2013-09-18 12:44:33 +0300 Processing by CategoriesController#index as HTML Category Load (0.1ms) SELECT "categories".* FROM "categories" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.4ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.3ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (4.1ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (6.7ms) Completed 200 OK in 43ms (Views: 42.7ms | ActiveRecord: 0.1ms) Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-18 12:44:33 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-18 12:44:33 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-18 12:44:33 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-18 12:44:33 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:33 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:33 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:33 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:33 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:33 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:33 +0300 Started GET "/posts" for 127.0.0.1 at 2013-09-18 12:44:33 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Category Load (0.0ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.7ms) Category Load (0.0ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "2"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.6ms) CACHE (0.0ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.6ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (9.4ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (12.1ms) Completed 200 OK in 16ms (Views: 15.3ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-18 12:44:33 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-18 12:44:33 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:33 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:33 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-18 12:44:33 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-18 12:44:33 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:33 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:33 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:33 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:33 +0300 Started GET "/admin/posts" for 127.0.0.1 at 2013-09-18 12:44:34 +0300 Processing by Backend::PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Category Load (0.0ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.8ms) Category Load (0.0ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "2"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.5ms) CACHE (0.0ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.6ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (9.3ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (11.9ms) Completed 200 OK in 16ms (Views: 15.1ms | ActiveRecord: 0.2ms) Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-18 12:44:34 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-18 12:44:34 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-18 12:44:34 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:34 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:34 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-18 12:44:34 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:34 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:34 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:34 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:34 +0300 Started GET "/admin/categories" for 127.0.0.1 at 2013-09-18 12:44:34 +0300 Processing by Backend::CategoriesController#index as HTML Category Load (0.1ms) SELECT "categories".* FROM "categories" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.4ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.2ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (4.0ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (6.5ms) Completed 200 OK in 10ms (Views: 9.8ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-18 12:44:35 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-18 12:44:35 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-18 12:44:35 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:35 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-18 12:44:35 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:35 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:35 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:35 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:35 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:35 +0300 Started GET "/admin/posts" for 127.0.0.1 at 2013-09-18 12:44:35 +0300 Processing by Backend::PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.7ms) Category Load (0.0ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "2"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.5ms) CACHE (0.0ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.5ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (9.0ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (11.6ms) Completed 200 OK in 15ms (Views: 14.7ms | ActiveRecord: 0.2ms) Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-18 12:44:35 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-18 12:44:35 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-18 12:44:35 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-18 12:44:35 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:35 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:35 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:35 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:35 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:35 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:35 +0300 Started GET "/admin/categories" for 127.0.0.1 at 2013-09-18 12:44:35 +0300 Processing by Backend::CategoriesController#index as HTML Category Load (0.1ms) SELECT "categories".* FROM "categories" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.4ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.1ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (3.8ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (6.3ms) Completed 200 OK in 10ms (Views: 9.4ms | ActiveRecord: 0.1ms) Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-18 12:44:35 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-18 12:44:35 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:35 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-18 12:44:35 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-18 12:44:35 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:35 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:35 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:35 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:35 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:35 +0300 Started GET "/admin/posts" for 127.0.0.1 at 2013-09-18 12:44:36 +0300 Processing by Backend::PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Category Load (0.0ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.8ms) Category Load (0.0ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "2"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.6ms) CACHE (0.0ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.6ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (9.4ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (12.1ms) Completed 200 OK in 16ms (Views: 15.3ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-18 12:44:36 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:36 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-18 12:44:36 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-18 12:44:36 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-18 12:44:36 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:36 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:36 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:36 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:36 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:36 +0300 Started GET "/admin/categories" for 127.0.0.1 at 2013-09-18 12:44:36 +0300 Processing by Backend::CategoriesController#index as HTML Category Load (0.1ms) SELECT "categories".* FROM "categories" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.4ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.2ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (4.0ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (6.7ms) Completed 200 OK in 11ms (Views: 10.2ms | ActiveRecord: 0.1ms) Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-18 12:44:36 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-18 12:44:36 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-18 12:44:36 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:36 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-18 12:44:36 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:36 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:36 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:36 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:36 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:36 +0300 Started GET "/admin/posts" for 127.0.0.1 at 2013-09-18 12:44:36 +0300 Processing by Backend::PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.8ms) Category Load (0.0ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "2"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.5ms) CACHE (0.0ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.6ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (9.2ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (11.8ms) Completed 200 OK in 15ms (Views: 14.9ms | ActiveRecord: 0.2ms) Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-18 12:44:36 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-18 12:44:36 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-18 12:44:36 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:36 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-18 12:44:36 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:36 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:36 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:36 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:36 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:36 +0300 Started GET "/admin/posts/1/comments" for 127.0.0.1 at 2013-09-18 12:44:51 +0300 Processing by Backend::CommentsController#index as HTML Parameters: {"post_id"=>"1"} Post Load (0.2ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Comment Load (0.1ms) SELECT "comments".* FROM "comments" WHERE "comments"."post_id" = ? [["post_id", 1]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (2.1ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (3.4ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (14.6ms) Completed 200 OK in 52ms (Views: 49.5ms | ActiveRecord: 0.5ms) Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-18 12:44:51 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-18 12:44:51 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-18 12:44:51 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-18 12:44:51 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:51 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:51 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:51 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:51 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:51 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:51 +0300 Started GET "/admin/posts/1/comments/new" for 127.0.0.1 at 2013-09-18 12:44:53 +0300 Processing by Backend::CommentsController#new as HTML Parameters: {"post_id"=>"1"} Post Load (0.1ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "1"]] Unpermitted parameters: post_id Rendered /home/jari/code/power_resource/app/views/power_resource/builders/_form_for.html.erb (2.0ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_form.html.erb (2.4ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/new.html.erb within layouts/application (4.4ms) Completed 200 OK in 9ms (Views: 7.8ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-18 12:44:53 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-18 12:44:53 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-18 12:44:53 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:53 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:53 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:53 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-18 12:44:53 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:53 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:53 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-18 12:44:53 +0300 Started GET "/admin/posts" for 127.0.0.1 at 2013-09-18 12:45:44 +0300 Processing by Backend::PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.9ms) Category Load (0.0ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "2"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.5ms) CACHE (0.0ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.6ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (9.3ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (12.1ms) Completed 200 OK in 16ms (Views: 15.2ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-18 12:45:44 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-18 12:45:44 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-18 12:45:44 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-18 12:45:44 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-18 12:45:44 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-18 12:45:44 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-18 12:45:44 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-18 12:45:44 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-18 12:45:44 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-18 12:45:44 +0300 Started GET "/admin/categories" for 127.0.0.1 at 2013-09-18 12:45:44 +0300 Processing by Backend::CategoriesController#index as HTML Category Load (0.1ms) SELECT "categories".* FROM "categories" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.4ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.3ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (4.0ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (6.6ms) Completed 200 OK in 10ms (Views: 9.9ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-18 12:45:44 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-18 12:45:44 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-18 12:45:44 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-18 12:45:44 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-18 12:45:44 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-18 12:45:44 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-18 12:45:44 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-18 12:45:44 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-18 12:45:44 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-18 12:45:44 +0300 Started GET "/admin/posts" for 127.0.0.1 at 2013-09-18 12:45:45 +0300 Processing by Backend::PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.9ms) Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "2"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.5ms) CACHE (0.0ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.5ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (9.2ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (11.9ms) Completed 200 OK in 16ms (Views: 15.0ms | ActiveRecord: 0.2ms) Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-18 12:45:45 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-18 12:45:45 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-18 12:45:45 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-18 12:45:45 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-18 12:45:45 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-18 12:45:45 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-18 12:45:45 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-18 12:45:45 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-18 12:45:45 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-18 12:45:45 +0300 Started GET "/admin/categories" for 127.0.0.1 at 2013-09-18 12:45:45 +0300 Processing by Backend::CategoriesController#index as HTML Category Load (0.1ms) SELECT "categories".* FROM "categories" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.5ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.2ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (4.2ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (36.0ms) Completed 200 OK in 40ms (Views: 39.8ms | ActiveRecord: 0.1ms) Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-18 12:45:45 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-18 12:45:45 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-18 12:45:45 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-18 12:45:45 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-18 12:45:45 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-18 12:45:45 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-18 12:45:45 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-18 12:45:45 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-18 12:45:45 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-18 12:45:45 +0300 Started GET "/admin/posts" for 127.0.0.1 at 2013-09-18 12:45:45 +0300 Processing by Backend::PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Category Load (0.0ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.9ms) Category Load (0.0ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "2"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.6ms) CACHE (0.0ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.6ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (9.5ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (12.1ms) Completed 200 OK in 16ms (Views: 15.3ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-18 12:45:46 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-18 12:45:46 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-18 12:45:46 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-18 12:45:46 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-18 12:45:46 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-18 12:45:46 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-18 12:45:46 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-18 12:45:46 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-18 12:45:46 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-18 12:45:46 +0300 Started GET "/admin/categories" for 127.0.0.1 at 2013-09-18 12:45:46 +0300 Processing by Backend::CategoriesController#index as HTML Category Load (0.1ms) SELECT "categories".* FROM "categories" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.4ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.2ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (4.0ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (6.6ms) Completed 200 OK in 10ms (Views: 9.9ms | ActiveRecord: 0.1ms) Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-18 12:45:46 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-18 12:45:46 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-18 12:45:46 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-18 12:45:46 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-18 12:45:46 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-18 12:45:46 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-18 12:45:46 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-18 12:45:46 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-18 12:45:46 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-18 12:45:46 +0300 Started GET "/admin/posts" for 127.0.0.1 at 2013-09-18 12:45:47 +0300 Processing by Backend::PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.7ms) Category Load (0.0ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "2"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.5ms) CACHE (0.0ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.5ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (9.1ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (11.7ms) Completed 200 OK in 15ms (Views: 14.9ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-18 12:45:47 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-18 12:45:47 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-18 12:45:47 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-18 12:45:47 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-18 12:45:47 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-18 12:45:47 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-18 12:45:47 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-18 12:45:47 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-18 12:45:47 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-18 12:45:47 +0300 Started GET "/admin/categories" for 127.0.0.1 at 2013-09-18 12:45:47 +0300 Processing by Backend::CategoriesController#index as HTML Category Load (0.1ms) SELECT "categories".* FROM "categories" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.4ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.2ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (4.0ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (6.5ms) Completed 200 OK in 10ms (Views: 9.7ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-18 12:45:47 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-18 12:45:47 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-18 12:45:47 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-18 12:45:47 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-18 12:45:47 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-18 12:45:47 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-18 12:45:47 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-18 12:45:47 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-18 12:45:47 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-18 12:45:47 +0300 Started GET "/admin/posts" for 127.0.0.1 at 2013-09-18 12:45:48 +0300 Processing by Backend::PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.7ms) Category Load (0.0ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "2"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.5ms) CACHE (0.0ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.5ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (9.1ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (41.2ms) Completed 200 OK in 48ms (Views: 47.8ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-18 12:45:48 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-18 12:45:48 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-18 12:45:48 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-18 12:45:48 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-18 12:45:48 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-18 12:45:48 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-18 12:45:48 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-18 12:45:48 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-18 12:45:48 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-18 12:45:48 +0300 Started GET "/admin/posts/new" for 127.0.0.1 at 2013-09-18 12:45:50 +0300 Processing by Backend::PostsController#new as HTML Category Load (0.1ms) SELECT "categories".* FROM "categories" Rendered /home/jari/code/power_resource/app/views/power_resource/builders/_form_for.html.erb (3.1ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_form.html.erb (3.6ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/new.html.erb within layouts/application (5.4ms) Completed 200 OK in 9ms (Views: 8.5ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-18 12:45:50 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-18 12:45:50 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-18 12:45:50 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-18 12:45:50 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-18 12:45:50 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-18 12:45:50 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-18 12:45:50 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-18 12:45:50 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-18 12:45:50 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-18 12:45:50 +0300 Started GET "/posts" for 127.0.0.1 at 2013-09-18 12:45:52 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.9ms) Category Load (0.1ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "2"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.6ms) CACHE (0.0ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.6ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (9.8ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (12.7ms) Completed 200 OK in 16ms (Views: 15.9ms | ActiveRecord: 0.3ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-18 12:45:52 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-18 12:45:52 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-18 12:45:52 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-18 12:45:52 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-18 12:45:52 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-18 12:45:52 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-18 12:45:52 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-18 12:45:52 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-18 12:45:52 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-18 12:45:52 +0300 Started GET "/categories" for 127.0.0.1 at 2013-09-18 12:45:52 +0300 Processing by CategoriesController#index as HTML Category Load (0.1ms) SELECT "categories".* FROM "categories" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.5ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.2ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (4.0ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (6.5ms) Completed 200 OK in 10ms (Views: 9.8ms | ActiveRecord: 0.1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-18 12:45:52 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-18 12:45:52 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-18 12:45:52 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-18 12:45:52 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-18 12:45:52 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-18 12:45:52 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-18 12:45:52 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-18 12:45:52 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-18 12:45:52 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-18 12:45:52 +0300 Started GET "/posts" for 127.0.0.1 at 2013-09-18 12:45:53 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Category Load (0.0ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.7ms) Category Load (0.0ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "2"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.5ms) CACHE (0.0ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.6ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (9.1ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (11.7ms) Completed 200 OK in 15ms (Views: 14.8ms | ActiveRecord: 0.2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-18 12:45:53 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-18 12:45:53 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-18 12:45:53 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-18 12:45:53 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-18 12:45:53 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-18 12:45:53 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-18 12:45:53 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-18 12:45:53 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-18 12:45:53 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-18 12:45:53 +0300 Started GET "/categories" for 127.0.0.1 at 2013-09-18 12:45:53 +0300 Processing by CategoriesController#index as HTML Category Load (0.1ms) SELECT "categories".* FROM "categories" Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.5ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.2ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (4.1ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (6.6ms) Completed 200 OK in 10ms (Views: 9.9ms | ActiveRecord: 0.1ms) Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-18 12:45:53 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-18 12:45:53 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-18 12:45:53 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-18 12:45:53 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-18 12:45:53 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-18 12:45:53 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-18 12:45:53 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-18 12:45:53 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-18 12:45:53 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-18 12:45:53 +0300 Started GET "/posts" for 127.0.0.1 at 2013-09-18 12:45:54 +0300 Processing by PostsController#index as HTML Post Load (0.1ms) SELECT "posts".* FROM "posts" Category Load (0.0ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.8ms) Category Load (0.0ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "2"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.6ms) CACHE (0.0ms) SELECT "categories".* FROM "categories" WHERE "categories"."id" = ? LIMIT 1 [["id", "1"]] Rendered /home/jari/code/power_resource/app/views/power_resource/base/_actions.html.erb (1.6ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_collection.html.erb (9.3ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/index.html.erb within layouts/application (12.0ms) Completed 200 OK in 16ms (Views: 15.2ms | ActiveRecord: 0.2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-18 12:45:54 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-18 12:45:54 +0300 Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-18 12:45:54 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-18 12:45:54 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-18 12:45:54 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-18 12:45:54 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-18 12:45:54 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-18 12:45:54 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-18 12:45:54 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-18 12:45:54 +0300 Started GET "/admin/categories/new" for 127.0.0.1 at 2013-09-18 12:45:58 +0300 Processing by Backend::CategoriesController#new as HTML Rendered /home/jari/code/power_resource/app/views/power_resource/builders/_form_for.html.erb (1.5ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/_form.html.erb (1.9ms) Rendered /home/jari/code/power_resource/app/views/power_resource/base/new.html.erb within layouts/application (3.9ms) Completed 200 OK in 7ms (Views: 7.0ms | ActiveRecord: 0.0ms) Started GET "/assets/categories.css?body=1" for 127.0.0.1 at 2013-09-18 12:45:58 +0300 Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2013-09-18 12:45:58 +0300 Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-09-18 12:45:58 +0300 Started GET "/assets/comments.css?body=1" for 127.0.0.1 at 2013-09-18 12:45:58 +0300 Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-09-18 12:45:58 +0300 Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-09-18 12:45:58 +0300 Started GET "/assets/categories.js?body=1" for 127.0.0.1 at 2013-09-18 12:45:58 +0300 Started GET "/assets/comments.js?body=1" for 127.0.0.1 at 2013-09-18 12:45:58 +0300 Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2013-09-18 12:45:58 +0300 Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-09-18 12:45:58 +0300