test/dummy/log/development.log in controller_scaffolding-0.1.5 vs test/dummy/log/development.log in controller_scaffolding-1.0.0

- old
+ new

@@ -1,185 +1,253 @@ -Started GET "/people?search_for=" for 127.0.0.1 at 2014-07-28 16:47:53 -0400 +Started GET "/people?search_for=&per_page=10&page=1" for 127.0.0.1 at 2014-07-29 02:32:57 -0400 ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" + +ActionController::RoutingError (No route matches [GET] "/people"): + actionpack (4.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' + actionpack (4.1.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' + railties (4.1.4) lib/rails/rack/logger.rb:38:in `call_app' + railties (4.1.4) lib/rails/rack/logger.rb:20:in `block in call' + activesupport (4.1.4) lib/active_support/tagged_logging.rb:68:in `block in tagged' + activesupport (4.1.4) lib/active_support/tagged_logging.rb:26:in `tagged' + activesupport (4.1.4) lib/active_support/tagged_logging.rb:68:in `tagged' + railties (4.1.4) lib/rails/rack/logger.rb:20:in `call' + actionpack (4.1.4) lib/action_dispatch/middleware/request_id.rb:21:in `call' + rack (1.5.2) lib/rack/methodoverride.rb:21:in `call' + rack (1.5.2) lib/rack/runtime.rb:17:in `call' + activesupport (4.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:26:in `call' + rack (1.5.2) lib/rack/lock.rb:17:in `call' + actionpack (4.1.4) lib/action_dispatch/middleware/static.rb:64:in `call' + rack (1.5.2) lib/rack/sendfile.rb:112:in `call' + railties (4.1.4) lib/rails/engine.rb:514:in `call' + railties (4.1.4) lib/rails/application.rb:144:in `call' + rack (1.5.2) lib/rack/lock.rb:17:in `call' + rack (1.5.2) lib/rack/content_length.rb:14:in `call' + rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service' + /Users/johnomalley/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:138:in `service' + /Users/johnomalley/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/httpserver.rb:94:in `run' + /Users/johnomalley/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' + + + Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) + Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.5ms) + Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (14.8ms) + + +Started GET "/people?search_for=&per_page=10&page=1" for 127.0.0.1 at 2014-07-29 02:37:38 -0400 + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" Processing by PeopleController#index as HTML - Parameters: {"search_for"=>""} - Rendered application/_sort_form.html.haml (2.0ms) - Rendered application/_search_form.html.haml (2.7ms) - Person Load (0.3ms) SELECT "people".* FROM "people" WHERE (1=2 or first_name like '%%' or last_name like '%%' or email like '%%' or title like '%%' or dob like '%%' or is_manager like '%%') LIMIT 15 OFFSET 0 -  (0.2ms) SELECT COUNT(*) FROM "people" WHERE (1=2 or first_name like '%%' or last_name like '%%' or email like '%%' or title like '%%' or dob like '%%' or is_manager like '%%') + Parameters: {"search_for"=>"", "per_page"=>"10", "page"=>"1"} + Rendered application/_sort_form.html.haml (2.3ms) + Rendered application/_search_form.html.haml (2.3ms) + Person Load (0.4ms) SELECT "people".* FROM "people" WHERE (1=2 or first_name like '%%' or last_name like '%%' or email like '%%' or title like '%%' or dob like '%%' or is_manager like '%%') LIMIT 10 OFFSET 0 +  (0.3ms) SELECT COUNT(*) FROM "people" WHERE (1=2 or first_name like '%%' or last_name like '%%' or email like '%%' or title like '%%' or dob like '%%' or is_manager like '%%') Person Load (0.2ms) SELECT "people".* FROM "people" WHERE (1=2 or first_name like '%%' or last_name like '%%' or email like '%%' or title like '%%' or dob like '%%' or is_manager like '%%') LIMIT 1 OFFSET 0 - Rendered application/_pagination.html.haml (403.0ms) - Rendered people/index.html.haml within layouts/application (435.5ms) - Rendered application/_flash_messages.html.haml (1.6ms) -Completed 200 OK in 484ms (Views: 479.7ms | ActiveRecord: 1.0ms) + Rendered application/_pagination.html.haml (392.1ms) + Rendered people/index.html.haml within layouts/application (425.9ms) + Rendered application/_flash_messages.html.haml (1.0ms) +Completed 200 OK in 616ms (Views: 611.6ms | ActiveRecord: 1.2ms) -Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-07-28 16:47:54 -0400 +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-07-29 02:37:39 -0400 -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-07-28 16:47:54 -0400 +Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-07-29 02:37:39 -0400 -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-07-28 16:47:54 -0400 +Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-07-29 02:37:39 -0400 -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-07-28 16:47:54 -0400 +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-07-29 02:37:39 -0400 -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-07-28 16:47:54 -0400 +Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-07-29 02:37:39 -0400 -Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-07-28 16:47:54 -0400 +Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-07-29 02:37:39 -0400 -Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-07-28 16:47:54 -0400 +Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-07-29 02:37:39 -0400 -Started GET "/people?search_for=" for 127.0.0.1 at 2014-07-28 16:48:00 -0400 +Started GET "/people?page=2&per_page=10&search_for=&sort_by=" for 127.0.0.1 at 2014-07-29 02:37:45 -0400 Processing by PeopleController#index as HTML - Parameters: {"search_for"=>""} - Rendered application/_sort_form.html.haml (0.6ms) - Rendered application/_search_form.html.haml (0.3ms) - Person Load (0.3ms) SELECT "people".* FROM "people" WHERE (1=2 or first_name like '%%' or last_name like '%%' or email like '%%' or title like '%%' or dob like '%%' or is_manager like '%%') LIMIT 15 OFFSET 0 + Parameters: {"page"=>"2", "per_page"=>"10", "search_for"=>"", "sort_by"=>""} + Rendered application/_sort_form.html.haml (1.2ms) + Rendered application/_search_form.html.haml (0.6ms) + Person Load (0.3ms) SELECT "people".* FROM "people" WHERE (1=2 or first_name like '%%' or last_name like '%%' or email like '%%' or title like '%%' or dob like '%%' or is_manager like '%%') LIMIT 10 OFFSET 10  (0.2ms) SELECT COUNT(*) FROM "people" WHERE (1=2 or first_name like '%%' or last_name like '%%' or email like '%%' or title like '%%' or dob like '%%' or is_manager like '%%') - Person Load (0.2ms) SELECT "people".* FROM "people" WHERE (1=2 or first_name like '%%' or last_name like '%%' or email like '%%' or title like '%%' or dob like '%%' or is_manager like '%%') LIMIT 1 OFFSET 0 - Rendered application/_pagination.html.haml (3.2ms) - Rendered people/index.html.haml within layouts/application (14.0ms) - Rendered application/_flash_messages.html.haml (0.1ms) -Completed 200 OK in 22ms (Views: 20.1ms | ActiveRecord: 0.6ms) + Person Load (0.3ms) SELECT "people".* FROM "people" WHERE (1=2 or first_name like '%%' or last_name like '%%' or email like '%%' or title like '%%' or dob like '%%' or is_manager like '%%') LIMIT 1 OFFSET 10 + Rendered application/_pagination.html.haml (60.3ms) + Rendered people/index.html.haml within layouts/application (75.3ms) + Rendered application/_flash_messages.html.haml (0.2ms) +Completed 200 OK in 89ms (Views: 86.2ms | ActiveRecord: 0.8ms) -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-07-28 16:48:00 -0400 +Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-07-29 02:37:45 -0400 -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-07-28 16:48:00 -0400 +Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-07-29 02:37:45 -0400 -Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-07-28 16:48:00 -0400 +Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-07-29 02:37:45 -0400 -Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-07-28 16:48:00 -0400 +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-07-29 02:37:45 -0400 -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-07-28 16:48:00 -0400 +Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-07-29 02:37:45 -0400 -Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-07-28 16:48:00 -0400 +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-07-29 02:37:45 -0400 -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-07-28 16:48:00 -0400 +Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-07-29 02:37:45 -0400 -Started GET "/people?search_for=" for 127.0.0.1 at 2014-07-28 16:48:20 -0400 +Started GET "/people?page=3&per_page=10&search_for=&sort_by=" for 127.0.0.1 at 2014-07-29 02:37:47 -0400 Processing by PeopleController#index as HTML - Parameters: {"search_for"=>""} - Rendered application/_sort_form.html.haml (0.8ms) - Rendered application/_search_form.html.haml (0.2ms) - Person Load (0.2ms) SELECT "people".* FROM "people" WHERE (1=2 or first_name like '%%' or last_name like '%%' or email like '%%' or title like '%%' or dob like '%%' or is_manager like '%%') LIMIT 15 OFFSET 0 + Parameters: {"page"=>"3", "per_page"=>"10", "search_for"=>"", "sort_by"=>""} + Rendered application/_sort_form.html.haml (0.9ms) + Rendered application/_search_form.html.haml (0.4ms) + Person Load (0.2ms) SELECT "people".* FROM "people" WHERE (1=2 or first_name like '%%' or last_name like '%%' or email like '%%' or title like '%%' or dob like '%%' or is_manager like '%%') LIMIT 10 OFFSET 20  (0.1ms) SELECT COUNT(*) FROM "people" WHERE (1=2 or first_name like '%%' or last_name like '%%' or email like '%%' or title like '%%' or dob like '%%' or is_manager like '%%') - Person Load (0.2ms) SELECT "people".* FROM "people" WHERE (1=2 or first_name like '%%' or last_name like '%%' or email like '%%' or title like '%%' or dob like '%%' or is_manager like '%%') LIMIT 1 OFFSET 0 - Rendered application/_pagination.html.haml (3.0ms) - Rendered people/index.html.haml within layouts/application (14.4ms) - Rendered application/_flash_messages.html.haml (0.2ms) -Completed 200 OK in 15540ms (Views: 15538.2ms | ActiveRecord: 0.6ms) + Person Load (0.2ms) SELECT "people".* FROM "people" WHERE (1=2 or first_name like '%%' or last_name like '%%' or email like '%%' or title like '%%' or dob like '%%' or is_manager like '%%') LIMIT 1 OFFSET 20 + Rendered application/_pagination.html.haml (3.9ms) + Rendered people/index.html.haml within layouts/application (13.0ms) + Rendered application/_flash_messages.html.haml (0.1ms) +Completed 200 OK in 20ms (Views: 18.4ms | ActiveRecord: 0.5ms) -Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-07-28 16:48:36 -0400 +Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-07-29 02:37:48 -0400 -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-07-28 16:48:36 -0400 +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-07-29 02:37:48 -0400 -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-07-28 16:48:36 -0400 +Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-07-29 02:37:48 -0400 -Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-07-28 16:48:36 -0400 +Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-07-29 02:37:48 -0400 -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-07-28 16:48:36 -0400 +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-07-29 02:37:48 -0400 -Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-07-28 16:48:36 -0400 +Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-07-29 02:37:48 -0400 -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-07-28 16:48:36 -0400 +Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-07-29 02:37:48 -0400 -Started GET "/people?search_for=" for 127.0.0.1 at 2014-07-28 16:58:58 -0400 - ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +Started GET "/people?page=4&per_page=10&search_for=&sort_by=" for 127.0.0.1 at 2014-07-29 02:37:55 -0400 Processing by PeopleController#index as HTML - Parameters: {"search_for"=>""} - Rendered application/_sort_form.html.haml (2.8ms) - Rendered application/_search_form.html.haml (2.8ms) - Person Load (0.4ms) SELECT "people".* FROM "people" WHERE (1=2 or first_name like '%%' or last_name like '%%' or email like '%%' or title like '%%' or dob like '%%' or is_manager like '%%') LIMIT 15 OFFSET 0 -  (0.2ms) SELECT COUNT(*) FROM "people" WHERE (1=2 or first_name like '%%' or last_name like '%%' or email like '%%' or title like '%%' or dob like '%%' or is_manager like '%%') - Person Load (0.2ms) SELECT "people".* FROM "people" WHERE (1=2 or first_name like '%%' or last_name like '%%' or email like '%%' or title like '%%' or dob like '%%' or is_manager like '%%') LIMIT 1 OFFSET 0 - Rendered application/_pagination.html.haml (399.4ms) - Rendered people/index.html.haml within layouts/application (432.8ms) - Rendered application/_flash_messages.html.haml (0.9ms) -Completed 200 OK in 476ms (Views: 471.8ms | ActiveRecord: 1.1ms) + Parameters: {"page"=>"4", "per_page"=>"10", "search_for"=>"", "sort_by"=>""} + Rendered application/_sort_form.html.haml (0.9ms) + Rendered application/_search_form.html.haml (0.6ms) + Person Load (0.3ms) SELECT "people".* FROM "people" WHERE (1=2 or first_name like '%%' or last_name like '%%' or email like '%%' or title like '%%' or dob like '%%' or is_manager like '%%') LIMIT 10 OFFSET 30 +  (0.1ms) SELECT COUNT(*) FROM "people" WHERE (1=2 or first_name like '%%' or last_name like '%%' or email like '%%' or title like '%%' or dob like '%%' or is_manager like '%%') + Person Load (0.2ms) SELECT "people".* FROM "people" WHERE (1=2 or first_name like '%%' or last_name like '%%' or email like '%%' or title like '%%' or dob like '%%' or is_manager like '%%') LIMIT 1 OFFSET 30 + Rendered application/_pagination.html.haml (4.0ms) + Rendered people/index.html.haml within layouts/application (14.6ms) + Rendered application/_flash_messages.html.haml (0.1ms) +Completed 200 OK in 22ms (Views: 20.5ms | ActiveRecord: 0.6ms) -Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-07-28 16:58:58 -0400 +Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-07-29 02:37:55 -0400 -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-07-28 16:58:58 -0400 +Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-07-29 02:37:55 -0400 -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-07-28 16:58:58 -0400 +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-07-29 02:37:55 -0400 -Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-07-28 16:58:58 -0400 +Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-07-29 02:37:55 -0400 -Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-07-28 16:58:58 -0400 +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-07-29 02:37:55 -0400 -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-07-28 16:58:58 -0400 +Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-07-29 02:37:55 -0400 -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-07-28 16:58:58 -0400 +Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-07-29 02:37:55 -0400 -Started GET "/people?search_for=" for 127.0.0.1 at 2014-07-28 20:40:36 -0400 +Started GET "/people?page=5&per_page=10&search_for=&sort_by=" for 127.0.0.1 at 2014-07-29 02:37:58 -0400 Processing by PeopleController#index as HTML - Parameters: {"search_for"=>""} - Rendered application/_sort_form.html.haml (1.6ms) - Rendered application/_search_form.html.haml (1.5ms) - Person Load (0.3ms) SELECT "people".* FROM "people" WHERE (1=2 or first_name like '%%' or last_name like '%%' or email like '%%' or title like '%%' or dob like '%%' or is_manager like '%%') LIMIT 15 OFFSET 0 + Parameters: {"page"=>"5", "per_page"=>"10", "search_for"=>"", "sort_by"=>""} + Rendered application/_sort_form.html.haml (0.7ms) + Rendered application/_search_form.html.haml (0.3ms) + Person Load (0.2ms) SELECT "people".* FROM "people" WHERE (1=2 or first_name like '%%' or last_name like '%%' or email like '%%' or title like '%%' or dob like '%%' or is_manager like '%%') LIMIT 10 OFFSET 40 +  (0.1ms) SELECT COUNT(*) FROM "people" WHERE (1=2 or first_name like '%%' or last_name like '%%' or email like '%%' or title like '%%' or dob like '%%' or is_manager like '%%') + Person Load (0.2ms) SELECT "people".* FROM "people" WHERE (1=2 or first_name like '%%' or last_name like '%%' or email like '%%' or title like '%%' or dob like '%%' or is_manager like '%%') LIMIT 1 OFFSET 40 + Rendered application/_pagination.html.haml (4.5ms) + Rendered people/index.html.haml within layouts/application (17.9ms) + Rendered application/_flash_messages.html.haml (0.1ms) +Completed 200 OK in 26ms (Views: 23.6ms | ActiveRecord: 0.6ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-07-29 02:37:58 -0400 + + +Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-07-29 02:37:58 -0400 + + +Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-07-29 02:37:58 -0400 + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-07-29 02:37:58 -0400 + + +Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-07-29 02:37:58 -0400 + + +Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-07-29 02:37:58 -0400 + + +Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-07-29 02:37:58 -0400 + + +Started GET "/people?page=5&per_page=10&search_for=&sort_by=last_name" for 127.0.0.1 at 2014-07-29 02:38:05 -0400 +Processing by PeopleController#index as HTML + Parameters: {"page"=>"5", "per_page"=>"10", "search_for"=>"", "sort_by"=>"last_name"} + Rendered application/_sort_form.html.haml (0.7ms) + Rendered application/_search_form.html.haml (0.3ms) + Person Load (0.5ms) SELECT "people".* FROM "people" WHERE (1=2 or first_name like '%%' or last_name like '%%' or email like '%%' or title like '%%' or dob like '%%' or is_manager like '%%') ORDER BY "people"."last_name" ASC LIMIT 10 OFFSET 40  (0.2ms) SELECT COUNT(*) FROM "people" WHERE (1=2 or first_name like '%%' or last_name like '%%' or email like '%%' or title like '%%' or dob like '%%' or is_manager like '%%') - Person Load (0.2ms) SELECT "people".* FROM "people" WHERE (1=2 or first_name like '%%' or last_name like '%%' or email like '%%' or title like '%%' or dob like '%%' or is_manager like '%%') LIMIT 1 OFFSET 0 - Rendered application/_pagination.html.haml (369.7ms) - Rendered people/index.html.haml within layouts/application (391.4ms) - Rendered application/_flash_messages.html.haml (0.9ms) -Completed 200 OK in 403ms (Views: 398.7ms | ActiveRecord: 1.1ms) + Person Load (0.5ms) SELECT "people".* FROM "people" WHERE (1=2 or first_name like '%%' or last_name like '%%' or email like '%%' or title like '%%' or dob like '%%' or is_manager like '%%') ORDER BY "people"."last_name" ASC LIMIT 1 OFFSET 40 + Rendered application/_pagination.html.haml (4.7ms) + Rendered people/index.html.haml within layouts/application (14.6ms) + Rendered application/_flash_messages.html.haml (0.1ms) +Completed 200 OK in 22ms (Views: 19.5ms | ActiveRecord: 1.2ms) -Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-07-28 20:40:36 -0400 +Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-07-29 02:38:05 -0400 -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-07-28 20:40:36 -0400 +Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-07-29 02:38:05 -0400 -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-07-28 20:40:36 -0400 +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-07-29 02:38:05 -0400 -Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-07-28 20:40:36 -0400 +Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-07-29 02:38:05 -0400 -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-07-28 20:40:36 -0400 +Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-07-29 02:38:05 -0400 -Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-07-28 20:40:36 -0400 +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-07-29 02:38:05 -0400 -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-07-28 20:40:36 -0400 +Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-07-29 02:38:05 -0400 -Started GET "/people?search_for=" for 127.0.0.1 at 2014-07-28 20:40:44 -0400 +Started GET "/people?page=5&per_page=10&search_for=&sort_by=last_name" for 127.0.0.1 at 2014-07-29 03:11:19 -0400 ActionController::RoutingError (No route matches [GET] "/people"): actionpack (4.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' actionpack (4.1.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' railties (4.1.4) lib/rails/rack/logger.rb:38:in `call_app' @@ -205,135 +273,1721 @@ /Users/johnomalley/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/webrick/server.rb:295:in `block in start_thread' Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.5ms) - Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (12.7ms) + Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (11.0ms) -Started GET "/people?search_for=" for 127.0.0.1 at 2014-07-28 20:40:52 -0400 +Started GET "/people?page=5&per_page=10&search_for=&sort_by=last_name" for 127.0.0.1 at 2014-07-29 03:11:41 -0400 Processing by PeopleController#index as HTML - Parameters: {"search_for"=>""} - Rendered application/_sort_form.html.haml (0.7ms) + Parameters: {"page"=>"5", "per_page"=>"10", "search_for"=>"", "sort_by"=>"last_name"} + Rendered application/_sort_form.html.haml (1.6ms) + Rendered application/_search_form.html.haml (1.6ms) + Person Load (0.5ms) SELECT "people".* FROM "people" WHERE (1=2 or first_name like '%%' or last_name like '%%' or email like '%%' or title like '%%' or dob like '%%' or is_manager like '%%') ORDER BY "people"."last_name" ASC LIMIT 10 OFFSET 40 +  (0.2ms) SELECT COUNT(*) FROM "people" WHERE (1=2 or first_name like '%%' or last_name like '%%' or email like '%%' or title like '%%' or dob like '%%' or is_manager like '%%') + Person Load (0.5ms) SELECT "people".* FROM "people" WHERE (1=2 or first_name like '%%' or last_name like '%%' or email like '%%' or title like '%%' or dob like '%%' or is_manager like '%%') ORDER BY "people"."last_name" ASC LIMIT 1 OFFSET 40 + Rendered application/_pagination.html.haml (386.0ms) + Rendered people/index.html.haml within layouts/application (408.1ms) + Rendered application/_flash_messages.html.haml (1.2ms) +Completed 200 OK in 421ms (Views: 415.6ms | ActiveRecord: 1.7ms) + + +Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-07-29 03:11:42 -0400 + + +Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-07-29 03:11:42 -0400 + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-07-29 03:11:42 -0400 + + +Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-07-29 03:11:42 -0400 + + +Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-07-29 03:11:42 -0400 + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-07-29 03:11:42 -0400 + + +Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-07-29 03:11:42 -0400 + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-07-29 03:11:42 -0400 + + +Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-07-29 03:11:42 -0400 + + +Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-07-29 03:11:42 -0400 + + +Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-07-29 03:11:42 -0400 + + +Started GET "/people?page=5&per_page=10&search_for=&sort_by=last_name" for 127.0.0.1 at 2014-07-29 03:13:11 -0400 +Processing by PeopleController#index as HTML + Parameters: {"page"=>"5", "per_page"=>"10", "search_for"=>"", "sort_by"=>"last_name"} + Rendered application/_sort_form.html.haml (0.8ms) + Rendered application/_search_form.html.haml (0.4ms) + Person Load (0.5ms) SELECT "people".* FROM "people" WHERE (1=2 or first_name like '%%' or last_name like '%%' or email like '%%' or title like '%%' or dob like '%%' or is_manager like '%%') ORDER BY "people"."last_name" ASC LIMIT 10 OFFSET 40 +  (0.2ms) SELECT COUNT(*) FROM "people" WHERE (1=2 or first_name like '%%' or last_name like '%%' or email like '%%' or title like '%%' or dob like '%%' or is_manager like '%%') + Person Load (0.5ms) SELECT "people".* FROM "people" WHERE (1=2 or first_name like '%%' or last_name like '%%' or email like '%%' or title like '%%' or dob like '%%' or is_manager like '%%') ORDER BY "people"."last_name" ASC LIMIT 1 OFFSET 40 + Rendered application/_pagination.html.haml (5.1ms) + Rendered people/index.html.haml within layouts/application (16.3ms) + Rendered application/_flash_messages.html.haml (0.1ms) +Completed 200 OK in 69ms (Views: 66.7ms | ActiveRecord: 1.1ms) + + +Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-07-29 03:13:11 -0400 + + +Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-07-29 03:13:11 -0400 + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-07-29 03:13:11 -0400 + + +Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-07-29 03:13:11 -0400 + + +Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-07-29 03:13:11 -0400 + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-07-29 03:13:11 -0400 + + +Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-07-29 03:13:11 -0400 + + +Started GET "/people?page=5&per_page=10&search_for=&sort_by=last_name" for 127.0.0.1 at 2014-07-29 03:17:04 -0400 +Processing by PeopleController#index as HTML + Parameters: {"page"=>"5", "per_page"=>"10", "search_for"=>"", "sort_by"=>"last_name"} + Rendered application/_sort_form.html.haml (1.0ms) + Rendered application/_search_form.html.haml (0.6ms) + Person Load (0.9ms) SELECT "people".* FROM "people" WHERE (1=2 or first_name like '%%' or last_name like '%%' or email like '%%' or title like '%%' or dob like '%%' or is_manager like '%%') ORDER BY "people"."last_name" ASC LIMIT 10 OFFSET 40 +  (0.1ms) SELECT COUNT(*) FROM "people" WHERE (1=2 or first_name like '%%' or last_name like '%%' or email like '%%' or title like '%%' or dob like '%%' or is_manager like '%%') + Person Load (0.4ms) SELECT "people".* FROM "people" WHERE (1=2 or first_name like '%%' or last_name like '%%' or email like '%%' or title like '%%' or dob like '%%' or is_manager like '%%') ORDER BY "people"."last_name" ASC LIMIT 1 OFFSET 40 + Rendered application/_pagination.html.haml (4.6ms) + Rendered people/index.html.haml within layouts/application (20.7ms) + Rendered application/_flash_messages.html.haml (0.2ms) +Completed 200 OK in 65ms (Views: 62.3ms | ActiveRecord: 1.4ms) + + +Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-07-29 03:17:04 -0400 + + +Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-07-29 03:17:04 -0400 + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-07-29 03:17:04 -0400 + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-07-29 03:17:04 -0400 + + +Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-07-29 03:17:04 -0400 + + +Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-07-29 03:17:04 -0400 + + +Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-07-29 03:17:04 -0400 + + +Started GET "/people?page=5&per_page=10&search_for=&sort_by=last_name" for 127.0.0.1 at 2014-07-29 03:18:17 -0400 + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +Processing by PeopleController#index as HTML + Parameters: {"page"=>"5", "per_page"=>"10", "search_for"=>"", "sort_by"=>"last_name"} + Rendered application/_sort_form.html.haml (2.4ms) + Rendered application/_search_form.html.haml (2.8ms) + Person Load (0.6ms) SELECT "people".* FROM "people" WHERE (1=2 or first_name like '%%' or last_name like '%%' or email like '%%' or title like '%%' or dob like '%%' or is_manager like '%%') ORDER BY "people"."last_name" ASC LIMIT 10 OFFSET 40 +  (0.2ms) SELECT COUNT(*) FROM "people" WHERE (1=2 or first_name like '%%' or last_name like '%%' or email like '%%' or title like '%%' or dob like '%%' or is_manager like '%%') + Person Load (0.5ms) SELECT "people".* FROM "people" WHERE (1=2 or first_name like '%%' or last_name like '%%' or email like '%%' or title like '%%' or dob like '%%' or is_manager like '%%') ORDER BY "people"."last_name" ASC LIMIT 1 OFFSET 40 + Rendered application/_pagination.html.haml (385.7ms) + Rendered people/index.html.haml within layouts/application (414.9ms) + Rendered application/_flash_messages.html.haml (1.0ms) +Completed 200 OK in 458ms (Views: 453.1ms | ActiveRecord: 1.7ms) + + +Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-07-29 03:18:18 -0400 + + +Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-07-29 03:18:18 -0400 + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-07-29 03:18:18 -0400 + + +Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-07-29 03:18:18 -0400 + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-07-29 03:18:18 -0400 + + +Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-07-29 03:18:18 -0400 + + +Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-07-29 03:18:18 -0400 + + +Started GET "/people?page=5&per_page=10&search_for=&sort_by=last_name" for 127.0.0.1 at 2014-07-29 03:22:39 -0400 +Processing by PeopleController#index as HTML + Parameters: {"page"=>"5", "per_page"=>"10", "search_for"=>"", "sort_by"=>"last_name"} + Rendered application/_sort_form.html.haml (1.2ms) + Rendered application/_search_form.html.haml (0.6ms) + Person Load (0.6ms) SELECT "people".* FROM "people" WHERE (1=2 or first_name like '%%' or last_name like '%%' or email like '%%' or title like '%%' or dob like '%%' or is_manager like '%%') ORDER BY "people"."last_name" ASC LIMIT 10 OFFSET 40 +  (0.2ms) SELECT COUNT(*) FROM "people" WHERE (1=2 or first_name like '%%' or last_name like '%%' or email like '%%' or title like '%%' or dob like '%%' or is_manager like '%%') + Person Load (0.4ms) SELECT "people".* FROM "people" WHERE (1=2 or first_name like '%%' or last_name like '%%' or email like '%%' or title like '%%' or dob like '%%' or is_manager like '%%') ORDER BY "people"."last_name" ASC LIMIT 1 OFFSET 40 + Rendered application/_pagination.html.haml (5.6ms) + Rendered people/index.html.haml within layouts/application (17.0ms) + Rendered application/_flash_messages.html.haml (0.1ms) +Completed 200 OK in 25ms (Views: 22.8ms | ActiveRecord: 1.2ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-07-29 03:22:39 -0400 + + +Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-07-29 03:22:39 -0400 + + +Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-07-29 03:22:39 -0400 + + +Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-07-29 03:22:39 -0400 + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-07-29 03:22:39 -0400 + + +Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-07-29 03:22:39 -0400 + + +Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-07-29 03:22:39 -0400 + + +Started GET "/people?page=5&per_page=10&search_for=&sort_by=last_name" for 127.0.0.1 at 2014-07-29 03:25:25 -0400 +Processing by PeopleController#index as HTML + Parameters: {"page"=>"5", "per_page"=>"10", "search_for"=>"", "sort_by"=>"last_name"} + Rendered application/_sort_form.html.haml (0.9ms) + Rendered application/_search_form.html.haml (0.4ms) + Person Load (0.5ms) SELECT "people".* FROM "people" WHERE (1=2 or first_name like '%%' or last_name like '%%' or email like '%%' or title like '%%' or dob like '%%' or is_manager like '%%') ORDER BY "people"."last_name" ASC LIMIT 10 OFFSET 40 +  (0.3ms) SELECT COUNT(*) FROM "people" WHERE (1=2 or first_name like '%%' or last_name like '%%' or email like '%%' or title like '%%' or dob like '%%' or is_manager like '%%') + Person Load (0.4ms) SELECT "people".* FROM "people" WHERE (1=2 or first_name like '%%' or last_name like '%%' or email like '%%' or title like '%%' or dob like '%%' or is_manager like '%%') ORDER BY "people"."last_name" ASC LIMIT 1 OFFSET 40 + Rendered application/_pagination.html.haml (4.2ms) + Rendered people/index.html.haml within layouts/application (14.5ms) + Rendered application/_flash_messages.html.haml (0.1ms) +Completed 200 OK in 184ms (Views: 181.1ms | ActiveRecord: 1.2ms) + + +Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-07-29 03:25:25 -0400 + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-07-29 03:25:25 -0400 + + +Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-07-29 03:25:25 -0400 + + +Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-07-29 03:25:25 -0400 + + +Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-07-29 03:25:25 -0400 + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-07-29 03:25:25 -0400 + + +Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-07-29 03:25:25 -0400 + + +Started GET "/people?page=3&per_page=10&search_for=&sort_by=last_name" for 127.0.0.1 at 2014-07-29 03:25:48 -0400 +Processing by PeopleController#index as HTML + Parameters: {"page"=>"3", "per_page"=>"10", "search_for"=>"", "sort_by"=>"last_name"} + Rendered application/_sort_form.html.haml (0.9ms) Rendered application/_search_form.html.haml (0.3ms) - Person Load (0.5ms) SELECT "people".* FROM "people" WHERE (1=2 or first_name like '%%' or last_name like '%%' or email like '%%' or title like '%%' or dob like '%%' or is_manager like '%%') LIMIT 15 OFFSET 0 + Person Load (0.5ms) SELECT "people".* FROM "people" WHERE (1=2 or first_name like '%%' or last_name like '%%' or email like '%%' or title like '%%' or dob like '%%' or is_manager like '%%') ORDER BY "people"."last_name" ASC LIMIT 10 OFFSET 20 +  (0.1ms) SELECT COUNT(*) FROM "people" WHERE (1=2 or first_name like '%%' or last_name like '%%' or email like '%%' or title like '%%' or dob like '%%' or is_manager like '%%') + Person Load (0.4ms) SELECT "people".* FROM "people" WHERE (1=2 or first_name like '%%' or last_name like '%%' or email like '%%' or title like '%%' or dob like '%%' or is_manager like '%%') ORDER BY "people"."last_name" ASC LIMIT 1 OFFSET 20 + Rendered application/_pagination.html.haml (4.1ms) + Rendered people/index.html.haml within layouts/application (13.8ms) + Rendered application/_flash_messages.html.haml (0.1ms) +Completed 200 OK in 22ms (Views: 19.0ms | ActiveRecord: 0.9ms) + + +Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-07-29 03:25:48 -0400 + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-07-29 03:25:48 -0400 + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-07-29 03:25:48 -0400 + + +Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-07-29 03:25:48 -0400 + + +Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-07-29 03:25:48 -0400 + + +Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-07-29 03:25:48 -0400 + + +Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-07-29 03:25:48 -0400 + + +Started GET "/people?page=2&per_page=10&search_for=&sort_by=last_name" for 127.0.0.1 at 2014-07-29 03:25:50 -0400 +Processing by PeopleController#index as HTML + Parameters: {"page"=>"2", "per_page"=>"10", "search_for"=>"", "sort_by"=>"last_name"} + Rendered application/_sort_form.html.haml (0.9ms) + Rendered application/_search_form.html.haml (0.4ms) + Person Load (0.4ms) SELECT "people".* FROM "people" WHERE (1=2 or first_name like '%%' or last_name like '%%' or email like '%%' or title like '%%' or dob like '%%' or is_manager like '%%') ORDER BY "people"."last_name" ASC LIMIT 10 OFFSET 10 +  (0.1ms) SELECT COUNT(*) FROM "people" WHERE (1=2 or first_name like '%%' or last_name like '%%' or email like '%%' or title like '%%' or dob like '%%' or is_manager like '%%') + Person Load (0.4ms) SELECT "people".* FROM "people" WHERE (1=2 or first_name like '%%' or last_name like '%%' or email like '%%' or title like '%%' or dob like '%%' or is_manager like '%%') ORDER BY "people"."last_name" ASC LIMIT 1 OFFSET 10 + Rendered application/_pagination.html.haml (4.2ms) + Rendered people/index.html.haml within layouts/application (14.0ms) + Rendered application/_flash_messages.html.haml (0.1ms) +Completed 200 OK in 21ms (Views: 19.0ms | ActiveRecord: 0.9ms) + + +Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-07-29 03:25:51 -0400 + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-07-29 03:25:51 -0400 + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-07-29 03:25:51 -0400 + + +Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-07-29 03:25:51 -0400 + + +Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-07-29 03:25:51 -0400 + + +Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-07-29 03:25:51 -0400 + + +Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-07-29 03:25:51 -0400 + + +Started GET "/people?page=8&per_page=10&search_for=&sort_by=last_name" for 127.0.0.1 at 2014-07-29 03:25:53 -0400 +Processing by PeopleController#index as HTML + Parameters: {"page"=>"8", "per_page"=>"10", "search_for"=>"", "sort_by"=>"last_name"} + Rendered application/_sort_form.html.haml (0.7ms) + Rendered application/_search_form.html.haml (0.4ms) + Person Load (0.4ms) SELECT "people".* FROM "people" WHERE (1=2 or first_name like '%%' or last_name like '%%' or email like '%%' or title like '%%' or dob like '%%' or is_manager like '%%') ORDER BY "people"."last_name" ASC LIMIT 10 OFFSET 70 + Person Load (0.4ms) SELECT "people".* FROM "people" WHERE (1=2 or first_name like '%%' or last_name like '%%' or email like '%%' or title like '%%' or dob like '%%' or is_manager like '%%') ORDER BY "people"."last_name" ASC LIMIT 1 OFFSET 70 + Rendered application/_pagination.html.haml (3.9ms) + Rendered people/index.html.haml within layouts/application (11.0ms) + Rendered application/_flash_messages.html.haml (0.1ms) +Completed 200 OK in 19ms (Views: 16.6ms | ActiveRecord: 0.8ms) + + +Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-07-29 03:25:53 -0400 + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-07-29 03:25:53 -0400 + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-07-29 03:25:53 -0400 + + +Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-07-29 03:25:53 -0400 + + +Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-07-29 03:25:53 -0400 + + +Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-07-29 03:25:53 -0400 + + +Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-07-29 03:25:53 -0400 + + +Started GET "/people?page=1&per_page=10&search_for=&sort_by=last_name" for 127.0.0.1 at 2014-07-29 03:25:59 -0400 +Processing by PeopleController#index as HTML + Parameters: {"page"=>"1", "per_page"=>"10", "search_for"=>"", "sort_by"=>"last_name"} + Rendered application/_sort_form.html.haml (0.8ms) + Rendered application/_search_form.html.haml (0.4ms) + Person Load (0.5ms) SELECT "people".* FROM "people" WHERE (1=2 or first_name like '%%' or last_name like '%%' or email like '%%' or title like '%%' or dob like '%%' or is_manager like '%%') ORDER BY "people"."last_name" ASC LIMIT 10 OFFSET 0 +  (0.2ms) SELECT COUNT(*) FROM "people" WHERE (1=2 or first_name like '%%' or last_name like '%%' or email like '%%' or title like '%%' or dob like '%%' or is_manager like '%%') + Person Load (0.4ms) SELECT "people".* FROM "people" WHERE (1=2 or first_name like '%%' or last_name like '%%' or email like '%%' or title like '%%' or dob like '%%' or is_manager like '%%') ORDER BY "people"."last_name" ASC LIMIT 1 OFFSET 0 + Rendered application/_pagination.html.haml (4.2ms) + Rendered people/index.html.haml within layouts/application (15.9ms) + Rendered application/_flash_messages.html.haml (0.1ms) +Completed 200 OK in 24ms (Views: 20.6ms | ActiveRecord: 1.1ms) + + +Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-07-29 03:25:59 -0400 + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-07-29 03:25:59 -0400 + + +Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-07-29 03:25:59 -0400 + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-07-29 03:25:59 -0400 + + +Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-07-29 03:25:59 -0400 + + +Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-07-29 03:25:59 -0400 + + +Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-07-29 03:25:59 -0400 + + +Started GET "/people?page=1&per_page=10&search_for=&sort_by=email+desc" for 127.0.0.1 at 2014-07-29 03:27:30 -0400 +Processing by PeopleController#index as HTML + Parameters: {"page"=>"1", "per_page"=>"10", "search_for"=>"", "sort_by"=>"email desc"} + Rendered application/_sort_form.html.haml (1.4ms) + Rendered application/_search_form.html.haml (0.7ms) + Person Load (0.8ms) SELECT "people".* FROM "people" WHERE (1=2 or first_name like '%%' or last_name like '%%' or email like '%%' or title like '%%' or dob like '%%' or is_manager like '%%') ORDER BY "people"."email" DESC LIMIT 10 OFFSET 0  (0.2ms) SELECT COUNT(*) FROM "people" WHERE (1=2 or first_name like '%%' or last_name like '%%' or email like '%%' or title like '%%' or dob like '%%' or is_manager like '%%') - Rendered people/index.html.haml within layouts/application (66.5ms) -Completed 500 Internal Server Error in 72ms + Person Load (0.4ms) SELECT "people".* FROM "people" WHERE (1=2 or first_name like '%%' or last_name like '%%' or email like '%%' or title like '%%' or dob like '%%' or is_manager like '%%') ORDER BY "people"."email" DESC LIMIT 1 OFFSET 0 + Rendered application/_pagination.html.haml (7.6ms) + Rendered people/index.html.haml within layouts/application (26.9ms) + Rendered application/_flash_messages.html.haml (0.1ms) +Completed 200 OK in 35ms (Views: 32.8ms | ActiveRecord: 1.4ms) -ActionView::Template::Error (undefined method `edit_person_path' for #<#<Class:0x00000101b11e88>:0x00000101b10cb8>): - 46: %td= person.is_manager - 47: - 48: - 49: %td= link_to "Edit", edit_person_path(person) - 50: - 51: - 52: %td= link_to "Del", person, method: :delete, data: {confirm: "Are you sure?"} - app/views/people/index.html.haml:49:in `block in _app_views_people_index_html_haml___2907702551875316394_2220947240' - app/views/people/index.html.haml:33:in `_app_views_people_index_html_haml___2907702551875316394_2220947240' +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-07-29 03:27:30 -0400 - Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) + +Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-07-29 03:27:30 -0400 + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-07-29 03:27:30 -0400 + + +Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-07-29 03:27:30 -0400 + + +Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-07-29 03:27:30 -0400 + + +Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-07-29 03:27:30 -0400 + + +Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-07-29 03:27:30 -0400 + + +Started GET "/people?page=1&per_page=10&sort_by=email+desc&search_for=sales" for 127.0.0.1 at 2014-07-29 03:28:07 -0400 +Processing by PeopleController#index as HTML + Parameters: {"page"=>"1", "per_page"=>"10", "sort_by"=>"email desc", "search_for"=>"sales"} + Rendered application/_sort_form.html.haml (1.2ms) + Rendered application/_search_form.html.haml (0.4ms) + Person Load (0.5ms) SELECT "people".* FROM "people" WHERE (1=2 or first_name like '%sales%' or last_name like '%sales%' or email like '%sales%' or title like '%sales%' or dob like '%sales%' or is_manager like '%sales%') ORDER BY "people"."email" DESC LIMIT 10 OFFSET 0 +  (0.2ms) SELECT COUNT(*) FROM "people" WHERE (1=2 or first_name like '%sales%' or last_name like '%sales%' or email like '%sales%' or title like '%sales%' or dob like '%sales%' or is_manager like '%sales%') + Person Load (0.4ms) SELECT "people".* FROM "people" WHERE (1=2 or first_name like '%sales%' or last_name like '%sales%' or email like '%sales%' or title like '%sales%' or dob like '%sales%' or is_manager like '%sales%') ORDER BY "people"."email" DESC LIMIT 1 OFFSET 0 + Rendered application/_pagination.html.haml (4.0ms) + Rendered people/index.html.haml within layouts/application (16.7ms) + Rendered application/_flash_messages.html.haml (0.1ms) +Completed 200 OK in 25ms (Views: 22.1ms | ActiveRecord: 1.1ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-07-29 03:28:07 -0400 + + +Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-07-29 03:28:07 -0400 + + +Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-07-29 03:28:07 -0400 + + +Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-07-29 03:28:07 -0400 + + +Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-07-29 03:28:07 -0400 + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-07-29 03:28:07 -0400 + + +Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-07-29 03:28:07 -0400 + + +Started GET "/people?page=1&per_page=10&sort_by=email+desc&search_for=1978" for 127.0.0.1 at 2014-07-29 03:28:22 -0400 +Processing by PeopleController#index as HTML + Parameters: {"page"=>"1", "per_page"=>"10", "sort_by"=>"email desc", "search_for"=>"1978"} + Rendered application/_sort_form.html.haml (0.7ms) + Rendered application/_search_form.html.haml (0.5ms) + Person Load (0.5ms) SELECT "people".* FROM "people" WHERE (1=2 or first_name like '%1978%' or last_name like '%1978%' or email like '%1978%' or title like '%1978%' or dob like '%1978%' or is_manager like '%1978%') ORDER BY "people"."email" DESC LIMIT 10 OFFSET 0 + Person Load (0.4ms) SELECT "people".* FROM "people" WHERE (1=2 or first_name like '%1978%' or last_name like '%1978%' or email like '%1978%' or title like '%1978%' or dob like '%1978%' or is_manager like '%1978%') ORDER BY "people"."email" DESC LIMIT 1 OFFSET 0 + Rendered application/_pagination.html.haml (2.1ms) + Rendered people/index.html.haml within layouts/application (10.0ms) + Rendered application/_flash_messages.html.haml (0.1ms) +Completed 200 OK in 17ms (Views: 15.1ms | ActiveRecord: 0.9ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-07-29 03:28:22 -0400 + + +Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-07-29 03:28:22 -0400 + + +Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-07-29 03:28:22 -0400 + + +Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-07-29 03:28:22 -0400 + + +Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-07-29 03:28:22 -0400 + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-07-29 03:28:22 -0400 + + +Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-07-29 03:28:22 -0400 + + +Started GET "/people?page=1&per_page=10&sort_by=email+desc&search_for=1978" for 127.0.0.1 at 2014-07-29 03:32:33 -0400 +Processing by PeopleController#index as HTML + Parameters: {"page"=>"1", "per_page"=>"10", "sort_by"=>"email desc", "search_for"=>"1978"} + Rendered application/_sort_form.html.haml (0.7ms) + Rendered application/_search_form.html.haml (0.4ms) + Person Load (0.4ms) SELECT "people".* FROM "people" WHERE (1=2 or first_name like '%1978%' or last_name like '%1978%' or email like '%1978%' or title like '%1978%' or dob like '%1978%' or is_manager like '%1978%') ORDER BY "people"."email" DESC LIMIT 10 OFFSET 0 + Person Load (0.4ms) SELECT "people".* FROM "people" WHERE (1=2 or first_name like '%1978%' or last_name like '%1978%' or email like '%1978%' or title like '%1978%' or dob like '%1978%' or is_manager like '%1978%') ORDER BY "people"."email" DESC LIMIT 1 OFFSET 0 + Rendered application/_pagination.html.haml (2.5ms) + Rendered people/index.html.haml within layouts/application (9.1ms) + Rendered application/_flash_messages.html.haml (0.1ms) +Completed 200 OK in 56ms (Views: 53.9ms | ActiveRecord: 0.7ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-07-29 03:32:33 -0400 + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-07-29 03:32:33 -0400 + + +Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-07-29 03:32:33 -0400 + + +Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-07-29 03:32:33 -0400 + + +Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-07-29 03:32:33 -0400 + + +Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-07-29 03:32:33 -0400 + + +Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-07-29 03:32:33 -0400 + + +Started GET "/people?page=1&per_page=10&sort_by=email+desc&search_for=1978" for 127.0.0.1 at 2014-07-29 03:37:40 -0400 +Processing by PeopleController#index as HTML + Parameters: {"page"=>"1", "per_page"=>"10", "sort_by"=>"email desc", "search_for"=>"1978"} + Rendered application/_sort_form.html.haml (3.0ms) + Rendered application/_search_form.html.haml (3.1ms) + Person Load (1.4ms) SELECT "people".* FROM "people" WHERE (1=2 or first_name like '%1978%' or last_name like '%1978%' or email like '%1978%' or title like '%1978%' or dob like '%1978%' or is_manager like '%1978%') ORDER BY "people"."email" DESC LIMIT 10 OFFSET 0 + Person Load (0.6ms) SELECT "people".* FROM "people" WHERE (1=2 or first_name like '%1978%' or last_name like '%1978%' or email like '%1978%' or title like '%1978%' or dob like '%1978%' or is_manager like '%1978%') ORDER BY "people"."email" DESC LIMIT 1 OFFSET 0 + Rendered application/_pagination.html.haml (652.0ms) + Rendered people/index.html.haml within layouts/application (684.9ms) + Rendered application/_flash_messages.html.haml (1.0ms) +Completed 200 OK in 743ms (Views: 735.4ms | ActiveRecord: 2.6ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-07-29 03:37:40 -0400 + + +Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-07-29 03:37:40 -0400 + + +Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-07-29 03:37:40 -0400 + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-07-29 03:37:41 -0400 + + +Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-07-29 03:37:41 -0400 + + +Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-07-29 03:37:41 -0400 + + +Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-07-29 03:37:41 -0400 + + +Started GET "/people?page=1&per_page=10&sort_by=email+desc&search_for=1978" for 127.0.0.1 at 2014-07-29 03:37:44 -0400 +Processing by PeopleController#index as HTML + Parameters: {"page"=>"1", "per_page"=>"10", "sort_by"=>"email desc", "search_for"=>"1978"} + Rendered application/_sort_form.html.haml (1.7ms) + Rendered application/_search_form.html.haml (0.8ms) + Person Load (0.7ms) SELECT "people".* FROM "people" WHERE (1=2 or first_name like '%1978%' or last_name like '%1978%' or email like '%1978%' or title like '%1978%' or dob like '%1978%' or is_manager like '%1978%') ORDER BY "people"."email" DESC LIMIT 10 OFFSET 0 + Person Load (0.8ms) SELECT "people".* FROM "people" WHERE (1=2 or first_name like '%1978%' or last_name like '%1978%' or email like '%1978%' or title like '%1978%' or dob like '%1978%' or is_manager like '%1978%') ORDER BY "people"."email" DESC LIMIT 1 OFFSET 0 + Rendered application/_pagination.html.haml (4.1ms) + Rendered people/index.html.haml within layouts/application (16.2ms) + Rendered application/_flash_messages.html.haml (0.1ms) +Completed 200 OK in 27ms (Views: 23.5ms | ActiveRecord: 1.4ms) + + +Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-07-29 03:37:44 -0400 + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-07-29 03:37:44 -0400 + + +Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-07-29 03:37:44 -0400 + + +Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-07-29 03:37:44 -0400 + + +Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-07-29 03:37:44 -0400 + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-07-29 03:37:44 -0400 + + +Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-07-29 03:37:44 -0400 + + +Started GET "/people?page=1&per_page=10&sort_by=email+desc&search_for=1978" for 127.0.0.1 at 2014-07-29 03:38:00 -0400 + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +Processing by PeopleController#index as HTML + Parameters: {"page"=>"1", "per_page"=>"10", "sort_by"=>"email desc", "search_for"=>"1978"} + Rendered application/_sort_form.html.haml (1.9ms) + Rendered application/_search_form.html.haml (3.0ms) + Person Load (0.9ms) SELECT "people".* FROM "people" WHERE (1=2 or first_name like '%1978%' or last_name like '%1978%' or email like '%1978%' or title like '%1978%' or dob like '%1978%' or is_manager like '%1978%') ORDER BY "people"."email" DESC LIMIT 10 OFFSET 0 + Person Load (0.6ms) SELECT "people".* FROM "people" WHERE (1=2 or first_name like '%1978%' or last_name like '%1978%' or email like '%1978%' or title like '%1978%' or dob like '%1978%' or is_manager like '%1978%') ORDER BY "people"."email" DESC LIMIT 1 OFFSET 0 + Rendered application/_pagination.html.haml (383.7ms) + Rendered people/index.html.haml within layouts/application (411.1ms) + Rendered application/_flash_messages.html.haml (1.0ms) +Completed 200 OK in 454ms (Views: 449.3ms | ActiveRecord: 1.8ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-07-29 03:38:01 -0400 + + +Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-07-29 03:38:01 -0400 + + +Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-07-29 03:38:01 -0400 + + +Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-07-29 03:38:01 -0400 + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-07-29 03:38:01 -0400 + + +Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-07-29 03:38:01 -0400 + + +Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-07-29 03:38:01 -0400 + + +Started GET "/people?page=1&per_page=10&sort_by=email+desc&search_for=1978" for 127.0.0.1 at 2014-07-29 12:41:14 -0400 + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +Processing by PeopleController#index as HTML + Parameters: {"page"=>"1", "per_page"=>"10", "sort_by"=>"email desc", "search_for"=>"1978"} + Rendered people/index.html.haml within layouts/application (5.1ms) +Completed 500 Internal Server Error in 14ms + +SyntaxError (/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.haml:12: syntax error, unexpected tSTRING_BEG, expecting ')' +...=>"header-row"}, nil, :style "font-weight: bold;" )}>\n ... +... ^ +/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.haml:12: syntax error, unexpected ')', expecting tSTRING_DEND +... :style "font-weight: bold;" )}>\n <td>First name</td>\n... +... ^ +/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.haml:12: syntax error, unexpected tIDENTIFIER, expecting keyword_do or '{' or '(' +... bold;" )}>\n <td>First name</td>\n <td>Last name</td>... +... ^ +/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.haml:12: unknown regexp options - td +/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.haml:12: syntax error, unexpected $undefined +...e</td>\n <td>Last name</td>\n <td>Email</td>\n <td>... +... ^ +/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.haml:12: unknown regexp options - td +/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.haml:12: syntax error, unexpected $undefined +...Email</td>\n <td>Title</td>\n <td>Dob</td>\n <td>Is... +... ^ +/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.haml:12: unknown regexp options - td +/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.haml:12: syntax error, unexpected $undefined +...</td>\n <td>Is manager</td>\n <td class='link_col'></t... +... ^ +/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.haml:12: syntax error, unexpected keyword_class, expecting keyword_do or '{' or '(' +...>Is manager</td>\n <td class='link_col'></td>\n <td cl... +... ^ +/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.haml:12: syntax error, unexpected '<' +...td>\n <td class='link_col'></td>\n <td class='link_col... +... ^ +/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.haml:12: unknown regexp options - td +/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.haml:12: syntax error, unexpected $undefined +... <td class='link_col'></td>\n </tr>\n <tbody class='ite... +... ^ +/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.haml:37: unknown regexp options - td +/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.haml:37: syntax error, unexpected $undefined +));}</td>\n <td>#{_hamlout.adjust_tabs(1); + ^ +/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.haml:39: syntax error, unexpected '}', expecting tSTRING_DEND +));}</td>\n <td>#{_hamlout.adjust_tabs(1); + ^ +/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.haml:41: unknown regexp options - td +/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.haml:41: syntax error, unexpected $undefined +));}</td>\n <td>#{_hamlout.adjust_tabs(1); + ^ +/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.haml:43: syntax error, unexpected '}', expecting tSTRING_DEND +));}</td>\n <td>#{_hamlout.adjust_tabs(1); + ^ +/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.haml:45: unknown regexp options - td +/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.haml:45: syntax error, unexpected $undefined +));}</td>\n <td>#{_hamlout.adjust_tabs(1); + ^ +/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.haml:47: syntax error, unexpected '}', expecting tSTRING_DEND +));}</td>\n <td>#{_hamlout.adjust_tabs(1); + ^ +/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.haml:50: unknown regexp options - td +/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.haml:50: syntax error, unexpected $undefined +));}</td>\n <td>#{_hamlout.adjust_tabs(1); + ^ +/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.haml:53: syntax error, unexpected '}', expecting tSTRING_DEND +));}</td>\n </tr>\n", -1, fals... + ^ +/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.haml:53: unknown regexp options - tr +/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.haml:53: syntax error, unexpected $undefined +));}</td>\n </tr>\n", -1, false);end;_hamlout.p... + ^ +/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.haml:53: syntax error, unexpected tIDENTIFIER, expecting keyword_do or '{' or '(' +...;_hamlout.push_text(" <tr id='pagination-row'>\n <td... +... ^ +/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.haml:53: syntax error, unexpected $undefined +...(" <tr id='pagination-row'>\n <td class='pagination-... +... ^ +/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.haml:53: syntax error, unexpected keyword_class, expecting keyword_do or '{' or '(' +...gination-row'>\n <td class='pagination-container' colsp... +... ^ +/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.haml:53: syntax error, unexpected tIDENTIFIER, expecting tSTRING_DEND +...='pagination-container' colspan='8'>\n #{_hamlout.adj... +... ^ +/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.haml:53: syntax error, unexpected $undefined +...nation-container' colspan='8'>\n #{_hamlout.adjust_ta... +... ^ +/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.haml:58: syntax error, unexpected '}', expecting tSTRING_DEND +));}\n </td>\n </tr>\n <... + ^ +/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.haml:58: unknown regexp options - tr +/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.haml:58: syntax error, unexpected $undefined +));}\n </td>\n </tr>\n </tbody>\n</table>\n<br>\n... + ^ +/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.haml:58: unknown regexp options - tabl +/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.haml:58: syntax error, unexpected $undefined +... </tr>\n </tbody>\n</table>\n<br>\n#{_hamlout.adjust_tabs... +... ^ +/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.haml:58: syntax error, unexpected $undefined +...r>\n </tbody>\n</table>\n<br>\n#{_hamlout.adjust_tabs(-4); +... ^ +/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.haml:62: syntax error, unexpected '}', expecting tSTRING_DEND +));}\n", 0, false);::Haml::Util.h... + ^ +/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.haml:62: unterminated string meets end of file +/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.haml:62: syntax error, unexpected end-of-input, expecting tSTRING_DEND): + app/views/people/index.html.haml:12: syntax error, unexpected tSTRING_BEG, expecting ')' + app/views/people/index.html.haml:12: syntax error, unexpected ')', expecting tSTRING_DEND + app/views/people/index.html.haml:12: syntax error, unexpected tIDENTIFIER, expecting keyword_do or '{' or '(' + app/views/people/index.html.haml:12: unknown regexp options - td + app/views/people/index.html.haml:12: syntax error, unexpected $undefined + app/views/people/index.html.haml:12: unknown regexp options - td + app/views/people/index.html.haml:12: syntax error, unexpected $undefined + app/views/people/index.html.haml:12: unknown regexp options - td + app/views/people/index.html.haml:12: syntax error, unexpected $undefined + app/views/people/index.html.haml:12: syntax error, unexpected keyword_class, expecting keyword_do or '{' or '(' + app/views/people/index.html.haml:12: syntax error, unexpected '<' + app/views/people/index.html.haml:12: unknown regexp options - td + app/views/people/index.html.haml:12: syntax error, unexpected $undefined + app/views/people/index.html.haml:37: unknown regexp options - td + app/views/people/index.html.haml:37: syntax error, unexpected $undefined + app/views/people/index.html.haml:39: syntax error, unexpected '}', expecting tSTRING_DEND + app/views/people/index.html.haml:41: unknown regexp options - td + app/views/people/index.html.haml:41: syntax error, unexpected $undefined + app/views/people/index.html.haml:43: syntax error, unexpected '}', expecting tSTRING_DEND + app/views/people/index.html.haml:45: unknown regexp options - td + app/views/people/index.html.haml:45: syntax error, unexpected $undefined + app/views/people/index.html.haml:47: syntax error, unexpected '}', expecting tSTRING_DEND + app/views/people/index.html.haml:50: unknown regexp options - td + app/views/people/index.html.haml:50: syntax error, unexpected $undefined + app/views/people/index.html.haml:53: syntax error, unexpected '}', expecting tSTRING_DEND + app/views/people/index.html.haml:53: unknown regexp options - tr + app/views/people/index.html.haml:53: syntax error, unexpected $undefined + app/views/people/index.html.haml:53: syntax error, unexpected tIDENTIFIER, expecting keyword_do or '{' or '(' + app/views/people/index.html.haml:53: syntax error, unexpected $undefined + app/views/people/index.html.haml:53: syntax error, unexpected keyword_class, expecting keyword_do or '{' or '(' + app/views/people/index.html.haml:53: syntax error, unexpected tIDENTIFIER, expecting tSTRING_DEND + app/views/people/index.html.haml:53: syntax error, unexpected $undefined + app/views/people/index.html.haml:58: syntax error, unexpected '}', expecting tSTRING_DEND + app/views/people/index.html.haml:58: unknown regexp options - tr + app/views/people/index.html.haml:58: syntax error, unexpected $undefined + app/views/people/index.html.haml:58: unknown regexp options - tabl + app/views/people/index.html.haml:58: syntax error, unexpected $undefined + app/views/people/index.html.haml:58: syntax error, unexpected $undefined + app/views/people/index.html.haml:62: syntax error, unexpected '}', expecting tSTRING_DEND + app/views/people/index.html.haml:62: unterminated string meets end of file + app/views/people/index.html.haml:62: syntax error, unexpected end-of-input, expecting tSTRING_DEND + + + Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.0ms) + Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.0ms) + Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (15.3ms) + Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (36.3ms) + + +Started GET "/people?page=1&per_page=10&sort_by=email+desc&search_for=1978" for 127.0.0.1 at 2014-07-29 12:41:40 -0400 +Processing by PeopleController#index as HTML + Parameters: {"page"=>"1", "per_page"=>"10", "sort_by"=>"email desc", "search_for"=>"1978"} + Rendered people/index.html.haml within layouts/application (4.7ms) +Completed 500 Internal Server Error in 7ms + +SyntaxError (/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.haml:12: syntax error, unexpected tSTRING_BEG, expecting ')' +...=>"header-row"}, nil, :style "font-weight: bold;" )}>\n ... +... ^ +/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.haml:12: syntax error, unexpected ')', expecting tSTRING_DEND +... :style "font-weight: bold;" )}>\n <td>First name</td>\n... +... ^ +/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.haml:12: syntax error, unexpected tIDENTIFIER, expecting keyword_do or '{' or '(' +... bold;" )}>\n <td>First name</td>\n <td>Last name</td>... +... ^ +/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.haml:12: unknown regexp options - td +/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.haml:12: syntax error, unexpected $undefined +...e</td>\n <td>Last name</td>\n <td>Email</td>\n <td>... +... ^ +/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.haml:12: unknown regexp options - td +/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.haml:12: syntax error, unexpected $undefined +...Email</td>\n <td>Title</td>\n <td>Dob</td>\n <td>Is... +... ^ +/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.haml:12: unknown regexp options - td +/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.haml:12: syntax error, unexpected $undefined +...</td>\n <td>Is manager</td>\n <td class='link_col'></t... +... ^ +/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.haml:12: syntax error, unexpected keyword_class, expecting keyword_do or '{' or '(' +...>Is manager</td>\n <td class='link_col'></td>\n <td cl... +... ^ +/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.haml:12: syntax error, unexpected '<' +...td>\n <td class='link_col'></td>\n <td class='link_col... +... ^ +/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.haml:12: unknown regexp options - td +/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.haml:12: syntax error, unexpected $undefined +... <td class='link_col'></td>\n </tr>\n <tbody class='ite... +... ^ +/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.haml:37: unknown regexp options - td +/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.haml:37: syntax error, unexpected $undefined +));}</td>\n <td>#{_hamlout.adjust_tabs(1); + ^ +/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.haml:39: syntax error, unexpected '}', expecting tSTRING_DEND +));}</td>\n <td>#{_hamlout.adjust_tabs(1); + ^ +/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.haml:41: unknown regexp options - td +/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.haml:41: syntax error, unexpected $undefined +));}</td>\n <td>#{_hamlout.adjust_tabs(1); + ^ +/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.haml:43: syntax error, unexpected '}', expecting tSTRING_DEND +));}</td>\n <td>#{_hamlout.adjust_tabs(1); + ^ +/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.haml:45: unknown regexp options - td +/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.haml:45: syntax error, unexpected $undefined +));}</td>\n <td>#{_hamlout.adjust_tabs(1); + ^ +/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.haml:47: syntax error, unexpected '}', expecting tSTRING_DEND +));}</td>\n <td>#{_hamlout.adjust_tabs(1); + ^ +/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.haml:50: unknown regexp options - td +/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.haml:50: syntax error, unexpected $undefined +));}</td>\n <td>#{_hamlout.adjust_tabs(1); + ^ +/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.haml:53: syntax error, unexpected '}', expecting tSTRING_DEND +));}</td>\n </tr>\n", -1, fals... + ^ +/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.haml:53: unknown regexp options - tr +/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.haml:53: syntax error, unexpected $undefined +));}</td>\n </tr>\n", -1, false);end;_hamlout.p... + ^ +/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.haml:53: syntax error, unexpected tIDENTIFIER, expecting keyword_do or '{' or '(' +...;_hamlout.push_text(" <tr id='pagination-row'>\n <td... +... ^ +/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.haml:53: syntax error, unexpected $undefined +...(" <tr id='pagination-row'>\n <td class='pagination-... +... ^ +/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.haml:53: syntax error, unexpected keyword_class, expecting keyword_do or '{' or '(' +...gination-row'>\n <td class='pagination-container' colsp... +... ^ +/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.haml:53: syntax error, unexpected tIDENTIFIER, expecting tSTRING_DEND +...='pagination-container' colspan='8'>\n #{_hamlout.adj... +... ^ +/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.haml:53: syntax error, unexpected $undefined +...nation-container' colspan='8'>\n #{_hamlout.adjust_ta... +... ^ +/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.haml:58: syntax error, unexpected '}', expecting tSTRING_DEND +));}\n </td>\n </tr>\n <... + ^ +/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.haml:58: unknown regexp options - tr +/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.haml:58: syntax error, unexpected $undefined +));}\n </td>\n </tr>\n </tbody>\n</table>\n<br>\n... + ^ +/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.haml:58: unknown regexp options - tabl +/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.haml:58: syntax error, unexpected $undefined +... </tr>\n </tbody>\n</table>\n<br>\n#{_hamlout.adjust_tabs... +... ^ +/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.haml:58: syntax error, unexpected $undefined +...r>\n </tbody>\n</table>\n<br>\n#{_hamlout.adjust_tabs(-4); +... ^ +/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.haml:62: syntax error, unexpected '}', expecting tSTRING_DEND +));}\n", 0, false);::Haml::Util.h... + ^ +/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.haml:62: unterminated string meets end of file +/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.haml:62: syntax error, unexpected end-of-input, expecting tSTRING_DEND): + app/views/people/index.html.haml:12: syntax error, unexpected tSTRING_BEG, expecting ')' + app/views/people/index.html.haml:12: syntax error, unexpected ')', expecting tSTRING_DEND + app/views/people/index.html.haml:12: syntax error, unexpected tIDENTIFIER, expecting keyword_do or '{' or '(' + app/views/people/index.html.haml:12: unknown regexp options - td + app/views/people/index.html.haml:12: syntax error, unexpected $undefined + app/views/people/index.html.haml:12: unknown regexp options - td + app/views/people/index.html.haml:12: syntax error, unexpected $undefined + app/views/people/index.html.haml:12: unknown regexp options - td + app/views/people/index.html.haml:12: syntax error, unexpected $undefined + app/views/people/index.html.haml:12: syntax error, unexpected keyword_class, expecting keyword_do or '{' or '(' + app/views/people/index.html.haml:12: syntax error, unexpected '<' + app/views/people/index.html.haml:12: unknown regexp options - td + app/views/people/index.html.haml:12: syntax error, unexpected $undefined + app/views/people/index.html.haml:37: unknown regexp options - td + app/views/people/index.html.haml:37: syntax error, unexpected $undefined + app/views/people/index.html.haml:39: syntax error, unexpected '}', expecting tSTRING_DEND + app/views/people/index.html.haml:41: unknown regexp options - td + app/views/people/index.html.haml:41: syntax error, unexpected $undefined + app/views/people/index.html.haml:43: syntax error, unexpected '}', expecting tSTRING_DEND + app/views/people/index.html.haml:45: unknown regexp options - td + app/views/people/index.html.haml:45: syntax error, unexpected $undefined + app/views/people/index.html.haml:47: syntax error, unexpected '}', expecting tSTRING_DEND + app/views/people/index.html.haml:50: unknown regexp options - td + app/views/people/index.html.haml:50: syntax error, unexpected $undefined + app/views/people/index.html.haml:53: syntax error, unexpected '}', expecting tSTRING_DEND + app/views/people/index.html.haml:53: unknown regexp options - tr + app/views/people/index.html.haml:53: syntax error, unexpected $undefined + app/views/people/index.html.haml:53: syntax error, unexpected tIDENTIFIER, expecting keyword_do or '{' or '(' + app/views/people/index.html.haml:53: syntax error, unexpected $undefined + app/views/people/index.html.haml:53: syntax error, unexpected keyword_class, expecting keyword_do or '{' or '(' + app/views/people/index.html.haml:53: syntax error, unexpected tIDENTIFIER, expecting tSTRING_DEND + app/views/people/index.html.haml:53: syntax error, unexpected $undefined + app/views/people/index.html.haml:58: syntax error, unexpected '}', expecting tSTRING_DEND + app/views/people/index.html.haml:58: unknown regexp options - tr + app/views/people/index.html.haml:58: syntax error, unexpected $undefined + app/views/people/index.html.haml:58: unknown regexp options - tabl + app/views/people/index.html.haml:58: syntax error, unexpected $undefined + app/views/people/index.html.haml:58: syntax error, unexpected $undefined + app/views/people/index.html.haml:62: syntax error, unexpected '}', expecting tSTRING_DEND + app/views/people/index.html.haml:62: unterminated string meets end of file + app/views/people/index.html.haml:62: syntax error, unexpected end-of-input, expecting tSTRING_DEND + + + Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.7ms) + Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms) Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) - Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (11.6ms) + Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (14.7ms) -Started GET "/people?search_for=" for 127.0.0.1 at 2014-07-28 20:41:41 -0400 +Started GET "/people?page=1&per_page=10&sort_by=email+desc&search_for=1978" for 127.0.0.1 at 2014-07-29 12:42:13 -0400 Processing by PeopleController#index as HTML - Parameters: {"search_for"=>""} + Parameters: {"page"=>"1", "per_page"=>"10", "sort_by"=>"email desc", "search_for"=>"1978"} + Rendered application/_sort_form.html.haml (2.2ms) + Rendered application/_search_form.html.haml (2.2ms) + Person Load (0.4ms) SELECT "people".* FROM "people" WHERE (1=2 or first_name like '%1978%' or last_name like '%1978%' or email like '%1978%' or title like '%1978%' or dob like '%1978%' or is_manager like '%1978%') ORDER BY "people"."email" DESC LIMIT 10 OFFSET 0 + Person Load (0.4ms) SELECT "people".* FROM "people" WHERE (1=2 or first_name like '%1978%' or last_name like '%1978%' or email like '%1978%' or title like '%1978%' or dob like '%1978%' or is_manager like '%1978%') ORDER BY "people"."email" DESC LIMIT 1 OFFSET 0 + Rendered application/_pagination.html.haml (393.7ms) + Rendered people/index.html.haml within layouts/application (419.3ms) + Rendered application/_flash_messages.html.haml (1.0ms) +Completed 200 OK in 589ms (Views: 587.4ms | ActiveRecord: 0.8ms) + + +Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-07-29 12:42:13 -0400 + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-07-29 12:42:13 -0400 + + +Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-07-29 12:42:13 -0400 + + +Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-07-29 12:42:13 -0400 + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-07-29 12:42:13 -0400 + + +Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-07-29 12:42:13 -0400 + + +Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-07-29 12:42:13 -0400 + + +Started GET "/people?page=1&per_page=10&sort_by=email+desc&search_for=1978" for 127.0.0.1 at 2014-07-29 12:47:07 -0400 +Processing by PeopleController#index as HTML + Parameters: {"page"=>"1", "per_page"=>"10", "sort_by"=>"email desc", "search_for"=>"1978"} + Rendered application/_sort_form.html.haml (1.0ms) + Rendered application/_search_form.html.haml (0.4ms) + Person Load (0.4ms) SELECT "people".* FROM "people" WHERE (1=2 or first_name like '%1978%' or last_name like '%1978%' or email like '%1978%' or title like '%1978%' or dob like '%1978%' or is_manager like '%1978%') ORDER BY "people"."email" DESC LIMIT 10 OFFSET 0 + Person Load (0.3ms) SELECT "people".* FROM "people" WHERE (1=2 or first_name like '%1978%' or last_name like '%1978%' or email like '%1978%' or title like '%1978%' or dob like '%1978%' or is_manager like '%1978%') ORDER BY "people"."email" DESC LIMIT 1 OFFSET 0 + Rendered application/_pagination.html.haml (2.5ms) + Rendered people/index.html.haml within layouts/application (10.6ms) + Rendered application/_flash_messages.html.haml (0.1ms) +Completed 200 OK in 89ms (Views: 87.1ms | ActiveRecord: 0.7ms) + + +Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-07-29 12:47:07 -0400 + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-07-29 12:47:07 -0400 + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-07-29 12:47:07 -0400 + + +Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-07-29 12:47:07 -0400 + + +Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-07-29 12:47:07 -0400 + + +Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-07-29 12:47:07 -0400 + + +Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-07-29 12:47:07 -0400 + + +Started GET "/people?page=1&per_page=10&sort_by=email+desc&search_for=1978" for 127.0.0.1 at 2014-07-29 12:47:50 -0400 +Processing by PeopleController#index as HTML + Parameters: {"page"=>"1", "per_page"=>"10", "sort_by"=>"email desc", "search_for"=>"1978"} + Rendered application/_sort_form.html.haml (0.8ms) + Rendered application/_search_form.html.haml (0.4ms) + Person Load (0.4ms) SELECT "people".* FROM "people" WHERE (1=2 or first_name like '%1978%' or last_name like '%1978%' or email like '%1978%' or title like '%1978%' or dob like '%1978%' or is_manager like '%1978%') ORDER BY "people"."email" DESC LIMIT 10 OFFSET 0 + Person Load (0.3ms) SELECT "people".* FROM "people" WHERE (1=2 or first_name like '%1978%' or last_name like '%1978%' or email like '%1978%' or title like '%1978%' or dob like '%1978%' or is_manager like '%1978%') ORDER BY "people"."email" DESC LIMIT 1 OFFSET 0 + Rendered application/_pagination.html.haml (1.8ms) + Rendered people/index.html.haml within layouts/application (8.5ms) + Rendered application/_flash_messages.html.haml (0.2ms) +Completed 200 OK in 53ms (Views: 50.6ms | ActiveRecord: 0.7ms) + + +Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-07-29 12:47:50 -0400 + + +Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-07-29 12:47:50 -0400 + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-07-29 12:47:50 -0400 + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-07-29 12:47:50 -0400 + + +Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-07-29 12:47:50 -0400 + + +Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-07-29 12:47:50 -0400 + + +Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-07-29 12:47:50 -0400 + + +Started GET "/people?page=1&per_page=10&sort_by=email+desc&search_for=1978" for 127.0.0.1 at 2014-07-29 12:49:36 -0400 +Processing by PeopleController#index as HTML + Parameters: {"page"=>"1", "per_page"=>"10", "sort_by"=>"email desc", "search_for"=>"1978"} + Rendered application/_sort_form.html.haml (1.2ms) + Rendered application/_search_form.html.haml (0.6ms) + Person Load (0.5ms) SELECT "people".* FROM "people" WHERE (1=2 or first_name like '%1978%' or last_name like '%1978%' or email like '%1978%' or title like '%1978%' or dob like '%1978%' or is_manager like '%1978%') ORDER BY "people"."email" DESC LIMIT 10 OFFSET 0 + Person Load (0.5ms) SELECT "people".* FROM "people" WHERE (1=2 or first_name like '%1978%' or last_name like '%1978%' or email like '%1978%' or title like '%1978%' or dob like '%1978%' or is_manager like '%1978%') ORDER BY "people"."email" DESC LIMIT 1 OFFSET 0 + Rendered application/_pagination.html.haml (2.9ms) + Rendered people/index.html.haml within layouts/application (12.7ms) + Rendered application/_flash_messages.html.haml (0.2ms) +Completed 200 OK in 71ms (Views: 68.0ms | ActiveRecord: 1.0ms) + + +Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-07-29 12:49:36 -0400 + + +Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-07-29 12:49:36 -0400 + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-07-29 12:49:36 -0400 + + +Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-07-29 12:49:36 -0400 + + +Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-07-29 12:49:36 -0400 + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-07-29 12:49:36 -0400 + + +Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-07-29 12:49:36 -0400 + + +Started GET "/people?page=1&per_page=10&search_for=1978&sort_by=dob" for 127.0.0.1 at 2014-07-29 12:50:13 -0400 +Processing by PeopleController#index as HTML + Parameters: {"page"=>"1", "per_page"=>"10", "search_for"=>"1978", "sort_by"=>"dob"} + Rendered application/_sort_form.html.haml (1.1ms) + Rendered application/_search_form.html.haml (0.5ms) + Person Load (0.5ms) SELECT "people".* FROM "people" WHERE (1=2 or first_name like '%1978%' or last_name like '%1978%' or email like '%1978%' or title like '%1978%' or dob like '%1978%' or is_manager like '%1978%') ORDER BY "people"."dob" ASC LIMIT 10 OFFSET 0 + Person Load (0.5ms) SELECT "people".* FROM "people" WHERE (1=2 or first_name like '%1978%' or last_name like '%1978%' or email like '%1978%' or title like '%1978%' or dob like '%1978%' or is_manager like '%1978%') ORDER BY "people"."dob" ASC LIMIT 1 OFFSET 0 + Rendered application/_pagination.html.haml (2.6ms) + Rendered people/index.html.haml within layouts/application (11.8ms) + Rendered application/_flash_messages.html.haml (0.1ms) +Completed 200 OK in 19ms (Views: 17.2ms | ActiveRecord: 1.0ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-07-29 12:50:13 -0400 + + +Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-07-29 12:50:13 -0400 + + +Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-07-29 12:50:13 -0400 + + +Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-07-29 12:50:13 -0400 + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-07-29 12:50:13 -0400 + + +Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-07-29 12:50:13 -0400 + + +Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-07-29 12:50:13 -0400 + + +Started GET "/people?page=1&per_page=10&sort_by=dob&search_for=" for 127.0.0.1 at 2014-07-29 12:50:16 -0400 +Processing by PeopleController#index as HTML + Parameters: {"page"=>"1", "per_page"=>"10", "sort_by"=>"dob", "search_for"=>""} + Rendered application/_sort_form.html.haml (0.7ms) + Rendered application/_search_form.html.haml (0.6ms) + Person Load (0.5ms) SELECT "people".* FROM "people" WHERE (1=2 or first_name like '%%' or last_name like '%%' or email like '%%' or title like '%%' or dob like '%%' or is_manager like '%%') ORDER BY "people"."dob" ASC LIMIT 10 OFFSET 0 +  (0.2ms) SELECT COUNT(*) FROM "people" WHERE (1=2 or first_name like '%%' or last_name like '%%' or email like '%%' or title like '%%' or dob like '%%' or is_manager like '%%') + Person Load (0.6ms) SELECT "people".* FROM "people" WHERE (1=2 or first_name like '%%' or last_name like '%%' or email like '%%' or title like '%%' or dob like '%%' or is_manager like '%%') ORDER BY "people"."dob" ASC LIMIT 1 OFFSET 0 + Rendered application/_pagination.html.haml (5.2ms) + Rendered people/index.html.haml within layouts/application (16.2ms) + Rendered application/_flash_messages.html.haml (0.1ms) +Completed 200 OK in 24ms (Views: 21.0ms | ActiveRecord: 1.3ms) + + +Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-07-29 12:50:17 -0400 + + +Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-07-29 12:50:17 -0400 + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-07-29 12:50:17 -0400 + + +Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-07-29 12:50:17 -0400 + + +Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-07-29 12:50:17 -0400 + + +Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-07-29 12:50:17 -0400 + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-07-29 12:50:17 -0400 + + +Started GET "/people?page=3&per_page=10&search_for=&sort_by=dob" for 127.0.0.1 at 2014-07-29 12:50:23 -0400 +Processing by PeopleController#index as HTML + Parameters: {"page"=>"3", "per_page"=>"10", "search_for"=>"", "sort_by"=>"dob"} + Rendered application/_sort_form.html.haml (0.8ms) + Rendered application/_search_form.html.haml (0.5ms) + Person Load (0.5ms) SELECT "people".* FROM "people" WHERE (1=2 or first_name like '%%' or last_name like '%%' or email like '%%' or title like '%%' or dob like '%%' or is_manager like '%%') ORDER BY "people"."dob" ASC LIMIT 10 OFFSET 20 +  (0.1ms) SELECT COUNT(*) FROM "people" WHERE (1=2 or first_name like '%%' or last_name like '%%' or email like '%%' or title like '%%' or dob like '%%' or is_manager like '%%') + Person Load (0.5ms) SELECT "people".* FROM "people" WHERE (1=2 or first_name like '%%' or last_name like '%%' or email like '%%' or title like '%%' or dob like '%%' or is_manager like '%%') ORDER BY "people"."dob" ASC LIMIT 1 OFFSET 20 + Rendered application/_pagination.html.haml (4.6ms) + Rendered people/index.html.haml within layouts/application (14.7ms) + Rendered application/_flash_messages.html.haml (0.1ms) +Completed 200 OK in 23ms (Views: 19.8ms | ActiveRecord: 1.1ms) + + +Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-07-29 12:50:23 -0400 + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-07-29 12:50:23 -0400 + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-07-29 12:50:23 -0400 + + +Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-07-29 12:50:23 -0400 + + +Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-07-29 12:50:23 -0400 + + +Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-07-29 12:50:23 -0400 + + +Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-07-29 12:50:23 -0400 + + +Started GET "/people?page=3&per_page=10&search_for=&sort_by=dob" for 127.0.0.1 at 2014-07-29 21:24:06 -0400 + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +Processing by PeopleController#index as HTML + Parameters: {"page"=>"3", "per_page"=>"10", "search_for"=>"", "sort_by"=>"dob"} + Rendered application/_sort_form.html.haml (2.1ms) + Rendered application/_search_form.html.haml (2.1ms) + Person Load (0.5ms) SELECT "people".* FROM "people" WHERE (1=2 or first_name like '%%' or last_name like '%%' or email like '%%' or title like '%%' or dob like '%%' or is_manager like '%%') ORDER BY "people"."dob" ASC LIMIT 10 OFFSET 20 +  (0.3ms) SELECT COUNT(*) FROM "people" WHERE (1=2 or first_name like '%%' or last_name like '%%' or email like '%%' or title like '%%' or dob like '%%' or is_manager like '%%') + Person Load (0.6ms) SELECT "people".* FROM "people" WHERE (1=2 or first_name like '%%' or last_name like '%%' or email like '%%' or title like '%%' or dob like '%%' or is_manager like '%%') ORDER BY "people"."dob" ASC LIMIT 1 OFFSET 20 + Rendered application/_pagination.html.haml (563.6ms) + Rendered people/index.html.haml within layouts/application (598.3ms) + Rendered application/_flash_messages.html.haml (1.6ms) +Completed 200 OK in 663ms (Views: 656.5ms | ActiveRecord: 1.8ms) + + +Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-07-29 21:24:07 -0400 + + +Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-07-29 21:24:07 -0400 + + +Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-07-29 21:24:07 -0400 + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-07-29 21:24:07 -0400 + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-07-29 21:24:07 -0400 + + +Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-07-29 21:24:07 -0400 + + +Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-07-29 21:24:07 -0400 + + +Started GET "/people?page=3&per_page=10&search_for=&sort_by=dob" for 127.0.0.1 at 2014-07-29 21:24:51 -0400 +Processing by PeopleController#index as HTML + Parameters: {"page"=>"3", "per_page"=>"10", "search_for"=>"", "sort_by"=>"dob"} + Rendered application/_sort_form.html.haml (0.8ms) + Rendered application/_search_form.html.haml (0.4ms) + Person Load (0.5ms) SELECT "people".* FROM "people" WHERE (1=2 or first_name like '%%' or last_name like '%%' or email like '%%' or title like '%%' or dob like '%%' or is_manager like '%%') ORDER BY "people"."dob" ASC LIMIT 10 OFFSET 20 +  (0.2ms) SELECT COUNT(*) FROM "people" WHERE (1=2 or first_name like '%%' or last_name like '%%' or email like '%%' or title like '%%' or dob like '%%' or is_manager like '%%') + Person Load (0.4ms) SELECT "people".* FROM "people" WHERE (1=2 or first_name like '%%' or last_name like '%%' or email like '%%' or title like '%%' or dob like '%%' or is_manager like '%%') ORDER BY "people"."dob" ASC LIMIT 1 OFFSET 20 + Rendered application/_pagination.html.haml (4.5ms) + Rendered people/index.html.haml within layouts/application (24.6ms) + Rendered application/_flash_messages.html.haml (0.1ms) +Completed 200 OK in 37ms (Views: 32.5ms | ActiveRecord: 1.6ms) + + +Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-07-29 21:24:51 -0400 + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-07-29 21:24:51 -0400 + + +Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-07-29 21:24:51 -0400 + + +Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-07-29 21:24:51 -0400 + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-07-29 21:24:51 -0400 + + +Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-07-29 21:24:51 -0400 + + +Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-07-29 21:24:51 -0400 + + +Started GET "/people?page=3&per_page=10&search_for=&sort_by=dob" for 127.0.0.1 at 2014-07-29 21:26:25 -0400 +Processing by PeopleController#index as HTML + Parameters: {"page"=>"3", "per_page"=>"10", "search_for"=>"", "sort_by"=>"dob"} + Rendered application/_sort_form.html.haml (1.3ms) + Rendered application/_search_form.html.haml (0.5ms) + Person Load (0.6ms) SELECT "people".* FROM "people" WHERE (1=2 or first_name like '%%' or last_name like '%%' or email like '%%' or title like '%%' or dob like '%%' or is_manager like '%%') ORDER BY "people"."dob" ASC LIMIT 10 OFFSET 20 +  (0.2ms) SELECT COUNT(*) FROM "people" WHERE (1=2 or first_name like '%%' or last_name like '%%' or email like '%%' or title like '%%' or dob like '%%' or is_manager like '%%') + Person Load (0.4ms) SELECT "people".* FROM "people" WHERE (1=2 or first_name like '%%' or last_name like '%%' or email like '%%' or title like '%%' or dob like '%%' or is_manager like '%%') ORDER BY "people"."dob" ASC LIMIT 1 OFFSET 20 + Rendered application/_pagination.html.haml (4.4ms) + Rendered people/index.html.haml within layouts/application (20.5ms) + Rendered application/_flash_messages.html.haml (0.1ms) +Completed 200 OK in 28ms (Views: 25.7ms | ActiveRecord: 1.2ms) + + +Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-07-29 21:26:25 -0400 + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-07-29 21:26:25 -0400 + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-07-29 21:26:25 -0400 + + +Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-07-29 21:26:25 -0400 + + +Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-07-29 21:26:25 -0400 + + +Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-07-29 21:26:25 -0400 + + +Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-07-29 21:26:25 -0400 + + +Started GET "/people/new" for 127.0.0.1 at 2014-07-29 21:26:36 -0400 +Processing by PeopleController#new as HTML + Rendered people/_form.html.haml (19.4ms) + Rendered people/new.html.haml within layouts/application (22.1ms) + Rendered application/_flash_messages.html.haml (0.1ms) +Completed 200 OK in 30ms (Views: 29.2ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-07-29 21:26:36 -0400 + + +Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-07-29 21:26:36 -0400 + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-07-29 21:26:36 -0400 + + +Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-07-29 21:26:36 -0400 + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-07-29 21:26:36 -0400 + + +Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-07-29 21:26:36 -0400 + + +Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-07-29 21:26:36 -0400 + + +Started POST "/people" for 127.0.0.1 at 2014-07-29 21:26:45 -0400 +Processing by PeopleController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"l2jBY7G/+R2iy3alYZIoYw4EDDpqo2pCLMpy6pXUhmc=", "person"=>{"first_name"=>"", "last_name"=>"", "email"=>"", "title"=>"", "dob(1i)"=>"2014", "dob(2i)"=>"7", "dob(3i)"=>"30", "dob(4i)"=>"01", "dob(5i)"=>"26", "is_manager"=>"0"}, "btn_reload"=>"Save & Reload"} +  (0.1ms) begin transaction +  (0.1ms) rollback transaction + Rendered application/_validation_errors.html.haml (1.8ms) + Rendered people/_form.html.haml (7.0ms) + Rendered people/new.html.haml within layouts/application (8.0ms) + Rendered application/_flash_messages.html.haml (0.1ms) +Completed 200 OK in 22ms (Views: 14.4ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-07-29 21:26:45 -0400 + + +Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-07-29 21:26:45 -0400 + + +Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-07-29 21:26:45 -0400 + + +Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-07-29 21:26:45 -0400 + + +Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-07-29 21:26:45 -0400 + + +Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-07-29 21:26:45 -0400 + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-07-29 21:26:45 -0400 + + +Started POST "/people" for 127.0.0.1 at 2014-07-29 21:26:59 -0400 +Processing by PeopleController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"l2jBY7G/+R2iy3alYZIoYw4EDDpqo2pCLMpy6pXUhmc=", "person"=>{"first_name"=>"Jack", "last_name"=>"Fry", "email"=>"", "title"=>"", "dob(1i)"=>"2014", "dob(2i)"=>"7", "dob(3i)"=>"30", "dob(4i)"=>"01", "dob(5i)"=>"26", "is_manager"=>"0"}, "btn_index"=>"Save & Back to List"} +  (0.1ms) begin transaction + SQL (0.7ms) INSERT INTO "people" ("created_at", "dob", "email", "first_name", "is_manager", "last_name", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-07-30 01:26:59.047605"], ["dob", "2014-07-30 01:26:00.000000"], ["email", ""], ["first_name", "Jack"], ["is_manager", "f"], ["last_name", "Fry"], ["title", ""], ["updated_at", "2014-07-30 01:26:59.047605"]] +  (148.9ms) commit transaction +Redirected to http://localhost:2005/people +Completed 302 Found in 157ms (ActiveRecord: 149.8ms) + + +Started GET "/people" for 127.0.0.1 at 2014-07-29 21:26:59 -0400 +Processing by PeopleController#index as HTML + Rendered application/_sort_form.html.haml (0.5ms) + Rendered application/_search_form.html.haml (0.2ms) + Person Load (0.2ms) SELECT "people".* FROM "people" WHERE (1=2 or first_name like '%%' or last_name like '%%' or email like '%%' or title like '%%' or dob like '%%' or is_manager like '%%') LIMIT 15 OFFSET 0 +  (0.1ms) SELECT COUNT(*) FROM "people" WHERE (1=2 or first_name like '%%' or last_name like '%%' or email like '%%' or title like '%%' or dob like '%%' or is_manager like '%%') + Person Load (0.2ms) SELECT "people".* FROM "people" WHERE (1=2 or first_name like '%%' or last_name like '%%' or email like '%%' or title like '%%' or dob like '%%' or is_manager like '%%') LIMIT 1 OFFSET 0 + Rendered application/_pagination.html.haml (3.0ms) + Rendered people/index.html.haml within layouts/application (13.6ms) + Rendered application/_flash_messages.html.haml (0.2ms) +Completed 200 OK in 21ms (Views: 19.6ms | ActiveRecord: 0.5ms) + + +Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-07-29 21:26:59 -0400 + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-07-29 21:26:59 -0400 + + +Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-07-29 21:26:59 -0400 + + +Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-07-29 21:26:59 -0400 + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-07-29 21:26:59 -0400 + + +Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-07-29 21:26:59 -0400 + + +Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-07-29 21:26:59 -0400 + + +Started GET "/people?per_page=10&page=1" for 127.0.0.1 at 2014-07-29 21:27:31 -0400 +Processing by PeopleController#index as HTML + Parameters: {"per_page"=>"10", "page"=>"1"} + Rendered application/_sort_form.html.haml (0.7ms) + Rendered application/_search_form.html.haml (0.3ms) + Person Load (0.2ms) SELECT "people".* FROM "people" WHERE (1=2 or first_name like '%%' or last_name like '%%' or email like '%%' or title like '%%' or dob like '%%' or is_manager like '%%') LIMIT 10 OFFSET 0 +  (0.1ms) SELECT COUNT(*) FROM "people" WHERE (1=2 or first_name like '%%' or last_name like '%%' or email like '%%' or title like '%%' or dob like '%%' or is_manager like '%%') + Person Load (0.2ms) SELECT "people".* FROM "people" WHERE (1=2 or first_name like '%%' or last_name like '%%' or email like '%%' or title like '%%' or dob like '%%' or is_manager like '%%') LIMIT 1 OFFSET 0 + Rendered application/_pagination.html.haml (3.7ms) + Rendered people/index.html.haml within layouts/application (13.0ms) + Rendered application/_flash_messages.html.haml (0.1ms) +Completed 200 OK in 21ms (Views: 19.5ms | ActiveRecord: 0.5ms) + + +Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-07-29 21:27:31 -0400 + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-07-29 21:27:31 -0400 + + +Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-07-29 21:27:31 -0400 + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-07-29 21:27:31 -0400 + + +Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-07-29 21:27:31 -0400 + + +Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-07-29 21:27:31 -0400 + + +Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-07-29 21:27:31 -0400 + + +Started DELETE "/people/6" for 127.0.0.1 at 2014-07-29 21:27:41 -0400 +Processing by PeopleController#destroy as HTML + Parameters: {"authenticity_token"=>"l2jBY7G/+R2iy3alYZIoYw4EDDpqo2pCLMpy6pXUhmc=", "id"=>"6"} + Person Load (0.2ms) SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 6]] +  (0.1ms) begin transaction + SQL (0.3ms) DELETE FROM "people" WHERE "people"."id" = ? [["id", 6]] +  (1.6ms) commit transaction +Redirected to http://localhost:2005/people +Completed 302 Found in 5ms (ActiveRecord: 2.2ms) + + +Started GET "/people" for 127.0.0.1 at 2014-07-29 21:27:41 -0400 +Processing by PeopleController#index as HTML Rendered application/_sort_form.html.haml (0.9ms) Rendered application/_search_form.html.haml (0.3ms) Person Load (0.3ms) SELECT "people".* FROM "people" WHERE (1=2 or first_name like '%%' or last_name like '%%' or email like '%%' or title like '%%' or dob like '%%' or is_manager like '%%') LIMIT 15 OFFSET 0 -  (0.3ms) SELECT COUNT(*) FROM "people" WHERE (1=2 or first_name like '%%' or last_name like '%%' or email like '%%' or title like '%%' or dob like '%%' or is_manager like '%%') +  (0.2ms) SELECT COUNT(*) FROM "people" WHERE (1=2 or first_name like '%%' or last_name like '%%' or email like '%%' or title like '%%' or dob like '%%' or is_manager like '%%') Person Load (0.2ms) SELECT "people".* FROM "people" WHERE (1=2 or first_name like '%%' or last_name like '%%' or email like '%%' or title like '%%' or dob like '%%' or is_manager like '%%') LIMIT 1 OFFSET 0 - Rendered application/_pagination.html.haml (3.2ms) - Rendered people/index.html.haml within layouts/application (19.3ms) + Rendered application/_pagination.html.haml (3.1ms) + Rendered people/index.html.haml within layouts/application (15.2ms) + Rendered application/_flash_messages.html.haml (0.3ms) +Completed 200 OK in 24ms (Views: 22.2ms | ActiveRecord: 0.7ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-07-29 21:27:41 -0400 + + +Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-07-29 21:27:41 -0400 + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-07-29 21:27:41 -0400 + + +Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-07-29 21:27:41 -0400 + + +Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-07-29 21:27:41 -0400 + + +Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-07-29 21:27:41 -0400 + + +Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-07-29 21:27:41 -0400 + + +Started GET "/people?search_for=ja" for 127.0.0.1 at 2014-07-29 21:28:07 -0400 +Processing by PeopleController#index as HTML + Parameters: {"search_for"=>"ja"} + Rendered application/_sort_form.html.haml (0.9ms) + Rendered application/_search_form.html.haml (0.3ms) + Person Load (0.3ms) SELECT "people".* FROM "people" WHERE (1=2 or first_name like '%ja%' or last_name like '%ja%' or email like '%ja%' or title like '%ja%' or dob like '%ja%' or is_manager like '%ja%') LIMIT 15 OFFSET 0 + Person Load (0.2ms) SELECT "people".* FROM "people" WHERE (1=2 or first_name like '%ja%' or last_name like '%ja%' or email like '%ja%' or title like '%ja%' or dob like '%ja%' or is_manager like '%ja%') LIMIT 1 OFFSET 0 + Rendered application/_pagination.html.haml (1.7ms) + Rendered people/index.html.haml within layouts/application (11.1ms) Rendered application/_flash_messages.html.haml (0.1ms) -Completed 200 OK in 33ms (Views: 25.3ms | ActiveRecord: 1.3ms) +Completed 200 OK in 20ms (Views: 18.1ms | ActiveRecord: 0.5ms) -Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-07-28 20:41:41 -0400 +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-07-29 21:28:07 -0400 -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-07-28 20:41:41 -0400 +Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-07-29 21:28:07 -0400 -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-07-28 20:41:41 -0400 +Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-07-29 21:28:07 -0400 -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-07-28 20:41:41 -0400 +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-07-29 21:28:07 -0400 -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-07-28 20:41:41 -0400 +Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-07-29 21:28:07 -0400 -Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-07-28 20:41:41 -0400 +Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-07-29 21:28:07 -0400 -Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-07-28 20:41:41 -0400 +Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-07-29 21:28:07 -0400 -Started GET "/people?search_for=" for 127.0.0.1 at 2014-07-28 23:15:00 -0400 +Started GET "/people?search_for=goo" for 127.0.0.1 at 2014-07-29 21:28:32 -0400 Processing by PeopleController#index as HTML + Parameters: {"search_for"=>"goo"} + Rendered application/_sort_form.html.haml (0.8ms) + Rendered application/_search_form.html.haml (0.3ms) + Person Load (0.3ms) SELECT "people".* FROM "people" WHERE (1=2 or first_name like '%goo%' or last_name like '%goo%' or email like '%goo%' or title like '%goo%' or dob like '%goo%' or is_manager like '%goo%') LIMIT 15 OFFSET 0 + Rendered application/_pagination.html.haml (1.4ms) + Rendered people/index.html.haml within layouts/application (7.4ms) + Rendered application/_flash_messages.html.haml (0.1ms) +Completed 200 OK in 15ms (Views: 13.5ms | ActiveRecord: 0.3ms) + + +Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-07-29 21:28:32 -0400 + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-07-29 21:28:32 -0400 + + +Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-07-29 21:28:32 -0400 + + +Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-07-29 21:28:32 -0400 + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-07-29 21:28:32 -0400 + + +Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-07-29 21:28:32 -0400 + + +Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-07-29 21:28:32 -0400 + + +Started GET "/people?search_for=gmail" for 127.0.0.1 at 2014-07-29 21:28:38 -0400 +Processing by PeopleController#index as HTML + Parameters: {"search_for"=>"gmail"} + Rendered application/_sort_form.html.haml (0.9ms) + Rendered application/_search_form.html.haml (0.6ms) + Person Load (0.3ms) SELECT "people".* FROM "people" WHERE (1=2 or first_name like '%gmail%' or last_name like '%gmail%' or email like '%gmail%' or title like '%gmail%' or dob like '%gmail%' or is_manager like '%gmail%') LIMIT 15 OFFSET 0 + Rendered application/_pagination.html.haml (2.1ms) + Rendered people/index.html.haml within layouts/application (9.0ms) + Rendered application/_flash_messages.html.haml (2.8ms) +Completed 200 OK in 20ms (Views: 18.9ms | ActiveRecord: 0.3ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-07-29 21:28:38 -0400 + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-07-29 21:28:38 -0400 + + +Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-07-29 21:28:38 -0400 + + +Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-07-29 21:28:38 -0400 + + +Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-07-29 21:28:38 -0400 + + +Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-07-29 21:28:38 -0400 + + +Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-07-29 21:28:38 -0400 + + +Started GET "/people?search_for=.com" for 127.0.0.1 at 2014-07-29 21:28:44 -0400 +Processing by PeopleController#index as HTML + Parameters: {"search_for"=>".com"} + Rendered application/_sort_form.html.haml (0.7ms) + Rendered application/_search_form.html.haml (0.3ms) + Person Load (0.3ms) SELECT "people".* FROM "people" WHERE (1=2 or first_name like '%.com%' or last_name like '%.com%' or email like '%.com%' or title like '%.com%' or dob like '%.com%' or is_manager like '%.com%') LIMIT 15 OFFSET 0 +  (0.2ms) SELECT COUNT(*) FROM "people" WHERE (1=2 or first_name like '%.com%' or last_name like '%.com%' or email like '%.com%' or title like '%.com%' or dob like '%.com%' or is_manager like '%.com%') + Person Load (0.2ms) SELECT "people".* FROM "people" WHERE (1=2 or first_name like '%.com%' or last_name like '%.com%' or email like '%.com%' or title like '%.com%' or dob like '%.com%' or is_manager like '%.com%') LIMIT 1 OFFSET 0 + Rendered application/_pagination.html.haml (2.9ms) + Rendered people/index.html.haml within layouts/application (15.2ms) + Rendered application/_flash_messages.html.haml (0.2ms) +Completed 200 OK in 24ms (Views: 21.5ms | ActiveRecord: 0.7ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-07-29 21:28:44 -0400 + + +Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-07-29 21:28:44 -0400 + + +Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-07-29 21:28:44 -0400 + + +Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-07-29 21:28:44 -0400 + + +Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-07-29 21:28:44 -0400 + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-07-29 21:28:44 -0400 + + +Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-07-29 21:28:44 -0400 + + +Started GET "/people?search_for=" for 127.0.0.1 at 2014-07-29 21:29:08 -0400 +Processing by PeopleController#index as HTML Parameters: {"search_for"=>""} - Rendered application/_sort_form.html.haml (1.8ms) - Rendered application/_search_form.html.haml (1.8ms) - Person Load (0.3ms) SELECT "people".* FROM "people" WHERE (1=2 or first_name like '%%' or last_name like '%%' or email like '%%' or title like '%%' or dob like '%%' or is_manager like '%%') LIMIT 15 OFFSET 0 -  (0.2ms) SELECT COUNT(*) FROM "people" WHERE (1=2 or first_name like '%%' or last_name like '%%' or email like '%%' or title like '%%' or dob like '%%' or is_manager like '%%') - Person Load (0.2ms) SELECT "people".* FROM "people" WHERE (1=2 or first_name like '%%' or last_name like '%%' or email like '%%' or title like '%%' or dob like '%%' or is_manager like '%%') LIMIT 1 OFFSET 0 - Rendered application/_pagination.html.haml (367.9ms) - Rendered people/index.html.haml within layouts/application (393.1ms) - Rendered application/_flash_messages.html.haml (1.5ms) -Completed 200 OK in 434ms (Views: 430.0ms | ActiveRecord: 1.1ms) + Rendered application/_sort_form.html.haml (1.0ms) + Rendered application/_search_form.html.haml (0.3ms) + Person Load (0.3ms) SELECT "people".* FROM "people" WHERE (1=2 or first_name like '%%' or last_name like '%%' or email like '%%' or title like '%%' or dob like '%%' or is_manager like '%%') LIMIT 15 OFFSET 0 +  (0.1ms) SELECT COUNT(*) FROM "people" WHERE (1=2 or first_name like '%%' or last_name like '%%' or email like '%%' or title like '%%' or dob like '%%' or is_manager like '%%') + Person Load (0.2ms) SELECT "people".* FROM "people" WHERE (1=2 or first_name like '%%' or last_name like '%%' or email like '%%' or title like '%%' or dob like '%%' or is_manager like '%%') LIMIT 1 OFFSET 0 + Rendered application/_pagination.html.haml (3.1ms) + Rendered people/index.html.haml within layouts/application (15.5ms) + Rendered application/_flash_messages.html.haml (0.1ms) +Completed 200 OK in 24ms (Views: 22.3ms | ActiveRecord: 0.6ms) -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-07-28 23:15:00 -0400 +Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-07-29 21:29:08 -0400 -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-07-28 23:15:00 -0400 +Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-07-29 21:29:08 -0400 -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-07-28 23:15:00 -0400 +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-07-29 21:29:08 -0400 -Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-07-28 23:15:00 -0400 +Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-07-29 21:29:08 -0400 -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-07-28 23:15:00 -0400 +Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-07-29 21:29:08 -0400 -Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-07-28 23:15:00 -0400 +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-07-29 21:29:08 -0400 -Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-07-28 23:15:00 -0400 +Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-07-29 21:29:08 -0400 -Started GET "/people?search_for=&per_page=10&page=1" for 127.0.0.1 at 2014-07-28 23:15:09 -0400 +Started GET "/people?search_for=&per_page=10&page=1" for 127.0.0.1 at 2014-07-29 21:29:13 -0400 Processing by PeopleController#index as HTML Parameters: {"search_for"=>"", "per_page"=>"10", "page"=>"1"} Rendered application/_sort_form.html.haml (1.3ms) + Rendered application/_search_form.html.haml (0.5ms) + Person Load (0.3ms) SELECT "people".* FROM "people" WHERE (1=2 or first_name like '%%' or last_name like '%%' or email like '%%' or title like '%%' or dob like '%%' or is_manager like '%%') LIMIT 10 OFFSET 0 +  (0.2ms) SELECT COUNT(*) FROM "people" WHERE (1=2 or first_name like '%%' or last_name like '%%' or email like '%%' or title like '%%' or dob like '%%' or is_manager like '%%') + Person Load (0.2ms) SELECT "people".* FROM "people" WHERE (1=2 or first_name like '%%' or last_name like '%%' or email like '%%' or title like '%%' or dob like '%%' or is_manager like '%%') LIMIT 1 OFFSET 0 + Rendered application/_pagination.html.haml (4.2ms) + Rendered people/index.html.haml within layouts/application (17.4ms) + Rendered application/_flash_messages.html.haml (0.1ms) +Completed 200 OK in 27ms (Views: 24.7ms | ActiveRecord: 0.7ms) + + +Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-07-29 21:29:13 -0400 + + +Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-07-29 21:29:13 -0400 + + +Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-07-29 21:29:13 -0400 + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-07-29 21:29:13 -0400 + + +Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-07-29 21:29:13 -0400 + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-07-29 21:29:13 -0400 + + +Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-07-29 21:29:13 -0400 + + +Started GET "/people?search_for=&per_page=10&page=1&sort_by=email" for 127.0.0.1 at 2014-07-29 21:29:33 -0400 +Processing by PeopleController#index as HTML + Parameters: {"search_for"=>"", "per_page"=>"10", "page"=>"1", "sort_by"=>"email"} + Rendered application/_sort_form.html.haml (0.7ms) Rendered application/_search_form.html.haml (0.7ms) - Person Load (0.4ms) SELECT "people".* FROM "people" WHERE (1=2 or first_name like '%%' or last_name like '%%' or email like '%%' or title like '%%' or dob like '%%' or is_manager like '%%') LIMIT 10 OFFSET 0 -  (0.3ms) SELECT COUNT(*) FROM "people" WHERE (1=2 or first_name like '%%' or last_name like '%%' or email like '%%' or title like '%%' or dob like '%%' or is_manager like '%%') - Person Load (0.3ms) SELECT "people".* FROM "people" WHERE (1=2 or first_name like '%%' or last_name like '%%' or email like '%%' or title like '%%' or dob like '%%' or is_manager like '%%') LIMIT 1 OFFSET 0 - Rendered application/_pagination.html.haml (5.9ms) - Rendered people/index.html.haml within layouts/application (23.1ms) + Person Load (0.6ms) SELECT "people".* FROM "people" WHERE (1=2 or first_name like '%%' or last_name like '%%' or email like '%%' or title like '%%' or dob like '%%' or is_manager like '%%') ORDER BY "people"."email" ASC LIMIT 10 OFFSET 0 +  (0.2ms) SELECT COUNT(*) FROM "people" WHERE (1=2 or first_name like '%%' or last_name like '%%' or email like '%%' or title like '%%' or dob like '%%' or is_manager like '%%') + Person Load (0.4ms) SELECT "people".* FROM "people" WHERE (1=2 or first_name like '%%' or last_name like '%%' or email like '%%' or title like '%%' or dob like '%%' or is_manager like '%%') ORDER BY "people"."email" ASC LIMIT 1 OFFSET 0 + Rendered application/_pagination.html.haml (5.8ms) + Rendered people/index.html.haml within layouts/application (19.0ms) Rendered application/_flash_messages.html.haml (0.2ms) -Completed 200 OK in 35ms (Views: 31.9ms | ActiveRecord: 1.0ms) +Completed 200 OK in 30ms (Views: 27.9ms | ActiveRecord: 1.3ms) -Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-07-28 23:15:09 -0400 +Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-07-29 21:29:33 -0400 -Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-07-28 23:15:09 -0400 +Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-07-29 21:29:33 -0400 -Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-07-28 23:15:09 -0400 +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-07-29 21:29:33 -0400 -Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-07-28 23:15:09 -0400 +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-07-29 21:29:33 -0400 -Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-07-28 23:15:09 -0400 +Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-07-29 21:29:33 -0400 -Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-07-28 23:15:09 -0400 +Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-07-29 21:29:33 -0400 + + +Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-07-29 21:29:33 -0400 + + +Started GET "/people?page=2&per_page=10&search_for=&sort_by=email" for 127.0.0.1 at 2014-07-29 21:29:41 -0400 +Processing by PeopleController#index as HTML + Parameters: {"page"=>"2", "per_page"=>"10", "search_for"=>"", "sort_by"=>"email"} + Rendered application/_sort_form.html.haml (0.8ms) + Rendered application/_search_form.html.haml (0.6ms) + Person Load (0.6ms) SELECT "people".* FROM "people" WHERE (1=2 or first_name like '%%' or last_name like '%%' or email like '%%' or title like '%%' or dob like '%%' or is_manager like '%%') ORDER BY "people"."email" ASC LIMIT 10 OFFSET 10 +  (0.2ms) SELECT COUNT(*) FROM "people" WHERE (1=2 or first_name like '%%' or last_name like '%%' or email like '%%' or title like '%%' or dob like '%%' or is_manager like '%%') + Person Load (0.4ms) SELECT "people".* FROM "people" WHERE (1=2 or first_name like '%%' or last_name like '%%' or email like '%%' or title like '%%' or dob like '%%' or is_manager like '%%') ORDER BY "people"."email" ASC LIMIT 1 OFFSET 10 + Rendered application/_pagination.html.haml (5.3ms) + Rendered people/index.html.haml within layouts/application (16.3ms) + Rendered application/_flash_messages.html.haml (0.1ms) +Completed 200 OK in 25ms (Views: 22.1ms | ActiveRecord: 1.1ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-07-29 21:29:41 -0400 + + +Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-07-29 21:29:41 -0400 + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-07-29 21:29:41 -0400 + + +Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-07-29 21:29:41 -0400 + + +Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-07-29 21:29:41 -0400 + + +Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-07-29 21:29:41 -0400 + + +Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-07-29 21:29:42 -0400