(0.1ms) select sqlite_version(*)  (1.8ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)  (0.0ms) PRAGMA index_list("schema_migrations")  (2.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  Migrating to CreateProducts (20111015173017)  (0.4ms) CREATE TABLE "products" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "description" text, "price" decimal, "quantity" integer, "created_at" datetime, "updated_at" datetime)  (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES ('20111015173017')  (0.3ms) select sqlite_version(*)  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"   (0.0ms) PRAGMA index_list("products")  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations"  SQL (102.2ms) INSERT INTO "products" ("created_at", "description", "name", "price", "quantity", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sun, 16 Oct 2011 19:33:26 UTC +00:00], ["description", nil], ["name", "Gizmo"], ["price", nil], ["quantity", nil], ["updated_at", Sun, 16 Oct 2011 19:33:26 UTC +00:00]] SQL (0.6ms) INSERT INTO "products" ("created_at", "description", "name", "price", "quantity", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sun, 16 Oct 2011 19:33:26 UTC +00:00], ["description", nil], ["name", "Widget"], ["price", nil], ["quantity", nil], ["updated_at", Sun, 16 Oct 2011 19:33:26 UTC +00:00]] SQL (0.5ms) INSERT INTO "products" ("created_at", "description", "name", "price", "quantity", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Sun, 16 Oct 2011 19:33:26 UTC +00:00], ["description", nil], ["name", "Chocolate Bar"], ["price", nil], ["quantity", nil], ["updated_at", Sun, 16 Oct 2011 19:33:26 UTC +00:00]] Started GET "/products" for 127.0.0.1 at 2011-10-16 12:38:10 -0700 Processing by ProductsController#index as HTML Rendered products/_grid.html.erb (9.9ms)  (0.2ms) SELECT COUNT(*) FROM "products"  Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (13.9ms) Compiled application.css (2ms) (pid 19535) Compiled activegrid.css (0ms) (pid 19535) Compiled scaffold.css (0ms) (pid 19535) Compiled application.js (5ms) (pid 19535) Compiled jquery.js (61ms) (pid 19535) Compiled jquery_ujs.js (2ms) (pid 19535) Compiled activegrid.js (3ms) (pid 19535) Completed 200 OK in 214ms (Views: 167.3ms | ActiveRecord: 0.4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-16 12:38:11 -0700 Served asset /jquery.js - 304 Not Modified (6ms) Started GET "/assets/activegrid.js?body=1" for 127.0.0.1 at 2011-10-16 12:38:11 -0700 Served asset /activegrid.js - 304 Not Modified (5ms) Started GET "/assets/activegrid.css?body=1" for 127.0.0.1 at 2011-10-16 12:38:11 -0700 Served asset /activegrid.css - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-16 12:38:11 -0700 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-16 12:38:11 -0700 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-16 12:38:11 -0700 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2011-10-16 12:38:11 -0700 Served asset /scaffold.css - 304 Not Modified (2ms) Started GET "/products" for 127.0.0.1 at 2011-10-16 12:40:14 -0700 Processing by ProductsController#index as HTML Rendered products/_grid.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "products"  Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (13.4ms) Completed 200 OK in 26ms (Views: 19.8ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-16 12:40:14 -0700 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-16 12:40:14 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2011-10-16 12:40:14 -0700 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/activegrid.js?body=1" for 127.0.0.1 at 2011-10-16 12:40:14 -0700 Served asset /activegrid.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-16 12:40:14 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/activegrid.css?body=1" for 127.0.0.1 at 2011-10-16 12:40:14 -0700 Served asset /activegrid.css - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-16 12:40:14 -0700 Served asset /application.js - 304 Not Modified (0ms) Started GET "/products?activegrid%5Bname%5D=products&activegrid%5Border%5D=name%20DESC&_=1318794018668" for 127.0.0.1 at 2011-10-16 12:40:18 -0700 Processing by ProductsController#index as JS Parameters: {"activegrid"=>{"name"=>"products", "order"=>"name DESC"}, "_"=>"1318794018668"} Rendered products/_grid.html.erb (0.7ms) Product Load (0.2ms) SELECT "products".* FROM "products" ORDER BY name DESC LIMIT 10 Rendered /Users/melvinram/Projects/activegrid/app/views/active_grid/update.js.erb (11.0ms) Completed 200 OK in 99ms (Views: 52.4ms | ActiveRecord: 0.5ms) Started GET "/" for 127.0.0.1 at 2011-10-17 10:30:03 -0700 ActionController::RoutingError (No route matches [GET] "/"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (11.8ms) Started GET "/products" for 127.0.0.1 at 2011-10-17 10:30:07 -0700 Processing by ProductsController#index as HTML Rendered products/_grid.html.erb (0.9ms)  (0.5ms) SELECT COUNT(*) FROM "products"  Product Load (0.2ms) SELECT "products".* FROM "products" Rendered products/index.html.erb within layouts/application (110.3ms) Completed 500 Internal Server Error in 140ms ActionView::Template::Error (undefined method `form_path' for #<#:0x00000100f99fb0>): 20: }); 21: <% end %> 22: 23: <%= activegrid :products %> 24: 25:
26: app/views/products/index.html.erb:23:in `_app_views_products_index_html_erb__3566228600291745754_2155470460' Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.1ms) Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (10.5ms) Started GET "/products" for 127.0.0.1 at 2011-10-17 10:38:32 -0700 Processing by ProductsController#index as HTML Rendered products/_grid.html.erb (0.1ms)  (0.1ms) SELECT COUNT(*) FROM "products"  Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (28.0ms) Completed 200 OK in 155ms (Views: 148.9ms | ActiveRecord: 0.6ms) Started GET "/assets/activegrid.css?body=1" for 127.0.0.1 at 2011-10-17 10:38:33 -0700 Served asset /activegrid.css - 200 OK (8ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-17 10:38:33 -0700 Served asset /application.css - 200 OK (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-17 10:38:33 -0700 Served asset /jquery.js - 200 OK (7ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2011-10-17 10:38:33 -0700 Served asset /scaffold.css - 200 OK (1ms) Started GET "/assets/activegrid.js?body=1" for 127.0.0.1 at 2011-10-17 10:38:33 -0700 Served asset /activegrid.js - 200 OK (3ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-17 10:38:33 -0700 Served asset /jquery_ujs.js - 200 OK (2ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-17 10:38:33 -0700 Served asset /application.js - 200 OK (0ms) Started GET "/products" for 127.0.0.1 at 2011-10-17 10:45:09 -0700 Processing by ProductsController#index as HTML Rendered products/_grid.html.erb (0.1ms)  (0.1ms) SELECT COUNT(*) FROM "products"  Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (16.8ms) Completed 200 OK in 28ms (Views: 21.9ms | ActiveRecord: 0.5ms) Started GET "/assets/activegrid.css?body=1" for 127.0.0.1 at 2011-10-17 10:45:09 -0700 Served asset /activegrid.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2011-10-17 10:45:09 -0700 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-17 10:45:09 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-17 10:45:09 -0700 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/activegrid.js?body=1" for 127.0.0.1 at 2011-10-17 10:45:09 -0700 Served asset /activegrid.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-17 10:45:09 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-17 10:45:09 -0700 Served asset /application.js - 304 Not Modified (0ms) Started GET "/products" for 127.0.0.1 at 2011-10-17 10:45:11 -0700 Processing by ProductsController#index as HTML Rendered products/_grid.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "products"  Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (12.2ms) Completed 200 OK in 23ms (Views: 16.4ms | ActiveRecord: 0.5ms) Started GET "/assets/activegrid.css?body=1" for 127.0.0.1 at 2011-10-17 10:45:11 -0700 Served asset /activegrid.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2011-10-17 10:45:11 -0700 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-17 10:45:11 -0700 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-17 10:45:11 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-17 10:45:11 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/activegrid.js?body=1" for 127.0.0.1 at 2011-10-17 10:45:11 -0700 Served asset /activegrid.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-17 10:45:11 -0700 Served asset /application.js - 304 Not Modified (0ms) Started GET "/products" for 127.0.0.1 at 2011-10-17 10:45:29 -0700 Processing by ProductsController#index as HTML Rendered products/_grid.html.erb (0.1ms)  (0.1ms) SELECT COUNT(*) FROM "products"  Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (49.4ms) Completed 200 OK in 60ms (Views: 53.9ms | ActiveRecord: 0.5ms) Started GET "/assets/activegrid.css?body=1" for 127.0.0.1 at 2011-10-17 10:45:29 -0700 Served asset /activegrid.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-17 10:45:29 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-17 10:45:29 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/activegrid.js?body=1" for 127.0.0.1 at 2011-10-17 10:45:29 -0700 Served asset /activegrid.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-17 10:45:29 -0700 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2011-10-17 10:45:29 -0700 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-17 10:45:29 -0700 Served asset /application.js - 304 Not Modified (0ms) Started GET "/products" for 127.0.0.1 at 2011-10-17 10:45:31 -0700 Processing by ProductsController#index as HTML Rendered products/_grid.html.erb (0.1ms)  (0.1ms) SELECT COUNT(*) FROM "products"  Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (12.8ms) Completed 200 OK in 24ms (Views: 17.0ms | ActiveRecord: 0.5ms) Started GET "/assets/activegrid.js?body=1" for 127.0.0.1 at 2011-10-17 10:45:31 -0700 Served asset /activegrid.js - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2011-10-17 10:45:31 -0700 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-17 10:45:31 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-17 10:45:31 -0700 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-17 10:45:31 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/activegrid.css?body=1" for 127.0.0.1 at 2011-10-17 10:45:31 -0700 Served asset /activegrid.css - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-17 10:45:31 -0700 Served asset /application.js - 304 Not Modified (0ms) Started GET "/products" for 127.0.0.1 at 2011-10-17 10:48:08 -0700 Processing by ProductsController#index as HTML Rendered products/_grid.html.erb (0.1ms)  (0.1ms) SELECT COUNT(*) FROM "products"  Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (53.7ms) Completed 200 OK in 65ms (Views: 57.8ms | ActiveRecord: 0.7ms) Started GET "/assets/activegrid.css?body=1" for 127.0.0.1 at 2011-10-17 10:48:08 -0700 Served asset /activegrid.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-17 10:48:08 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-17 10:48:08 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2011-10-17 10:48:08 -0700 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-17 10:48:08 -0700 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/activegrid.js?body=1" for 127.0.0.1 at 2011-10-17 10:48:08 -0700 Served asset /activegrid.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-17 10:48:08 -0700 Served asset /application.js - 304 Not Modified (0ms) Started GET "/products" for 127.0.0.1 at 2011-10-17 10:48:33 -0700 Processing by ProductsController#index as HTML Rendered products/_grid.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "products"  Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (13.8ms) Completed 200 OK in 25ms (Views: 18.1ms | ActiveRecord: 0.6ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-17 10:48:33 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/activegrid.css?body=1" for 127.0.0.1 at 2011-10-17 10:48:33 -0700 Served asset /activegrid.css - 304 Not Modified (0ms) Started GET "/assets/activegrid.js?body=1" for 127.0.0.1 at 2011-10-17 10:48:33 -0700 Served asset /activegrid.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-17 10:48:33 -0700 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-17 10:48:33 -0700 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2011-10-17 10:48:33 -0700 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/products" for 127.0.0.1 at 2011-10-17 10:48:46 -0700 Processing by ProductsController#index as HTML Rendered products/_grid.html.erb (0.1ms)  (0.1ms) SELECT COUNT(*) FROM "products"  Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (12.9ms) Completed 200 OK in 23ms (Views: 17.2ms | ActiveRecord: 0.5ms) Started GET "/assets/activegrid.css?body=1" for 127.0.0.1 at 2011-10-17 10:48:47 -0700 Served asset /activegrid.css - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-17 10:48:47 -0700 Served asset /application.js - 304 Not Modified (1ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2011-10-17 10:48:47 -0700 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-17 10:48:47 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/activegrid.js?body=1" for 127.0.0.1 at 2011-10-17 10:48:47 -0700 Served asset /activegrid.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-17 10:48:47 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-17 10:48:47 -0700 Served asset /application.css - 304 Not Modified (0ms) Started GET "/products" for 127.0.0.1 at 2011-10-17 10:49:56 -0700 Processing by ProductsController#index as HTML Rendered products/_grid.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "products"  Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (19.2ms) Completed 200 OK in 31ms (Views: 23.5ms | ActiveRecord: 0.6ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2011-10-17 10:49:56 -0700 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-17 10:49:56 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-17 10:49:56 -0700 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/activegrid.css?body=1" for 127.0.0.1 at 2011-10-17 10:49:56 -0700 Served asset /activegrid.css - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-17 10:49:56 -0700 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/activegrid.js?body=1" for 127.0.0.1 at 2011-10-17 10:49:56 -0700 Served asset /activegrid.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-17 10:49:56 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/products" for 127.0.0.1 at 2011-10-17 10:51:04 -0700 Processing by ProductsController#index as HTML Rendered products/_grid.html.erb (0.1ms)  (0.1ms) SELECT COUNT(*) FROM "products"  Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (13.1ms) Completed 200 OK in 24ms (Views: 18.6ms | ActiveRecord: 0.5ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2011-10-17 10:51:04 -0700 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-17 10:51:04 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/activegrid.css?body=1" for 127.0.0.1 at 2011-10-17 10:51:04 -0700 Served asset /activegrid.css - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-17 10:51:04 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/activegrid.js?body=1" for 127.0.0.1 at 2011-10-17 10:51:04 -0700 Served asset /activegrid.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-17 10:51:04 -0700 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-17 10:51:04 -0700 Served asset /application.js - 304 Not Modified (0ms) Started GET "/" for 127.0.0.1 at 2011-10-17 10:56:00 -0700 ActionController::RoutingError (No route matches [GET] "/"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Started GET "/products" for 127.0.0.1 at 2011-10-17 10:56:04 -0700 Processing by ProductsController#index as HTML Rendered products/_grid.html.erb (0.1ms)  (0.1ms) SELECT COUNT(*) FROM "products"  Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (49.8ms) Completed 200 OK in 60ms (Views: 54.4ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-17 10:56:05 -0700 Served asset /application.css - 200 OK (0ms) Started GET "/assets/activegrid.css?body=1" for 127.0.0.1 at 2011-10-17 10:56:05 -0700 Served asset /activegrid.css - 200 OK (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-17 10:56:05 -0700 Served asset /jquery.js - 200 OK (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2011-10-17 10:56:05 -0700 Served asset /scaffold.css - 200 OK (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-17 10:56:05 -0700 Served asset /jquery_ujs.js - 200 OK (0ms) Started GET "/assets/activegrid.js?body=1" for 127.0.0.1 at 2011-10-17 10:56:05 -0700 Served asset /activegrid.js - 200 OK (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-17 10:56:10 -0700 Served asset /application.js - 200 OK (0ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 10:56:14 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 10:56:14 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 10:56:14 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 10:56:14 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 10:56:20 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 10:56:20 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 10:57:16 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 10:57:16 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 10:57:22 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 10:57:22 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started HEAD "/products" for 127.0.0.1 at 2011-10-17 10:57:54 -0700 Processing by ProductsController#index as HTML Rendered products/_grid.html.erb (0.1ms)  (0.1ms) SELECT COUNT(*) FROM "products"  Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (12.3ms) Completed 200 OK in 22ms (Views: 16.6ms | ActiveRecord: 0.5ms) Started GET "/products" for 127.0.0.1 at 2011-10-17 10:57:59 -0700 Processing by ProductsController#index as HTML Rendered products/_grid.html.erb (0.1ms)  (0.1ms) SELECT COUNT(*) FROM "products"  Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (12.1ms) Completed 200 OK in 22ms (Views: 16.5ms | ActiveRecord: 0.5ms) Started GET "/products" for 127.0.0.1 at 2011-10-17 10:58:02 -0700 Processing by ProductsController#index as HTML Rendered products/_grid.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "products"  Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (13.2ms) Completed 200 OK in 23ms (Views: 17.4ms | ActiveRecord: 0.5ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 10:58:03 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 10:58:03 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 10:58:12 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 10:58:12 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 10:58:15 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 10:58:16 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 10:59:46 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 10:59:47 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:00:30 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:00:31 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:00:31 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:00:36 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 11:01:22 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 11:01:22 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/products" for 127.0.0.1 at 2011-10-17 11:01:59 -0700 Processing by ProductsController#index as HTML Rendered products/_grid.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "products"  Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (13.4ms) Completed 200 OK in 23ms (Views: 17.8ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-17 11:01:59 -0700 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/activegrid.css?body=1" for 127.0.0.1 at 2011-10-17 11:01:59 -0700 Served asset /activegrid.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2011-10-17 11:01:59 -0700 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-17 11:01:59 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-17 11:01:59 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/activegrid.js?body=1" for 127.0.0.1 at 2011-10-17 11:01:59 -0700 Served asset /activegrid.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-17 11:02:00 -0700 Served asset /application.js - 304 Not Modified (0ms) Started GET "/products" for 127.0.0.1 at 2011-10-17 11:02:13 -0700 Processing by ProductsController#index as HTML Rendered products/_grid.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "products"  Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (12.3ms) Completed 200 OK in 22ms (Views: 16.4ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-17 11:02:13 -0700 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/activegrid.css?body=1" for 127.0.0.1 at 2011-10-17 11:02:14 -0700 Served asset /activegrid.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-17 11:02:14 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2011-10-17 11:02:14 -0700 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-17 11:02:14 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/activegrid.js?body=1" for 127.0.0.1 at 2011-10-17 11:02:14 -0700 Served asset /activegrid.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-17 11:02:14 -0700 Served asset /application.js - 304 Not Modified (0ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:02:17 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:02:17 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 11:02:21 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 11:02:21 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/products" for 127.0.0.1 at 2011-10-17 11:02:22 -0700 Processing by ProductsController#index as HTML Rendered products/_grid.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "products"  Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (17.2ms) Completed 200 OK in 28ms (Views: 21.3ms | ActiveRecord: 0.7ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-17 11:02:22 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-17 11:02:22 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/activegrid.css?body=1" for 127.0.0.1 at 2011-10-17 11:02:22 -0700 Served asset /activegrid.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2011-10-17 11:02:22 -0700 Served asset /scaffold.css - 304 Not Modified (1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-17 11:02:22 -0700 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/activegrid.js?body=1" for 127.0.0.1 at 2011-10-17 11:02:22 -0700 Served asset /activegrid.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-17 11:02:22 -0700 Served asset /application.js - 304 Not Modified (0ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 11:02:35 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 11:02:35 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/products" for 127.0.0.1 at 2011-10-17 11:03:11 -0700 Processing by ProductsController#index as HTML Rendered products/_grid.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "products"  Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (15.3ms) Completed 200 OK in 26ms (Views: 19.7ms | ActiveRecord: 0.7ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-17 11:03:11 -0700 Served asset /jquery_ujs.js - 304 Not Modified (1ms) Started GET "/assets/activegrid.css?body=1" for 127.0.0.1 at 2011-10-17 11:03:11 -0700 Served asset /activegrid.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2011-10-17 11:03:11 -0700 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-17 11:03:11 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/activegrid.js?body=1" for 127.0.0.1 at 2011-10-17 11:03:11 -0700 Served asset /activegrid.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-17 11:03:11 -0700 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-17 11:03:11 -0700 Served asset /application.css - 304 Not Modified (0ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:03:39 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:03:41 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:03:41 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:03:41 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:04:04 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:04:04 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms) Started GET "/products" for 127.0.0.1 at 2011-10-17 11:04:19 -0700 Processing by ProductsController#index as HTML Rendered products/_grid.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "products"  Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (13.7ms) Completed 200 OK in 26ms (Views: 18.4ms | ActiveRecord: 0.6ms) Started GET "/assets/activegrid.css?body=1" for 127.0.0.1 at 2011-10-17 11:04:19 -0700 Served asset /activegrid.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2011-10-17 11:04:19 -0700 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-17 11:04:19 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-17 11:04:19 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-17 11:04:19 -0700 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/activegrid.js?body=1" for 127.0.0.1 at 2011-10-17 11:04:19 -0700 Served asset /activegrid.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-17 11:04:19 -0700 Served asset /application.css - 304 Not Modified (0ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:04:58 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:04:58 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/products" for 127.0.0.1 at 2011-10-17 11:05:13 -0700 Processing by ProductsController#index as HTML Rendered products/_grid.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "products"  Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (13.3ms) Completed 200 OK in 26ms (Views: 19.4ms | ActiveRecord: 0.6ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2011-10-17 11:05:13 -0700 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-17 11:05:13 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/activegrid.css?body=1" for 127.0.0.1 at 2011-10-17 11:05:13 -0700 Served asset /activegrid.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-17 11:05:13 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-17 11:05:13 -0700 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/activegrid.js?body=1" for 127.0.0.1 at 2011-10-17 11:05:13 -0700 Served asset /activegrid.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-17 11:05:13 -0700 Served asset /application.js - 304 Not Modified (0ms) Started POST "/products" for 127.0.0.1 at 2011-10-17 11:05:20 -0700 Processing by ProductsController#create as JS Parameters: {"utf8"=>"✓", "authenticity_token"=>"UZ4N1aOFC7t0wwmlEnOjHqofK2YHwmJA9Lb8F6BpR60=", "activegrid_filter_name"=>"Gizmo", "activegird_filter_description"=>""} SQL (83.7ms) INSERT INTO "products" ("created_at", "description", "name", "price", "quantity", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["created_at", Mon, 17 Oct 2011 18:05:20 UTC +00:00], ["description", nil], ["name", nil], ["price", nil], ["quantity", nil], ["updated_at", Mon, 17 Oct 2011 18:05:20 UTC +00:00]] Redirected to http://localhost:3000/products/4 Completed 302 Found in 130ms Started GET "/products/4" for 127.0.0.1 at 2011-10-17 11:05:20 -0700 Processing by ProductsController#show as JS Parameters: {"id"=>"4"} Product Load (0.2ms) SELECT "products".* FROM "products" WHERE "products"."id" = ? LIMIT 1 [["id", "4"]] Rendered products/show.html.erb within layouts/application (7.5ms) Completed 200 OK in 39ms (Views: 37.1ms | ActiveRecord: 0.5ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:05:31 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:05:31 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:05:40 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:05:40 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:06:06 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:06:06 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/products" for 127.0.0.1 at 2011-10-17 11:06:24 -0700 Processing by ProductsController#index as HTML Rendered products/_grid.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "products"  Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (13.0ms) Completed 200 OK in 25ms (Views: 18.0ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-17 11:06:24 -0700 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/activegrid.css?body=1" for 127.0.0.1 at 2011-10-17 11:06:24 -0700 Served asset /activegrid.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2011-10-17 11:06:24 -0700 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-17 11:06:24 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/activegrid.js?body=1" for 127.0.0.1 at 2011-10-17 11:06:24 -0700 Served asset /activegrid.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-17 11:06:24 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-17 11:06:24 -0700 Served asset /application.js - 304 Not Modified (1ms) Started GET "/products?utf8=%E2%9C%93&activegrid_filter_name=Gizmo&activegird_filter_description=" for 127.0.0.1 at 2011-10-17 11:06:27 -0700 Processing by ProductsController#index as JS Parameters: {"utf8"=>"✓", "activegrid_filter_name"=>"Gizmo", "activegird_filter_description"=>""} Rendered products/_grid.html.erb (0.7ms)  (0.2ms) SELECT COUNT(*) FROM "products"  Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (15.4ms) Completed 200 OK in 36ms (Views: 26.9ms | ActiveRecord: 1.1ms) Started GET "/products" for 127.0.0.1 at 2011-10-17 11:06:32 -0700 Processing by ProductsController#index as HTML Rendered products/_grid.html.erb (0.1ms)  (0.1ms) SELECT COUNT(*) FROM "products"  Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (12.7ms) Completed 200 OK in 23ms (Views: 17.0ms | ActiveRecord: 0.5ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-17 11:06:32 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/activegrid.js?body=1" for 127.0.0.1 at 2011-10-17 11:06:32 -0700 Served asset /activegrid.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-17 11:06:32 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2011-10-17 11:06:32 -0700 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/activegrid.css?body=1" for 127.0.0.1 at 2011-10-17 11:06:32 -0700 Served asset /activegrid.css - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-17 11:06:32 -0700 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-17 11:06:32 -0700 Served asset /application.js - 304 Not Modified (0ms) Started GET "/products" for 127.0.0.1 at 2011-10-17 11:06:34 -0700 Processing by ProductsController#index as HTML Rendered products/_grid.html.erb (0.1ms)  (0.1ms) SELECT COUNT(*) FROM "products"  Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (13.1ms) Completed 200 OK in 24ms (Views: 17.4ms | ActiveRecord: 0.5ms) Started GET "/assets/activegrid.css?body=1" for 127.0.0.1 at 2011-10-17 11:06:34 -0700 Served asset /activegrid.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2011-10-17 11:06:34 -0700 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-17 11:06:34 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/activegrid.js?body=1" for 127.0.0.1 at 2011-10-17 11:06:34 -0700 Served asset /activegrid.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-17 11:06:34 -0700 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-17 11:06:34 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-17 11:06:34 -0700 Served asset /application.css - 304 Not Modified (0ms) Started GET "/products?utf8=%E2%9C%93&activegrid_filter_name=Widget&activegird_filter_description=" for 127.0.0.1 at 2011-10-17 11:06:43 -0700 Processing by ProductsController#index as JS Parameters: {"utf8"=>"✓", "activegrid_filter_name"=>"Widget", "activegird_filter_description"=>""} Rendered products/_grid.html.erb (0.1ms)  (0.1ms) SELECT COUNT(*) FROM "products"  Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (13.0ms) Completed 200 OK in 30ms (Views: 23.0ms | ActiveRecord: 0.5ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:07:16 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:07:16 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 11:07:35 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 11:07:35 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:08:51 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:08:51 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:11:19 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:11:19 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:11:21 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:11:21 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:11:25 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:11:30 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 11:11:32 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 11:11:32 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 11:11:44 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 11:11:44 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:11:50 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:11:50 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:13:33 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:13:33 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:13:42 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:13:47 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:14:04 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:14:04 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.4ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:14:17 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:14:17 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:14:38 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:14:38 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:14:59 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:15:00 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:15:01 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:15:06 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:15:24 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:15:24 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.1ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:15:56 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:15:56 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:16:01 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:16:01 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:16:04 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:16:04 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 11:16:30 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 11:16:35 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 11:17:10 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 11:17:11 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:17:41 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:17:41 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:17:46 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:17:46 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:18:13 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:18:13 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:18:32 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:18:37 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:19:47 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:19:47 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 11:20:11 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 11:20:11 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:20:51 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:20:51 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:21:42 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:21:42 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 11:22:05 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 11:22:10 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:22:23 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:22:23 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 11:22:54 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 11:22:54 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:23:13 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.4ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:23:13 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:23:14 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:23:14 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:24:28 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:24:33 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/products" for 127.0.0.1 at 2011-10-17 11:24:33 -0700 Processing by ProductsController#index as HTML Rendered products/_grid.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "products"  Product Load (0.2ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (13.8ms) Completed 200 OK in 25ms (Views: 18.2ms | ActiveRecord: 0.6ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-17 11:24:33 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/activegrid.js?body=1" for 127.0.0.1 at 2011-10-17 11:24:33 -0700 Served asset /activegrid.js - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2011-10-17 11:24:33 -0700 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-17 11:24:33 -0700 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/activegrid.css?body=1" for 127.0.0.1 at 2011-10-17 11:24:33 -0700 Served asset /activegrid.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-17 11:24:33 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-17 11:24:33 -0700 Served asset /application.js - 304 Not Modified (2ms) Started GET "/products/4" for 127.0.0.1 at 2011-10-17 11:24:36 -0700 Processing by ProductsController#show as HTML Parameters: {"id"=>"4"} Product Load (0.1ms) SELECT "products".* FROM "products" WHERE "products"."id" = ? LIMIT 1 [["id", "4"]] Rendered products/show.html.erb within layouts/application (7.0ms) Completed 200 OK in 16ms (Views: 14.4ms | ActiveRecord: 0.4ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2011-10-17 11:24:36 -0700 Served asset /scaffold.css - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-17 11:24:36 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-17 11:24:36 -0700 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-17 11:24:36 -0700 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/activegrid.css?body=1" for 127.0.0.1 at 2011-10-17 11:24:36 -0700 Served asset /activegrid.css - 304 Not Modified (0ms) Started GET "/assets/activegrid.js?body=1" for 127.0.0.1 at 2011-10-17 11:24:36 -0700 Served asset /activegrid.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-17 11:24:36 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/products/4/edit" for 127.0.0.1 at 2011-10-17 11:24:37 -0700 Processing by ProductsController#edit as HTML Parameters: {"id"=>"4"} Product Load (0.1ms) SELECT "products".* FROM "products" WHERE "products"."id" = ? LIMIT 1 [["id", "4"]] Rendered products/_form.html.erb (10.1ms) Rendered products/edit.html.erb within layouts/application (12.7ms) Completed 200 OK in 42ms (Views: 40.6ms | ActiveRecord: 0.4ms) Started GET "/assets/activegrid.js?body=1" for 127.0.0.1 at 2011-10-17 11:24:37 -0700 Served asset /activegrid.js - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-17 11:24:37 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-17 11:24:37 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/activegrid.css?body=1" for 127.0.0.1 at 2011-10-17 11:24:37 -0700 Served asset /activegrid.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2011-10-17 11:24:37 -0700 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-17 11:24:37 -0700 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-17 11:24:37 -0700 Served asset /application.js - 304 Not Modified (1ms) Started GET "/products/4" for 127.0.0.1 at 2011-10-17 11:24:41 -0700 Processing by ProductsController#show as HTML Parameters: {"id"=>"4"} Product Load (0.1ms) SELECT "products".* FROM "products" WHERE "products"."id" = ? LIMIT 1 [["id", "4"]] Rendered products/show.html.erb within layouts/application (7.4ms) Completed 200 OK in 17ms (Views: 15.5ms | ActiveRecord: 0.4ms) Started GET "/assets/activegrid.css?body=1" for 127.0.0.1 at 2011-10-17 11:24:41 -0700 Served asset /activegrid.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-17 11:24:41 -0700 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-17 11:24:41 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2011-10-17 11:24:41 -0700 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/activegrid.js?body=1" for 127.0.0.1 at 2011-10-17 11:24:41 -0700 Served asset /activegrid.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-17 11:24:41 -0700 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-17 11:24:41 -0700 Served asset /application.js - 304 Not Modified (0ms) Started GET "/products" for 127.0.0.1 at 2011-10-17 11:24:42 -0700 Processing by ProductsController#index as HTML Rendered products/_grid.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (12.7ms) Completed 200 OK in 24ms (Views: 17.9ms | ActiveRecord: 0.5ms) Started GET "/assets/activegrid.css?body=1" for 127.0.0.1 at 2011-10-17 11:24:43 -0700 Served asset /activegrid.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2011-10-17 11:24:43 -0700 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-17 11:24:43 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-17 11:24:43 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/activegrid.js?body=1" for 127.0.0.1 at 2011-10-17 11:24:43 -0700 Served asset /activegrid.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-17 11:24:43 -0700 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-17 11:24:43 -0700 Served asset /application.js - 304 Not Modified (0ms) Started GET "/products?utf8=%E2%9C%93&activegrid_filter_name=Gizmo&activegird_filter_description=" for 127.0.0.1 at 2011-10-17 11:24:50 -0700 Processing by ProductsController#index as JS Parameters: {"utf8"=>"✓", "activegrid_filter_name"=>"Gizmo", "activegird_filter_description"=>""} Rendered products/_grid.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (13.7ms) Completed 200 OK in 31ms (Views: 23.9ms | ActiveRecord: 0.5ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:24:50 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:24:51 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:25:02 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:25:02 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:25:10 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:25:11 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 11:25:16 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 11:25:16 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:25:29 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:25:30 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:25:45 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:25:50 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 11:25:50 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 11:25:50 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:27:48 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (5.5ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:27:49 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:27:54 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:27:54 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:28:43 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:28:43 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:29:14 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:29:19 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:29:47 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:29:47 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (42.7ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:29:49 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:29:49 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:30:02 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:30:02 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:31:16 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:31:16 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 11:31:24 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 11:31:29 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 11:31:29 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 11:31:29 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:31:50 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:31:50 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:32:12 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:32:12 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:33:51 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.1ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:33:51 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:34:16 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:34:21 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:34:55 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:34:55 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 11:35:19 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 11:35:19 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 11:35:24 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 11:35:24 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:35:43 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:35:43 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:36:02 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:36:07 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 11:36:29 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 11:36:29 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 11:36:35 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 11:36:35 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:36:40 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:36:40 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 11:36:46 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 11:36:46 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:36:56 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:37:01 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:37:05 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:37:05 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:37:17 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:37:17 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:37:41 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:37:42 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:37:44 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:37:44 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:38:27 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:38:32 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:38:38 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:38:38 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 11:38:44 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 11:38:44 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 11:39:24 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 11:39:24 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:39:37 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:39:37 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 11:39:37 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 11:39:43 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:40:15 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:40:16 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:40:41 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:40:41 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:41:34 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:41:35 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:42:04 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:42:04 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 11:42:19 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 11:42:24 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (2.7ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:42:32 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:42:32 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 11:42:46 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 11:42:46 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 11:44:03 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 11:44:03 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 11:44:05 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 11:44:05 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 11:44:33 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 11:44:38 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:44:38 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:44:38 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 11:44:38 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 11:44:38 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:45:09 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:45:10 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 11:45:29 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 11:45:29 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:45:49 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:45:54 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 11:46:01 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 11:46:01 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 11:46:07 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 11:46:07 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:46:55 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:46:55 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 11:47:05 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 11:47:05 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 11:47:09 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 11:47:14 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:47:14 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:47:14 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:47:23 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:47:24 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 11:48:00 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 11:48:00 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:48:11 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:48:11 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 11:48:20 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 11:48:25 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 11:48:25 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 11:48:25 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:48:42 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:48:42 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.1ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:49:04 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:49:04 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:50:13 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:50:13 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:51:20 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:51:25 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:52:19 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:52:20 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 11:52:55 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 11:52:55 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:53:00 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:53:00 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:53:41 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:53:41 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:53:51 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:53:56 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:55:02 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:55:03 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 11:55:08 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 11:55:08 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:55:40 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:55:43 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.1ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 11:56:03 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 11:56:04 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 11:56:07 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 11:56:12 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:56:21 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:56:21 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 11:56:40 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 11:56:41 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 11:56:46 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 11:56:46 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:56:50 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:56:51 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:57:15 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:57:20 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:57:44 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:57:45 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:57:51 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:57:52 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:59:10 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 11:59:11 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 11:59:58 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 11:59:59 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:00:46 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:00:51 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:01:20 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:01:20 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:02:09 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:02:09 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:02:29 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:02:31 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:02:50 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:02:50 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:02:54 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:02:59 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:03:48 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:03:48 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:03:57 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:03:57 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:04:02 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:04:02 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:04:16 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:04:16 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:04:22 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:04:27 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:04:31 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:04:31 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:04:33 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:04:33 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:04:40 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:04:40 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:05:12 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:05:12 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:05:42 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:05:47 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:05:47 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:05:47 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:06:01 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:06:01 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:06:47 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:06:47 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:07:22 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:07:22 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:07:24 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:07:29 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:07:30 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:07:30 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:07:33 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:07:33 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:07:46 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:07:46 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:07:54 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:07:54 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:07:58 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:08:03 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:08:05 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:08:05 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:08:26 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:08:26 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/products" for 127.0.0.1 at 2011-10-17 12:08:33 -0700 Processing by ProductsController#index as */* Rendered products/_grid.html.erb (0.7ms)  (0.2ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (12.9ms) Completed 200 OK in 83ms (Views: 75.5ms | ActiveRecord: 0.5ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:08:35 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:08:35 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:08:53 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:08:53 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:08:59 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:08:59 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:09:22 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:09:22 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:09:56 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:09:56 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:10:11 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:10:16 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:10:56 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:10:56 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:11:11 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:11:11 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:11:35 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:11:35 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:11:54 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:11:54 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:12:14 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:12:19 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:12:19 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:12:19 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:12:20 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:12:20 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:12:25 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:12:25 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:12:42 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:12:42 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:12:43 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:12:48 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:13:08 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:13:09 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:13:28 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:13:28 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:13:38 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:13:39 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:13:39 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:13:39 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:13:56 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:14:01 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:14:20 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:14:21 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:15:01 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:15:01 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:15:15 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:15:16 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:15:29 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:15:30 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:15:36 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:15:41 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:15:54 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:15:55 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:15:55 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:15:55 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:16:00 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:16:00 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:16:14 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:16:14 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:16:26 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:16:31 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:16:31 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:16:31 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:16:36 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:16:36 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:16:41 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:16:41 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:16:54 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:16:56 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:17:05 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:17:10 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:17:15 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:17:15 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:17:28 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:17:29 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:17:57 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:17:59 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:18:05 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:18:05 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:18:27 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:18:32 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:18:32 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:18:32 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:18:49 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:18:49 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:18:54 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:18:54 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:19:07 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:19:07 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:19:07 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:19:12 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:19:13 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:19:13 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:19:13 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:19:13 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:19:19 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:19:19 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:19:39 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:19:40 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:19:41 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:19:46 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:20:16 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:20:17 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:21:09 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:21:09 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:21:19 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:21:19 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:21:20 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:21:20 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:21:52 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:21:57 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.1ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:22:13 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:22:13 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:22:13 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:22:13 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:22:52 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:22:52 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:23:13 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:23:13 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:23:30 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:23:35 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:24:09 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:24:09 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:24:18 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:24:18 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:24:45 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:24:45 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:25:04 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:25:04 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:25:06 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:25:11 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:25:11 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:25:11 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:26:01 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:26:02 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:26:40 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:26:40 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:26:48 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:26:48 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:27:22 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:27:27 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:27:52 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.1ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:27:52 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:27:53 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:27:53 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:28:05 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:28:05 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:28:09 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:28:10 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:28:33 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:28:38 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:28:44 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (46.7ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:28:44 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:28:48 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:28:48 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:29:04 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:29:04 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:29:06 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:29:06 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:29:29 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:29:34 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:30:35 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (4.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:30:35 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:31:30 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:31:30 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:32:15 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:32:15 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:33:27 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:33:27 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:33:53 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:33:58 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:33:59 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:33:59 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:34:10 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:34:10 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:34:15 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:34:15 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:34:16 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:34:16 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:34:47 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:34:52 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:35:00 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:35:00 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:35:01 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:35:01 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:35:06 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:35:06 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:35:33 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:35:33 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:35:33 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:35:38 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:35:46 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:35:46 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:35:48 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:35:48 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:36:19 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:36:19 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:36:27 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:36:27 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:37:07 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:37:12 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:37:23 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:37:23 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:37:25 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:37:25 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:37:35 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:37:35 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:37:39 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:37:39 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:37:52 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:37:57 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:38:33 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:38:33 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:38:55 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:38:55 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:39:10 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:39:10 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:39:51 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:39:51 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:39:53 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:39:58 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:39:58 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:39:58 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:40:04 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:40:04 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:40:13 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:40:13 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:40:44 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.2ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:40:44 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:41:14 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:41:19 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:41:34 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:41:34 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:41:53 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:41:53 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:41:58 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:41:58 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.1ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:42:45 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:42:45 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:42:54 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:42:59 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:43:11 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:43:11 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:43:11 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:43:11 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:43:22 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:43:22 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:43:48 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:43:48 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:43:49 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:43:54 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:44:05 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:44:05 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:44:38 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:44:38 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:44:56 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:44:56 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:45:18 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:45:18 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:45:30 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:45:35 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:45:35 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:45:35 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:46:34 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:46:34 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:47:27 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:47:27 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:47:47 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:47:47 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:48:23 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:48:28 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:48:30 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:48:30 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:48:46 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:48:46 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:49:28 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:49:28 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:49:39 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:49:39 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:49:53 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:49:58 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:50:21 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:50:21 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:50:46 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:50:46 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:51:21 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:51:21 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started GET "/images/yoshi_star.png" for 127.0.0.1 at 2011-10-17 12:51:22 -0700 ActionController::RoutingError (No route matches [GET] "/images/yoshi_star.png"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:51:25 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:51:25 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:51:36 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:51:36 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:51:52 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:51:52 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:51:53 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:51:58 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:52:11 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:52:11 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:52:40 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:52:40 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:52:46 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:52:46 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/images/yoshi_star.png" for 127.0.0.1 at 2011-10-17 12:53:00 -0700 ActionController::RoutingError (No route matches [GET] "/images/yoshi_star.png"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:53:26 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:53:26 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:53:32 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:53:32 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:53:32 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:53:32 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:53:35 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:53:40 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:53:42 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:53:42 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:53:52 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:53:52 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:54:18 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:54:18 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:54:41 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:54:41 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:55:09 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:55:14 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:56:13 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:56:13 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:56:19 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:56:19 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:56:59 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:56:59 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/" for 127.0.0.1 at 2011-10-17 12:57:45 -0700 ActionController::RoutingError (No route matches [GET] "/"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/images/yoshi_star.png" for 127.0.0.1 at 2011-10-17 12:57:45 -0700 ActionController::RoutingError (No route matches [GET] "/images/yoshi_star.png"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started GET "/projects/2/edit" for 127.0.0.1 at 2011-10-17 12:57:54 -0700 ActionController::RoutingError (No route matches [GET] "/projects/2/edit"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.8ms) Started GET "/products" for 127.0.0.1 at 2011-10-17 12:58:00 -0700 Processing by ProductsController#index as HTML Rendered products/_grid.html.erb (0.1ms) Product Load (0.1ms) SELECT "products".* FROM "products" Rendered products/index.html.erb within layouts/application (86.0ms) Completed 500 Internal Server Error in 114ms ActionView::Template::Error (undefined local variable or method `products' for #): 2: 3: 4: 5: <%= activegrid :products %> 6: 7:
8: app/views/products/index.html.erb:5:in `_app_views_products_index_html_erb__3566228600291745754_2155671020' Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.6ms) Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.9ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:58:19 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:58:19 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:58:36 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 12:58:36 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:59:16 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:59:16 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:59:21 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 12:59:21 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/images/yoshi_star.png" for 127.0.0.1 at 2011-10-17 12:59:26 -0700 ActionController::RoutingError (No route matches [GET] "/images/yoshi_star.png"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:00:21 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:00:21 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/products" for 127.0.0.1 at 2011-10-17 13:01:08 -0700 Processing by ProductsController#index as HTML Rendered products/_grid.html.erb (0.1ms) Product Load (0.1ms) SELECT "products".* FROM "products"  Rendered products/index.html.erb within layouts/application (80.7ms) Completed 500 Internal Server Error in 89ms ActionView::Template::Error (undefined method `js' for #): 2: 3: 4: 5: <%= activegrid :products %> 6: 7:
8: app/views/products/index.html.erb:5:in `_app_views_products_index_html_erb__3566228600291745754_2155671020' Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms) Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (4.4ms) Started GET "/products" for 127.0.0.1 at 2011-10-17 13:01:16 -0700 Processing by ProductsController#index as HTML Rendered products/_grid.html.erb (0.1ms)  (0.1ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (53.2ms) Completed 200 OK in 63ms (Views: 57.4ms | ActiveRecord: 0.6ms) Started GET "/assets/activegrid.js?body=1" for 127.0.0.1 at 2011-10-17 13:01:16 -0700 Served asset /activegrid.js - 304 Not Modified (0ms) Started GET "/assets/activegrid.css?body=1" for 127.0.0.1 at 2011-10-17 13:01:16 -0700 Served asset /activegrid.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-17 13:01:16 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-17 13:01:16 -0700 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2011-10-17 13:01:16 -0700 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-17 13:01:16 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-17 13:01:16 -0700 Served asset /application.css - 304 Not Modified (0ms) Started GET "/products" for 127.0.0.1 at 2011-10-17 13:01:23 -0700 Processing by ProductsController#index as HTML Rendered products/_grid.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (12.8ms) Completed 200 OK in 23ms (Views: 17.2ms | ActiveRecord: 0.5ms) Started GET "/assets/activegrid.css?body=1" for 127.0.0.1 at 2011-10-17 13:01:23 -0700 Served asset /activegrid.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2011-10-17 13:01:23 -0700 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-17 13:01:23 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-17 13:01:23 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/activegrid.js?body=1" for 127.0.0.1 at 2011-10-17 13:01:23 -0700 Served asset /activegrid.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-17 13:01:23 -0700 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-17 13:01:23 -0700 Served asset /application.js - 304 Not Modified (1ms) Started GET "/products" for 127.0.0.1 at 2011-10-17 13:01:55 -0700 Processing by ProductsController#index as HTML Rendered products/_grid.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (52.6ms) Completed 200 OK in 63ms (Views: 56.9ms | ActiveRecord: 0.6ms) Started GET "/assets/activegrid.css?body=1" for 127.0.0.1 at 2011-10-17 13:01:55 -0700 Served asset /activegrid.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-17 13:01:55 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2011-10-17 13:01:55 -0700 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-17 13:01:55 -0700 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-17 13:01:55 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/activegrid.js?body=1" for 127.0.0.1 at 2011-10-17 13:01:55 -0700 Served asset /activegrid.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-17 13:01:55 -0700 Served asset /application.js - 304 Not Modified (0ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:02:03 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:02:03 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 13:02:11 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 13:02:11 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/products" for 127.0.0.1 at 2011-10-17 13:02:35 -0700 Processing by ProductsController#index as HTML Rendered products/_grid.html.erb (0.1ms) Product Load (0.1ms) SELECT "products".* FROM "products" Rendered products/index.html.erb within layouts/application (85.2ms) Completed 500 Internal Server Error in 93ms ActionView::Template::Error (undefined local variable or method `s' for #): 1:

