(1.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)   (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateStoreFreights (20140402115230)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "store_freights" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "value" float, "service" varchar(255), "order_id" integer, "zipcode" varchar(255), "created_at" datetime, "updated_at" datetime)   (0.1ms) CREATE INDEX "index_store_freights_on_order_id" ON "store_freights" ("order_id") SQL (1.6ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140402115230"]]  (0.7ms) commit transaction Migrating to CreateStoreOrderStatuses (20140402115231)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "store_order_statuses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime, "updated_at" datetime) SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140402115231"]]  (0.7ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Started GET "/" for 127.0.0.1 at 2014-04-02 09:16:16 -0300 ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Rails::WelcomeController#index as HTML Rendered /Users/wilbert/.rvm/gems/ruby-1.9.3-p545/gems/railties-4.0.4/lib/rails/templates/rails/welcome/index.html.erb (26.1ms) Completed 200 OK in 39ms (Views: 37.8ms | ActiveRecord: 0.0ms) Started GET "/store/order_statuses" for 127.0.0.1 at 2014-04-02 09:16:23 -0300 Processing by Store::OrderStatusesController#index as HTML Store::OrderStatus Load (0.2ms) SELECT "store_order_statuses".* FROM "store_order_statuses" LIMIT 30 OFFSET 0 Rendered /Users/wilbert/apps/store/app/views/store/order_statuses/index.html.erb within layouts/store/application (29.1ms) Completed 500 Internal Server Error in 39ms ActionView::Template::Error (undefined method `title' for #<#:0x007fa766e5f7a8>): 1: <%= title t("order_status", scope: "activerecord.models").pluralize %> 2: 3: <% content_for :right do -%> 4:
  • /Users/wilbert/apps/store/app/views/store/order_statuses/index.html.erb:1:in `___sers_wilbert_apps_store_app_views_store_order_statuses_index_html_erb___1872815543708169692_70178479023960' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:49:in `block (2 levels) in render_template' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:48:in `block in render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:56:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/wilbert/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.4) lib/action_controller/metal/responder.rb:233:in `default_render' actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html' actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' /Users/wilbert/apps/store/app/controllers/store/order_statuses_controller.rb:12:in `index' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:383:in `_run__2706125547380157244__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) 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.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__3827061776657519853__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' railties (4.0.4) lib/rails/rack/debugger.rb:20:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/wilbert/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/wilbert/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/wilbert/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/wilbert/.rvm/gems/ruby-1.9.3-p545/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.0ms) Rendered /Users/wilbert/.rvm/gems/ruby-1.9.3-p545/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (12.8ms) Rendered /Users/wilbert/.rvm/gems/ruby-1.9.3-p545/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (27.5ms) Started GET "/store/order_statuses" for 127.0.0.1 at 2014-04-02 09:16:47 -0300 Processing by Store::OrderStatusesController#index as HTML Store::OrderStatus Load (0.4ms) SELECT "store_order_statuses".* FROM "store_order_statuses" LIMIT 30 OFFSET 0 Rendered /Users/wilbert/apps/store/app/views/store/order_statuses/index.html.erb within layouts/store/application (6.4ms) Completed 200 OK in 38ms (Views: 34.1ms | ActiveRecord: 0.4ms) Started GET "/assets/store/application.js?body=1" for 127.0.0.1 at 2014-04-02 09:16:47 -0300 Started GET "/assets/store/application.css?body=1" for 127.0.0.1 at 2014-04-02 09:16:47 -0300 Started GET "/store/order_statuses/new" for 127.0.0.1 at 2014-04-02 09:16:52 -0300 Processing by Store::OrderStatusesController#new as HTML Rendered /Users/wilbert/apps/store/app/views/store/order_statuses/_form.html.erb (133.3ms) Rendered /Users/wilbert/apps/store/app/views/store/order_statuses/new.html.erb within layouts/store/application (139.3ms) Completed 200 OK in 146ms (Views: 143.7ms | ActiveRecord: 0.5ms) Started POST "/store/order_statuses" for 127.0.0.1 at 2014-04-02 09:16:58 -0300 Processing by Store::OrderStatusesController#create as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"LE0A/PXfLmjofSW8wVEEbzKr2Gli2zKyR9qff4tCfdY=", "order_status"=>{"name"=>"Teste"}, "commit"=>"Create Order status"}  (0.1ms) begin transaction SQL (5.8ms) INSERT INTO "store_order_statuses" ("created_at", "name", "updated_at") VALUES (?, ?, ?) [["created_at", Wed, 02 Apr 2014 12:16:58 UTC +00:00], ["name", "Teste"], ["updated_at", Wed, 02 Apr 2014 12:16:58 UTC +00:00]]  (1.0ms) commit transaction Redirected to http://127.0.0.1:3000/store/order_statuses/1 Completed 302 Found in 17ms (ActiveRecord: 6.9ms) Started GET "/store/order_statuses/1" for 127.0.0.1 at 2014-04-02 09:16:58 -0300 Processing by Store::OrderStatusesController#show as HTML Parameters: {"id"=>"1"} Store::OrderStatus Load (0.5ms) SELECT "store_order_statuses".* FROM "store_order_statuses" WHERE "store_order_statuses"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/wilbert/apps/store/app/views/store/order_statuses/show.html.erb within layouts/store/application (5.3ms) Completed 200 OK in 18ms (Views: 14.2ms | ActiveRecord: 0.5ms) Started GET "/store/order_statuses/" for 127.0.0.1 at 2014-04-02 09:17:01 -0300 Processing by Store::OrderStatusesController#index as HTML Store::OrderStatus Load (0.3ms) SELECT "store_order_statuses".* FROM "store_order_statuses" LIMIT 30 OFFSET 0 Rendered /Users/wilbert/apps/store/app/views/store/order_statuses/index.html.erb within layouts/store/application (9.6ms) Completed 200 OK in 19ms (Views: 16.9ms | ActiveRecord: 0.3ms) Started GET "/store/order_statuses/" for 127.0.0.1 at 2014-04-02 09:24:07 -0300 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Store::OrderStatusesController#index as HTML Store::OrderStatus Load (0.4ms) SELECT "store_order_statuses".* FROM "store_order_statuses" LIMIT 30 OFFSET 0 Rendered /Users/wilbert/apps/store/app/views/store/order_statuses/index.html.erb within layouts/store/application (62.0ms) Completed 200 OK in 101ms (Views: 94.4ms | ActiveRecord: 1.1ms) Started GET "/assets/store/application.js?body=1" for 127.0.0.1 at 2014-04-02 09:24:08 -0300 Started GET "/assets/store/application.css?body=1" for 127.0.0.1 at 2014-04-02 09:24:08 -0300 Started GET "/store/order_statuses/" for 127.0.0.1 at 2014-04-02 09:24:47 -0300 ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Store::OrderStatusesController#index as HTML Store::OrderStatus Load (0.3ms) SELECT "store_order_statuses".* FROM "store_order_statuses" LIMIT 30 OFFSET 0 Rendered /Users/wilbert/apps/store/app/views/store/order_statuses/index.html.erb within layouts/store/application (28.6ms) Completed 200 OK in 63ms (Views: 57.1ms | ActiveRecord: 0.6ms) Started GET "/assets/store/application.css?body=1" for 127.0.0.1 at 2014-04-02 09:24:47 -0300 Started GET "/assets/store/application.js?body=1" for 127.0.0.1 at 2014-04-02 09:24:48 -0300 Started GET "/store/order_statuses/" for 127.0.0.1 at 2014-04-02 09:27:41 -0300 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Store::OrderStatusesController#index as HTML Store::OrderStatus Load (0.3ms) SELECT "store_order_statuses".* FROM "store_order_statuses" LIMIT 30 OFFSET 0 Rendered /Users/wilbert/apps/store/app/views/store/order_statuses/index.html.erb within layouts/store/application (29.4ms) Completed 200 OK in 66ms (Views: 60.0ms | ActiveRecord: 0.8ms) Started GET "/assets/store/application.css?body=1" for 127.0.0.1 at 2014-04-02 09:27:41 -0300 Started GET "/assets/store/application.js?body=1" for 127.0.0.1 at 2014-04-02 09:27:41 -0300 Started GET "/store/order_statuses/" for 127.0.0.1 at 2014-04-02 09:28:15 -0300 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Store::OrderStatusesController#index as HTML Store::OrderStatus Load (0.5ms) SELECT "store_order_statuses".* FROM "store_order_statuses" LIMIT 30 OFFSET 0 Rendered /Users/wilbert/apps/store/app/views/store/order_statuses/index.html.erb within layouts/store/application (44.0ms) Completed 200 OK in 82ms (Views: 75.9ms | ActiveRecord: 1.2ms) Started GET "/assets/store/application.css?body=1" for 127.0.0.1 at 2014-04-02 09:28:15 -0300 Started GET "/assets/store/application.js?body=1" for 127.0.0.1 at 2014-04-02 09:28:15 -0300 Started GET "/store/order_statuses/" for 127.0.0.1 at 2014-04-02 09:40:28 -0300 Processing by Store::OrderStatusesController#index as HTML Store::OrderStatus Load (0.3ms) SELECT "store_order_statuses".* FROM "store_order_statuses" LIMIT 30 OFFSET 0 Rendered /Users/wilbert/apps/store/app/views/store/order_statuses/index.html.erb within layouts/store/application (8.8ms) Completed 200 OK in 16ms (Views: 14.5ms | ActiveRecord: 0.3ms) Started GET "/assets/store/application.css?body=1" for 127.0.0.1 at 2014-04-02 09:40:28 -0300 Started GET "/assets/store/application.js?body=1" for 127.0.0.1 at 2014-04-02 09:40:28 -0300 Started GET "/store/order_statuses/" for 127.0.0.1 at 2014-04-02 09:40:37 -0300 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Store::OrderStatusesController#index as HTML Store::OrderStatus Load (0.3ms) SELECT "store_order_statuses".* FROM "store_order_statuses" LIMIT 30 OFFSET 0 Rendered /Users/wilbert/apps/store/app/views/store/order_statuses/index.html.erb within layouts/store/application (60.3ms) Completed 200 OK in 98ms (Views: 91.4ms | ActiveRecord: 0.7ms) Started GET "/assets/store/application.css?body=1" for 127.0.0.1 at 2014-04-02 09:40:37 -0300 Started GET "/assets/store/application.js?body=1" for 127.0.0.1 at 2014-04-02 09:40:37 -0300 Started GET "/store/order_statuses/" for 127.0.0.1 at 2014-04-02 10:14:33 -0300 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Store::OrderStatusesController#index as HTML Store::OrderStatus Load (0.3ms) SELECT "store_order_statuses".* FROM "store_order_statuses" LIMIT 30 OFFSET 0 Rendered /Users/wilbert/apps/store/app/views/store/order_statuses/index.html.erb within layouts/store/application (57.1ms) Completed 200 OK in 95ms (Views: 87.9ms | ActiveRecord: 0.7ms) Started GET "/assets/store/application.css?body=1" for 127.0.0.1 at 2014-04-02 10:14:33 -0300 Started GET "/assets/store/application.js?body=1" for 127.0.0.1 at 2014-04-02 10:14:33 -0300 Started GET "/store/order_statuses/" for 127.0.0.1 at 2014-04-02 10:28:00 -0300 Processing by Store::OrderStatusesController#index as HTML Store::OrderStatus Load (0.2ms) SELECT "store_order_statuses".* FROM "store_order_statuses" LIMIT 30 OFFSET 0 Rendered /Users/wilbert/apps/store/app/views/store/order_statuses/index.html.erb within layouts/store/application (8.6ms) Completed 200 OK in 15ms (Views: 13.8ms | ActiveRecord: 0.2ms) Started GET "/assets/store/application.css?body=1" for 127.0.0.1 at 2014-04-02 10:28:00 -0300 Started GET "/assets/store/application.js?body=1" for 127.0.0.1 at 2014-04-02 10:28:00 -0300 Started GET "/store/order_statuses/" for 127.0.0.1 at 2014-04-02 10:28:01 -0300 Processing by Store::OrderStatusesController#index as HTML Store::OrderStatus Load (0.2ms) SELECT "store_order_statuses".* FROM "store_order_statuses" LIMIT 30 OFFSET 0 Rendered /Users/wilbert/apps/store/app/views/store/order_statuses/index.html.erb within layouts/store/application (10.4ms) Completed 200 OK in 18ms (Views: 15.8ms | ActiveRecord: 0.2ms) Started GET "/assets/store/application.css?body=1" for 127.0.0.1 at 2014-04-02 10:28:01 -0300 Started GET "/assets/store/application.js?body=1" for 127.0.0.1 at 2014-04-02 10:28:01 -0300 Started GET "/store/order_statuses/" for 127.0.0.1 at 2014-04-02 10:28:01 -0300 Processing by Store::OrderStatusesController#index as HTML Store::OrderStatus Load (0.3ms) SELECT "store_order_statuses".* FROM "store_order_statuses" LIMIT 30 OFFSET 0 Rendered /Users/wilbert/apps/store/app/views/store/order_statuses/index.html.erb within layouts/store/application (9.3ms) Completed 200 OK in 17ms (Views: 14.9ms | ActiveRecord: 0.3ms) Started GET "/assets/store/application.css?body=1" for 127.0.0.1 at 2014-04-02 10:28:01 -0300 Started GET "/assets/store/application.js?body=1" for 127.0.0.1 at 2014-04-02 10:28:01 -0300 Started GET "/store/order_statuses/" for 127.0.0.1 at 2014-04-02 10:28:02 -0300 Processing by Store::OrderStatusesController#index as HTML Store::OrderStatus Load (0.3ms) SELECT "store_order_statuses".* FROM "store_order_statuses" LIMIT 30 OFFSET 0 Rendered /Users/wilbert/apps/store/app/views/store/order_statuses/index.html.erb within layouts/store/application (12.1ms) Completed 200 OK in 23ms (Views: 19.9ms | ActiveRecord: 0.3ms) Started GET "/assets/store/application.css?body=1" for 127.0.0.1 at 2014-04-02 10:28:02 -0300 Started GET "/assets/store/application.js?body=1" for 127.0.0.1 at 2014-04-02 10:28:02 -0300 Started GET "/store/order_statuses/" for 127.0.0.1 at 2014-04-02 10:31:31 -0300 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Store::OrderStatusesController#index as HTML Store::OrderStatus Load (0.3ms) SELECT "store_order_statuses".* FROM "store_order_statuses" LIMIT 30 OFFSET 0 Rendered /Users/wilbert/apps/store/app/views/store/order_statuses/index.html.erb within layouts/store/application (34.0ms) Completed 200 OK in 100ms (Views: 92.6ms | ActiveRecord: 0.9ms) Started GET "/assets/store/application.css?body=1" for 127.0.0.1 at 2014-04-02 10:31:31 -0300 Started GET "/assets/store/application.js?body=1" for 127.0.0.1 at 2014-04-02 10:31:31 -0300 Started GET "/store/order_statuses/" for 127.0.0.1 at 2014-04-02 10:32:17 -0300 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Store::OrderStatusesController#index as HTML Store::OrderStatus Load (0.3ms) SELECT "store_order_statuses".* FROM "store_order_statuses" LIMIT 30 OFFSET 0 Rendered /Users/wilbert/apps/store/app/views/store/order_statuses/index.html.erb within layouts/store/application (58.6ms) Completed 200 OK in 96ms (Views: 89.6ms | ActiveRecord: 0.7ms) Started GET "/assets/store/application.css?body=1" for 127.0.0.1 at 2014-04-02 10:32:18 -0300 Started GET "/assets/store/application.js?body=1" for 127.0.0.1 at 2014-04-02 10:32:18 -0300 Started GET "/store/order_statuses/" for 127.0.0.1 at 2014-04-02 10:35:28 -0300 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Store::OrderStatusesController#index as HTML Store::OrderStatus Load (0.3ms) SELECT "store_order_statuses".* FROM "store_order_statuses" LIMIT 30 OFFSET 0 Rendered /Users/wilbert/apps/store/app/views/store/order_statuses/index.html.erb within layouts/store/application (57.3ms) Completed 200 OK in 95ms (Views: 88.4ms | ActiveRecord: 0.7ms) Started GET "/assets/store/application.css?body=1" for 127.0.0.1 at 2014-04-02 10:35:28 -0300 Started GET "/assets/store/application.js?body=1" for 127.0.0.1 at 2014-04-02 10:35:28 -0300 Started GET "/store/order_statuses/" for 127.0.0.1 at 2014-04-02 10:35:45 -0300 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Store::OrderStatusesController#index as HTML Store::OrderStatus Load (0.2ms) SELECT "store_order_statuses".* FROM "store_order_statuses" LIMIT 30 OFFSET 0 Rendered /Users/wilbert/apps/store/app/views/store/order_statuses/index.html.erb within layouts/store/application (56.1ms) Completed 200 OK in 93ms (Views: 86.2ms | ActiveRecord: 0.7ms) Started GET "/assets/store/application.css?body=1" for 127.0.0.1 at 2014-04-02 10:35:45 -0300 Started GET "/assets/store/application.js?body=1" for 127.0.0.1 at 2014-04-02 10:35:45 -0300 Started GET "/store/order_statuses/" for 127.0.0.1 at 2014-04-02 10:57:44 -0300 Processing by Store::OrderStatusesController#index as HTML Store::OrderStatus Load (0.2ms) SELECT "store_order_statuses".* FROM "store_order_statuses" LIMIT 30 OFFSET 0 Rendered /Users/wilbert/apps/store/app/views/store/order_statuses/index.html.erb within layouts/store/application (8.8ms) Completed 200 OK in 17ms (Views: 14.4ms | ActiveRecord: 0.2ms) Started GET "/assets/store/application.js?body=1" for 127.0.0.1 at 2014-04-02 10:57:44 -0300 Started GET "/assets/store/application.css?body=1" for 127.0.0.1 at 2014-04-02 10:57:44 -0300 Started GET "/store/order_statuses/" for 127.0.0.1 at 2014-04-02 11:00:10 -0300 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Store::OrderStatusesController#index as HTML Store::OrderStatus Load (0.2ms) SELECT "store_order_statuses".* FROM "store_order_statuses" LIMIT 30 OFFSET 0 Rendered /Users/wilbert/apps/store/app/views/store/order_statuses/index.html.erb within layouts/store/application (33.3ms) Completed 200 OK in 97ms (Views: 68.1ms | ActiveRecord: 0.7ms) Started GET "/assets/store/application.js?body=1" for 127.0.0.1 at 2014-04-02 11:00:10 -0300 Started GET "/assets/store/application.css?body=1" for 127.0.0.1 at 2014-04-02 11:00:10 -0300 Started GET "/store/order_statuses/" for 127.0.0.1 at 2014-04-02 11:00:34 -0300 Processing by Store::OrderStatusesController#index as HTML Store::OrderStatus Load (0.2ms) SELECT "store_order_statuses".* FROM "store_order_statuses" LIMIT 30 OFFSET 0 Rendered /Users/wilbert/apps/store/app/views/store/order_statuses/index.html.erb within layouts/store/application (8.5ms) Completed 500 Internal Server Error in 58ms ActionView::Template::Error (couldn't find file 'font-awesome' (in /Users/wilbert/apps/store/app/assets/javascripts/store/application.js:13)): 3: 4: Store 5: <%= stylesheet_link_tag "store/application", media: "all" %> 6: <%= javascript_include_tag "store/application" %> 7: <%= csrf_meta_tags %> 8: 9: sprockets (2.12.0) lib/sprockets/context.rb:106:in `resolve' sprockets (2.12.0) lib/sprockets/context.rb:146:in `require_asset' sprockets (2.12.0) lib/sprockets/directive_processor.rb:217:in `process_require_directive' sprockets (2.12.0) lib/sprockets/directive_processor.rb:167:in `block in process_directives' sprockets (2.12.0) lib/sprockets/directive_processor.rb:165:in `each' sprockets (2.12.0) lib/sprockets/directive_processor.rb:165:in `process_directives' sprockets (2.12.0) lib/sprockets/directive_processor.rb:99:in `evaluate' tilt (1.4.1) lib/tilt/template.rb:103:in `render' sprockets (2.12.0) lib/sprockets/context.rb:197:in `block in evaluate' sprockets (2.12.0) lib/sprockets/context.rb:194:in `each' sprockets (2.12.0) lib/sprockets/context.rb:194:in `evaluate' sprockets (2.12.0) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.12.0) lib/sprockets/base.rb:374:in `new' sprockets (2.12.0) lib/sprockets/base.rb:374:in `block in build_asset' sprockets (2.12.0) lib/sprockets/base.rb:395:in `circular_call_protection' sprockets (2.12.0) lib/sprockets/base.rb:373:in `build_asset' sprockets (2.12.0) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.12.0) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.12.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.0) lib/sprockets/bundled_asset.rb:37:in `init_with' sprockets (2.12.0) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.12.0) lib/sprockets/caching.rb:54:in `cache_asset' sprockets (2.12.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.0) lib/sprockets/environment.rb:75:in `find_asset' sprockets (2.12.0) lib/sprockets/base.rb:295:in `[]' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:144:in `lookup_asset_for_path' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:91:in `block in javascript_include_tag' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:90:in `map' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:90:in `javascript_include_tag' /Users/wilbert/apps/store/app/views/layouts/store/application.html.erb:6:in `___sers_wilbert_apps_store_app_views_layouts_store_application_html_erb__2226082327537673944_70203914042760' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/wilbert/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.4) lib/action_controller/metal/responder.rb:233:in `default_render' actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html' actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' /Users/wilbert/apps/store/app/controllers/store/order_statuses_controller.rb:12:in `index' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:383:in `_run__3789385887120875721__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) 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.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__949788899081245491__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' railties (4.0.4) lib/rails/rack/debugger.rb:20:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/wilbert/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/wilbert/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/wilbert/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/wilbert/.rvm/gems/ruby-1.9.3-p545/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.6ms) Rendered /Users/wilbert/.rvm/gems/ruby-1.9.3-p545/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.9ms) Rendered /Users/wilbert/.rvm/gems/ruby-1.9.3-p545/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (18.6ms) Started GET "/store/order_statuses/" for 127.0.0.1 at 2014-04-02 11:00:50 -0300 ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Store::OrderStatusesController#index as HTML Store::OrderStatus Load (0.2ms) SELECT "store_order_statuses".* FROM "store_order_statuses" LIMIT 30 OFFSET 0 Rendered /Users/wilbert/apps/store/app/views/store/order_statuses/index.html.erb within layouts/store/application (28.9ms) Completed 500 Internal Server Error in 90ms ActionView::Template::Error (couldn't find file 'font-awesome' (in /Users/wilbert/apps/store/app/assets/javascripts/store/application.js:13)): 3: 4: Store 5: <%= stylesheet_link_tag "store/application", media: "all" %> 6: <%= javascript_include_tag "store/application" %> 7: <%= csrf_meta_tags %> 8: 9: sprockets (2.12.0) lib/sprockets/context.rb:106:in `resolve' sprockets (2.12.0) lib/sprockets/context.rb:146:in `require_asset' sprockets (2.12.0) lib/sprockets/directive_processor.rb:217:in `process_require_directive' sprockets (2.12.0) lib/sprockets/directive_processor.rb:167:in `block in process_directives' sprockets (2.12.0) lib/sprockets/directive_processor.rb:165:in `each' sprockets (2.12.0) lib/sprockets/directive_processor.rb:165:in `process_directives' sprockets (2.12.0) lib/sprockets/directive_processor.rb:99:in `evaluate' tilt (1.4.1) lib/tilt/template.rb:103:in `render' sprockets (2.12.0) lib/sprockets/context.rb:197:in `block in evaluate' sprockets (2.12.0) lib/sprockets/context.rb:194:in `each' sprockets (2.12.0) lib/sprockets/context.rb:194:in `evaluate' sprockets (2.12.0) lib/sprockets/processed_asset.rb:12:in `initialize' sprockets (2.12.0) lib/sprockets/base.rb:374:in `new' sprockets (2.12.0) lib/sprockets/base.rb:374:in `block in build_asset' sprockets (2.12.0) lib/sprockets/base.rb:395:in `circular_call_protection' sprockets (2.12.0) lib/sprockets/base.rb:373:in `build_asset' sprockets (2.12.0) lib/sprockets/index.rb:94:in `block in build_asset' sprockets (2.12.0) lib/sprockets/caching.rb:58:in `cache_asset' sprockets (2.12.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.0) lib/sprockets/bundled_asset.rb:37:in `init_with' sprockets (2.12.0) lib/sprockets/asset.rb:24:in `from_hash' sprockets (2.12.0) lib/sprockets/caching.rb:54:in `cache_asset' sprockets (2.12.0) lib/sprockets/index.rb:93:in `build_asset' sprockets (2.12.0) lib/sprockets/base.rb:287:in `find_asset' sprockets (2.12.0) lib/sprockets/index.rb:61:in `find_asset' sprockets (2.12.0) lib/sprockets/environment.rb:75:in `find_asset' sprockets (2.12.0) lib/sprockets/base.rb:295:in `[]' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:144:in `lookup_asset_for_path' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:91:in `block in javascript_include_tag' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:90:in `map' sprockets-rails (2.0.1) lib/sprockets/rails/helper.rb:90:in `javascript_include_tag' /Users/wilbert/apps/store/app/views/layouts/store/application.html.erb:6:in `___sers_wilbert_apps_store_app_views_layouts_store_application_html_erb__582979747317520550_70137279069200' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/wilbert/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.4) lib/action_controller/metal/responder.rb:233:in `default_render' actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html' actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' /Users/wilbert/apps/store/app/controllers/store/order_statuses_controller.rb:12:in `index' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:383:in `_run__2967687687385997008__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) 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.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__137657189104975006__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' railties (4.0.4) lib/rails/rack/debugger.rb:20:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/wilbert/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/wilbert/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/wilbert/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/wilbert/.rvm/gems/ruby-1.9.3-p545/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.6ms) Rendered /Users/wilbert/.rvm/gems/ruby-1.9.3-p545/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (12.1ms) Rendered /Users/wilbert/.rvm/gems/ruby-1.9.3-p545/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (21.4ms) Started GET "/store/order_statuses/" for 127.0.0.1 at 2014-04-02 11:01:24 -0300 Processing by Store::OrderStatusesController#index as HTML Store::OrderStatus Load (0.2ms) SELECT "store_order_statuses".* FROM "store_order_statuses" LIMIT 30 OFFSET 0 Rendered /Users/wilbert/apps/store/app/views/store/order_statuses/index.html.erb within layouts/store/application (8.2ms) Completed 200 OK in 141ms (Views: 139.4ms | ActiveRecord: 0.2ms) Started GET "/assets/font-awesome.css?body=1" for 127.0.0.1 at 2014-04-02 11:01:24 -0300 Started GET "/assets/store/application.css?body=1" for 127.0.0.1 at 2014-04-02 11:01:24 -0300 Started GET "/assets/store/application.js?body=1" for 127.0.0.1 at 2014-04-02 11:01:24 -0300 Started GET "/assets/fontawesome-webfont.woff" for 127.0.0.1 at 2014-04-02 11:01:24 -0300 Started GET "/store/order_statuses/1/edit" for 127.0.0.1 at 2014-04-02 11:01:27 -0300 Processing by Store::OrderStatusesController#edit as HTML Parameters: {"id"=>"1"} Store::OrderStatus Load (0.3ms) SELECT "store_order_statuses".* FROM "store_order_statuses" WHERE "store_order_statuses"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/wilbert/apps/store/app/views/store/order_statuses/_form.html.erb (150.4ms) Rendered /Users/wilbert/apps/store/app/views/store/order_statuses/edit.html.erb within layouts/store/application (161.1ms) Completed 200 OK in 168ms (Views: 165.6ms | ActiveRecord: 0.3ms) Started GET "/assets/font-awesome.css?body=1" for 127.0.0.1 at 2014-04-02 11:01:27 -0300 Started GET "/assets/store/application.css?body=1" for 127.0.0.1 at 2014-04-02 11:01:27 -0300 Started GET "/assets/store/application.js?body=1" for 127.0.0.1 at 2014-04-02 11:01:27 -0300 Started PATCH "/store/order_statuses/1" for 127.0.0.1 at 2014-04-02 11:01:28 -0300 Processing by Store::OrderStatusesController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"LE0A/PXfLmjofSW8wVEEbzKr2Gli2zKyR9qff4tCfdY=", "order_status"=>{"name"=>"Teste"}, "commit"=>"Update Order status", "id"=>"1"} Store::OrderStatus Load (0.2ms) SELECT "store_order_statuses".* FROM "store_order_statuses" WHERE "store_order_statuses"."id" = ? LIMIT 1 [["id", "1"]] CACHE (0.0ms) SELECT "store_order_statuses".* FROM "store_order_statuses" WHERE "store_order_statuses"."id" = ? LIMIT 1 [["id", "1"]]  (0.1ms) begin transaction  (0.2ms) commit transaction Redirected to http://127.0.0.1:3000/store/order_statuses/1 Completed 302 Found in 12ms (ActiveRecord: 0.5ms) Started GET "/store/order_statuses/1" for 127.0.0.1 at 2014-04-02 11:01:28 -0300 Processing by Store::OrderStatusesController#show as HTML Parameters: {"id"=>"1"} Store::OrderStatus Load (0.2ms) SELECT "store_order_statuses".* FROM "store_order_statuses" WHERE "store_order_statuses"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/wilbert/apps/store/app/views/store/order_statuses/show.html.erb within layouts/store/application (4.5ms) Completed 200 OK in 12ms (Views: 10.4ms | ActiveRecord: 0.2ms) Started GET "/assets/font-awesome.css?body=1" for 127.0.0.1 at 2014-04-02 11:01:28 -0300 Started GET "/assets/store/application.css?body=1" for 127.0.0.1 at 2014-04-02 11:01:28 -0300 Started GET "/assets/store/application.js?body=1" for 127.0.0.1 at 2014-04-02 11:01:28 -0300 ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateStorePaymentStatuses (20140402141233)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "store_payment_statuses" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime, "updated_at" datetime)  SQL (1.5ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140402141233"]]  (4.7ms) commit transaction Migrating to CreateStorePaymentTypes (20140402141234)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "store_payment_types" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime, "updated_at" datetime)  SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140402141234"]]  (0.6ms) commit transaction Migrating to CreateStorePayments (20140402141235)  (0.1ms) begin transaction  (0.5ms) CREATE TABLE "store_payments" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "payable_id" integer, "payable_type" varchar(255), "payment_status_id" integer, "value" float, "paid_value" float, "paid_in" datetime, "plot" integer, "flag_id" integer, "created_at" datetime, "updated_at" datetime)   (0.1ms) CREATE INDEX "index_store_payments_on_payment_status_id" ON "store_payments" ("payment_status_id")  (0.1ms) CREATE INDEX "index_store_payments_on_flag_id" ON "store_payments" ("flag_id") SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140402141235"]]  (0.7ms) commit transaction Migrating to CreateStoreFlags (20140402141236)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "store_flags" ("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", "20140402141236"]]  (0.8ms) commit transaction Migrating to CreateStoreProducts (20140402141237)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "store_products" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "description" text, "short_description" varchar(255), "price" float, "weight" float, "lenght" float, "height" float, "product_category_id" integer, "created_at" datetime, "updated_at" datetime)   (0.1ms) CREATE INDEX "index_store_products_on_product_category_id" ON "store_products" ("product_category_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140402141237"]]  (0.7ms) commit transaction Migrating to CreateStoreProductPhotos (20140402141238)  (0.1ms) begin transaction  (0.3ms) CREATE TABLE "store_product_photos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "file_file_name" varchar(255), "file_content_type" varchar(255), "file_file_size" integer, "file_updated_at" datetime, "product_id" integer, "created_at" datetime, "updated_at" datetime)  (0.1ms) CREATE INDEX "index_store_product_photos_on_product_id" ON "store_product_photos" ("product_id") SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140402141238"]]  (0.7ms) commit transaction Migrating to CreateStoreStores (20140402141351)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "store_stores" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "key" varchar(255), "url" varchar(255), "zipcode" varchar(255), "created_at" datetime, "updated_at" datetime)  SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140402141351"]]  (0.7ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Started GET "/store/order_statuses/1" for 127.0.0.1 at 2014-04-02 12:07:54 -0300 ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Store::OrderStatusesController#show as HTML Parameters: {"id"=>"1"} Store::OrderStatus Load (0.4ms) SELECT "store_order_statuses".* FROM "store_order_statuses" WHERE "store_order_statuses"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/wilbert/apps/store/app/views/store/order_statuses/show.html.erb within layouts/store/application (31.7ms) Completed 200 OK in 122ms (Views: 108.6ms | ActiveRecord: 0.9ms) Started GET "/assets/store/application.js?body=1" for 127.0.0.1 at 2014-04-02 12:07:55 -0300 Started GET "/assets/store/application.css?body=1" for 127.0.0.1 at 2014-04-02 12:07:55 -0300 Started GET "/assets/font-awesome.css?body=1" for 127.0.0.1 at 2014-04-02 12:07:55 -0300 Started GET "/store/order_statuses/1" for 127.0.0.1 at 2014-04-02 12:08:17 -0300 ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Store::OrderStatusesController#show as HTML Parameters: {"id"=>"1"} Store::OrderStatus Load (0.5ms) SELECT "store_order_statuses".* FROM "store_order_statuses" WHERE "store_order_statuses"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/wilbert/apps/store/app/views/store/order_statuses/show.html.erb within layouts/store/application (20.2ms) Completed 200 OK in 100ms (Views: 85.6ms | ActiveRecord: 1.0ms) Started GET "/assets/font-awesome.css?body=1" for 127.0.0.1 at 2014-04-02 12:08:17 -0300 Started GET "/assets/store/application.css?body=1" for 127.0.0.1 at 2014-04-02 12:08:17 -0300 Started GET "/assets/store/application.js?body=1" for 127.0.0.1 at 2014-04-02 12:08:17 -0300 Started GET "/store/order_statuses/1" for 127.0.0.1 at 2014-04-02 12:08:18 -0300 Processing by Store::OrderStatusesController#show as HTML Parameters: {"id"=>"1"} Store::OrderStatus Load (0.2ms) SELECT "store_order_statuses".* FROM "store_order_statuses" WHERE "store_order_statuses"."id" = ? LIMIT 1 [["id", "1"]] Rendered /Users/wilbert/apps/store/app/views/store/order_statuses/show.html.erb within layouts/store/application (3.5ms) Completed 200 OK in 12ms (Views: 10.1ms | ActiveRecord: 0.2ms) Started GET "/assets/store/application.css?body=1" for 127.0.0.1 at 2014-04-02 12:08:18 -0300 Started GET "/assets/font-awesome.css?body=1" for 127.0.0.1 at 2014-04-02 12:08:18 -0300 Started GET "/assets/store/application.js?body=1" for 127.0.0.1 at 2014-04-02 12:08:18 -0300 Started GET "/store/order_statuses" for 127.0.0.1 at 2014-04-02 12:08:20 -0300 Processing by Store::OrderStatusesController#index as HTML Store::OrderStatus Load (0.4ms) SELECT "store_order_statuses".* FROM "store_order_statuses" LIMIT 30 OFFSET 0 Rendered /Users/wilbert/apps/store/app/views/store/order_statuses/index.html.erb within layouts/store/application (21.2ms) Completed 200 OK in 70ms (Views: 31.0ms | ActiveRecord: 0.4ms) Started GET "/assets/store/application.js?body=1" for 127.0.0.1 at 2014-04-02 12:08:20 -0300 Started GET "/assets/font-awesome.css?body=1" for 127.0.0.1 at 2014-04-02 12:08:20 -0300 Started GET "/assets/store/application.css?body=1" for 127.0.0.1 at 2014-04-02 12:08:20 -0300 Started GET "/store/order_statuses" for 127.0.0.1 at 2014-04-02 12:08:36 -0300 ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Store::OrderStatusesController#index as HTML Store::OrderStatus Load (0.3ms) SELECT "store_order_statuses".* FROM "store_order_statuses" LIMIT 30 OFFSET 0 Rendered /Users/wilbert/apps/store/app/views/store/order_statuses/index.html.erb within layouts/store/application (36.3ms) Completed 200 OK in 115ms (Views: 105.7ms | ActiveRecord: 0.8ms) Started GET "/assets/font-awesome.css?body=1" for 127.0.0.1 at 2014-04-02 12:08:36 -0300 Started GET "/assets/store/application.css?body=1" for 127.0.0.1 at 2014-04-02 12:08:36 -0300 Started GET "/assets/store/application.js?body=1" for 127.0.0.1 at 2014-04-02 12:08:36 -0300 Store::Product Load (0.5ms) SELECT "store_products".* FROM "store_products" ORDER BY "store_products"."id" ASC LIMIT 1 ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations" Migrating to CreateStoreOrders (20140402153235)  (0.1ms) begin transaction  (0.4ms) CREATE TABLE "store_orders" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "order_status_id" integer, "store_id" integer, "delivery_date" datetime, "created_at" datetime, "updated_at" datetime)   (0.1ms) CREATE INDEX "index_store_orders_on_order_status_id" ON "store_orders" ("order_status_id")  (0.1ms) CREATE INDEX "index_store_orders_on_store_id" ON "store_orders" ("store_id") SQL (1.5ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140402153235"]]  (3.0ms) commit transaction ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Started GET "/store/order_statuses" for 127.0.0.1 at 2014-04-02 12:49:08 -0300 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Store::OrderStatusesController#index as HTML Store::OrderStatus Load (0.3ms) SELECT "store_order_statuses".* FROM "store_order_statuses" LIMIT 30 OFFSET 0 Rendered /Users/wilbert/apps/store/app/views/store/order_statuses/index.html.erb within layouts/store/application (33.8ms) Completed 200 OK in 106ms (Views: 99.7ms | ActiveRecord: 0.6ms) Started GET "/assets/store/application.css?body=1" for 127.0.0.1 at 2014-04-02 12:49:08 -0300 Started GET "/assets/font-awesome.css?body=1" for 127.0.0.1 at 2014-04-02 12:49:08 -0300 Started GET "/assets/store/application.js?body=1" for 127.0.0.1 at 2014-04-02 12:49:08 -0300 Started GET "/assets/fontawesome-webfont.woff" for 127.0.0.1 at 2014-04-02 12:49:08 -0300 Started GET "/store/order_statuses?q%5Bs%5D=id+asc" for 127.0.0.1 at 2014-04-02 12:49:11 -0300 Processing by Store::OrderStatusesController#index as HTML Parameters: {"q"=>{"s"=>"id asc"}} Store::OrderStatus Load (0.2ms) SELECT "store_order_statuses".* FROM "store_order_statuses" ORDER BY "store_order_statuses"."id" ASC LIMIT 30 OFFSET 0 Rendered /Users/wilbert/apps/store/app/views/store/order_statuses/index.html.erb within layouts/store/application (8.0ms) Completed 200 OK in 16ms (Views: 13.8ms | ActiveRecord: 0.2ms) Started GET "/assets/store/application.css?body=1" for 127.0.0.1 at 2014-04-02 12:49:11 -0300 Started GET "/assets/font-awesome.css?body=1" for 127.0.0.1 at 2014-04-02 12:49:11 -0300 Started GET "/assets/store/application.js?body=1" for 127.0.0.1 at 2014-04-02 12:49:11 -0300 Started GET "/store/order_statuses?q%5Bs%5D=id+desc" for 127.0.0.1 at 2014-04-02 12:49:11 -0300 Processing by Store::OrderStatusesController#index as HTML Parameters: {"q"=>{"s"=>"id desc"}} Store::OrderStatus Load (0.2ms) SELECT "store_order_statuses".* FROM "store_order_statuses" ORDER BY "store_order_statuses"."id" DESC LIMIT 30 OFFSET 0 Rendered /Users/wilbert/apps/store/app/views/store/order_statuses/index.html.erb within layouts/store/application (7.0ms) Completed 200 OK in 15ms (Views: 13.0ms | ActiveRecord: 0.2ms) Started GET "/assets/store/application.css?body=1" for 127.0.0.1 at 2014-04-02 12:49:11 -0300 Started GET "/assets/font-awesome.css?body=1" for 127.0.0.1 at 2014-04-02 12:49:11 -0300 Started GET "/assets/store/application.js?body=1" for 127.0.0.1 at 2014-04-02 12:49:11 -0300 Started GET "/store/order_statuses?q%5Bs%5D=name+asc" for 127.0.0.1 at 2014-04-02 12:49:12 -0300 Processing by Store::OrderStatusesController#index as HTML Parameters: {"q"=>{"s"=>"name asc"}} Store::OrderStatus Load (0.3ms) SELECT "store_order_statuses".* FROM "store_order_statuses" ORDER BY "store_order_statuses"."name" ASC LIMIT 30 OFFSET 0 Rendered /Users/wilbert/apps/store/app/views/store/order_statuses/index.html.erb within layouts/store/application (8.6ms) Completed 200 OK in 16ms (Views: 14.4ms | ActiveRecord: 0.3ms) Started GET "/assets/store/application.css?body=1" for 127.0.0.1 at 2014-04-02 12:49:12 -0300 Started GET "/assets/font-awesome.css?body=1" for 127.0.0.1 at 2014-04-02 12:49:12 -0300 Started GET "/assets/store/application.js?body=1" for 127.0.0.1 at 2014-04-02 12:49:12 -0300 Started GET "/store/order_statuses?q%5Bs%5D=name+desc" for 127.0.0.1 at 2014-04-02 12:49:13 -0300 Processing by Store::OrderStatusesController#index as HTML Parameters: {"q"=>{"s"=>"name desc"}} Store::OrderStatus Load (0.3ms) SELECT "store_order_statuses".* FROM "store_order_statuses" ORDER BY "store_order_statuses"."name" DESC LIMIT 30 OFFSET 0 Rendered /Users/wilbert/apps/store/app/views/store/order_statuses/index.html.erb within layouts/store/application (7.0ms) Completed 200 OK in 15ms (Views: 13.2ms | ActiveRecord: 0.3ms) Started GET "/assets/store/application.css?body=1" for 127.0.0.1 at 2014-04-02 12:49:13 -0300 Started GET "/assets/store/application.js?body=1" for 127.0.0.1 at 2014-04-02 12:49:13 -0300 Started GET "/assets/font-awesome.css?body=1" for 127.0.0.1 at 2014-04-02 12:49:13 -0300 Started GET "/store/order_statuses?q%5Bs%5D=id+asc" for 127.0.0.1 at 2014-04-02 12:49:18 -0300 Processing by Store::OrderStatusesController#index as HTML Parameters: {"q"=>{"s"=>"id asc"}} Store::OrderStatus Load (0.3ms) SELECT "store_order_statuses".* FROM "store_order_statuses" ORDER BY "store_order_statuses"."id" ASC LIMIT 30 OFFSET 0 Rendered /Users/wilbert/apps/store/app/views/store/order_statuses/index.html.erb within layouts/store/application (7.3ms) Completed 200 OK in 15ms (Views: 13.0ms | ActiveRecord: 0.3ms) Started GET "/assets/store/application.css?body=1" for 127.0.0.1 at 2014-04-02 12:49:18 -0300 Started GET "/assets/font-awesome.css?body=1" for 127.0.0.1 at 2014-04-02 12:49:18 -0300 Started GET "/assets/store/application.js?body=1" for 127.0.0.1 at 2014-04-02 12:49:18 -0300 Started GET "/store/order_statuses?q%5Bs%5D=name+asc" for 127.0.0.1 at 2014-04-02 12:49:41 -0300 Processing by Store::OrderStatusesController#index as HTML Parameters: {"q"=>{"s"=>"name asc"}} Store::OrderStatus Load (0.5ms) SELECT "store_order_statuses".* FROM "store_order_statuses" ORDER BY "store_order_statuses"."name" ASC LIMIT 30 OFFSET 0 Rendered /Users/wilbert/apps/store/app/views/store/order_statuses/index.html.erb within layouts/store/application (10.1ms) Completed 200 OK in 18ms (Views: 15.6ms | ActiveRecord: 0.5ms) Started GET "/assets/font-awesome.css?body=1" for 127.0.0.1 at 2014-04-02 12:49:41 -0300 Started GET "/assets/store/application.css?body=1" for 127.0.0.1 at 2014-04-02 12:49:41 -0300 Started GET "/assets/store/application.js?body=1" for 127.0.0.1 at 2014-04-02 12:49:41 -0300 Started GET "/store/order_statuses?q%5Bs%5D=name+asc" for 127.0.0.1 at 2014-04-02 12:50:39 -0300 Processing by Store::OrderStatusesController#index as HTML Parameters: {"q"=>{"s"=>"name asc"}} Store::OrderStatus Load (0.3ms) SELECT "store_order_statuses".* FROM "store_order_statuses" ORDER BY "store_order_statuses"."name" ASC LIMIT 30 OFFSET 0 Rendered /Users/wilbert/apps/store/app/views/store/order_statuses/index.html.erb within layouts/store/application (9.4ms) Completed 200 OK in 18ms (Views: 15.5ms | ActiveRecord: 0.3ms) Started GET "/assets/store/application.css?body=1" for 127.0.0.1 at 2014-04-02 12:50:39 -0300 Started GET "/assets/font-awesome.css?body=1" for 127.0.0.1 at 2014-04-02 12:50:39 -0300 Started GET "/assets/store/application.js?body=1" for 127.0.0.1 at 2014-04-02 12:50:39 -0300 Started GET "/store/order_statuses?q%5Bs%5D=name+desc" for 127.0.0.1 at 2014-04-02 12:50:40 -0300 Processing by Store::OrderStatusesController#index as HTML Parameters: {"q"=>{"s"=>"name desc"}} Store::OrderStatus Load (0.3ms) SELECT "store_order_statuses".* FROM "store_order_statuses" ORDER BY "store_order_statuses"."name" DESC LIMIT 30 OFFSET 0 Rendered /Users/wilbert/apps/store/app/views/store/order_statuses/index.html.erb within layouts/store/application (9.5ms) Completed 200 OK in 17ms (Views: 15.0ms | ActiveRecord: 0.3ms) Started GET "/assets/store/application.css?body=1" for 127.0.0.1 at 2014-04-02 12:50:41 -0300 Started GET "/assets/store/application.js?body=1" for 127.0.0.1 at 2014-04-02 12:50:41 -0300 Started GET "/assets/font-awesome.css?body=1" for 127.0.0.1 at 2014-04-02 12:50:41 -0300 Started GET "/store/payment_statuses" for 127.0.0.1 at 2014-04-02 12:53:32 -0300 Processing by Store::PaymentStatusesController#index as HTML Store::PaymentStatus Load (0.2ms) SELECT "store_payment_statuses".* FROM "store_payment_statuses" LIMIT 30 OFFSET 0 Rendered /Users/wilbert/apps/store/app/views/store/payment_statuses/index.html.erb within layouts/store/application (37.0ms) Completed 200 OK in 47ms (Views: 43.3ms | ActiveRecord: 0.2ms) Started GET "/assets/store/application.css?body=1" for 127.0.0.1 at 2014-04-02 12:53:32 -0300 Started GET "/assets/font-awesome.css?body=1" for 127.0.0.1 at 2014-04-02 12:53:32 -0300 Started GET "/assets/store/application.js?body=1" for 127.0.0.1 at 2014-04-02 12:53:32 -0300 Started GET "/" for 127.0.0.1 at 2014-04-02 14:51:18 -0300 ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Rails::WelcomeController#index as HTML Rendered /Users/wilbert/.rvm/gems/ruby-1.9.3-p545/gems/railties-4.0.4/lib/rails/templates/rails/welcome/index.html.erb (3.1ms) Completed 200 OK in 14ms (Views: 13.8ms | ActiveRecord: 0.0ms) Started GET "/store/orders" for 127.0.0.1 at 2014-04-02 14:51:27 -0300 Processing by Store::OrdersController#index as HTML Rendered /Users/wilbert/apps/store/app/views/store/orders/index.html.erb within layouts/store/application (0.6ms) Completed 200 OK in 62ms (Views: 46.8ms | ActiveRecord: 0.0ms) Started GET "/assets/store/application.css?body=1" for 127.0.0.1 at 2014-04-02 14:51:27 -0300 Started GET "/assets/font-awesome.css?body=1" for 127.0.0.1 at 2014-04-02 14:51:27 -0300 Started GET "/assets/store/application.js?body=1" for 127.0.0.1 at 2014-04-02 14:51:27 -0300 Started GET "/" for 127.0.0.1 at 2014-04-02 14:59:02 -0300 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by Rails::WelcomeController#index as HTML Rendered /Users/wilbert/.rvm/gems/ruby-1.9.3-p545/gems/railties-4.0.4/lib/rails/templates/rails/welcome/index.html.erb (3.0ms) Completed 200 OK in 38ms (Views: 37.9ms | ActiveRecord: 0.0ms) Started GET "/store/orders" for 127.0.0.1 at 2014-04-02 14:59:09 -0300 Processing by Store::OrdersController#index as HTML Rendered /Users/wilbert/apps/store/app/views/store/orders/index.html.erb within layouts/store/application (0.5ms) Store::Order Load (0.2ms) SELECT "store_orders".* FROM "store_orders" LIMIT 30 OFFSET 0 Completed 500 Internal Server Error in 118ms ActionView::Template::Error (undefined local variable or method `dashboard_path' for #<#:0x007f9ce3c622d0>): 22: 23: 24: 25: <%= link_to dashboard_path, class: "navbar-brand" do %> 26: <%= image_tag("favicon.png", height: "30px;") %> 27: <%= t(:company_slogan) %> 28: <% end -%> /Users/wilbert/apps/store/app/views/layouts/store/application.html.erb:25:in `___sers_wilbert_apps_store_app_views_layouts_store_application_html_erb___4078790201200928420_70155906553800' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/wilbert/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.4) lib/action_controller/metal/responder.rb:233:in `default_render' actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html' actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' /Users/wilbert/apps/store/app/controllers/store/orders_controller.rb:10:in `index' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__4323911852047531417__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) 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.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__2419445006033963739__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' railties (4.0.4) lib/rails/rack/debugger.rb:20:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/wilbert/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/wilbert/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/wilbert/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/wilbert/.rvm/gems/ruby-1.9.3-p545/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.7ms) Rendered /Users/wilbert/.rvm/gems/ruby-1.9.3-p545/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.7ms) Rendered /Users/wilbert/.rvm/gems/ruby-1.9.3-p545/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (16.0ms) Started GET "/store/orders" for 127.0.0.1 at 2014-04-02 14:59:19 -0300 Processing by Store::OrdersController#index as HTML Rendered /Users/wilbert/apps/store/app/views/store/orders/index.html.erb within layouts/store/application (0.1ms) Store::Order Load (0.2ms) SELECT "store_orders".* FROM "store_orders" LIMIT 30 OFFSET 0 Completed 500 Internal Server Error in 90ms ActionView::Template::Error (undefined local variable or method `store_path' for #<#:0x007f9ce62e99d0>): 22: 23: 24: 25: <%= link_to store_path, class: "navbar-brand" do %> 26: <%= image_tag("favicon.png", height: "30px;") %> 27: <%= t(:company_slogan) %> 28: <% end -%> /Users/wilbert/apps/store/app/views/layouts/store/application.html.erb:25:in `___sers_wilbert_apps_store_app_views_layouts_store_application_html_erb___4078790201200928420_70155926625140' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/wilbert/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.4) lib/action_controller/metal/responder.rb:233:in `default_render' actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html' actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' /Users/wilbert/apps/store/app/controllers/store/orders_controller.rb:10:in `index' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__4323911852047531417__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) 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.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__2419445006033963739__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' railties (4.0.4) lib/rails/rack/debugger.rb:20:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/wilbert/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/wilbert/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/wilbert/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/wilbert/.rvm/gems/ruby-1.9.3-p545/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.6ms) Rendered /Users/wilbert/.rvm/gems/ruby-1.9.3-p545/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms) Rendered /Users/wilbert/.rvm/gems/ruby-1.9.3-p545/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.8ms) Started GET "/store/orders" for 127.0.0.1 at 2014-04-02 14:59:24 -0300 Processing by Store::OrdersController#index as HTML Rendered /Users/wilbert/apps/store/app/views/store/orders/index.html.erb within layouts/store/application (0.1ms) Store::Order Load (0.2ms) SELECT "store_orders".* FROM "store_orders" LIMIT 30 OFFSET 0 Completed 500 Internal Server Error in 59ms ActionView::Template::Error (undefined local variable or method `root_path' for #<#:0x007f9ce64211b8>): 22: 23: 24: 25: <%= link_to root_path, class: "navbar-brand" do %> 26: <%= image_tag("favicon.png", height: "30px;") %> 27: <%= t(:company_slogan) %> 28: <% end -%> /Users/wilbert/apps/store/app/views/layouts/store/application.html.erb:25:in `___sers_wilbert_apps_store_app_views_layouts_store_application_html_erb___4078790201200928420_70155926388540' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/wilbert/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.4) lib/action_controller/metal/responder.rb:233:in `default_render' actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html' actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' /Users/wilbert/apps/store/app/controllers/store/orders_controller.rb:10:in `index' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__4323911852047531417__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) 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.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__2419445006033963739__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' railties (4.0.4) lib/rails/rack/debugger.rb:20:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/wilbert/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/wilbert/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/wilbert/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/wilbert/.rvm/gems/ruby-1.9.3-p545/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.7ms) Rendered /Users/wilbert/.rvm/gems/ruby-1.9.3-p545/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms) Rendered /Users/wilbert/.rvm/gems/ruby-1.9.3-p545/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.7ms) Started GET "/store/orders" for 127.0.0.1 at 2014-04-02 14:59:35 -0300 Processing by Store::OrdersController#index as HTML Rendered /Users/wilbert/apps/store/app/views/store/orders/index.html.erb within layouts/store/application (0.1ms) Store::Order Load (0.2ms) SELECT "store_orders".* FROM "store_orders" LIMIT 30 OFFSET 0 Completed 500 Internal Server Error in 90ms ActionView::Template::Error (undefined local variable or method `store_orders_path' for #<#:0x007f9ce56c0d98>): 22: 23: 24: 25: <%= link_to store_orders_path, class: "navbar-brand" do %> 26: <%= image_tag("favicon.png", height: "30px;") %> 27: <%= t(:company_slogan) %> 28: <% end -%> /Users/wilbert/apps/store/app/views/layouts/store/application.html.erb:25:in `___sers_wilbert_apps_store_app_views_layouts_store_application_html_erb___4078790201200928420_70155918882120' actionpack (4.0.4) lib/action_view/template.rb:143:in `block in render' activesupport (4.0.4) lib/active_support/notifications.rb:161:in `instrument' actionpack (4.0.4) lib/action_view/template.rb:141:in `render' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:47:in `render_template' actionpack (4.0.4) lib/action_view/renderer/template_renderer.rb:17:in `render' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:42:in `render_template' actionpack (4.0.4) lib/action_view/renderer/renderer.rb:23:in `render' actionpack (4.0.4) lib/abstract_controller/rendering.rb:127:in `_render_template' actionpack (4.0.4) lib/action_controller/metal/streaming.rb:219:in `_render_template' actionpack (4.0.4) lib/abstract_controller/rendering.rb:120:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:33:in `render_to_body' actionpack (4.0.4) lib/action_controller/metal/renderers.rb:26:in `render_to_body' actionpack (4.0.4) lib/abstract_controller/rendering.rb:97:in `render' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:16:in `render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' /Users/wilbert/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/benchmark.rb:295:in `realtime' activesupport (4.0.4) lib/active_support/core_ext/benchmark.rb:12:in `ms' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:41:in `block in render' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:40:in `render' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:10:in `default_render' actionpack (4.0.4) lib/action_controller/metal/responder.rb:233:in `default_render' actionpack (4.0.4) lib/action_controller/metal/responder.rb:161:in `to_html' actionpack (4.0.4) lib/action_controller/metal/responder.rb:154:in `respond' actionpack (4.0.4) lib/action_controller/metal/responder.rb:147:in `call' actionpack (4.0.4) lib/action_controller/metal/mime_responds.rb:330:in `respond_with' /Users/wilbert/apps/store/app/controllers/store/orders_controller.rb:10:in `index' actionpack (4.0.4) lib/action_controller/metal/implicit_render.rb:4:in `send_action' actionpack (4.0.4) lib/abstract_controller/base.rb:189:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rendering.rb:10:in `process_action' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:18:in `block in process_action' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__4323911852047531417__process_action__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/abstract_controller/callbacks.rb:17:in `process_action' actionpack (4.0.4) lib/action_controller/metal/rescue.rb:29:in `process_action' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `block in instrument' activesupport (4.0.4) lib/active_support/notifications/instrumenter.rb:20:in `instrument' activesupport (4.0.4) lib/active_support/notifications.rb:159:in `instrument' actionpack (4.0.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' actionpack (4.0.4) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' activerecord (4.0.4) lib/active_record/railties/controller_runtime.rb:18:in `process_action' actionpack (4.0.4) lib/abstract_controller/base.rb:136:in `process' actionpack (4.0.4) lib/abstract_controller/rendering.rb:44:in `process' actionpack (4.0.4) lib/action_controller/metal.rb:195:in `dispatch' actionpack (4.0.4) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' actionpack (4.0.4) lib/action_controller/metal.rb:231:in `block in action' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:80:in `dispatch' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:48:in `call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/railtie/configurable.rb:30:in `method_missing' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:71:in `block in call' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `each' actionpack (4.0.4) lib/action_dispatch/journey/router.rb:59:in `call' actionpack (4.0.4) lib/action_dispatch/routing/route_set.rb:674: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.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call' actionpack (4.0.4) 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.4) lib/action_dispatch/middleware/cookies.rb:486:in `call' activerecord (4.0.4) lib/active_record/query_cache.rb:36:in `call' activerecord (4.0.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call' activerecord (4.0.4) lib/active_record/migration.rb:373:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' activesupport (4.0.4) lib/active_support/callbacks.rb:373:in `_run__2419445006033963739__call__callbacks' activesupport (4.0.4) lib/active_support/callbacks.rb:80:in `run_callbacks' actionpack (4.0.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/reloader.rb:64:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app' railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged' activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged' railties (4.0.4) lib/rails/rack/logger.rb:20:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' rack (1.5.2) lib/rack/runtime.rb:17:in `call' activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call' rack (1.5.2) lib/rack/sendfile.rb:112:in `call' railties (4.0.4) lib/rails/engine.rb:511:in `call' railties (4.0.4) lib/rails/application.rb:97:in `call' rack (1.5.2) lib/rack/lock.rb:17:in `call' rack (1.5.2) lib/rack/content_length.rb:14:in `call' railties (4.0.4) lib/rails/rack/debugger.rb:20:in `call' rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' /Users/wilbert/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service' /Users/wilbert/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run' /Users/wilbert/.rvm/rubies/ruby-1.9.3-p545/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread' Rendered /Users/wilbert/.rvm/gems/ruby-1.9.3-p545/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.8ms) Rendered /Users/wilbert/.rvm/gems/ruby-1.9.3-p545/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.5ms) Rendered /Users/wilbert/.rvm/gems/ruby-1.9.3-p545/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.5ms) Started GET "/store/orders" for 127.0.0.1 at 2014-04-02 15:00:00 -0300 Processing by Store::OrdersController#index as HTML Rendered /Users/wilbert/apps/store/app/views/store/orders/index.html.erb within layouts/store/application (0.2ms) Store::Order Load (0.2ms) SELECT "store_orders".* FROM "store_orders" LIMIT 30 OFFSET 0 Completed 500 Internal Server Error in 103ms ActionView::Template::Error (undefined method `can?' for #<#:0x007f9ce6361e30>): 46: