test/dummy/log/development.log in activegrid-1.0.5 vs test/dummy/log/development.log in activegrid-1.0.6

- old
+ new

@@ -13192,5 +13192,198 @@ 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)