Listing products

2: 3: <%= activegrid :products %> 4: 5:
6: app/views/products/index.html.erb:3:in `_app_views_products_index_html_erb__3566228600291745754_2159710400' Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (4.1ms) Started GET "/products" for 127.0.0.1 at 2011-10-17 13:02:41 -0700 Processing by ProductsController#index as HTML Rendered products/_grid.html.erb (0.1ms) Product Load (0.1ms) SELECT "products".* FROM "products"  Rendered products/index.html.erb within layouts/application (76.3ms) Completed 500 Internal Server Error in 84ms ActionView::Template::Error (undefined local variable or method `s' for #): 1:

Listing products

2: 3: <%= activegrid :products %> 4: 5:
6: app/views/products/index.html.erb:3:in `_app_views_products_index_html_erb__3566228600291745754_2159710400' Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (4.2ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:02:49 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:02:49 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/products" for 127.0.0.1 at 2011-10-17 13:02:52 -0700 Processing by ProductsController#index as HTML Rendered products/_grid.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (12.3ms) Completed 200 OK in 22ms (Views: 16.5ms | ActiveRecord: 0.5ms) Started GET "/assets/activegrid.css?body=1" for 127.0.0.1 at 2011-10-17 13:02:52 -0700 Served asset /activegrid.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2011-10-17 13:02:52 -0700 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-17 13:02:52 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-17 13:02:52 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-17 13:02:52 -0700 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/activegrid.js?body=1" for 127.0.0.1 at 2011-10-17 13:02:52 -0700 Served asset /activegrid.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-17 13:02:52 -0700 Served asset /application.js - 304 Not Modified (0ms) Started GET "/products" for 127.0.0.1 at 2011-10-17 13:03:13 -0700 Processing by ProductsController#index as HTML Rendered products/_grid.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (60.2ms) Completed 200 OK in 72ms (Views: 65.8ms | ActiveRecord: 0.6ms) Started GET "/assets/activegrid.css?body=1" for 127.0.0.1 at 2011-10-17 13:03:13 -0700 Served asset /activegrid.css - 304 Not Modified (0ms) Started GET "/assets/activegrid.js?body=1" for 127.0.0.1 at 2011-10-17 13:03:13 -0700 Served asset /activegrid.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-17 13:03:13 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2011-10-17 13:03:13 -0700 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-17 13:03:13 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-17 13:03:13 -0700 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-17 13:03:13 -0700 Served asset /application.css - 304 Not Modified (0ms) Started GET "/products" for 127.0.0.1 at 2011-10-17 13:04:03 -0700 Processing by ProductsController#index as HTML Rendered products/_grid.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (12.8ms) Completed 200 OK in 23ms (Views: 17.0ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-17 13:04:03 -0700 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/activegrid.css?body=1" for 127.0.0.1 at 2011-10-17 13:04:03 -0700 Served asset /activegrid.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2011-10-17 13:04:03 -0700 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-17 13:04:03 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-17 13:04:03 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/activegrid.js?body=1" for 127.0.0.1 at 2011-10-17 13:04:03 -0700 Served asset /activegrid.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-17 13:04:03 -0700 Served asset /application.js - 304 Not Modified (0ms) Started GET "/products?utf8=%E2%9C%93&activegrid_filter_name=Gizmo&activegird_filter_description=" for 127.0.0.1 at 2011-10-17 13:04:06 -0700 Processing by ProductsController#index as JS Parameters: {"utf8"=>"✓", "activegrid_filter_name"=>"Gizmo", "activegird_filter_description"=>""} Rendered products/_grid.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (55.2ms) Completed 200 OK in 73ms (Views: 64.9ms | ActiveRecord: 0.6ms) Started GET "/products" for 127.0.0.1 at 2011-10-17 13:04:07 -0700 Processing by ProductsController#index as HTML Rendered products/_grid.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (15.0ms) Completed 200 OK in 28ms (Views: 20.0ms | ActiveRecord: 0.5ms) Started GET "/assets/activegrid.css?body=1" for 127.0.0.1 at 2011-10-17 13:04:07 -0700 Served asset /activegrid.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2011-10-17 13:04:07 -0700 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-17 13:04:07 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-17 13:04:07 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-17 13:04:07 -0700 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/activegrid.js?body=1" for 127.0.0.1 at 2011-10-17 13:04:07 -0700 Served asset /activegrid.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-17 13:04:07 -0700 Served asset /application.css - 304 Not Modified (0ms) Started GET "/products?utf8=%E2%9C%93&activegrid_filter_name=Widget&activegird_filter_description=" for 127.0.0.1 at 2011-10-17 13:04:09 -0700 Processing by ProductsController#index as JS Parameters: {"utf8"=>"✓", "activegrid_filter_name"=>"Widget", "activegird_filter_description"=>""} Rendered products/_grid.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (12.8ms) Completed 200 OK in 71ms (Views: 23.4ms | ActiveRecord: 0.5ms) Started GET "/products" for 127.0.0.1 at 2011-10-17 13:04:16 -0700 Processing by ProductsController#index as HTML Rendered products/_grid.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (12.7ms) Completed 200 OK in 23ms (Views: 16.8ms | ActiveRecord: 0.5ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2011-10-17 13:04:16 -0700 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-17 13:04:16 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-17 13:04:16 -0700 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/activegrid.css?body=1" for 127.0.0.1 at 2011-10-17 13:04:16 -0700 Served asset /activegrid.css - 304 Not Modified (0ms) Started GET "/assets/activegrid.js?body=1" for 127.0.0.1 at 2011-10-17 13:04:16 -0700 Served asset /activegrid.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-17 13:04:16 -0700 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-17 13:04:16 -0700 Served asset /application.css - 304 Not Modified (0ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:04:19 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:04:19 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 13:04:32 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 13:04:32 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:07:18 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:07:18 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:07:44 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:07:44 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:08:14 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:08:14 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms) Started GET "/images/yoshi_star.png" for 127.0.0.1 at 2011-10-17 13:08:32 -0700 ActionController::RoutingError (No route matches [GET] "/images/yoshi_star.png"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:08:37 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:08:37 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started GET "/images/yoshi_star.png" for 127.0.0.1 at 2011-10-17 13:08:37 -0700 ActionController::RoutingError (No route matches [GET] "/images/yoshi_star.png"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:08:45 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:08:45 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:08:57 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:08:57 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/images/yoshi_star.png" for 127.0.0.1 at 2011-10-17 13:09:15 -0700 ActionController::RoutingError (No route matches [GET] "/images/yoshi_star.png"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:09:22 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:09:22 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:09:30 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:09:30 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/auth/twitter?origin=popup" for 127.0.0.1 at 2011-10-17 13:09:48 -0700 ActionController::RoutingError (No route matches [GET] "/auth/twitter"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 13:09:59 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 13:09:59 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:10:11 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:10:11 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:10:16 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:10:16 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:10:27 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:10:32 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:10:33 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:10:33 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 13:10:34 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 13:10:34 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/auth/twitter?origin=popup" for 127.0.0.1 at 2011-10-17 13:10:48 -0700 ActionController::RoutingError (No route matches [GET] "/auth/twitter"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/products" for 127.0.0.1 at 2011-10-17 13:11:08 -0700 Processing by ProductsController#index as HTML Rendered products/_grid.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products"  Rendered products/index.html.erb within layouts/application (45.5ms) Completed 500 Internal Server Error in 100ms ActionView::Template::Error (undefined local variable or method `action_url' for #): 1:

