Started GET "/people?search_for=&per_page=10&page=1" for 127.0.0.1 at 2014-07-29 02:32:57 -0400
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
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
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by PeopleController#index as HTML
Parameters: {"search_for"=>"", "per_page"=>"10", "page"=>"1"}
Rendered application/_sort_form.html.haml (2.3ms)
Rendered application/_search_form.html.haml (2.3ms)
[1m[35mPerson Load (0.4ms)[0m 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
[1m[36m (0.3ms)[0m [1mSELECT 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 '%%')[0m
[1m[35mPerson Load (0.2ms)[0m 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 (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/jquery.js?body=1" for 127.0.0.1 at 2014-07-29 02:37:39 -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/application.css?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-29 02:37:39 -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-29 02:37:39 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-07-29 02:37:39 -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: {"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)
[1m[36mPerson Load (0.3ms)[0m [1mSELECT "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[0m
[1m[35m (0.2ms)[0m 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 '%%')
[1m[36mPerson Load (0.3ms)[0m [1mSELECT "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[0m
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-29 02:37:45 -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-29 02:37:45 -0400
Started GET "/assets/jquery.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-29 02:37:45 -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/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-07-29 02:37:45 -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: {"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)
[1m[35mPerson Load (0.2ms)[0m 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
[1m[36m (0.1ms)[0m [1mSELECT 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 '%%')[0m
[1m[35mPerson Load (0.2ms)[0m 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/ext_index_nav.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-29 02:37:48 -0400
Started GET "/assets/application.css?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-29 02:37:48 -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/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-29 02:37:48 -0400
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: {"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)
[1m[36mPerson Load (0.3ms)[0m [1mSELECT "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[0m
[1m[35m (0.1ms)[0m 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 '%%')
[1m[36mPerson Load (0.2ms)[0m [1mSELECT "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[0m
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/application.css?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-29 02:37:55 -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-29 02:37:55 -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/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-29 02:37:55 -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: {"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)
[1m[35mPerson Load (0.2ms)[0m 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
[1m[36m (0.1ms)[0m [1mSELECT 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 '%%')[0m
[1m[35mPerson Load (0.2ms)[0m 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)
[1m[36mPerson Load (0.5ms)[0m [1mSELECT "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[0m
[1m[35m (0.2ms)[0m 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 '%%')
[1m[36mPerson Load (0.5ms)[0m [1mSELECT "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[0m
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/application.css?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-29 02:38:05 -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-29 02:38:05 -0400
Started GET "/assets/application.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-29 02:38:05 -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?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'
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 (11.0ms)
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: {"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)
[1m[35mPerson Load (0.5ms)[0m 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
[1m[36m (0.2ms)[0m [1mSELECT 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 '%%')[0m
[1m[35mPerson Load (0.5ms)[0m 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)
[1m[36mPerson Load (0.5ms)[0m [1mSELECT "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[0m
[1m[35m (0.2ms)[0m 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 '%%')
[1m[36mPerson Load (0.5ms)[0m [1mSELECT "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[0m
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)
[1m[35mPerson Load (0.9ms)[0m 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
[1m[36m (0.1ms)[0m [1mSELECT 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 '%%')[0m
[1m[35mPerson Load (0.4ms)[0m 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
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
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)
[1m[35mPerson Load (0.6ms)[0m 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
[1m[36m (0.2ms)[0m [1mSELECT 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 '%%')[0m
[1m[35mPerson Load (0.5ms)[0m 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)
[1m[36mPerson Load (0.6ms)[0m [1mSELECT "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[0m
[1m[35m (0.2ms)[0m 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 '%%')
[1m[36mPerson Load (0.4ms)[0m [1mSELECT "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[0m
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)
[1m[35mPerson Load (0.5ms)[0m 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
[1m[36m (0.3ms)[0m [1mSELECT 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 '%%')[0m
[1m[35mPerson Load (0.4ms)[0m 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)
[1m[36mPerson Load (0.5ms)[0m [1mSELECT "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[0m
[1m[35m (0.1ms)[0m 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 '%%')
[1m[36mPerson Load (0.4ms)[0m [1mSELECT "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[0m
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)
[1m[35mPerson Load (0.4ms)[0m 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
[1m[36m (0.1ms)[0m [1mSELECT 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 '%%')[0m
[1m[35mPerson Load (0.4ms)[0m 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)
[1m[36mPerson Load (0.4ms)[0m [1mSELECT "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[0m
[1m[35mPerson Load (0.4ms)[0m 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)
[1m[36mPerson Load (0.5ms)[0m [1mSELECT "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[0m
[1m[35m (0.2ms)[0m 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 '%%')
[1m[36mPerson Load (0.4ms)[0m [1mSELECT "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[0m
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)
[1m[35mPerson Load (0.8ms)[0m 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
[1m[36m (0.2ms)[0m [1mSELECT 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 '%%')[0m
[1m[35mPerson Load (0.4ms)[0m 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)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-07-29 03:27:30 -0400
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)
[1m[36mPerson Load (0.5ms)[0m [1mSELECT "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[0m
[1m[35m (0.2ms)[0m 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%')
[1m[36mPerson Load (0.4ms)[0m [1mSELECT "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[0m
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)
[1m[35mPerson Load (0.5ms)[0m 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
[1m[36mPerson Load (0.4ms)[0m [1mSELECT "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[0m
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)
[1m[35mPerson Load (0.4ms)[0m 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
[1m[36mPerson Load (0.4ms)[0m [1mSELECT "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[0m
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)
[1m[35mPerson Load (1.4ms)[0m 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
[1m[36mPerson Load (0.6ms)[0m [1mSELECT "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[0m
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)
[1m[35mPerson Load (0.7ms)[0m 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
[1m[36mPerson Load (0.8ms)[0m [1mSELECT "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[0m
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
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
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)
[1m[35mPerson Load (0.9ms)[0m 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
[1m[36mPerson Load (0.6ms)[0m [1mSELECT "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[0m
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
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
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
First name | \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 First name | \n Last name | ...
... ^
/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\n Last name | \n Email | \n ...
... ^
/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 | \n Title | \n Dob | \n 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
... | \n Is manager | \n Is manager | \n | \n \n | | \n | \n \n \n #{_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
));} | \n #{_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
));} | \n #{_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
));} | \n #{_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
));} | \n #{_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
));} | \n #{_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
));} | \n \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
));}\n \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(" \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 \n \n \n\n
\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
... \n \n\n
\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 \n\n
\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 First name | \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 First name | \n Last name | ...
... ^
/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\n Last name | \n Email | \n ...
... ^
/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 | \n Title | \n Dob | \n 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
... | \n Is manager | \n Is manager | \n | \n \n | | \n | \n \n \n #{_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
));} | \n #{_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
));} | \n #{_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
));} | \n #{_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
));} | \n #{_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
));} | \n #{_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
));} | \n \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
));}\n \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(" \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 \n \n \n\n
\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
... \n \n\n
\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 \n\n
\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/diagnostics.erb within rescues/layout (14.7ms)
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: {"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)
[1m[35mPerson Load (0.4ms)[0m 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
[1m[36mPerson Load (0.4ms)[0m [1mSELECT "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[0m
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)
[1m[35mPerson Load (0.4ms)[0m 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
[1m[36mPerson Load (0.3ms)[0m [1mSELECT "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[0m
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)
[1m[35mPerson Load (0.4ms)[0m 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
[1m[36mPerson Load (0.3ms)[0m [1mSELECT "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[0m
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)
[1m[35mPerson Load (0.5ms)[0m 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
[1m[36mPerson Load (0.5ms)[0m [1mSELECT "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[0m
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)
[1m[35mPerson Load (0.5ms)[0m 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
[1m[36mPerson Load (0.5ms)[0m [1mSELECT "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[0m
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)
[1m[35mPerson Load (0.5ms)[0m 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
[1m[36m (0.2ms)[0m [1mSELECT 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 '%%')[0m
[1m[35mPerson Load (0.6ms)[0m 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)
[1m[36mPerson Load (0.5ms)[0m [1mSELECT "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[0m
[1m[35m (0.1ms)[0m 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 '%%')
[1m[36mPerson Load (0.5ms)[0m [1mSELECT "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[0m
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
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
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)
[1m[35mPerson Load (0.5ms)[0m 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
[1m[36m (0.3ms)[0m [1mSELECT 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 '%%')[0m
[1m[35mPerson Load (0.6ms)[0m 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)
[1m[36mPerson Load (0.5ms)[0m [1mSELECT "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[0m
[1m[35m (0.2ms)[0m 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 '%%')
[1m[36mPerson Load (0.4ms)[0m [1mSELECT "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[0m
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)
[1m[35mPerson Load (0.6ms)[0m 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
[1m[36m (0.2ms)[0m [1mSELECT 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 '%%')[0m
[1m[35mPerson Load (0.4ms)[0m 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"}
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m 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"}
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.7ms)[0m 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"]]
[1m[36m (148.9ms)[0m [1mcommit transaction[0m
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)
[1m[35mPerson Load (0.2ms)[0m 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
[1m[36m (0.1ms)[0m [1mSELECT 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 '%%')[0m
[1m[35mPerson Load (0.2ms)[0m 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)
[1m[36mPerson Load (0.2ms)[0m [1mSELECT "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[0m
[1m[35m (0.1ms)[0m 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 '%%')
[1m[36mPerson Load (0.2ms)[0m [1mSELECT "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[0m
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"}
[1m[35mPerson Load (0.2ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 6]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m DELETE FROM "people" WHERE "people"."id" = ? [["id", 6]]
[1m[36m (1.6ms)[0m [1mcommit transaction[0m
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)
[1m[35mPerson Load (0.3ms)[0m 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
[1m[36m (0.2ms)[0m [1mSELECT 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 '%%')[0m
[1m[35mPerson Load (0.2ms)[0m 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.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)
[1m[36mPerson Load (0.3ms)[0m [1mSELECT "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[0m
[1m[35mPerson Load (0.2ms)[0m 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 20ms (Views: 18.1ms | ActiveRecord: 0.5ms)
Started GET "/assets/jquery_ujs.js?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-29 21:28:07 -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.js?body=1" for 127.0.0.1 at 2014-07-29 21:28:07 -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/sql_search_n_sort.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-29 21:28:07 -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)
[1m[36mPerson Load (0.3ms)[0m [1mSELECT "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[0m
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)
[1m[35mPerson Load (0.3ms)[0m 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)
[1m[36mPerson Load (0.3ms)[0m [1mSELECT "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[0m
[1m[35m (0.2ms)[0m 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%')
[1m[36mPerson Load (0.2ms)[0m [1mSELECT "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[0m
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.0ms)
Rendered application/_search_form.html.haml (0.3ms)
[1m[35mPerson Load (0.3ms)[0m 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
[1m[36m (0.1ms)[0m [1mSELECT 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 '%%')[0m
[1m[35mPerson Load (0.2ms)[0m 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/controller_scaffolding.css?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-29 21:29:08 -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/application.css?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-29 21:29:08 -0400
Started GET "/assets/jquery.js?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-29 21:29:08 -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)
[1m[36mPerson Load (0.3ms)[0m [1mSELECT "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[0m
[1m[35m (0.2ms)[0m 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 '%%')
[1m[36mPerson Load (0.2ms)[0m [1mSELECT "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[0m
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)
[1m[35mPerson Load (0.6ms)[0m 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
[1m[36m (0.2ms)[0m [1mSELECT 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 '%%')[0m
[1m[35mPerson Load (0.4ms)[0m 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 30ms (Views: 27.9ms | ActiveRecord: 1.3ms)
Started GET "/assets/controller_scaffolding.css?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-29 21:29:33 -0400
Started GET "/assets/jquery.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-29 21:29:33 -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/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)
[1m[36mPerson Load (0.6ms)[0m [1mSELECT "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[0m
[1m[35m (0.2ms)[0m 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 '%%')
[1m[36mPerson Load (0.4ms)[0m [1mSELECT "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[0m
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
[1m[36mPerson Load (0.4ms)[0m [1mSELECT "people".* FROM "people"[0m
SQLite3::SQLException: no such table: people: SELECT "people".* FROM "people"
[1m[36m (2.7ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
[1m[35m (0.1ms)[0m select sqlite_version(*)
[1m[36m (1.3ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
Migrating to CreatePeople (20140711034542)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.6ms)[0m CREATE TABLE "temp_people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "first_name" varchar(255), "last_name" varchar(255), "email" varchar(255), "title" varchar(255), "dob" datetime, "is_manager" boolean, "created_at" datetime, "updated_at" datetime)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20140711034542"]]
[1m[35m (1.3ms)[0m commit transaction
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
[1m[36m (1.9ms)[0m [1mCREATE TABLE "temp_people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "first_name" varchar(255), "last_name" varchar(255), "email" varchar(255), "title" varchar(255), "dob" datetime, "is_manager" boolean, "created_at" datetime, "updated_at" datetime) [0m
[1m[35m (1.2ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
[1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
[1m[35m (1.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
[1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
[1m[35m (1.0ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20140711034542')
[1m[36m (1.6ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
[1m[35m (0.1ms)[0m select sqlite_version(*)
[1m[36m (1.3ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
Migrating to CreatePeople (20140711034542)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.4ms)[0m CREATE TABLE "temp_people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "first_name" varchar(255), "last_name" varchar(255), "email" varchar(255), "title" varchar(255), "dob" datetime, "is_manager" boolean, "created_at" datetime, "updated_at" datetime)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20140711034542"]]
[1m[35m (1.1ms)[0m commit transaction
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
[1m[36m (2.0ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
[1m[35m (0.1ms)[0m select sqlite_version(*)
[1m[36m (4.0ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
[1m[35mActiveRecord::SchemaMigration Load (0.2ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
Migrating to CreatePeople (20140711034542)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.4ms)[0m CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "first_name" varchar(255), "last_name" varchar(255), "email" varchar(255), "title" varchar(255), "dob" datetime, "is_manager" boolean, "created_at" datetime, "updated_at" datetime)
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20140711034542"]]
[1m[35m (1.0ms)[0m commit transaction
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Migrating to CreateCreditCardInfos (20140731014857)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.4ms)[0m [1mCREATE TABLE "credit_card_infos" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "cardholder" varchar(255), "exp_date" date, "secret_code" varchar(255), "created_at" datetime, "updated_at" datetime) [0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140731014857"]]
[1m[36m (1.6ms)[0m [1mcommit transaction[0m
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
Started GET "/credit_card_infos" for 127.0.0.1 at 2014-07-30 22:51:51 -0400
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by CreditCardInfosController#index as HTML
[1m[35mCreditCardInfo Load (0.2ms)[0m SELECT "credit_card_infos".* FROM "credit_card_infos" LIMIT 15 OFFSET 0
Rendered application/_pagination.html.haml (445.2ms)
Rendered credit_card_infos/index.html.haml within layouts/application (455.9ms)
Rendered application/_flash_messages.html.haml (1.0ms)
Completed 200 OK in 1044ms (Views: 1042.8ms | ActiveRecord: 0.2ms)
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-07-30 22:51:52 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-07-30 22:51:52 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-07-30 22:51:52 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-07-30 22:51:52 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-07-30 22:51:52 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-07-30 22:51:52 -0400
Started GET "/credit_card_infos" for 127.0.0.1 at 2014-07-30 22:55:25 -0400
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by CreditCardInfosController#index as HTML
[1m[35mCreditCardInfo Load (0.2ms)[0m SELECT "credit_card_infos".* FROM "credit_card_infos" LIMIT 15 OFFSET 0
Rendered application/_pagination.html.haml (389.5ms)
Rendered credit_card_infos/index.html.haml within layouts/application (399.5ms)
Rendered application/_flash_messages.html.haml (1.2ms)
Completed 200 OK in 443ms (Views: 440.2ms | ActiveRecord: 0.2ms)
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-07-30 22:55:26 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-07-30 22:55:26 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-07-30 22:55:26 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-07-30 22:55:26 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-07-30 22:55:26 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-07-30 22:55:26 -0400
Started GET "/credit_card_infos/new" for 127.0.0.1 at 2014-07-30 22:55:29 -0400
Processing by CreditCardInfosController#new as HTML
Rendered credit_card_infos/_form.html.haml (14.3ms)
Rendered credit_card_infos/new.html.haml within layouts/application (16.4ms)
Rendered application/_flash_messages.html.haml (0.1ms)
Completed 200 OK in 25ms (Views: 22.9ms | ActiveRecord: 0.5ms)
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-07-30 22:55:30 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-07-30 22:55:30 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-07-30 22:55:30 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-07-30 22:55:30 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-07-30 22:55:30 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-07-30 22:55:30 -0400
Started POST "/credit_card_infos" for 127.0.0.1 at 2014-07-30 22:55:42 -0400
Processing by CreditCardInfosController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"FdphoC8HPdT5rTsknQyyV8X81BtuzujqYyrIo0/ozoU=", "credit_card_info"=>{"cardholder"=>"jane doe", "exp_date(1i)"=>"2014", "exp_date(2i)"=>"7", "exp_date(3i)"=>"31", "secret_code"=>"jjhj999"}, "btn_index"=>"Save & Back to List"}
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m INSERT INTO "credit_card_infos" ("cardholder", "created_at", "exp_date", "secret_code", "updated_at") VALUES (?, ?, ?, ?, ?) [["cardholder", "jane doe"], ["created_at", "2014-07-31 02:55:42.842875"], ["exp_date", "2014-07-31"], ["secret_code", "jjhj999"], ["updated_at", "2014-07-31 02:55:42.842875"]]
[1m[36m (1.1ms)[0m [1mcommit transaction[0m
Redirected to http://localhost:3002/credit_card_infos
Completed 302 Found in 9ms (ActiveRecord: 1.6ms)
Started GET "/credit_card_infos" for 127.0.0.1 at 2014-07-30 22:55:42 -0400
Processing by CreditCardInfosController#index as HTML
[1m[35mCreditCardInfo Load (0.2ms)[0m SELECT "credit_card_infos".* FROM "credit_card_infos" LIMIT 15 OFFSET 0
[1m[36mCreditCardInfo Load (0.2ms)[0m [1mSELECT "credit_card_infos".* FROM "credit_card_infos" ORDER BY "credit_card_infos"."id" ASC LIMIT 1 OFFSET 0[0m
Rendered application/_pagination.html.haml (3.6ms)
Rendered credit_card_infos/index.html.haml within layouts/application (6.3ms)
Rendered application/_flash_messages.html.haml (0.2ms)
Completed 200 OK in 13ms (Views: 12.5ms | ActiveRecord: 0.4ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-07-30 22:55:42 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-07-30 22:55:42 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-07-30 22:55:42 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-07-30 22:55:42 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-07-30 22:55:42 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-07-30 22:55:42 -0400