Listing products

2: 3: <%= activegrid :products %> 4: 5:
6: app/views/products/index.html.erb:3:in `_app_views_products_index_html_erb__3566228600291745754_2159710400' Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (4.4ms) Started GET "/products" for 127.0.0.1 at 2011-10-17 13:11:27 -0700 Processing by ProductsController#index as HTML Rendered products/_grid.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (16.1ms) Completed 200 OK in 31ms (Views: 23.6ms | ActiveRecord: 0.7ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-17 13:11:27 -0700 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/activegrid.css?body=1" for 127.0.0.1 at 2011-10-17 13:11:27 -0700 Served asset /activegrid.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-17 13:11:27 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-17 13:11:27 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/activegrid.js?body=1" for 127.0.0.1 at 2011-10-17 13:11:27 -0700 Served asset /activegrid.js - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2011-10-17 13:11:27 -0700 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-17 13:11:27 -0700 Served asset /application.js - 304 Not Modified (0ms) Started GET "/" for 127.0.0.1 at 2011-10-17 13:11:39 -0700 ActionController::RoutingError (No route matches [GET] "/"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:11:41 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:11:41 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:11:43 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:11:43 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 13:11:44 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 13:11:49 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:12:03 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:12:04 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/images/yoshi_star.png" for 127.0.0.1 at 2011-10-17 13:12:17 -0700 ActionController::RoutingError (No route matches [GET] "/images/yoshi_star.png"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/products" for 127.0.0.1 at 2011-10-17 13:12:47 -0700 Processing by ProductsController#index as HTML Rendered products/_grid.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (12.4ms) Completed 200 OK in 23ms (Views: 16.6ms | ActiveRecord: 0.5ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-17 13:12:52 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/activegrid.js?body=1" for 127.0.0.1 at 2011-10-17 13:12:52 -0700 Served asset /activegrid.js - 304 Not Modified (0ms) Started GET "/assets/activegrid.css?body=1" for 127.0.0.1 at 2011-10-17 13:12:52 -0700 Served asset /activegrid.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2011-10-17 13:12:52 -0700 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-17 13:12:52 -0700 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-17 13:12:52 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-17 13:12:52 -0700 Served asset /application.js - 304 Not Modified (0ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:12:58 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:12:58 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:13:31 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:13:31 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/products" for 127.0.0.1 at 2011-10-17 13:13:45 -0700 Processing by ProductsController#index as HTML Rendered products/_grid.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (12.9ms) Completed 200 OK in 66ms (Views: 60.0ms | ActiveRecord: 0.5ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-17 13:13:45 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-17 13:13:45 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-17 13:13:45 -0700 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-17 13:13:45 -0700 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/activegrid.css?body=1" for 127.0.0.1 at 2011-10-17 13:13:45 -0700 Served asset /activegrid.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2011-10-17 13:13:45 -0700 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/activegrid.js?body=1" for 127.0.0.1 at 2011-10-17 13:13:45 -0700 Served asset /activegrid.js - 304 Not Modified (0ms) Started GET "/products" for 127.0.0.1 at 2011-10-17 13:14:01 -0700 Processing by ProductsController#index as HTML Rendered products/_grid.html.erb (0.1ms)  (0.3ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (12.4ms) Completed 200 OK in 23ms (Views: 16.7ms | ActiveRecord: 0.6ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2011-10-17 13:14:02 -0700 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-17 13:14:02 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/activegrid.css?body=1" for 127.0.0.1 at 2011-10-17 13:14:02 -0700 Served asset /activegrid.css - 304 Not Modified (0ms) Started GET "/assets/activegrid.js?body=1" for 127.0.0.1 at 2011-10-17 13:14:02 -0700 Served asset /activegrid.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-17 13:14:02 -0700 Served asset /application.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-17 13:14:02 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-17 13:14:02 -0700 Served asset /application.css - 304 Not Modified (0ms) Started GET "/products" for 127.0.0.1 at 2011-10-17 13:14:09 -0700 Processing by ProductsController#index as HTML Rendered products/_grid.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (52.2ms) Completed 200 OK in 62ms (Views: 56.4ms | ActiveRecord: 0.5ms) Started GET "/assets/activegrid.css?body=1" for 127.0.0.1 at 2011-10-17 13:14:09 -0700 Served asset /activegrid.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2011-10-17 13:14:09 -0700 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-17 13:14:09 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/activegrid.js?body=1" for 127.0.0.1 at 2011-10-17 13:14:09 -0700 Served asset /activegrid.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-17 13:14:09 -0700 Served asset /application.js - 304 Not Modified (1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-17 13:14:09 -0700 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-17 13:14:09 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/products" for 127.0.0.1 at 2011-10-17 13:14:20 -0700 Processing by ProductsController#index as HTML Rendered products/_grid.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (12.6ms) Completed 200 OK in 23ms (Views: 16.8ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-17 13:14:20 -0700 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/activegrid.css?body=1" for 127.0.0.1 at 2011-10-17 13:14:20 -0700 Served asset /activegrid.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2011-10-17 13:14:20 -0700 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-17 13:14:20 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-17 13:14:20 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/activegrid.js?body=1" for 127.0.0.1 at 2011-10-17 13:14:20 -0700 Served asset /activegrid.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-17 13:14:20 -0700 Served asset /application.js - 304 Not Modified (0ms) Started GET "/products" for 127.0.0.1 at 2011-10-17 13:14:24 -0700 Processing by ProductsController#index as HTML Rendered products/_grid.html.erb (0.1ms)  (0.1ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (12.5ms) Completed 200 OK in 23ms (Views: 16.9ms | ActiveRecord: 0.5ms) Started GET "/assets/activegrid.css?body=1" for 127.0.0.1 at 2011-10-17 13:14:24 -0700 Served asset /activegrid.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2011-10-17 13:14:24 -0700 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-17 13:14:24 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-17 13:14:24 -0700 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-17 13:14:25 -0700 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-17 13:14:25 -0700 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/activegrid.js?body=1" for 127.0.0.1 at 2011-10-17 13:14:25 -0700 Served asset /activegrid.js - 304 Not Modified (0ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:15:03 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:15:03 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 13:15:34 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 13:15:34 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:15:44 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:15:44 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.3ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:16:08 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:16:08 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/products" for 127.0.0.1 at 2011-10-17 13:16:16 -0700 Processing by ProductsController#index as HTML Completed 500 Internal Server Error in 5ms ArgumentError (wrong number of arguments (4 for 5)): app/controllers/products_controller.rb:8:in `index' Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms) Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (4.4ms) Started GET "/images/yoshi_star.png" for 127.0.0.1 at 2011-10-17 13:16:19 -0700 ActionController::RoutingError (No route matches [GET] "/images/yoshi_star.png"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 13:16:19 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 13:16:19 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:16:50 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:16:51 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 13:17:04 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 13:17:09 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:17:24 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:17:24 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 13:17:36 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 13:17:36 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:17:41 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:17:41 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/products" for 127.0.0.1 at 2011-10-17 13:17:43 -0700 Processing by ProductsController#index as HTML Completed 500 Internal Server Error in 5ms ArgumentError (wrong number of arguments (4 for 5)): app/controllers/products_controller.rb:8:in `index' Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms) Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (4.3ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:17:44 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:17:44 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/products" for 127.0.0.1 at 2011-10-17 13:17:45 -0700 Processing by ProductsController#index as HTML Completed 500 Internal Server Error in 5ms ArgumentError (wrong number of arguments (4 for 5)): app/controllers/products_controller.rb:8:in `index' Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms) Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (46.4ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:17:48 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:17:48 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/products" for 127.0.0.1 at 2011-10-17 13:17:54 -0700 Processing by ProductsController#index as HTML Rendered products/_grid.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (12.9ms) Completed 200 OK in 23ms (Views: 17.3ms | ActiveRecord: 0.6ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-17 13:17:54 -0700 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-17 13:17:54 -0700 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/activegrid.css?body=1" for 127.0.0.1 at 2011-10-17 13:17:54 -0700 Served asset /activegrid.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-17 13:17:54 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-17 13:17:54 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/activegrid.js?body=1" for 127.0.0.1 at 2011-10-17 13:17:54 -0700 Served asset /activegrid.js - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2011-10-17 13:17:54 -0700 Served asset /scaffold.css - 304 Not Modified (0ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:18:04 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:18:04 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 13:18:16 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 13:18:16 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:18:17 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:18:17 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 13:18:31 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 13:18:31 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:18:40 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:18:40 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/products" for 127.0.0.1 at 2011-10-17 13:18:43 -0700 Processing by ProductsController#index as HTML Rendered products/_grid.html.erb (0.1ms) Rendered products/index.html.erb within layouts/application (1.3ms) Completed 500 Internal Server Error in 9ms ActionView::Template::Error (wrong number of arguments (2 for 1)): 1:

Listing products

2: 3: <%= activegrid :products, url: products_path %> 4: 5:
6: app/views/products/index.html.erb:3:in `_app_views_products_index_html_erb__3566228600291745754_2185476780' Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.7ms) Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (4.5ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 13:18:48 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 13:18:48 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/products" for 127.0.0.1 at 2011-10-17 13:18:48 -0700 Processing by ProductsController#index as HTML Rendered products/_grid.html.erb (0.1ms) Rendered products/index.html.erb within layouts/application (0.9ms) Completed 500 Internal Server Error in 9ms ActionView::Template::Error (wrong number of arguments (2 for 1)): 1:

Listing products

2: 3: <%= activegrid :products, url: products_path %> 4: 5:
6: app/views/products/index.html.erb:3:in `_app_views_products_index_html_erb__3566228600291745754_2185476780' Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.6ms) Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (4.5ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:19:07 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:19:07 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 13:19:14 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 13:19:14 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 13:19:53 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 13:19:53 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started GET "/products" for 127.0.0.1 at 2011-10-17 13:19:58 -0700 Processing by ProductsController#index as HTML Rendered products/_grid.html.erb (0.1ms)  (0.1ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products"  Rendered products/index.html.erb within layouts/application (80.9ms) Completed 500 Internal Server Error in 89ms ActionView::Template::Error (undefined local variable or method `url' for #): 1:

Listing products

2: 3: <%= activegrid :products %> 4: 5:
6: app/views/products/index.html.erb:3:in `_app_views_products_index_html_erb__3566228600291745754_2185322040' Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (4.2ms) Started GET "/products" for 127.0.0.1 at 2011-10-17 13:19:58 -0700 Processing by ProductsController#index as HTML Rendered products/_grid.html.erb (0.1ms)  (0.1ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products"  Rendered products/index.html.erb within layouts/application (86.1ms) Completed 500 Internal Server Error in 95ms ActionView::Template::Error (undefined local variable or method `url' for #): 1:

Listing products

2: 3: <%= activegrid :products %> 4: 5:
6: app/views/products/index.html.erb:3:in `_app_views_products_index_html_erb__3566228600291745754_2185322040' Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (4.1ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:20:18 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:20:18 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/products" for 127.0.0.1 at 2011-10-17 13:20:55 -0700 Processing by ProductsController#index as HTML Rendered products/_grid.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products"  Rendered products/index.html.erb within layouts/application (92.1ms) Completed 500 Internal Server Error in 100ms ActionView::Template::Error (undefined local variable or method `url' for #): 1:

Listing products

2: 3: <%= activegrid :products %> 4: 5:
6: app/views/products/index.html.erb:3:in `_app_views_products_index_html_erb__3566228600291745754_2174003300' Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms) Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.2ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:21:06 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:21:06 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/products" for 127.0.0.1 at 2011-10-17 13:21:06 -0700 Processing by ProductsController#index as HTML Rendered products/_grid.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products"  Rendered products/index.html.erb within layouts/application (93.7ms) Completed 500 Internal Server Error in 105ms ActionView::Template::Error (undefined local variable or method `url' for #): 1:

Listing products

2: 3: <%= activegrid :products %> 4: 5:
6: app/views/products/index.html.erb:3:in `_app_views_products_index_html_erb__3566228600291745754_2185394800' Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (4.3ms) Started GET "/products" for 127.0.0.1 at 2011-10-17 13:21:14 -0700 Processing by ProductsController#index as HTML Rendered products/_grid.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (14.7ms) Completed 200 OK in 26ms (Views: 19.9ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-17 13:21:14 -0700 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2011-10-17 13:21:14 -0700 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/activegrid.css?body=1" for 127.0.0.1 at 2011-10-17 13:21:14 -0700 Served asset /activegrid.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-17 13:21:14 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-17 13:21:14 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/activegrid.js?body=1" for 127.0.0.1 at 2011-10-17 13:21:14 -0700 Served asset /activegrid.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-17 13:21:14 -0700 Served asset /application.js - 304 Not Modified (0ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:21:14 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:21:14 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:21:35 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:21:35 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/images/yoshi_star.png" for 127.0.0.1 at 2011-10-17 13:21:35 -0700 ActionController::RoutingError (No route matches [GET] "/images/yoshi_star.png"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 13:21:49 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 13:21:54 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 13:22:10 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 13:22:10 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:22:14 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:22:14 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 13:22:40 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 13:22:40 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:22:51 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:22:51 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:22:52 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:22:57 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:22:59 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:22:59 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:23:01 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:23:01 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:23:06 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:23:06 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:23:06 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:23:06 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/images/yoshi_star.png" for 127.0.0.1 at 2011-10-17 13:23:18 -0700 ActionController::RoutingError (No route matches [GET] "/images/yoshi_star.png"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/" for 127.0.0.1 at 2011-10-17 13:23:23 -0700 ActionController::RoutingError (No route matches [GET] "/"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 13:23:26 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 13:23:26 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:23:26 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:23:26 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:23:56 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:23:56 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 13:24:01 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 13:24:01 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/images/yoshi_star.png" for 127.0.0.1 at 2011-10-17 13:24:10 -0700 ActionController::RoutingError (No route matches [GET] "/images/yoshi_star.png"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 13:24:14 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 13:24:14 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:24:19 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:24:19 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 13:24:59 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 13:24:59 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:25:35 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:25:35 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:25:40 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:25:45 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:26:02 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:26:02 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:26:04 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:26:04 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:26:22 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:26:22 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:26:28 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:26:28 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 13:26:39 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 13:26:44 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:27:19 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:27:19 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:27:27 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:27:27 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:27:34 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:27:34 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 13:27:39 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 13:27:39 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/images/yoshi_star.png" for 127.0.0.1 at 2011-10-17 13:27:48 -0700 ActionController::RoutingError (No route matches [GET] "/images/yoshi_star.png"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:28:04 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:28:04 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Started GET "/products" for 127.0.0.1 at 2011-10-17 13:28:22 -0700 Processing by ProductsController#index as HTML Rendered products/_grid.html.erb (0.1ms)  (0.1ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (12.5ms) Completed 200 OK in 22ms (Views: 16.7ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-17 13:28:22 -0700 Served asset /application.css - 200 OK (0ms) Started GET "/assets/activegrid.css?body=1" for 127.0.0.1 at 2011-10-17 13:28:22 -0700 Served asset /activegrid.css - 200 OK (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-17 13:28:23 -0700 Served asset /jquery.js - 200 OK (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2011-10-17 13:28:23 -0700 Served asset /scaffold.css - 200 OK (0ms) Started GET "/assets/activegrid.js?body=1" for 127.0.0.1 at 2011-10-17 13:28:23 -0700 Served asset /activegrid.js - 200 OK (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-17 13:28:23 -0700 Served asset /jquery_ujs.js - 200 OK (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-17 13:28:27 -0700 Served asset /application.js - 200 OK (0ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:28:42 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:28:42 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:28:43 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:28:43 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 13:28:50 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 13:28:51 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 13:29:01 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 13:29:01 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:29:16 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:29:16 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:29:21 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:29:26 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:29:26 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:29:26 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 13:29:30 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 13:29:30 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:29:49 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:29:49 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:30:35 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:30:35 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.2ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:30:45 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:30:50 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:31:16 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:31:16 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:31:16 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:31:16 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:31:48 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:31:48 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:32:41 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:32:41 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:33:09 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:33:14 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:33:23 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:33:23 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 13:33:30 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 13:33:36 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 13:33:41 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 13:33:41 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:33:41 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:33:41 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 13:34:09 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 13:34:14 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 13:34:36 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 13:34:36 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:34:39 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:34:39 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 13:34:44 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 13:34:44 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:34:53 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:34:54 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:34:57 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:35:02 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:35:10 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:35:11 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:35:31 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:35:31 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:35:36 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:35:36 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/products" for 127.0.0.1 at 2011-10-17 13:36:15 -0700 Processing by ProductsController#index as HTML Rendered products/_grid.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (56.0ms) Completed 200 OK in 68ms (Views: 61.2ms | ActiveRecord: 0.5ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2011-10-17 13:36:15 -0700 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-17 13:36:15 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-17 13:36:15 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/activegrid.css?body=1" for 127.0.0.1 at 2011-10-17 13:36:15 -0700 Served asset /activegrid.css - 304 Not Modified (0ms) Started GET "/assets/activegrid.js?body=1" for 127.0.0.1 at 2011-10-17 13:36:15 -0700 Served asset /activegrid.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-17 13:36:16 -0700 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-17 13:36:16 -0700 Served asset /application.js - 304 Not Modified (0ms) Started GET "/products?utf8=%E2%9C%93&activegrid_filter_name=Widget&activegird_filter_description=" for 127.0.0.1 at 2011-10-17 13:36:31 -0700 Processing by ProductsController#index as JS Parameters: {"utf8"=>"✓", "activegrid_filter_name"=>"Widget", "activegird_filter_description"=>""} Rendered products/_grid.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (13.8ms) Completed 200 OK in 31ms (Views: 24.2ms | ActiveRecord: 0.5ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:36:40 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:36:40 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:37:29 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:37:29 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/products" for 127.0.0.1 at 2011-10-17 13:38:11 -0700 Processing by ProductsController#index as HTML Rendered products/_grid.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (13.2ms) Completed 200 OK in 65ms (Views: 17.7ms | ActiveRecord: 0.5ms) Started GET "/assets/activegrid.css?body=1" for 127.0.0.1 at 2011-10-17 13:38:11 -0700 Served asset /activegrid.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-17 13:38:11 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-17 13:38:11 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-17 13:38:11 -0700 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2011-10-17 13:38:11 -0700 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/activegrid.js?body=1" for 127.0.0.1 at 2011-10-17 13:38:11 -0700 Served asset /activegrid.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-17 13:38:11 -0700 Served asset /application.js - 304 Not Modified (0ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:38:16 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:38:16 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:38:18 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:38:18 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:38:26 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:38:26 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/products" for 127.0.0.1 at 2011-10-17 13:38:34 -0700 Processing by ProductsController#index as HTML Rendered products/_grid.html.erb (0.1ms)  (0.1ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (12.8ms) Completed 200 OK in 23ms (Views: 17.1ms | ActiveRecord: 0.5ms) Started GET "/assets/activegrid.css?body=1" for 127.0.0.1 at 2011-10-17 13:38:34 -0700 Served asset /activegrid.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-17 13:38:34 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/activegrid.js?body=1" for 127.0.0.1 at 2011-10-17 13:38:34 -0700 Served asset /activegrid.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-17 13:38:34 -0700 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2011-10-17 13:38:34 -0700 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-17 13:38:34 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-17 13:38:34 -0700 Served asset /application.js - 304 Not Modified (0ms) Started GET "/products?utf8=%E2%9C%93&activegrid_filter_name=Widget&activegird_filter_description=" for 127.0.0.1 at 2011-10-17 13:38:57 -0700 Processing by ProductsController#index as JS Parameters: {"utf8"=>"✓", "activegrid_filter_name"=>"Widget", "activegird_filter_description"=>""} Rendered products/_grid.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (13.4ms) Completed 200 OK in 31ms (Views: 23.5ms | ActiveRecord: 0.5ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:39:24 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:39:24 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:39:52 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:39:53 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started GET "/products" for 127.0.0.1 at 2011-10-17 13:40:12 -0700 Processing by ProductsController#index as HTML Rendered products/_grid.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (63.0ms) Completed 200 OK in 77ms (Views: 69.4ms | ActiveRecord: 0.6ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-17 13:40:12 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-17 13:40:12 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/activegrid.js?body=1" for 127.0.0.1 at 2011-10-17 13:40:12 -0700 Served asset /activegrid.js - 304 Not Modified (2ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-17 13:40:12 -0700 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/activegrid.css?body=1" for 127.0.0.1 at 2011-10-17 13:40:12 -0700 Served asset /activegrid.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2011-10-17 13:40:12 -0700 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-17 13:40:12 -0700 Served asset /application.css - 304 Not Modified (0ms) Started GET "/products?utf8=%E2%9C%93&activegrid_filter_name=blah&activegird_filter_description=" for 127.0.0.1 at 2011-10-17 13:40:16 -0700 Processing by ProductsController#index as JS Parameters: {"utf8"=>"✓", "activegrid_filter_name"=>"blah", "activegird_filter_description"=>""} Rendered products/_grid.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (12.6ms) Completed 200 OK in 29ms (Views: 22.4ms | ActiveRecord: 0.5ms) Started GET "/products?utf8=%E2%9C%93&activegrid_filter_name=blah&activegird_filter_description=a" for 127.0.0.1 at 2011-10-17 13:40:16 -0700 Processing by ProductsController#index as JS Parameters: {"utf8"=>"✓", "activegrid_filter_name"=>"blah", "activegird_filter_description"=>"a"} Rendered products/_grid.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (51.9ms) Completed 200 OK in 69ms (Views: 61.8ms | ActiveRecord: 0.5ms) Started GET "/products?utf8=%E2%9C%93&activegrid_filter_name=blah&activegird_filter_description=as" for 127.0.0.1 at 2011-10-17 13:40:18 -0700 Processing by ProductsController#index as JS Parameters: {"utf8"=>"✓", "activegrid_filter_name"=>"blah", "activegird_filter_description"=>"as"} Rendered products/_grid.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (12.9ms) Completed 200 OK in 30ms (Views: 23.2ms | ActiveRecord: 0.5ms) Started GET "/products?utf8=%E2%9C%93&activegrid_filter_name=blah&activegird_filter_description=ass" for 127.0.0.1 at 2011-10-17 13:40:20 -0700 Processing by ProductsController#index as JS Parameters: {"utf8"=>"✓", "activegrid_filter_name"=>"blah", "activegird_filter_description"=>"ass"} Rendered products/_grid.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (12.6ms) Completed 200 OK in 68ms (Views: 60.7ms | ActiveRecord: 0.5ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:40:32 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:40:32 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:40:48 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:40:48 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/products?utf8=%E2%9C%93&activegrid_filter_name=blah&activegird_filter_description=" for 127.0.0.1 at 2011-10-17 13:41:02 -0700 Processing by ProductsController#index as JS Parameters: {"utf8"=>"✓", "activegrid_filter_name"=>"blah", "activegird_filter_description"=>""} Rendered products/_grid.html.erb (0.1ms)  (0.1ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (12.8ms) Completed 200 OK in 29ms (Views: 22.6ms | ActiveRecord: 0.5ms) Started GET "/products?utf8=%E2%9C%93&activegrid_filter_name=blah&activegird_filter_description=a" for 127.0.0.1 at 2011-10-17 13:41:02 -0700 Processing by ProductsController#index as JS Parameters: {"utf8"=>"✓", "activegrid_filter_name"=>"blah", "activegird_filter_description"=>"a"} Rendered products/_grid.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (51.2ms) Completed 200 OK in 68ms (Views: 60.8ms | ActiveRecord: 0.5ms) Started GET "/products?utf8=%E2%9C%93&activegrid_filter_name=blah&activegird_filter_description=as" for 127.0.0.1 at 2011-10-17 13:41:02 -0700 Processing by ProductsController#index as JS Parameters: {"utf8"=>"✓", "activegrid_filter_name"=>"blah", "activegird_filter_description"=>"as"} Rendered products/_grid.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (12.2ms) Completed 200 OK in 29ms (Views: 21.7ms | ActiveRecord: 0.5ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:41:11 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:41:11 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:41:37 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:41:37 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:42:15 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:42:16 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 13:42:34 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 13:42:34 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:43:17 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:43:18 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:43:33 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:43:38 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 13:43:54 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 13:43:54 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/products" for 127.0.0.1 at 2011-10-17 13:44:49 -0700 Processing by ProductsController#index as HTML Rendered products/_grid.html.erb (0.1ms)  (0.1ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (12.4ms) Completed 200 OK in 23ms (Views: 17.1ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-17 13:44:49 -0700 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/activegrid.css?body=1" for 127.0.0.1 at 2011-10-17 13:44:49 -0700 Served asset /activegrid.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2011-10-17 13:44:49 -0700 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-17 13:44:49 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/activegrid.js?body=1" for 127.0.0.1 at 2011-10-17 13:44:49 -0700 Served asset /activegrid.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-17 13:44:49 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-17 13:44:49 -0700 Served asset /application.js - 304 Not Modified (0ms) Started GET "/products?utf8=%E2%9C%93&activegrid_filter_name=Widget&activegird_filter_description=" for 127.0.0.1 at 2011-10-17 13:44:56 -0700 Processing by ProductsController#index as JS Parameters: {"utf8"=>"✓", "activegrid_filter_name"=>"Widget", "activegird_filter_description"=>""} Rendered products/_grid.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (13.4ms) Completed 200 OK in 31ms (Views: 23.4ms | ActiveRecord: 0.5ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:45:19 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:45:19 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:45:25 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:45:25 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:45:31 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:45:31 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:46:33 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:46:33 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:46:53 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:46:53 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:47:13 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:47:18 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:47:18 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:47:18 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 13:47:54 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 13:47:54 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:49:36 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:49:36 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:49:58 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:49:59 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:50:05 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:50:10 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 13:50:11 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 13:50:11 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:50:26 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:50:26 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:50:31 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:50:31 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:51:07 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:51:08 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:51:17 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:51:22 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:51:59 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:52:00 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 13:52:11 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 13:52:12 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:52:32 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:52:32 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:52:51 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:52:52 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (68.1ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:53:39 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:53:44 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 13:53:44 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 13:53:44 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:53:48 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:53:48 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:53:53 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:53:53 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 13:54:08 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 13:54:08 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started GET "/products" for 127.0.0.1 at 2011-10-17 13:54:35 -0700 Processing by ProductsController#index as HTML Rendered products/_grid.html.erb (2.2ms)  (0.2ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (15.4ms) Completed 200 OK in 45ms (Views: 20.8ms | ActiveRecord: 0.8ms) Started GET "/assets/activegrid.css?body=1" for 127.0.0.1 at 2011-10-17 13:54:40 -0700 Served asset /activegrid.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-17 13:54:40 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2011-10-17 13:54:40 -0700 Served asset /scaffold.css - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-17 13:54:40 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/activegrid.js?body=1" for 127.0.0.1 at 2011-10-17 13:54:40 -0700 Served asset /activegrid.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-17 13:54:40 -0700 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-17 13:54:40 -0700 Served asset /application.js - 304 Not Modified (0ms) Started GET "/?filter_name=Widget&filter_description=[object%20Object]" for 127.0.0.1 at 2011-10-17 13:54:49 -0700 ActionController::RoutingError (No route matches [GET] "/"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/products" for 127.0.0.1 at 2011-10-17 13:55:05 -0700 Processing by ProductsController#index as HTML Rendered products/_grid.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (14.2ms) Completed 200 OK in 26ms (Views: 18.2ms | ActiveRecord: 1.0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-17 13:55:05 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/activegrid.js?body=1" for 127.0.0.1 at 2011-10-17 13:55:05 -0700 Served asset /activegrid.js - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2011-10-17 13:55:05 -0700 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/activegrid.css?body=1" for 127.0.0.1 at 2011-10-17 13:55:05 -0700 Served asset /activegrid.css - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-17 13:55:05 -0700 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-17 13:55:05 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-17 13:55:05 -0700 Served asset /application.css - 304 Not Modified (0ms) Started GET "/?filter_name=Widget&filter_description=" for 127.0.0.1 at 2011-10-17 13:55:08 -0700 ActionController::RoutingError (No route matches [GET] "/"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:55:14 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:55:15 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:55:32 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:55:32 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/products" for 127.0.0.1 at 2011-10-17 13:55:45 -0700 Processing by ProductsController#index as HTML Rendered products/_grid.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (57.7ms) Completed 200 OK in 70ms (Views: 63.0ms | ActiveRecord: 0.5ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2011-10-17 13:55:50 -0700 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-17 13:55:50 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/activegrid.css?body=1" for 127.0.0.1 at 2011-10-17 13:55:50 -0700 Served asset /activegrid.css - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-17 13:55:50 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/activegrid.js?body=1" for 127.0.0.1 at 2011-10-17 13:55:50 -0700 Served asset /activegrid.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-17 13:55:50 -0700 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-17 13:55:50 -0700 Served asset /application.js - 304 Not Modified (0ms) Started GET "/products?filter_name=Widget&filter_description=" for 127.0.0.1 at 2011-10-17 13:55:55 -0700 Processing by ProductsController#index as */* Parameters: {"filter_name"=>"Widget", "filter_description"=>""} Rendered products/_grid.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (13.1ms) Completed 200 OK in 29ms (Views: 22.1ms | ActiveRecord: 0.5ms) Started GET "/assets/jquery.js?body=1&_=1318884955167" for 127.0.0.1 at 2011-10-17 13:55:55 -0700 Served asset /jquery.js - 200 OK (0ms) Started GET "/assets/jquery_ujs.js?body=1&_=1318884955238" for 127.0.0.1 at 2011-10-17 13:55:55 -0700 Served asset /jquery_ujs.js - 200 OK (0ms) Started GET "/assets/activegrid.js?body=1&_=1318884955299" for 127.0.0.1 at 2011-10-17 13:55:55 -0700 Served asset /activegrid.js - 200 OK (0ms) Started GET "/assets/application.js?body=1&_=1318884955325" for 127.0.0.1 at 2011-10-17 13:55:55 -0700 Served asset /application.js - 200 OK (0ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:56:17 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:56:17 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/products" for 127.0.0.1 at 2011-10-17 13:56:27 -0700 Processing by ProductsController#index as HTML Rendered products/_grid.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (17.1ms) Completed 200 OK in 28ms (Views: 21.7ms | ActiveRecord: 0.5ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-17 13:56:27 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/activegrid.js?body=1" for 127.0.0.1 at 2011-10-17 13:56:27 -0700 Served asset /activegrid.js - 304 Not Modified (0ms) Started GET "/assets/activegrid.css?body=1" for 127.0.0.1 at 2011-10-17 13:56:27 -0700 Served asset /activegrid.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-17 13:56:27 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2011-10-17 13:56:27 -0700 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-17 13:56:27 -0700 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-17 13:56:27 -0700 Served asset /application.css - 304 Not Modified (0ms) Started GET "/products?filter_name=Widget&filter_description=" for 127.0.0.1 at 2011-10-17 13:56:30 -0700 Processing by ProductsController#index as */* Parameters: {"filter_name"=>"Widget", "filter_description"=>""} Rendered products/_grid.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (13.0ms) Completed 200 OK in 34ms (Views: 21.7ms | ActiveRecord: 0.6ms) Started GET "/products?filter_name=Gizmo&filter_description=" for 127.0.0.1 at 2011-10-17 13:56:35 -0700 Processing by ProductsController#index as */* Parameters: {"filter_name"=>"Gizmo", "filter_description"=>""} Rendered products/_grid.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (14.0ms) Completed 200 OK in 31ms (Views: 23.5ms | ActiveRecord: 0.5ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:56:47 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:56:47 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:56:53 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:56:54 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/products?filter_name=Widget&filter_description=" for 127.0.0.1 at 2011-10-17 13:57:22 -0700 Processing by ProductsController#index as */* Parameters: {"filter_name"=>"Widget", "filter_description"=>""} Rendered products/_grid.html.erb (0.1ms)  (0.1ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (12.7ms) Completed 200 OK in 28ms (Views: 21.5ms | ActiveRecord: 0.5ms) Started GET "/products?filter_name=Widget&filter_description=" for 127.0.0.1 at 2011-10-17 13:57:42 -0700 Processing by ProductsController#index as */* Parameters: {"filter_name"=>"Widget", "filter_description"=>""} Rendered products/_grid.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (20.2ms) Completed 200 OK in 43ms (Views: 31.6ms | ActiveRecord: 0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:57:53 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:57:53 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 13:58:27 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 13:58:28 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:58:56 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:58:56 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:59:01 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:59:01 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/products" for 127.0.0.1 at 2011-10-17 13:59:01 -0700 Processing by ProductsController#index as HTML Rendered products/_grid.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (12.7ms) Completed 200 OK in 25ms (Views: 16.9ms | ActiveRecord: 0.5ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-17 13:59:01 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/activegrid.js?body=1" for 127.0.0.1 at 2011-10-17 13:59:01 -0700 Served asset /activegrid.js - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2011-10-17 13:59:01 -0700 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-17 13:59:01 -0700 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/activegrid.css?body=1" for 127.0.0.1 at 2011-10-17 13:59:01 -0700 Served asset /activegrid.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-17 13:59:01 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-17 13:59:01 -0700 Served asset /application.css - 304 Not Modified (0ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 13:59:43 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 13:59:43 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:59:43 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 13:59:43 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) Started GET "/products?filter_name=Gizmo&filter_description=" for 127.0.0.1 at 2011-10-17 13:59:45 -0700 Processing by ProductsController#index as */* Parameters: {"filter_name"=>"Gizmo", "filter_description"=>""} Rendered products/_grid.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (13.3ms) Completed 200 OK in 29ms (Views: 22.5ms | ActiveRecord: 0.5ms) Started GET "/products?filter_name=Widget&filter_description=" for 127.0.0.1 at 2011-10-17 13:59:47 -0700 Processing by ProductsController#index as */* Parameters: {"filter_name"=>"Widget", "filter_description"=>""} Rendered products/_grid.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (54.6ms) Completed 200 OK in 71ms (Views: 63.6ms | ActiveRecord: 0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 14:00:03 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 14:00:03 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 14:00:15 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.1ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 14:00:15 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 14:00:36 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 14:00:36 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 14:01:01 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 14:01:01 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 14:01:24 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 14:01:24 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 14:01:25 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 14:01:30 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 14:01:42 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 14:01:42 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (2.6ms) Started GET "/products" for 127.0.0.1 at 2011-10-17 14:01:58 -0700 Processing by ProductsController#index as HTML Rendered products/_grid.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (34.3ms) Completed 200 OK in 51ms (Views: 42.6ms | ActiveRecord: 0.7ms) Started GET "/assets/activegrid.css?body=1" for 127.0.0.1 at 2011-10-17 14:01:59 -0700 Served asset /activegrid.css - 304 Not Modified (1ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2011-10-17 14:01:59 -0700 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-17 14:01:59 -0700 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-17 14:01:59 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-17 14:01:59 -0700 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/activegrid.js?body=1" for 127.0.0.1 at 2011-10-17 14:01:59 -0700 Served asset /activegrid.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-17 14:01:59 -0700 Served asset /application.js - 304 Not Modified (0ms) Started GET "/products?filter_name=Gizmo&filter_description=" for 127.0.0.1 at 2011-10-17 14:02:00 -0700 Processing by ProductsController#index as */* Parameters: {"filter_name"=>"Gizmo", "filter_description"=>""} Rendered products/_grid.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (14.3ms) Completed 200 OK in 38ms (Views: 30.2ms | ActiveRecord: 0.6ms) Started GET "/products" for 127.0.0.1 at 2011-10-17 14:02:19 -0700 Processing by ProductsController#index as HTML Rendered products/_grid.html.erb (0.1ms)  (0.1ms) SELECT COUNT(*) FROM "products" Product Load (0.2ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (13.9ms) Completed 200 OK in 68ms (Views: 60.9ms | ActiveRecord: 0.6ms) Started GET "/assets/activegrid.css?body=1" for 127.0.0.1 at 2011-10-17 14:02:19 -0700 Served asset /activegrid.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-17 14:02:19 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2011-10-17 14:02:19 -0700 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-17 14:02:19 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-17 14:02:19 -0700 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-17 14:02:19 -0700 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/activegrid.js?body=1" for 127.0.0.1 at 2011-10-17 14:02:19 -0700 Served asset /activegrid.js - 304 Not Modified (0ms) Started GET "/products?filter_name=Gizmo&filter_description=" for 127.0.0.1 at 2011-10-17 14:02:21 -0700 Processing by ProductsController#index as */* Parameters: {"filter_name"=>"Gizmo", "filter_description"=>""} Rendered products/_grid.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (13.0ms) Completed 200 OK in 29ms (Views: 22.1ms | ActiveRecord: 0.5ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 14:02:34 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 14:02:34 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/products" for 127.0.0.1 at 2011-10-17 14:02:38 -0700 Processing by ProductsController#index as HTML Rendered products/_grid.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (79.7ms) Completed 200 OK in 94ms (Views: 86.1ms | ActiveRecord: 0.6ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-17 14:02:39 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2011-10-17 14:02:39 -0700 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-17 14:02:39 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/activegrid.css?body=1" for 127.0.0.1 at 2011-10-17 14:02:39 -0700 Served asset /activegrid.css - 304 Not Modified (0ms) Started GET "/assets/activegrid.js?body=1" for 127.0.0.1 at 2011-10-17 14:02:39 -0700 Served asset /activegrid.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-17 14:02:39 -0700 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-17 14:02:39 -0700 Served asset /application.js - 304 Not Modified (0ms) Started GET "/products?filter_name=blah&filter_description=" for 127.0.0.1 at 2011-10-17 14:02:40 -0700 Processing by ProductsController#index as */* Parameters: {"filter_name"=>"blah", "filter_description"=>""} Rendered products/_grid.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (12.9ms) Completed 200 OK in 28ms (Views: 21.7ms | ActiveRecord: 0.5ms) Started GET "/products?filter_name=blah&filter_description=a" for 127.0.0.1 at 2011-10-17 14:02:40 -0700 Processing by ProductsController#index as */* Parameters: {"filter_name"=>"blah", "filter_description"=>"a"} Rendered products/_grid.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (53.4ms) Completed 200 OK in 74ms (Views: 62.8ms | ActiveRecord: 0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 14:02:46 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 14:02:46 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/products?filter_name=Gizmo&filter_description=as" for 127.0.0.1 at 2011-10-17 14:02:51 -0700 Processing by ProductsController#index as */* Parameters: {"filter_name"=>"Gizmo", "filter_description"=>"as"} Rendered products/_grid.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (12.8ms) Completed 200 OK in 29ms (Views: 21.6ms | ActiveRecord: 0.5ms) Started GET "/products" for 127.0.0.1 at 2011-10-17 14:03:11 -0700 Processing by ProductsController#index as HTML Rendered products/_grid.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (61.4ms) Completed 200 OK in 74ms (Views: 66.1ms | ActiveRecord: 0.6ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-17 14:03:11 -0700 Served asset /application.css - 304 Not Modified (2ms) Started GET "/assets/activegrid.css?body=1" for 127.0.0.1 at 2011-10-17 14:03:11 -0700 Served asset /activegrid.css - 304 Not Modified (3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-17 14:03:11 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/activegrid.js?body=1" for 127.0.0.1 at 2011-10-17 14:03:11 -0700 Served asset /activegrid.js - 304 Not Modified (5ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2011-10-17 14:03:11 -0700 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-17 14:03:11 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-17 14:03:11 -0700 Served asset /application.js - 304 Not Modified (0ms) Started GET "/products?filter_name=Widget&filter_description=" for 127.0.0.1 at 2011-10-17 14:03:13 -0700 Processing by ProductsController#index as */* Parameters: {"filter_name"=>"Widget", "filter_description"=>""} Rendered products/_grid.html.erb (0.1ms)  (0.1ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (13.1ms) Completed 200 OK in 28ms (Views: 21.8ms | ActiveRecord: 0.5ms) Started GET "/assets/jquery.js?body=1&_=1318885393493" for 127.0.0.1 at 2011-10-17 14:03:13 -0700 Served asset /jquery.js - 200 OK (0ms) Started GET "/assets/jquery_ujs.js?body=1&_=1318885393559" for 127.0.0.1 at 2011-10-17 14:03:13 -0700 Served asset /jquery_ujs.js - 200 OK (0ms) Started GET "/assets/activegrid.js?body=1&_=1318885393575" for 127.0.0.1 at 2011-10-17 14:03:13 -0700 Served asset /activegrid.js - 200 OK (0ms) Started GET "/assets/application.js?body=1&_=1318885393584" for 127.0.0.1 at 2011-10-17 14:03:13 -0700 Served asset /application.js - 200 OK (0ms) Started GET "/products" for 127.0.0.1 at 2011-10-17 14:03:33 -0700 Processing by ProductsController#index as HTML Rendered products/_grid.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "products" Product Load (0.2ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (13.8ms) Completed 200 OK in 26ms (Views: 19.2ms | ActiveRecord: 0.6ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2011-10-17 14:03:33 -0700 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-17 14:03:33 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-17 14:03:33 -0700 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/activegrid.js?body=1" for 127.0.0.1 at 2011-10-17 14:03:33 -0700 Served asset /activegrid.js - 304 Not Modified (1ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-17 14:03:34 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/activegrid.css?body=1" for 127.0.0.1 at 2011-10-17 14:03:34 -0700 Served asset /activegrid.css - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-17 14:03:34 -0700 Served asset /application.js - 304 Not Modified (0ms) Started GET "/products" for 127.0.0.1 at 2011-10-17 14:03:43 -0700 Processing by ProductsController#index as HTML Rendered products/_grid.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "products" Product Load (0.2ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (17.5ms) Completed 200 OK in 33ms (Views: 24.5ms | ActiveRecord: 0.7ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2011-10-17 14:03:43 -0700 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-17 14:03:43 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-17 14:03:43 -0700 Served asset /jquery_ujs.js - 304 Not Modified (1ms) Started GET "/assets/activegrid.css?body=1" for 127.0.0.1 at 2011-10-17 14:03:43 -0700 Served asset /activegrid.css - 304 Not Modified (3ms) Started GET "/assets/activegrid.js?body=1" for 127.0.0.1 at 2011-10-17 14:03:43 -0700 Served asset /activegrid.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-17 14:03:43 -0700 Served asset /application.js - 304 Not Modified (2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-17 14:03:43 -0700 Served asset /application.css - 304 Not Modified (0ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 14:03:44 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 14:03:44 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/products?filter_name=Gizmo&filter_description=" for 127.0.0.1 at 2011-10-17 14:03:45 -0700 Processing by ProductsController#index as */* Parameters: {"filter_name"=>"Gizmo", "filter_description"=>""} Rendered products/_grid.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (13.5ms) Completed 200 OK in 32ms (Views: 24.4ms | ActiveRecord: 0.5ms) Started GET "/products?filter_name=Widget&filter_description=" for 127.0.0.1 at 2011-10-17 14:03:48 -0700 Processing by ProductsController#index as */* Parameters: {"filter_name"=>"Widget", "filter_description"=>""} Rendered products/_grid.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (13.1ms) Completed 200 OK in 31ms (Views: 23.3ms | ActiveRecord: 0.6ms) Started GET "/products" for 127.0.0.1 at 2011-10-17 14:03:57 -0700 Processing by ProductsController#index as HTML Rendered products/_grid.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (12.8ms) Completed 200 OK in 25ms (Views: 17.6ms | ActiveRecord: 0.5ms) Started GET "/assets/activegrid.css?body=1" for 127.0.0.1 at 2011-10-17 14:03:57 -0700 Served asset /activegrid.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2011-10-17 14:03:57 -0700 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-17 14:03:57 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-17 14:03:57 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-17 14:03:57 -0700 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-17 14:03:57 -0700 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/activegrid.js?body=1" for 127.0.0.1 at 2011-10-17 14:03:57 -0700 Served asset /activegrid.js - 304 Not Modified (0ms) Started GET "/products?filter_name=Widget&filter_description=" for 127.0.0.1 at 2011-10-17 14:04:00 -0700 Processing by ProductsController#index as */* Parameters: {"filter_name"=>"Widget", "filter_description"=>""} Rendered products/_grid.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (15.8ms) Completed 200 OK in 32ms (Views: 25.2ms | ActiveRecord: 0.7ms) Started GET "/assets/jquery.js?body=1&_=1318885440677" for 127.0.0.1 at 2011-10-17 14:04:00 -0700 Served asset /jquery.js - 200 OK (0ms) Started GET "/assets/jquery_ujs.js?body=1&_=1318885440758" for 127.0.0.1 at 2011-10-17 14:04:00 -0700 Served asset /jquery_ujs.js - 200 OK (0ms) Started GET "/assets/activegrid.js?body=1&_=1318885440818" for 127.0.0.1 at 2011-10-17 14:04:00 -0700 Served asset /activegrid.js - 200 OK (0ms) Started GET "/assets/application.js?body=1&_=1318885440829" for 127.0.0.1 at 2011-10-17 14:04:00 -0700 Served asset /application.js - 200 OK (0ms) Started GET "/products" for 127.0.0.1 at 2011-10-17 14:04:11 -0700 Processing by ProductsController#index as HTML Rendered products/_grid.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (16.9ms) Completed 200 OK in 33ms (Views: 22.9ms | ActiveRecord: 0.6ms) Started GET "/assets/activegrid.js?body=1" for 127.0.0.1 at 2011-10-17 14:04:11 -0700 Served asset /activegrid.js - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2011-10-17 14:04:11 -0700 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-17 14:04:12 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/activegrid.css?body=1" for 127.0.0.1 at 2011-10-17 14:04:12 -0700 Served asset /activegrid.css - 304 Not Modified (2ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-17 14:04:12 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-17 14:04:12 -0700 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-17 14:04:12 -0700 Served asset /application.css - 304 Not Modified (0ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 14:04:13 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 14:04:13 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 14:04:28 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/london/" for 127.0.0.1 at 2011-10-17 14:04:28 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/london"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 14:05:07 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started POST "/callbacks/geo/las-vegas/" for 127.0.0.1 at 2011-10-17 14:05:07 -0700 ActionController::RoutingError (No route matches [POST] "/callbacks/geo/las-vegas"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms) Started GET "/products" for 127.0.0.1 at 2011-10-17 15:00:21 -0700 Processing by ProductsController#index as HTML Rendered products/_grid.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (13.1ms) Completed 200 OK in 71ms (Views: 17.9ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-17 15:00:22 -0700 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/activegrid.css?body=1" for 127.0.0.1 at 2011-10-17 15:00:22 -0700 Served asset /activegrid.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2011-10-17 15:00:22 -0700 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-17 15:00:22 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-17 15:00:22 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/activegrid.js?body=1" for 127.0.0.1 at 2011-10-17 15:00:22 -0700 Served asset /activegrid.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-17 15:00:22 -0700 Served asset /application.js - 304 Not Modified (0ms) Started GET "/products?filter_name=Gizmo&filter_description=" for 127.0.0.1 at 2011-10-17 15:00:26 -0700 Processing by ProductsController#index as */* Parameters: {"filter_name"=>"Gizmo", "filter_description"=>""} Rendered products/_grid.html.erb (0.1ms)  (0.1ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (12.3ms) Completed 200 OK in 28ms (Views: 21.0ms | ActiveRecord: 0.5ms) Started GET "/products" for 127.0.0.1 at 2011-10-17 15:01:04 -0700 Processing by ProductsController#index as HTML Rendered products/_grid.html.erb (0.1ms)  (0.1ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (17.5ms) Completed 200 OK in 28ms (Views: 21.7ms | ActiveRecord: 0.6ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-17 15:01:04 -0700 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2011-10-17 15:01:04 -0700 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-17 15:01:04 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/activegrid.css?body=1" for 127.0.0.1 at 2011-10-17 15:01:04 -0700 Served asset /activegrid.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-17 15:01:04 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/activegrid.js?body=1" for 127.0.0.1 at 2011-10-17 15:01:04 -0700 Served asset /activegrid.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-17 15:01:04 -0700 Served asset /application.js - 304 Not Modified (0ms) Started GET "/products?filter_name=Gizmo&filter_description=&_=1318888867071" for 127.0.0.1 at 2011-10-17 15:01:07 -0700 Processing by ProductsController#index as JS Parameters: {"filter_name"=>"Gizmo", "filter_description"=>"", "_"=>"1318888867071"} Rendered products/_grid.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (12.3ms) Completed 200 OK in 29ms (Views: 22.4ms | ActiveRecord: 0.5ms) Started GET "/products?filter_name=Widget&filter_description=&_=1318888884884" for 127.0.0.1 at 2011-10-17 15:01:24 -0700 Processing by ProductsController#index as JS Parameters: {"filter_name"=>"Widget", "filter_description"=>"", "_"=>"1318888884884"} Rendered products/_grid.html.erb (0.1ms)  (0.1ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (12.6ms) Completed 200 OK in 30ms (Views: 22.6ms | ActiveRecord: 0.5ms) Started GET "/products" for 127.0.0.1 at 2011-10-17 15:02:03 -0700 Processing by ProductsController#index as HTML Rendered products/_grid.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (21.1ms) Completed 200 OK in 38ms (Views: 26.2ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-17 15:02:03 -0700 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2011-10-17 15:02:03 -0700 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-17 15:02:03 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/activegrid.css?body=1" for 127.0.0.1 at 2011-10-17 15:02:03 -0700 Served asset /activegrid.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-17 15:02:03 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/activegrid.js?body=1" for 127.0.0.1 at 2011-10-17 15:02:03 -0700 Served asset /activegrid.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-17 15:02:03 -0700 Served asset /application.js - 304 Not Modified (0ms) Started GET "/products.js?filter_name=Gizmo&filter_description=&_=1318888929558" for 127.0.0.1 at 2011-10-17 15:02:09 -0700 Processing by ProductsController#index as JS Parameters: {"filter_name"=>"Gizmo", "filter_description"=>"", "_"=>"1318888929558"} Rendered products/_grid.html.erb (0.6ms)  (0.2ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (12.5ms) Completed 200 OK in 24ms (Views: 17.0ms | ActiveRecord: 0.5ms) Started GET "/products.js?filter_name=Gizmo&filter_description=&_=1318888929558" for 127.0.0.1 at 2011-10-17 15:02:14 -0700 Processing by ProductsController#index as JS Parameters: {"filter_name"=>"Gizmo", "filter_description"=>"", "_"=>"1318888929558"} Rendered products/_grid.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (13.8ms) Completed 200 OK in 29ms (Views: 19.2ms | ActiveRecord: 0.6ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2011-10-17 15:02:14 -0700 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-17 15:02:14 -0700 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-17 15:02:14 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/activegrid.css?body=1" for 127.0.0.1 at 2011-10-17 15:02:14 -0700 Served asset /activegrid.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-17 15:02:14 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/activegrid.js?body=1" for 127.0.0.1 at 2011-10-17 15:02:14 -0700 Served asset /activegrid.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-17 15:02:14 -0700 Served asset /application.js - 304 Not Modified (0ms) Started GET "/products" for 127.0.0.1 at 2011-10-17 15:02:54 -0700 Processing by ProductsController#index as HTML Rendered products/_grid.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (13.1ms) Completed 200 OK in 29ms (Views: 17.3ms | ActiveRecord: 0.6ms) Started GET "/assets/activegrid.css?body=1" for 127.0.0.1 at 2011-10-17 15:02:54 -0700 Served asset /activegrid.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2011-10-17 15:02:54 -0700 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-17 15:02:54 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-17 15:02:54 -0700 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-17 15:02:54 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/activegrid.js?body=1" for 127.0.0.1 at 2011-10-17 15:02:54 -0700 Served asset /activegrid.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-17 15:02:54 -0700 Served asset /application.js - 304 Not Modified (0ms) Started GET "/products" for 127.0.0.1 at 2011-10-17 15:03:32 -0700 Processing by ProductsController#index as HTML Rendered products/_grid.html.erb (0.1ms)  (0.1ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (12.4ms) Completed 200 OK in 23ms (Views: 17.1ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-17 15:03:32 -0700 Served asset /application.css - 200 OK (0ms) Started GET "/assets/activegrid.css?body=1" for 127.0.0.1 at 2011-10-17 15:03:32 -0700 Served asset /activegrid.css - 200 OK (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2011-10-17 15:03:32 -0700 Served asset /scaffold.css - 200 OK (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-17 15:03:32 -0700 Served asset /jquery_ujs.js - 200 OK (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-17 15:03:32 -0700 Served asset /jquery.js - 200 OK (0ms) Started GET "/assets/activegrid.js?body=1" for 127.0.0.1 at 2011-10-17 15:03:32 -0700 Served asset /activegrid.js - 200 OK (2ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-17 15:03:33 -0700 Served asset /application.js - 200 OK (0ms) Started GET "/products.js?filter_name=Gizmo&filter_description=&_=1318889048840" for 127.0.0.1 at 2011-10-17 15:04:09 -0700 Processing by ProductsController#index as JS Parameters: {"filter_name"=>"Gizmo", "filter_description"=>"", "_"=>"1318889048840"} Rendered products/_grid.html.erb (0.1ms)  (0.1ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (12.7ms) Completed 200 OK in 24ms (Views: 17.4ms | ActiveRecord: 0.5ms) Started GET "/products" for 127.0.0.1 at 2011-10-17 15:10:03 -0700 Processing by ProductsController#index as HTML Rendered products/_grid.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (49.8ms) Completed 200 OK in 60ms (Views: 54.2ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-17 15:10:04 -0700 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2011-10-17 15:10:04 -0700 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-17 15:10:04 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/activegrid.css?body=1" for 127.0.0.1 at 2011-10-17 15:10:04 -0700 Served asset /activegrid.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-17 15:10:04 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/activegrid.js?body=1" for 127.0.0.1 at 2011-10-17 15:10:04 -0700 Served asset /activegrid.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-17 15:10:04 -0700 Served asset /application.js - 304 Not Modified (0ms) Started GET "/products.js?filter_name=Gizmo&filter_description=&_=1318889406528" for 127.0.0.1 at 2011-10-17 15:10:06 -0700 Processing by ProductsController#index as JS Parameters: {"filter_name"=>"Gizmo", "filter_description"=>"", "_"=>"1318889406528"} Rendered products/_grid.html.erb (0.1ms)  (0.1ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (12.4ms) Completed 200 OK in 23ms (Views: 17.0ms | ActiveRecord: 0.5ms) Started GET "/products" for 127.0.0.1 at 2011-10-17 15:12:31 -0700 Processing by ProductsController#index as HTML Rendered products/_grid.html.erb (0.1ms)  (0.1ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (51.4ms) Completed 200 OK in 62ms (Views: 55.7ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-17 15:12:32 -0700 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/activegrid.css?body=1" for 127.0.0.1 at 2011-10-17 15:12:32 -0700 Served asset /activegrid.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-17 15:12:32 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/activegrid.js?body=1" for 127.0.0.1 at 2011-10-17 15:12:32 -0700 Served asset /activegrid.js - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2011-10-17 15:12:32 -0700 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-17 15:12:32 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-17 15:12:32 -0700 Served asset /application.js - 304 Not Modified (0ms) Started GET "/products?filter_name=Gizmo&filter_description=&_=1318889555339" for 127.0.0.1 at 2011-10-17 15:12:35 -0700 Processing by ProductsController#index as JS Parameters: {"filter_name"=>"Gizmo", "filter_description"=>"", "_"=>"1318889555339"} Rendered products/_grid.html.erb (0.1ms)  (0.1ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (12.3ms) Completed 200 OK in 30ms (Views: 23.4ms | ActiveRecord: 0.5ms) Started GET "/products" for 127.0.0.1 at 2011-10-17 15:14:30 -0700 Processing by ProductsController#index as HTML Rendered products/_grid.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (51.9ms) Completed 200 OK in 62ms (Views: 56.1ms | ActiveRecord: 0.6ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-17 15:14:31 -0700 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/activegrid.css?body=1" for 127.0.0.1 at 2011-10-17 15:14:31 -0700 Served asset /activegrid.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2011-10-17 15:14:31 -0700 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-17 15:14:31 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-17 15:14:31 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/activegrid.js?body=1" for 127.0.0.1 at 2011-10-17 15:14:31 -0700 Served asset /activegrid.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-17 15:14:31 -0700 Served asset /application.js - 304 Not Modified (0ms) Started GET "/products" for 127.0.0.1 at 2011-10-17 15:14:50 -0700 Processing by ProductsController#index as HTML Rendered products/_grid.html.erb (0.1ms)  (0.1ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (12.9ms) Completed 200 OK in 24ms (Views: 17.1ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-17 15:14:50 -0700 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/activegrid.css?body=1" for 127.0.0.1 at 2011-10-17 15:14:50 -0700 Served asset /activegrid.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2011-10-17 15:14:50 -0700 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-17 15:14:51 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-17 15:14:51 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/activegrid.js?body=1" for 127.0.0.1 at 2011-10-17 15:14:51 -0700 Served asset /activegrid.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-17 15:14:51 -0700 Served asset /application.js - 304 Not Modified (0ms) Started GET "/products" for 127.0.0.1 at 2011-10-17 15:15:36 -0700 Processing by ProductsController#index as HTML Completed 500 Internal Server Error in 2ms SyntaxError (/Users/melvinram/Projects/activegrid/app/lib/active_grid/grid.rb:138: syntax error, unexpected ')', expecting tASSOC /Users/melvinram/Projects/activegrid/app/lib/active_grid/grid.rb:147: syntax error, unexpected $end, expecting keyword_end): app/controllers/products_controller.rb:6:in `index' Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (5.0ms) Started GET "/products" for 127.0.0.1 at 2011-10-17 15:18:16 -0700 Processing by ProductsController#index as HTML Completed 500 Internal Server Error in 1ms SyntaxError (/Users/melvinram/Projects/activegrid/app/lib/active_grid/grid.rb:138: syntax error, unexpected ')', expecting tASSOC /Users/melvinram/Projects/activegrid/app/lib/active_grid/grid.rb:147: syntax error, unexpected $end, expecting keyword_end): app/controllers/products_controller.rb:6:in `index' Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms) Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (4.7ms) Started GET "/products" for 127.0.0.1 at 2011-10-17 15:18:45 -0700 Processing by ProductsController#index as HTML Rendered products/_grid.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "products" Product Load (0.2ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (15.5ms) Completed 200 OK in 67ms (Views: 60.2ms | ActiveRecord: 0.6ms) Started GET "/assets/activegrid.css?body=1" for 127.0.0.1 at 2011-10-17 15:18:45 -0700 Served asset /activegrid.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-17 15:18:45 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-17 15:18:45 -0700 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2011-10-17 15:18:45 -0700 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-17 15:18:45 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-17 15:18:46 -0700 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/activegrid.js?body=1" for 127.0.0.1 at 2011-10-17 15:18:46 -0700 Served asset /activegrid.js - 304 Not Modified (0ms) Started GET "/products" for 127.0.0.1 at 2011-10-17 15:21:20 -0700 Processing by ProductsController#index as HTML Rendered products/_grid.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (16.0ms) Completed 200 OK in 28ms (Views: 20.6ms | ActiveRecord: 0.5ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-17 15:21:20 -0700 Served asset /jquery.js - 304 Not Modified (1ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2011-10-17 15:21:20 -0700 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/activegrid.css?body=1" for 127.0.0.1 at 2011-10-17 15:21:20 -0700 Served asset /activegrid.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-17 15:21:20 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/activegrid.js?body=1" for 127.0.0.1 at 2011-10-17 15:21:20 -0700 Served asset /activegrid.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-17 15:21:20 -0700 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-17 15:21:20 -0700 Served asset /application.js - 304 Not Modified (0ms) Started GET "/products?filter_name=Gizmo&filter_description=&_=1318890093433" for 127.0.0.1 at 2011-10-17 15:21:33 -0700 Processing by ProductsController#index as JS Parameters: {"filter_name"=>"Gizmo", "filter_description"=>"", "_"=>"1318890093433"} Rendered products/_grid.html.erb (0.1ms)  (0.1ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (51.6ms) Completed 200 OK in 68ms (Views: 61.5ms | ActiveRecord: 0.6ms) Started GET "/products" for 127.0.0.1 at 2011-10-17 15:23:41 -0700 Processing by ProductsController#index as HTML Rendered products/_grid.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (21.0ms) Completed 200 OK in 32ms (Views: 25.2ms | ActiveRecord: 0.6ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-17 15:23:41 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-17 15:23:41 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/activegrid.css?body=1" for 127.0.0.1 at 2011-10-17 15:23:41 -0700 Served asset /activegrid.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2011-10-17 15:23:41 -0700 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-17 15:23:41 -0700 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/activegrid.js?body=1" for 127.0.0.1 at 2011-10-17 15:23:41 -0700 Served asset /activegrid.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-17 15:23:41 -0700 Served asset /application.js - 304 Not Modified (0ms) Started GET "/products?utf8=%E2%9C%93&activegrid_filter_name=Gizmo&activegird_filter_description=" for 127.0.0.1 at 2011-10-17 15:23:48 -0700 Processing by ProductsController#index as HTML Parameters: {"utf8"=>"✓", "activegrid_filter_name"=>"Gizmo", "activegird_filter_description"=>""} Rendered products/_grid.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (13.4ms) Completed 200 OK in 65ms (Views: 17.8ms | ActiveRecord: 0.5ms) Started GET "/assets/activegrid.css?body=1" for 127.0.0.1 at 2011-10-17 15:23:49 -0700 Served asset /activegrid.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2011-10-17 15:23:49 -0700 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-17 15:23:49 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-17 15:23:49 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/activegrid.js?body=1" for 127.0.0.1 at 2011-10-17 15:23:49 -0700 Served asset /activegrid.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-17 15:23:49 -0700 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-17 15:23:49 -0700 Served asset /application.js - 304 Not Modified (0ms) Started GET "/products?utf8=%E2%9C%93&activegrid_filter_name=Gizmo&activegird_filter_description=" for 127.0.0.1 at 2011-10-17 15:24:39 -0700 Processing by ProductsController#index as HTML Parameters: {"utf8"=>"✓", "activegrid_filter_name"=>"Gizmo", "activegird_filter_description"=>""} Rendered products/_grid.html.erb (1.5ms)  (0.2ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (15.1ms) Completed 200 OK in 28ms (Views: 19.8ms | ActiveRecord: 0.5ms) Started GET "/assets/activegrid.css?body=1" for 127.0.0.1 at 2011-10-17 15:24:39 -0700 Served asset /activegrid.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2011-10-17 15:24:39 -0700 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-17 15:24:39 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/activegrid.js?body=1" for 127.0.0.1 at 2011-10-17 15:24:39 -0700 Served asset /activegrid.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-17 15:24:39 -0700 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-17 15:24:39 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-17 15:24:39 -0700 Served asset /application.css - 304 Not Modified (0ms) Started GET "/products?utf8=%E2%9C%93&activegrid_filter_name=Gizmo&activegird_filter_description=" for 127.0.0.1 at 2011-10-17 15:25:00 -0700 Processing by ProductsController#index as HTML Parameters: {"utf8"=>"✓", "activegrid_filter_name"=>"Gizmo", "activegird_filter_description"=>""} Rendered products/_grid.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (14.4ms) Completed 200 OK in 27ms (Views: 18.9ms | ActiveRecord: 0.6ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-17 15:25:00 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/activegrid.js?body=1" for 127.0.0.1 at 2011-10-17 15:25:00 -0700 Served asset /activegrid.js - 304 Not Modified (0ms) Started GET "/assets/activegrid.css?body=1" for 127.0.0.1 at 2011-10-17 15:25:00 -0700 Served asset /activegrid.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2011-10-17 15:25:00 -0700 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-17 15:25:00 -0700 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-17 15:25:00 -0700 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-17 15:25:00 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/products?utf8=%E2%9C%93&activegrid_filter_name=Gizmo&activegird_filter_description=" for 127.0.0.1 at 2011-10-17 15:25:35 -0700 Processing by ProductsController#index as HTML Parameters: {"utf8"=>"✓", "activegrid_filter_name"=>"Gizmo", "activegird_filter_description"=>""} Rendered products/_grid.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (15.2ms) Completed 200 OK in 29ms (Views: 21.0ms | ActiveRecord: 0.6ms) Started GET "/assets/activegrid.css?body=1" for 127.0.0.1 at 2011-10-17 15:25:35 -0700 Served asset /activegrid.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2011-10-17 15:25:35 -0700 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-17 15:25:35 -0700 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-17 15:25:35 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-17 15:25:35 -0700 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/activegrid.js?body=1" for 127.0.0.1 at 2011-10-17 15:25:35 -0700 Served asset /activegrid.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-17 15:25:35 -0700 Served asset /application.css - 304 Not Modified (0ms) Started GET "/products?_=1318890340979" for 127.0.0.1 at 2011-10-17 15:25:40 -0700 Processing by ProductsController#index as JS Parameters: {"_"=>"1318890340979"} Rendered products/_grid.html.erb (0.1ms)  (0.1ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (12.3ms) Completed 200 OK in 28ms (Views: 21.7ms | ActiveRecord: 0.5ms) Started GET "/products.js?utf8=%E2%9C%93&activegrid_filter_name=Gizmo&activegird_filter_description=" for 127.0.0.1 at 2011-10-17 15:26:00 -0700 Processing by ProductsController#index as JS Parameters: {"utf8"=>"✓", "activegrid_filter_name"=>"Gizmo", "activegird_filter_description"=>""} Rendered products/_grid.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (18.6ms) Completed 200 OK in 30ms (Views: 23.6ms | ActiveRecord: 0.6ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2011-10-17 15:26:00 -0700 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-17 15:26:00 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/activegrid.js?body=1" for 127.0.0.1 at 2011-10-17 15:26:00 -0700 Served asset /activegrid.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-17 15:26:00 -0700 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/activegrid.css?body=1" for 127.0.0.1 at 2011-10-17 15:26:00 -0700 Served asset /activegrid.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-17 15:26:00 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-17 15:26:00 -0700 Served asset /application.js - 304 Not Modified (1ms) Started GET "/products.js?utf8=%E2%9C%93&activegrid_filter_name=Gizmo&activegird_filter_description=" for 127.0.0.1 at 2011-10-17 15:27:10 -0700 Processing by ProductsController#index as JS Parameters: {"utf8"=>"✓", "activegrid_filter_name"=>"Gizmo", "activegird_filter_description"=>""} Rendered products/_grid.html.erb (0.1ms)  (0.4ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (15.9ms) Completed 200 OK in 29ms (Views: 21.4ms | ActiveRecord: 0.8ms) Started GET "/assets/activegrid.css?body=1" for 127.0.0.1 at 2011-10-17 15:27:10 -0700 Served asset /activegrid.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2011-10-17 15:27:10 -0700 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-17 15:27:10 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-17 15:27:10 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/activegrid.js?body=1" for 127.0.0.1 at 2011-10-17 15:27:10 -0700 Served asset /activegrid.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-17 15:27:10 -0700 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-17 15:27:10 -0700 Served asset /application.css - 304 Not Modified (0ms) Started GET "/products.js?utf8=%E2%9C%93&activegrid_filter_name=Gizmo&activegird_filter_description=" for 127.0.0.1 at 2011-10-17 15:30:03 -0700 Processing by ProductsController#index as JS Parameters: {"utf8"=>"✓", "activegrid_filter_name"=>"Gizmo", "activegird_filter_description"=>""} Rendered products/_grid.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (50.8ms) Completed 200 OK in 62ms (Views: 55.6ms | ActiveRecord: 0.5ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-17 15:30:04 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/activegrid.css?body=1" for 127.0.0.1 at 2011-10-17 15:30:04 -0700 Served asset /activegrid.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2011-10-17 15:30:04 -0700 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-17 15:30:04 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/activegrid.js?body=1" for 127.0.0.1 at 2011-10-17 15:30:04 -0700 Served asset /activegrid.js - 304 Not Modified (1ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-17 15:30:04 -0700 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-17 15:30:04 -0700 Served asset /application.css - 304 Not Modified (0ms) Started GET "/products?_=1318890606245" for 127.0.0.1 at 2011-10-17 15:30:06 -0700 Processing by ProductsController#index as JS Parameters: {"_"=>"1318890606245"} Rendered products/_grid.html.erb (0.1ms)  (0.1ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (12.2ms) Completed 200 OK in 29ms (Views: 22.0ms | ActiveRecord: 0.5ms) Started GET "/products" for 127.0.0.1 at 2011-10-17 15:30:47 -0700 Processing by ProductsController#index as HTML Rendered products/_grid.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (51.7ms) Completed 200 OK in 62ms (Views: 56.0ms | ActiveRecord: 0.6ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-17 15:30:48 -0700 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/activegrid.css?body=1" for 127.0.0.1 at 2011-10-17 15:30:48 -0700 Served asset /activegrid.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-17 15:30:48 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-17 15:30:48 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2011-10-17 15:30:48 -0700 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/activegrid.js?body=1" for 127.0.0.1 at 2011-10-17 15:30:48 -0700 Served asset /activegrid.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-17 15:30:48 -0700 Served asset /application.js - 304 Not Modified (0ms) Started GET "/products" for 127.0.0.1 at 2011-10-17 15:31:16 -0700 Processing by ProductsController#index as HTML Rendered products/_grid.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (13.1ms) Completed 200 OK in 24ms (Views: 17.6ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-17 15:31:16 -0700 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/activegrid.css?body=1" for 127.0.0.1 at 2011-10-17 15:31:16 -0700 Served asset /activegrid.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-17 15:31:16 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2011-10-17 15:31:16 -0700 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/activegrid.js?body=1" for 127.0.0.1 at 2011-10-17 15:31:16 -0700 Served asset /activegrid.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-17 15:31:16 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-17 15:31:16 -0700 Served asset /application.js - 304 Not Modified (0ms) Started GET "/products?_=1318890678506" for 127.0.0.1 at 2011-10-17 15:31:18 -0700 Processing by ProductsController#index as JS Parameters: {"_"=>"1318890678506"} Rendered products/_grid.html.erb (0.1ms)  (0.1ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (12.7ms) Completed 200 OK in 29ms (Views: 22.2ms | ActiveRecord: 0.5ms) Started GET "/products" for 127.0.0.1 at 2011-10-17 15:31:51 -0700 Processing by ProductsController#index as HTML Rendered products/_grid.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (13.2ms) Completed 200 OK in 23ms (Views: 17.4ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-17 15:31:51 -0700 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/activegrid.css?body=1" for 127.0.0.1 at 2011-10-17 15:31:51 -0700 Served asset /activegrid.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-17 15:31:51 -0700 Served asset /jquery_ujs.js - 304 Not Modified (1ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-17 15:31:51 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/activegrid.js?body=1" for 127.0.0.1 at 2011-10-17 15:31:51 -0700 Served asset /activegrid.js - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2011-10-17 15:31:51 -0700 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-17 15:31:51 -0700 Served asset /application.js - 304 Not Modified (0ms) Started GET "/products?_=1318890721652" for 127.0.0.1 at 2011-10-17 15:32:01 -0700 Processing by ProductsController#index as JS Parameters: {"_"=>"1318890721652"} Rendered products/_grid.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (12.4ms) Completed 200 OK in 29ms (Views: 22.1ms | ActiveRecord: 0.5ms) Started GET "/products" for 127.0.0.1 at 2011-10-17 15:38:13 -0700 Processing by ProductsController#index as HTML Rendered products/_grid.html.erb (0.1ms)  (0.6ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (14.7ms) Completed 200 OK in 48ms (Views: 28.5ms | ActiveRecord: 0.9ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-17 15:38:13 -0700 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-17 15:38:13 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2011-10-17 15:38:13 -0700 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-17 15:38:13 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/activegrid.css?body=1" for 127.0.0.1 at 2011-10-17 15:38:13 -0700 Served asset /activegrid.css - 304 Not Modified (0ms) Started GET "/assets/activegrid.js?body=1" for 127.0.0.1 at 2011-10-17 15:38:13 -0700 Served asset /activegrid.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-17 15:38:14 -0700 Served asset /application.js - 304 Not Modified (0ms) Started GET "/robots.txt" for 127.0.0.1 at 2011-10-17 15:59:39 -0700 ActionController::RoutingError (No route matches [GET] "/robots.txt"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.9ms) Started GET "/robots.txt" for 127.0.0.1 at 2011-10-17 17:03:54 -0700 ActionController::RoutingError (No route matches [GET] "/robots.txt"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started GET "/how_it_works" for 127.0.0.1 at 2011-10-17 17:03:54 -0700 ActionController::RoutingError (No route matches [GET] "/how_it_works"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/products" for 127.0.0.1 at 2011-10-17 17:14:21 -0700 Processing by ProductsController#index as HTML Rendered products/_grid.html.erb (0.1ms)  (21.1ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (127.0ms) Completed 200 OK in 182ms (Views: 154.2ms | ActiveRecord: 21.5ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-17 17:14:22 -0700 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/activegrid.css?body=1" for 127.0.0.1 at 2011-10-17 17:14:22 -0700 Served asset /activegrid.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-17 17:14:22 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2011-10-17 17:14:22 -0700 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-17 17:14:22 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/activegrid.js?body=1" for 127.0.0.1 at 2011-10-17 17:14:22 -0700 Served asset /activegrid.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-17 17:14:22 -0700 Served asset /application.js - 304 Not Modified (0ms) Started GET "/products?_=1318896916981" for 127.0.0.1 at 2011-10-17 17:15:16 -0700 Processing by ProductsController#index as JS Parameters: {"_"=>"1318896916981"} Rendered products/_grid.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (12.8ms) Completed 200 OK in 29ms (Views: 22.3ms | ActiveRecord: 0.5ms) Started GET "/products" for 127.0.0.1 at 2011-10-17 17:19:10 -0700 Processing by ProductsController#index as HTML Rendered products/_grid.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (41.3ms) Completed 200 OK in 52ms (Views: 45.5ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-17 17:19:11 -0700 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/activegrid.css?body=1" for 127.0.0.1 at 2011-10-17 17:19:11 -0700 Served asset /activegrid.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2011-10-17 17:19:11 -0700 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-17 17:19:11 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-17 17:19:11 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/activegrid.js?body=1" for 127.0.0.1 at 2011-10-17 17:19:11 -0700 Served asset /activegrid.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-17 17:19:11 -0700 Served asset /application.js - 304 Not Modified (0ms) Started GET "/products.js?utf8=%E2%9C%93&activegrid_filter_name=Gizmo&activegird_filter_description=" for 127.0.0.1 at 2011-10-17 17:24:28 -0700 Processing by ProductsController#index as JS Parameters: {"utf8"=>"✓", "activegrid_filter_name"=>"Gizmo", "activegird_filter_description"=>""} Rendered products/_grid.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (16.4ms) Completed 200 OK in 28ms (Views: 21.8ms | ActiveRecord: 0.5ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-17 17:24:28 -0700 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-17 17:24:28 -0700 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-17 17:24:28 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/activegrid.js?body=1" for 127.0.0.1 at 2011-10-17 17:24:28 -0700 Served asset /activegrid.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-17 17:24:28 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2011-10-17 17:24:28 -0700 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/activegrid.css?body=1" for 127.0.0.1 at 2011-10-17 17:24:28 -0700 Served asset /activegrid.css - 304 Not Modified (0ms) Started GET "/products" for 127.0.0.1 at 2011-10-17 17:24:32 -0700 Processing by ProductsController#index as HTML Rendered products/_grid.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (65.7ms) Completed 200 OK in 80ms (Views: 72.9ms | ActiveRecord: 0.5ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2011-10-17 17:24:32 -0700 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-17 17:24:32 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-17 17:24:32 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/activegrid.js?body=1" for 127.0.0.1 at 2011-10-17 17:24:32 -0700 Served asset /activegrid.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-17 17:24:32 -0700 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/activegrid.css?body=1" for 127.0.0.1 at 2011-10-17 17:24:32 -0700 Served asset /activegrid.css - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-17 17:24:32 -0700 Served asset /application.css - 304 Not Modified (0ms) Started GET "/products?activegrid%5Bname%5D=products&_=1318897475504" for 127.0.0.1 at 2011-10-17 17:24:35 -0700 Processing by ProductsController#index as JS Parameters: {"activegrid"=>{"name"=>"products"}, "_"=>"1318897475504"} Rendered products/_grid.html.erb (0.1ms) Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered /Users/melvinram/Projects/activegrid/app/views/active_grid/update.js.erb (32.4ms) Completed 200 OK in 106ms (Views: 53.6ms | ActiveRecord: 0.4ms) Started GET "/products" for 127.0.0.1 at 2011-10-17 17:25:40 -0700 Processing by ProductsController#index as HTML Rendered products/_grid.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "products"  Product Load (0.5ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (19.4ms) Completed 200 OK in 33ms (Views: 25.0ms | ActiveRecord: 1.0ms) Started GET "/assets/activegrid.css?body=1" for 127.0.0.1 at 2011-10-17 17:25:40 -0700 Served asset /activegrid.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2011-10-17 17:25:40 -0700 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-17 17:25:40 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-17 17:25:40 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/activegrid.js?body=1" for 127.0.0.1 at 2011-10-17 17:25:40 -0700 Served asset /activegrid.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-17 17:25:40 -0700 Served asset /application.js - 304 Not Modified (1ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-17 17:25:40 -0700 Served asset /application.css - 304 Not Modified (0ms) Started GET "/products?activegrid%5Bname%5D=products&_=1318897542802" for 127.0.0.1 at 2011-10-17 17:25:42 -0700 Processing by ProductsController#index as JS Parameters: {"activegrid"=>{"name"=>"products"}, "_"=>"1318897542802"} Rendered products/_grid.html.erb (0.1ms) Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered /Users/melvinram/Projects/activegrid/app/views/active_grid/update.js.erb (10.4ms) Completed 200 OK in 21ms (Views: 14.0ms | ActiveRecord: 0.4ms) Started GET "/products?activegrid%5Bname%5D=products&_=1318897549773" for 127.0.0.1 at 2011-10-17 17:25:49 -0700 Processing by ProductsController#index as JS Parameters: {"activegrid"=>{"name"=>"products"}, "_"=>"1318897549773"} Rendered products/_grid.html.erb (0.1ms) Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered /Users/melvinram/Projects/activegrid/app/views/active_grid/update.js.erb (10.4ms) Completed 200 OK in 22ms (Views: 14.4ms | ActiveRecord: 0.4ms) Started GET "/products?activegrid%5Bname%5D=products&_=1318897639426" for 127.0.0.1 at 2011-10-17 17:27:19 -0700 Processing by ProductsController#index as JS Parameters: {"activegrid"=>{"name"=>"products"}, "_"=>"1318897639426"} Rendered products/_grid.html.erb (0.1ms) Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered /Users/melvinram/Projects/activegrid/app/views/active_grid/update.js.erb (10.6ms) Completed 200 OK in 22ms (Views: 14.7ms | ActiveRecord: 0.4ms) Started GET "/images/mobile/loading.gif" for 127.0.0.1 at 2011-10-17 18:23:59 -0700 ActionController::RoutingError (No route matches [GET] "/images/mobile/loading.gif"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.1ms) Started GET "/images/mobile/loading.gif" for 127.0.0.1 at 2011-10-17 18:23:59 -0700 ActionController::RoutingError (No route matches [GET] "/images/mobile/loading.gif"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) Started GET "/products" for 127.0.0.1 at 2011-10-17 18:31:57 -0700 Processing by ProductsController#index as HTML Rendered products/_grid.html.erb (0.1ms)  (21.0ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (77.7ms) Compiled activegrid.js (4ms) (pid 29109) Compiled application.js (39ms) (pid 29109) Completed 200 OK in 1006ms (Views: 976.6ms | ActiveRecord: 21.3ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2011-10-17 18:31:59 -0700 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-17 18:31:59 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-17 18:31:59 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/activegrid.js?body=1" for 127.0.0.1 at 2011-10-17 18:31:59 -0700 Served asset /activegrid.js - 200 OK (3ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-17 18:31:59 -0700 Served asset /application.js - 200 OK (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-17 18:31:59 -0700 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/activegrid.css?body=1" for 127.0.0.1 at 2011-10-17 18:31:59 -0700 Served asset /activegrid.css - 304 Not Modified (0ms) Started GET "/products?activegrid%5Bname%5D=products&activegrid%5Blimit%5D=10&activegrid%5Boffset%5D=0&activegrid%5Border%5D=name&_=1318901524828" for 127.0.0.1 at 2011-10-17 18:32:04 -0700 Processing by ProductsController#index as JS Parameters: {"activegrid"=>{"name"=>"products", "limit"=>"10", "offset"=>"0", "order"=>"name"}, "_"=>"1318901524828"} Rendered products/_grid.html.erb (0.1ms) Product Load (0.3ms) SELECT "products".* FROM "products" ORDER BY name LIMIT 10 OFFSET '0' Rendered /Users/melvinram/Projects/activegrid/app/views/active_grid/update.js.erb (30.8ms) Completed 200 OK in 64ms (Views: 57.3ms | ActiveRecord: 0.6ms) Started GET "/products?activegrid%5Bname%5D=products&activegrid%5Blimit%5D=10&activegrid%5Boffset%5D=0&activegrid%5Border%5D=name%20DESC&_=1318901526163" for 127.0.0.1 at 2011-10-17 18:32:06 -0700 Processing by ProductsController#index as JS Parameters: {"activegrid"=>{"name"=>"products", "limit"=>"10", "offset"=>"0", "order"=>"name DESC"}, "_"=>"1318901526163"} Rendered products/_grid.html.erb (0.1ms) Product Load (0.2ms) SELECT "products".* FROM "products" ORDER BY name DESC LIMIT 10 OFFSET '0' Rendered /Users/melvinram/Projects/activegrid/app/views/active_grid/update.js.erb (10.9ms) Completed 200 OK in 21ms (Views: 14.4ms | ActiveRecord: 0.5ms) Started GET "/products?activegrid%5Bname%5D=products&activegrid%5Blimit%5D=10&activegrid%5Boffset%5D=0&activegrid%5Border%5D=description&_=1318901528115" for 127.0.0.1 at 2011-10-17 18:32:08 -0700 Processing by ProductsController#index as JS Parameters: {"activegrid"=>{"name"=>"products", "limit"=>"10", "offset"=>"0", "order"=>"description"}, "_"=>"1318901528115"} Rendered products/_grid.html.erb (0.1ms) Product Load (0.2ms) SELECT "products".* FROM "products" ORDER BY description LIMIT 10 OFFSET '0' Rendered /Users/melvinram/Projects/activegrid/app/views/active_grid/update.js.erb (11.3ms) Completed 200 OK in 22ms (Views: 14.9ms | ActiveRecord: 0.5ms) Started GET "/products?activegrid%5Bname%5D=products&activegrid%5Blimit%5D=10&activegrid%5Boffset%5D=0&activegrid%5Border%5D=description%20DESC&_=1318901529579" for 127.0.0.1 at 2011-10-17 18:32:09 -0700 Processing by ProductsController#index as JS Parameters: {"activegrid"=>{"name"=>"products", "limit"=>"10", "offset"=>"0", "order"=>"description DESC"}, "_"=>"1318901529579"} Rendered products/_grid.html.erb (0.1ms) Product Load (0.2ms) SELECT "products".* FROM "products" ORDER BY description DESC LIMIT 10 OFFSET '0' Rendered /Users/melvinram/Projects/activegrid/app/views/active_grid/update.js.erb (10.4ms) Completed 200 OK in 21ms (Views: 14.0ms | ActiveRecord: 0.5ms) Started GET "/products?activegrid%5Bname%5D=products&activegrid%5Blimit%5D=10&activegrid%5Boffset%5D=0&activegrid%5Border%5D=description&_=1318901530059" for 127.0.0.1 at 2011-10-17 18:32:10 -0700 Processing by ProductsController#index as JS Parameters: {"activegrid"=>{"name"=>"products", "limit"=>"10", "offset"=>"0", "order"=>"description"}, "_"=>"1318901530059"} Rendered products/_grid.html.erb (0.1ms) Product Load (0.2ms) SELECT "products".* FROM "products" ORDER BY description LIMIT 10 OFFSET '0' Rendered /Users/melvinram/Projects/activegrid/app/views/active_grid/update.js.erb (10.8ms) Completed 200 OK in 21ms (Views: 14.4ms | ActiveRecord: 0.5ms) Started GET "/products?activegrid%5Bname%5D=products&activegrid%5Blimit%5D=10&activegrid%5Boffset%5D=0&activegrid%5Border%5D=description%20DESC&_=1318901530595" for 127.0.0.1 at 2011-10-17 18:32:10 -0700 Processing by ProductsController#index as JS Parameters: {"activegrid"=>{"name"=>"products", "limit"=>"10", "offset"=>"0", "order"=>"description DESC"}, "_"=>"1318901530595"} Rendered products/_grid.html.erb (0.1ms) Product Load (0.2ms) SELECT "products".* FROM "products" ORDER BY description DESC LIMIT 10 OFFSET '0' Rendered /Users/melvinram/Projects/activegrid/app/views/active_grid/update.js.erb (10.9ms) Completed 200 OK in 60ms (Views: 52.4ms | ActiveRecord: 0.5ms) Started GET "/products?activegrid%5Bname%5D=products&activegrid%5Blimit%5D=10&activegrid%5Boffset%5D=0&activegrid%5Border%5D=name&_=1318901531587" for 127.0.0.1 at 2011-10-17 18:32:11 -0700 Processing by ProductsController#index as JS Parameters: {"activegrid"=>{"name"=>"products", "limit"=>"10", "offset"=>"0", "order"=>"name"}, "_"=>"1318901531587"} Rendered products/_grid.html.erb (0.1ms) Product Load (0.2ms) SELECT "products".* FROM "products" ORDER BY name LIMIT 10 OFFSET '0' Rendered /Users/melvinram/Projects/activegrid/app/views/active_grid/update.js.erb (10.4ms) Completed 200 OK in 21ms (Views: 13.9ms | ActiveRecord: 0.5ms) Started GET "/products?activegrid%5Bname%5D=products&activegrid%5Blimit%5D=10&activegrid%5Boffset%5D=0&activegrid%5Border%5D=name%20DESC&_=1318901533155" for 127.0.0.1 at 2011-10-17 18:32:13 -0700 Processing by ProductsController#index as JS Parameters: {"activegrid"=>{"name"=>"products", "limit"=>"10", "offset"=>"0", "order"=>"name DESC"}, "_"=>"1318901533155"} Rendered products/_grid.html.erb (0.1ms) Product Load (0.2ms) SELECT "products".* FROM "products" ORDER BY name DESC LIMIT 10 OFFSET '0' Rendered /Users/melvinram/Projects/activegrid/app/views/active_grid/update.js.erb (48.1ms) Completed 200 OK in 59ms (Views: 51.7ms | ActiveRecord: 0.5ms) Started GET "/products?activegrid%5Bname%5D=products&activegrid%5Blimit%5D=10&activegrid%5Boffset%5D=0&activegrid%5Border%5D=name%20DESC&activegrid%5Bfilter%5D%5Bfield%5D=name&activegrid%5Bfilter%5D%5Bvalue%5D=Gizmo&_=1318901585056" for 127.0.0.1 at 2011-10-17 18:33:05 -0700 Processing by ProductsController#index as JS Parameters: {"activegrid"=>{"name"=>"products", "limit"=>"10", "offset"=>"0", "order"=>"name DESC", "filter"=>{"field"=>"name", "value"=>"Gizmo"}}, "_"=>"1318901585056"} Rendered products/_grid.html.erb (0.1ms) Product Load (0.2ms) SELECT "products".* FROM "products" WHERE ("products"."name" LIKE '%Gizmo%') ORDER BY name DESC LIMIT 10 OFFSET '0' Rendered /Users/melvinram/Projects/activegrid/app/views/active_grid/update.js.erb (10.0ms) Completed 200 OK in 67ms (Views: 13.6ms | ActiveRecord: 0.5ms) Started GET "/products?activegrid%5Bname%5D=products&activegrid%5Blimit%5D=10&activegrid%5Boffset%5D=0&activegrid%5Border%5D=name%20DESC&activegrid%5Bfilter%5D%5Bfield%5D=name&activegrid%5Bfilter%5D%5Bvalue%5D=Widget&_=1318901586976" for 127.0.0.1 at 2011-10-17 18:33:06 -0700 Processing by ProductsController#index as JS Parameters: {"activegrid"=>{"name"=>"products", "limit"=>"10", "offset"=>"0", "order"=>"name DESC", "filter"=>{"field"=>"name", "value"=>"Widget"}}, "_"=>"1318901586976"} Rendered products/_grid.html.erb (0.1ms) Product Load (0.2ms) SELECT "products".* FROM "products" WHERE ("products"."name" LIKE '%Widget%') ORDER BY name DESC LIMIT 10 OFFSET '0' Rendered /Users/melvinram/Projects/activegrid/app/views/active_grid/update.js.erb (9.8ms) Completed 200 OK in 21ms (Views: 13.8ms | ActiveRecord: 0.5ms) Started GET "/products?activegrid%5Bname%5D=products&activegrid%5Blimit%5D=10&activegrid%5Boffset%5D=0&activegrid%5Border%5D=name%20DESC&activegrid%5Bfilter%5D%5Bfield%5D=name&activegrid%5Bfilter%5D%5Bvalue%5D=blah&_=1318901588562" for 127.0.0.1 at 2011-10-17 18:33:08 -0700 Processing by ProductsController#index as JS Parameters: {"activegrid"=>{"name"=>"products", "limit"=>"10", "offset"=>"0", "order"=>"name DESC", "filter"=>{"field"=>"name", "value"=>"blah"}}, "_"=>"1318901588562"} Rendered products/_grid.html.erb (0.1ms) Product Load (0.2ms) SELECT "products".* FROM "products" WHERE ("products"."name" LIKE '%blah%') ORDER BY name DESC LIMIT 10 OFFSET '0' Rendered /Users/melvinram/Projects/activegrid/app/views/active_grid/update.js.erb (1.2ms) Completed 200 OK in 12ms (Views: 4.9ms | ActiveRecord: 0.4ms) Started GET "/products" for 127.0.0.1 at 2011-10-17 18:33:11 -0700 Processing by ProductsController#index as HTML Rendered products/_grid.html.erb (0.1ms)  (0.1ms) SELECT COUNT(*) FROM "products"  Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (13.6ms) Completed 200 OK in 26ms (Views: 17.6ms | ActiveRecord: 0.6ms) Started GET "/assets/activegrid.css?body=1" for 127.0.0.1 at 2011-10-17 18:33:11 -0700 Served asset /activegrid.css - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-17 18:33:11 -0700 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-17 18:33:11 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-17 18:33:11 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/activegrid.js?body=1" for 127.0.0.1 at 2011-10-17 18:33:11 -0700 Served asset /activegrid.js - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2011-10-17 18:33:11 -0700 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-17 18:33:11 -0700 Served asset /application.js - 304 Not Modified (0ms) Started GET "/products/1" for 127.0.0.1 at 2011-10-17 18:33:14 -0700 Processing by ProductsController#show as HTML Parameters: {"id"=>"1"} Product Load (13.0ms) SELECT "products".* FROM "products" WHERE "products"."id" = ? LIMIT 1 [["id", "1"]] Rendered products/show.html.erb within layouts/application (24.6ms) Completed 200 OK in 102ms (Views: 43.2ms | ActiveRecord: 13.3ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-17 18:33:14 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-17 18:33:14 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/activegrid.js?body=1" for 127.0.0.1 at 2011-10-17 18:33:14 -0700 Served asset /activegrid.js - 304 Not Modified (0ms) Started GET "/assets/activegrid.css?body=1" for 127.0.0.1 at 2011-10-17 18:33:14 -0700 Served asset /activegrid.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2011-10-17 18:33:14 -0700 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-17 18:33:14 -0700 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-17 18:33:14 -0700 Served asset /application.js - 304 Not Modified (0ms) Started GET "/products/1/edit" for 127.0.0.1 at 2011-10-17 18:33:15 -0700 Processing by ProductsController#edit as HTML Parameters: {"id"=>"1"} Product Load (0.1ms) SELECT "products".* FROM "products" WHERE "products"."id" = ? LIMIT 1 [["id", "1"]] Rendered products/_form.html.erb (223.9ms) Rendered products/edit.html.erb within layouts/application (226.0ms) Completed 200 OK in 236ms (Views: 234.0ms | ActiveRecord: 0.4ms) Started GET "/assets/activegrid.css?body=1" for 127.0.0.1 at 2011-10-17 18:33:16 -0700 Served asset /activegrid.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2011-10-17 18:33:16 -0700 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-17 18:33:16 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-17 18:33:16 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/activegrid.js?body=1" for 127.0.0.1 at 2011-10-17 18:33:16 -0700 Served asset /activegrid.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-17 18:33:16 -0700 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-17 18:33:16 -0700 Served asset /application.js - 304 Not Modified (0ms) Started PUT "/products/1" for 127.0.0.1 at 2011-10-17 18:33:20 -0700 Processing by ProductsController#update as HTML Parameters: {"utf8"=>"✓", "authenticity_token"=>"UZ4N1aOFC7t0wwmlEnOjHqofK2YHwmJA9Lb8F6BpR60=", "product"=>{"name"=>"Gizmo", "description"=>"something", "price"=>"", "quantity"=>""}, "commit"=>"Update Product", "id"=>"1"} Product Load (0.1ms) SELECT "products".* FROM "products" WHERE "products"."id" = ? LIMIT 1 [["id", "1"]]  (0.4ms) UPDATE "products" SET "description" = 'something', "updated_at" = '2011-10-18 01:33:20.252292' WHERE "products"."id" = 1 Redirected to http://localhost:3000/products/1 Completed 302 Found in 360ms Started GET "/products/1" for 127.0.0.1 at 2011-10-17 18:33:20 -0700 Processing by ProductsController#show as HTML Parameters: {"id"=>"1"} Product Load (0.1ms) SELECT "products".* FROM "products" WHERE "products"."id" = ? LIMIT 1 [["id", "1"]] Rendered products/show.html.erb within layouts/application (6.8ms) Completed 200 OK in 16ms (Views: 14.2ms | ActiveRecord: 0.4ms) Started GET "/assets/activegrid.css?body=1" for 127.0.0.1 at 2011-10-17 18:33:20 -0700 Served asset /activegrid.css - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2011-10-17 18:33:20 -0700 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-17 18:33:20 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/activegrid.js?body=1" for 127.0.0.1 at 2011-10-17 18:33:20 -0700 Served asset /activegrid.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-17 18:33:20 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-17 18:33:20 -0700 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-17 18:33:20 -0700 Served asset /application.css - 304 Not Modified (0ms) Started GET "/products" for 127.0.0.1 at 2011-10-17 18:33:21 -0700 Processing by ProductsController#index as HTML Rendered products/_grid.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (12.9ms) Completed 200 OK in 23ms (Views: 17.7ms | ActiveRecord: 0.5ms) Started GET "/assets/activegrid.css?body=1" for 127.0.0.1 at 2011-10-17 18:33:22 -0700 Served asset /activegrid.css - 304 Not Modified (11ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-17 18:33:22 -0700 Served asset /jquery_ujs.js - 304 Not Modified (7ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2011-10-17 18:33:22 -0700 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-17 18:33:22 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-17 18:33:22 -0700 Served asset /application.js - 304 Not Modified (2ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-17 18:33:22 -0700 Served asset /application.css - 304 Not Modified (0ms) Started GET "/assets/activegrid.js?body=1" for 127.0.0.1 at 2011-10-17 18:33:22 -0700 Served asset /activegrid.js - 304 Not Modified (0ms) Started GET "/products?activegrid%5Bname%5D=products&activegrid%5Blimit%5D=10&activegrid%5Boffset%5D=0&activegrid%5Border%5D=description&_=1318901602917" for 127.0.0.1 at 2011-10-17 18:33:22 -0700 Processing by ProductsController#index as JS Parameters: {"activegrid"=>{"name"=>"products", "limit"=>"10", "offset"=>"0", "order"=>"description"}, "_"=>"1318901602917"} Rendered products/_grid.html.erb (0.1ms) Product Load (0.2ms) SELECT "products".* FROM "products" ORDER BY description LIMIT 10 OFFSET '0' Rendered /Users/melvinram/Projects/activegrid/app/views/active_grid/update.js.erb (132.8ms) Completed 200 OK in 143ms (Views: 136.5ms | ActiveRecord: 0.5ms) Started GET "/products?activegrid%5Bname%5D=products&activegrid%5Blimit%5D=10&activegrid%5Boffset%5D=0&activegrid%5Border%5D=description&activegrid%5Bfilter%5D%5Bfield%5D=description&activegrid%5Bfilter%5D%5Bvalue%5D=some&_=1318901607204" for 127.0.0.1 at 2011-10-17 18:33:27 -0700 Processing by ProductsController#index as JS Parameters: {"activegrid"=>{"name"=>"products", "limit"=>"10", "offset"=>"0", "order"=>"description", "filter"=>{"field"=>"description", "value"=>"some"}}, "_"=>"1318901607204"} Rendered products/_grid.html.erb (0.1ms) Product Load (0.2ms) SELECT "products".* FROM "products" WHERE ("products"."description" LIKE '%some%') ORDER BY description LIMIT 10 OFFSET '0' Rendered /Users/melvinram/Projects/activegrid/app/views/active_grid/update.js.erb (62.6ms) Completed 200 OK in 73ms (Views: 66.4ms | ActiveRecord: 0.5ms) Started GET "/products?activegrid%5Bname%5D=products&activegrid%5Blimit%5D=10&activegrid%5Boffset%5D=0&activegrid%5Border%5D=description&activegrid%5Bfilter%5D%5Bfield%5D=description&activegrid%5Bfilter%5D%5Bvalue%5D=&_=1318901611115" for 127.0.0.1 at 2011-10-17 18:33:31 -0700 Processing by ProductsController#index as JS Parameters: {"activegrid"=>{"name"=>"products", "limit"=>"10", "offset"=>"0", "order"=>"description", "filter"=>{"field"=>"description", "value"=>""}}, "_"=>"1318901611115"} Rendered products/_grid.html.erb (0.1ms) Product Load (0.3ms) SELECT "products".* FROM "products" WHERE ("products"."description" LIKE '%%') ORDER BY description LIMIT 10 OFFSET '0' Rendered /Users/melvinram/Projects/activegrid/app/views/active_grid/update.js.erb (9.4ms) Completed 200 OK in 20ms (Views: 12.9ms | ActiveRecord: 0.6ms) Started GET "/images/youtube.png?1307569337" for 127.0.0.1 at 2011-10-17 18:42:39 -0700 ActionController::RoutingError (No route matches [GET] "/images/youtube.png"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms) Started GET "/" for 127.0.0.1 at 2011-10-25 10:31:16 -0700 ActionController::RoutingError (No route matches [GET] "/"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (9.9ms) Started GET "/products" for 127.0.0.1 at 2011-10-25 10:31:22 -0700 Processing by ProductsController#index as HTML Rendered products/_grid.html.erb (0.7ms)  (0.1ms) SELECT COUNT(*) FROM "products"  Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (51.7ms) Compiled application.css (2ms) (pid 38395) Compiled activegrid.css (0ms) (pid 38395) Compiled scaffold.css (0ms) (pid 38395) Compiled application.js (4ms) (pid 38395) Compiled jquery.js (18ms) (pid 38395) Compiled jquery_ujs.js (2ms) (pid 38395) Compiled activegrid.js (3ms) (pid 38395) Completed 200 OK in 188ms (Views: 174.0ms | ActiveRecord: 0.4ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-25 10:31:22 -0700 Served asset /jquery.js - 304 Not Modified (3ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2011-10-25 10:31:22 -0700 Served asset /scaffold.css - 200 OK (4ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-25 10:31:22 -0700 Served asset /jquery_ujs.js - 304 Not Modified (2ms) Started GET "/products?activegrid%5Bname%5D=products&activegrid%5Blimit%5D=10&activegrid%5Boffset%5D=0&activegrid%5Bfilter%5D%5Bfield%5D=description&activegrid%5Bfilter%5D%5Bvalue%5D=some&_=1319563896207" for 127.0.0.1 at 2011-10-25 10:31:36 -0700 Processing by ProductsController#index as JS Parameters: {"activegrid"=>{"name"=>"products", "limit"=>"10", "offset"=>"0", "filter"=>{"field"=>"description", "value"=>"some"}}, "_"=>"1319563896207"} Rendered products/_grid.html.erb (0.6ms) Product Load (0.1ms) SELECT "products".* FROM "products" WHERE ("products"."description" LIKE '%some%') LIMIT 10 OFFSET '0' Rendered /Users/melvinram/Projects/activegrid/app/views/active_grid/update.js.erb (11.6ms) Completed 200 OK in 40ms (Views: 32.6ms | ActiveRecord: 0.4ms) Started GET "/products?activegrid%5Bname%5D=products&activegrid%5Blimit%5D=10&activegrid%5Boffset%5D=0&activegrid%5Bfilter%5D%5Bfield%5D=description&activegrid%5Bfilter%5D%5Bvalue%5D=some&_=1319563896208" for 127.0.0.1 at 2011-10-25 10:31:36 -0700 Processing by ProductsController#index as JS Parameters: {"activegrid"=>{"name"=>"products", "limit"=>"10", "offset"=>"0", "filter"=>{"field"=>"description", "value"=>"some"}}, "_"=>"1319563896208"} Rendered products/_grid.html.erb (0.1ms) Product Load (0.1ms) SELECT "products".* FROM "products" WHERE ("products"."description" LIKE '%some%') LIMIT 10 OFFSET '0' Rendered /Users/melvinram/Projects/activegrid/app/views/active_grid/update.js.erb (10.7ms) Completed 200 OK in 62ms (Views: 14.3ms | ActiveRecord: 0.4ms) Started GET "/products?activegrid%5Bname%5D=products&activegrid%5Blimit%5D=10&activegrid%5Boffset%5D=0&activegrid%5Bfilter%5D%5Bfield%5D=description&activegrid%5Bfilter%5D%5Bvalue%5D=&_=1319563898877" for 127.0.0.1 at 2011-10-25 10:31:38 -0700 Processing by ProductsController#index as JS Parameters: {"activegrid"=>{"name"=>"products", "limit"=>"10", "offset"=>"0", "filter"=>{"field"=>"description", "value"=>""}}, "_"=>"1319563898877"} Rendered products/_grid.html.erb (0.1ms) Product Load (0.1ms) SELECT "products".* FROM "products" WHERE ("products"."description" LIKE '%%') LIMIT 10 OFFSET '0' Rendered /Users/melvinram/Projects/activegrid/app/views/active_grid/update.js.erb (9.3ms) Completed 200 OK in 20ms (Views: 13.5ms | ActiveRecord: 0.4ms) Started GET "/products?activegrid%5Bname%5D=products&activegrid%5Blimit%5D=10&activegrid%5Boffset%5D=0&activegrid%5Bfilter%5D%5Bfield%5D=description&activegrid%5Bfilter%5D%5Bvalue%5D=&_=1319563898878" for 127.0.0.1 at 2011-10-25 10:31:38 -0700 Processing by ProductsController#index as JS Parameters: {"activegrid"=>{"name"=>"products", "limit"=>"10", "offset"=>"0", "filter"=>{"field"=>"description", "value"=>""}}, "_"=>"1319563898878"} Rendered products/_grid.html.erb (0.1ms) Product Load (0.1ms) SELECT "products".* FROM "products" WHERE ("products"."description" LIKE '%%') LIMIT 10 OFFSET '0' Rendered /Users/melvinram/Projects/activegrid/app/views/active_grid/update.js.erb (52.5ms) Completed 200 OK in 63ms (Views: 56.5ms | ActiveRecord: 0.5ms) Started GET "/products" for 127.0.0.1 at 2011-10-25 10:31:46 -0700 Processing by ProductsController#index as HTML Rendered products/_grid.html.erb (0.1ms)  (1.3ms) SELECT COUNT(*) FROM "products"  Product Load (0.7ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (16.7ms) Completed 200 OK in 27ms (Views: 18.6ms | ActiveRecord: 2.8ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-25 10:31:46 -0700 Served asset /jquery_ujs.js - 304 Not Modified (5ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-25 10:31:46 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/products" for 127.0.0.1 at 2011-10-25 10:32:02 -0700 Processing by ProductsController#index as HTML Rendered products/_grid.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "products"  Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (63.4ms) Compiled activegrid.js (2ms) (pid 38395) Compiled application.js (7ms) (pid 38395) Completed 200 OK in 105ms (Views: 94.7ms | ActiveRecord: 0.5ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2011-10-25 10:32:02 -0700 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/activegrid.css?body=1" for 127.0.0.1 at 2011-10-25 10:32:02 -0700 Served asset /activegrid.css - 200 OK (5ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-25 10:32:02 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-25 10:32:02 -0700 Served asset /application.js - 200 OK (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-25 10:32:02 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2011-10-25 10:32:02 -0700 Served asset /application.css - 200 OK (0ms) Started GET "/assets/activegrid.js?body=1" for 127.0.0.1 at 2011-10-25 10:32:02 -0700 Served asset /activegrid.js - 200 OK (7ms) Started GET "/assets/background.png" for 127.0.0.1 at 2011-10-25 10:32:02 -0700 Served asset /background.png - 404 Not Found (40ms) ActionController::RoutingError (No route matches [GET] "/assets/background.png"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started GET "/products?activegrid%5Bname%5D=products&activegrid%5Blimit%5D=10&activegrid%5Boffset%5D=0&activegrid%5Bfilter%5D%5Bfield%5D=description&activegrid%5Bfilter%5D%5Bvalue%5D=&_=1319563924919" for 127.0.0.1 at 2011-10-25 10:32:04 -0700 Processing by ProductsController#index as JS Parameters: {"activegrid"=>{"name"=>"products", "limit"=>"10", "offset"=>"0", "filter"=>{"field"=>"description", "value"=>""}}, "_"=>"1319563924919"} Rendered products/_grid.html.erb (0.1ms) Product Load (0.1ms) SELECT "products".* FROM "products" WHERE ("products"."description" LIKE '%%') LIMIT 10 OFFSET '0' Rendered /Users/melvinram/Projects/activegrid/app/views/active_grid/update.js.erb (9.2ms) Completed 200 OK in 19ms (Views: 13.1ms | ActiveRecord: 0.4ms) Started GET "/products" for 127.0.0.1 at 2011-10-25 10:32:32 -0700 Processing by ProductsController#index as HTML Rendered products/_grid.html.erb (0.1ms)  (0.2ms) SELECT COUNT(*) FROM "products" Product Load (0.1ms) SELECT "products".* FROM "products" LIMIT 10 Rendered products/index.html.erb within layouts/application (19.2ms) Completed 200 OK in 30ms (Views: 23.7ms | ActiveRecord: 0.7ms) Started GET "/assets/activegrid.js?body=1" for 127.0.0.1 at 2011-10-25 10:32:32 -0700 Served asset /activegrid.js - 304 Not Modified (0ms) Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2011-10-25 10:32:32 -0700 Served asset /application.js - 304 Not Modified (0ms) Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2011-10-25 10:32:32 -0700 Served asset /jquery.js - 304 Not Modified (0ms) Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2011-10-25 10:32:32 -0700 Served asset /jquery_ujs.js - 304 Not Modified (0ms) Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2011-10-25 10:32:32 -0700 Served asset /scaffold.css - 304 Not Modified (0ms) Started GET "/assets/background.png" for 127.0.0.1 at 2011-10-25 10:32:32 -0700 Served asset /background.png - 404 Not Found (2ms) ActionController::RoutingError (No route matches [GET] "/assets/background.png"): Rendered /Users/melvinram/.rvm/gems/ruby-1.9.2-p180/gems/actionpack-3.1.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) Started GET "/products?activegrid%5Bname%5D=products&activegrid%5Blimit%5D=10&activegrid%5Boffset%5D=0&activegrid%5Bfilter%5D%5Bfield%5D=description&activegrid%5Bfilter%5D%5Bvalue%5D=&_=1319563954367" for 127.0.0.1 at 2011-10-25 10:32:34 -0700 Processing by ProductsController#index as JS Parameters: {"activegrid"=>{"name"=>"products", "limit"=>"10", "offset"=>"0", "filter"=>{"field"=>"description", "value"=>""}}, "_"=>"1319563954367"} Rendered products/_grid.html.erb (0.1ms) Product Load (0.1ms) SELECT "products".* FROM "products" WHERE ("products"."description" LIKE '%%') LIMIT 10 OFFSET '0' Rendered /Users/melvinram/Projects/activegrid/app/views/active_grid/update.js.erb (9.2ms) Completed 200 OK in 19ms (Views: 12.9ms | ActiveRecord: 0.4ms)