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
Started GET "/credit_card_infos" for 127.0.0.1 at 2014-07-31 15:19:56 -0400
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
ActionController::RoutingError (No route matches [GET] "/credit_card_infos"):
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.2ms)
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (543.2ms)
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 (556.5ms)
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Migrating to CreateDinosaurs (20140806202909)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.5ms)[0m [1mCREATE TABLE "dinosaurs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "age" varchar(255), "good_dino" boolean, "created_at" datetime, "updated_at" datetime) [0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140806202909"]]
[1m[36m (1.2ms)[0m [1mcommit transaction[0m
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Migrating to CreateFellows (20140811153902)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.7ms)[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[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140811153902"]]
[1m[36m (1.4ms)[0m [1mcommit transaction[0m
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
Migrating to CreateFellows (20140811153902)
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.5ms)[0m DROP TABLE "temp_people"
[1m[36mSQL (0.2ms)[0m [1mDELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = '20140811153902'[0m
[1m[35m (5.5ms)[0m commit transaction
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Migrating to CreateFellows (20140811153902)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.6ms)[0m [1mCREATE TABLE "fellows" ("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[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140811153902"]]
[1m[36m (1.3ms)[0m [1mcommit transaction[0m
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
[1m[36m (1.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[35m (1.1ms)[0m CREATE TABLE "dinosaurs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "age" varchar(255), "good_dino" boolean, "created_at" datetime, "updated_at" datetime)
[1m[36m (1.0ms)[0m [1mCREATE TABLE "fellows" ("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.0ms)[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[36m (1.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
[1m[35m (0.1ms)[0m select sqlite_version(*)
[1m[36m (1.4ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
[1m[36m (1.2ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20140811153902')[0m
[1m[35m (1.2ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20140711034542')
[1m[36m (1.2ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20140731014857')[0m
[1m[35m (2.0ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20140806202909')
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
Started GET "/fellows" for 127.0.0.1 at 2014-08-11 18:23:41 -0400
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by FellowsController#index as HTML
Completed 500 Internal Server Error in 2ms
NameError (undefined local variable or method `setup_pagination' for #):
app/controllers/fellows_controller.rb:3:in `index'
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.8ms)
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms)
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 (10.0ms)
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 (31.2ms)
Started GET "/fellows" for 127.0.0.1 at 2014-08-11 18:25:50 -0400
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by FellowsController#index as HTML
Rendered application/_sort_form.html.haml (2.1ms)
Rendered application/_search_form.html.haml (2.0ms)
[1m[35mFellow Load (0.2ms)[0m SELECT "fellows".* FROM "fellows" 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
Rendered application/_pagination.html.haml (461.9ms)
Rendered fellows/index.html.haml within layouts/application (480.6ms)
Rendered application/_flash_messages.html.haml (1.0ms)
Completed 200 OK in 538ms (Views: 532.9ms | ActiveRecord: 0.6ms)
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-11 18:25:50 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-11 18:25:50 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-11 18:25:50 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-11 18:25:50 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-11 18:25:50 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-11 18:25:50 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-11 18:25:50 -0400
Started GET "/people" for 127.0.0.1 at 2014-08-18 15:49:23 -0400
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[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.1ms)
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (29.8ms)
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 (41.4ms)
Started GET "/people" for 127.0.0.1 at 2014-08-18 15:51:05 -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/_route.html.erb (1.2ms)
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.1ms)
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 (16.4ms)
Started GET "/people" for 127.0.0.1 at 2014-08-18 15:52:00 -0400
Processing by PeopleController#index as HTML
Rendered application/_sort_form.html.haml (1.8ms)
Rendered application/_search_form.html.haml (1.6ms)
[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
Rendered application/_pagination.html.haml (383.0ms)
Rendered people/index.html.haml within layouts/application (396.6ms)
Completed 500 Internal Server Error in 511ms
ActionView::Template::Error (Invalid CSS after "@import ": expected file to import (string or url()), was "jquery.ui.core ..."
(in /Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/assets/stylesheets/application.css.scss:1)):
2:
3:
4: Dummy
5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
7: <%= csrf_meta_tags %>
8:
app/assets/stylesheets/application.css.scss:1
app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb__1574811163261229839_2186092380'
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 (9.3ms)
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (30.0ms)
Started GET "/people" for 127.0.0.1 at 2014-08-18 15:53:09 -0400
Processing by PeopleController#index as HTML
Rendered application/_sort_form.html.haml (0.5ms)
Rendered application/_search_form.html.haml (0.2ms)
[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 15 OFFSET 0[0m
Rendered application/_pagination.html.haml (0.9ms)
Rendered people/index.html.haml within layouts/application (5.3ms)
Completed 500 Internal Server Error in 14ms
ActionView::Template::Error (Invalid CSS after "...that stylesheet": expected selector or at-rule, was "@import "jquery..."
(in /Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/assets/stylesheets/application.css.scss:2)):
2:
3:
4: Dummy
5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
7: <%= csrf_meta_tags %>
8:
app/assets/stylesheets/application.css.scss:2
app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb__1574811163261229839_2186092380'
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms)
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.0ms)
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (9.9ms)
Started GET "/people" for 127.0.0.1 at 2014-08-18 15:53:26 -0400
Processing by PeopleController#index as HTML
Rendered application/_sort_form.html.haml (0.6ms)
Rendered application/_search_form.html.haml (0.4ms)
[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
Rendered application/_pagination.html.haml (1.1ms)
Rendered people/index.html.haml within layouts/application (6.9ms)
Completed 500 Internal Server Error in 16ms
ActionView::Template::Error (Invalid CSS after "...jquery.ui.core"": expected selector or at-rule, was "@import "jquery..."
(in /Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/assets/stylesheets/application.css.scss:2)):
2:
3:
4: Dummy
5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
7: <%= csrf_meta_tags %>
8:
app/assets/stylesheets/application.css.scss:2
app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb__1574811163261229839_2186092380'
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms)
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.0ms)
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (11.0ms)
Started GET "/people" for 127.0.0.1 at 2014-08-18 15:59:12 -0400
Processing by PeopleController#index as HTML
Rendered application/_sort_form.html.haml (0.6ms)
Rendered application/_search_form.html.haml (0.4ms)
[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 15 OFFSET 0[0m
Rendered application/_pagination.html.haml (1.1ms)
Rendered people/index.html.haml within layouts/application (6.5ms)
Completed 500 Internal Server Error in 16ms
ActionView::Template::Error (Invalid CSS after "...jquery.ui.core"": expected selector or at-rule, was "@import "jquery..."
(in /Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/assets/stylesheets/application.css.scss:2)):
2:
3:
4: Dummy
5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
7: <%= csrf_meta_tags %>
8:
app/assets/stylesheets/application.css.scss:2
app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb__1574811163261229839_2186092380'
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms)
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.0ms)
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (9.7ms)
Started GET "/people" for 127.0.0.1 at 2014-08-18 15:59:29 -0400
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by PeopleController#index as HTML
Rendered application/_sort_form.html.haml (1.8ms)
Rendered application/_search_form.html.haml (1.9ms)
[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
Rendered application/_pagination.html.haml (362.2ms)
Rendered people/index.html.haml within layouts/application (383.4ms)
Completed 500 Internal Server Error in 511ms
ActionView::Template::Error (Invalid CSS after "...jquery.ui.core"": expected selector or at-rule, was "@import "jquery..."
(in /Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/assets/stylesheets/application.css.scss:2)):
2:
3:
4: Dummy
5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
7: <%= csrf_meta_tags %>
8:
app/assets/stylesheets/application.css.scss:2
app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb___3801113327320196043_2202125180'
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 (13.1ms)
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (24.5ms)
Started GET "/people" for 127.0.0.1 at 2014-08-18 16:30:01 -0400
Processing by PeopleController#index as HTML
Rendered application/_sort_form.html.haml (0.6ms)
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 15 OFFSET 0[0m
Rendered application/_pagination.html.haml (1.0ms)
Rendered people/index.html.haml within layouts/application (6.1ms)
Completed 500 Internal Server Error in 16ms
ActionView::Template::Error (Invalid CSS after "...jquery.ui.core"": expected selector or at-rule, was "@import "jquery..."
(in /Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/assets/stylesheets/application.css.scss:2)):
2:
3:
4: Dummy
5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
7: <%= csrf_meta_tags %>
8:
app/assets/stylesheets/application.css.scss:2
app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb___3801113327320196043_2202125180'
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms)
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.0ms)
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (10.0ms)
Started GET "/people" for 127.0.0.1 at 2014-08-18 16:31:32 -0400
Processing by PeopleController#index as HTML
Rendered application/_sort_form.html.haml (0.5ms)
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
Rendered application/_pagination.html.haml (1.4ms)
Rendered people/index.html.haml within layouts/application (7.7ms)
Completed 500 Internal Server Error in 19ms
ActionView::Template::Error (File to import not found or unreadable: jquery.ui.core.
Load paths:
/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/assets/images
/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/assets/javascripts
/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/assets/stylesheets
/Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/jquery-rails-3.1.1/vendor/assets/javascripts
(in /Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/assets/stylesheets/application.css.scss:1)):
2:
3:
4: Dummy
5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
7: <%= csrf_meta_tags %>
8:
app/assets/stylesheets/application.css.scss:1
app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb___3801113327320196043_2202125180'
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms)
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.0ms)
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (10.3ms)
Started GET "/people" for 127.0.0.1 at 2014-08-18 16:35:05 -0400
Processing by PeopleController#index as HTML
Rendered application/_sort_form.html.haml (8.8ms)
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 15 OFFSET 0[0m
Rendered application/_pagination.html.haml (1.1ms)
Rendered people/index.html.haml within layouts/application (14.6ms)
Completed 500 Internal Server Error in 28ms
ActionView::Template::Error (File to import not found or unreadable: jquery.ui.datepicker.
Load paths:
/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/assets/images
/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/assets/javascripts
/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/assets/stylesheets
/Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/jquery-rails-3.1.1/vendor/assets/javascripts
(in /Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/assets/stylesheets/application.css.scss:4)):
2:
3:
4: Dummy
5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
7: <%= csrf_meta_tags %>
8:
app/assets/stylesheets/application.css.scss:4
app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb___3801113327320196043_2202125180'
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms)
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.1ms)
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (10.6ms)
Started GET "/people" for 127.0.0.1 at 2014-08-18 16:40:29 -0400
Processing by PeopleController#index as HTML
Rendered application/_sort_form.html.haml (0.8ms)
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 15 OFFSET 0
Rendered application/_pagination.html.haml (1.0ms)
Rendered people/index.html.haml within layouts/application (6.2ms)
Completed 500 Internal Server Error in 24ms
ActionView::Template::Error (couldn't find file 'jquery.ui.datepicker'
(in /Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/assets/javascripts/application.js:15)):
3:
4: Dummy
5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
7: <%= csrf_meta_tags %>
8:
9:
app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb___3801113327320196043_2202125180'
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms)
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.1ms)
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (9.6ms)
Started GET "/people" for 127.0.0.1 at 2014-08-18 16:40:55 -0400
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by PeopleController#index as HTML
Rendered application/_sort_form.html.haml (1.6ms)
Rendered application/_search_form.html.haml (1.7ms)
[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
Rendered application/_pagination.html.haml (361.0ms)
Rendered people/index.html.haml within layouts/application (380.4ms)
Completed 500 Internal Server Error in 409ms
ActionView::Template::Error (couldn't find file 'jquery.ui.datepicker'
(in /Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/assets/javascripts/application.js:15)):
3:
4: Dummy
5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
7: <%= csrf_meta_tags %>
8:
9:
app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb___4512983375249980959_2204472100'
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms)
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 (9.6ms)
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (22.2ms)
Started GET "/people" for 127.0.0.1 at 2014-08-18 16:41:50 -0400
Processing by PeopleController#index as HTML
Rendered application/_sort_form.html.haml (0.5ms)
Rendered application/_search_form.html.haml (0.2ms)
[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 15 OFFSET 0[0m
Rendered application/_pagination.html.haml (0.9ms)
Rendered people/index.html.haml within layouts/application (5.6ms)
Completed 500 Internal Server Error in 20ms
ActionView::Template::Error (couldn't find file 'jquery-ui'
(in /Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/assets/javascripts/application.js:15)):
3:
4: Dummy
5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
7: <%= csrf_meta_tags %>
8:
9:
app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb___4512983375249980959_2204472100'
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms)
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.1ms)
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (11.9ms)
Started GET "/people" for 127.0.0.1 at 2014-08-18 16:42:13 -0400
Processing by PeopleController#index as HTML
Rendered application/_sort_form.html.haml (0.6ms)
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
Rendered application/_pagination.html.haml (1.3ms)
Rendered people/index.html.haml within layouts/application (6.3ms)
Completed 500 Internal Server Error in 23ms
ActionView::Template::Error (couldn't find file 'jquery-ui'
(in /Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/assets/javascripts/application.js:15)):
3:
4: Dummy
5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
7: <%= csrf_meta_tags %>
8:
9:
app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb___4512983375249980959_2204472100'
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms)
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.1ms)
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (10.0ms)
Started GET "/people" for 127.0.0.1 at 2014-08-18 16:42:41 -0400
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by PeopleController#index as HTML
Rendered application/_sort_form.html.haml (1.6ms)
Rendered application/_search_form.html.haml (1.6ms)
[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
Rendered application/_pagination.html.haml (357.5ms)
Rendered people/index.html.haml within layouts/application (376.9ms)
Completed 500 Internal Server Error in 411ms
ActionView::Template::Error (couldn't find file 'jquery-ui'
(in /Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/assets/javascripts/application.js:15)):
3:
4: Dummy
5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
7: <%= csrf_meta_tags %>
8:
9:
app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb__3199635576867561986_2204291560'
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms)
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 (10.0ms)
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (20.9ms)
Started GET "/people" for 127.0.0.1 at 2014-08-18 16:45:01 -0400
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by PeopleController#index as HTML
Rendered application/_sort_form.html.haml (34.4ms)
Rendered application/_search_form.html.haml (1.7ms)
[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
Rendered application/_pagination.html.haml (367.5ms)
Rendered people/index.html.haml within layouts/application (416.1ms)
Completed 500 Internal Server Error in 446ms
ActionView::Template::Error (couldn't find file 'jquery-ui'
(in /Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/assets/javascripts/application.js:15)):
3:
4: Dummy
5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
7: <%= csrf_meta_tags %>
8:
9:
app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb__3813338933260587885_2181504360'
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms)
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 (9.7ms)
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (21.6ms)
Started GET "/people" for 127.0.0.1 at 2014-08-18 16:47:53 -0400
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by PeopleController#index as HTML
Rendered application/_sort_form.html.haml (9.6ms)
Rendered application/_search_form.html.haml (3.1ms)
[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
Rendered application/_pagination.html.haml (360.0ms)
Rendered people/index.html.haml within layouts/application (386.9ms)
Completed 500 Internal Server Error in 417ms
ActionView::Template::Error (couldn't find file 'jquery-ui'
(in /Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/assets/javascripts/application.js:15)):
3:
4: Dummy
5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
7: <%= csrf_meta_tags %>
8:
9:
app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb___4399922237687927684_2164970740'
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms)
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 (11.8ms)
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (20.6ms)
Started GET "/people" for 127.0.0.1 at 2014-08-18 16:49:33 -0400
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by PeopleController#index as HTML
Rendered application/_sort_form.html.haml (1.6ms)
Rendered application/_search_form.html.haml (1.6ms)
[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
Rendered application/_pagination.html.haml (372.4ms)
Rendered people/index.html.haml within layouts/application (388.1ms)
Completed 500 Internal Server Error in 419ms
ActionView::Template::Error (couldn't find file 'jquery-ui'
(in /Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/assets/javascripts/application.js:15)):
3:
4: Dummy
5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
7: <%= csrf_meta_tags %>
8:
9:
app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb__128742807409353242_2174171120'
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.9ms)
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 (9.2ms)
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (21.8ms)
Started GET "/people" for 127.0.0.1 at 2014-08-18 16:52:52 -0400
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by PeopleController#index as HTML
Rendered application/_sort_form.html.haml (38.8ms)
Rendered application/_search_form.html.haml (1.6ms)
[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 15 OFFSET 0
Rendered application/_pagination.html.haml (369.7ms)
Rendered people/index.html.haml within layouts/application (423.8ms)
Completed 500 Internal Server Error in 454ms
ActionView::Template::Error (couldn't find file 'jquery-ui'
(in /Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/assets/javascripts/application.js:15)):
3:
4: Dummy
5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
7: <%= csrf_meta_tags %>
8:
9:
app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb___2859627516361683397_2181941000'
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms)
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 (10.2ms)
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (21.1ms)
Started GET "/people" for 127.0.0.1 at 2014-08-18 16:54:16 -0400
Processing by PeopleController#index as HTML
Rendered application/_sort_form.html.haml (0.7ms)
Rendered application/_search_form.html.haml (0.2ms)
[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 15 OFFSET 0[0m
Rendered application/_pagination.html.haml (1.0ms)
Rendered people/index.html.haml within layouts/application (6.8ms)
Rendered application/_flash_messages.html.haml (1.2ms)
Completed 200 OK in 680ms (Views: 678.6ms | ActiveRecord: 0.2ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-18 16:54:17 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-18 16:54:17 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-18 16:54:17 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-18 16:54:17 -0400
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-08-18 16:54:17 -0400
Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-08-18 16:54:17 -0400
Started GET "/assets/jquery.ui.position.js?body=1" for 127.0.0.1 at 2014-08-18 16:54:17 -0400
Started GET "/assets/jquery.ui.accordion.js?body=1" for 127.0.0.1 at 2014-08-18 16:54:17 -0400
Started GET "/assets/jquery.ui.menu.js?body=1" for 127.0.0.1 at 2014-08-18 16:54:17 -0400
Started GET "/assets/jquery.ui.button.js?body=1" for 127.0.0.1 at 2014-08-18 16:54:17 -0400
Started GET "/assets/jquery.ui.autocomplete.js?body=1" for 127.0.0.1 at 2014-08-18 16:54:17 -0400
Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2014-08-18 16:54:17 -0400
Started GET "/assets/jquery.ui.draggable.js?body=1" for 127.0.0.1 at 2014-08-18 16:54:17 -0400
Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-08-18 16:54:17 -0400
Started GET "/assets/jquery.ui.dialog.js?body=1" for 127.0.0.1 at 2014-08-18 16:54:17 -0400
Started GET "/assets/jquery.ui.resizable.js?body=1" for 127.0.0.1 at 2014-08-18 16:54:17 -0400
Started GET "/assets/jquery.ui.effect.js?body=1" for 127.0.0.1 at 2014-08-18 16:54:17 -0400
Started GET "/assets/jquery.ui.droppable.js?body=1" for 127.0.0.1 at 2014-08-18 16:54:17 -0400
Started GET "/assets/jquery.ui.effect-bounce.js?body=1" for 127.0.0.1 at 2014-08-18 16:54:17 -0400
Started GET "/assets/jquery.ui.effect-fade.js?body=1" for 127.0.0.1 at 2014-08-18 16:54:17 -0400
Started GET "/assets/jquery.ui.effect-explode.js?body=1" for 127.0.0.1 at 2014-08-18 16:54:17 -0400
Started GET "/assets/jquery.ui.effect-drop.js?body=1" for 127.0.0.1 at 2014-08-18 16:54:17 -0400
Started GET "/assets/jquery.ui.effect-clip.js?body=1" for 127.0.0.1 at 2014-08-18 16:54:17 -0400
Started GET "/assets/jquery.ui.effect-blind.js?body=1" for 127.0.0.1 at 2014-08-18 16:54:17 -0400
Started GET "/assets/jquery.ui.effect-fold.js?body=1" for 127.0.0.1 at 2014-08-18 16:54:17 -0400
Started GET "/assets/jquery.ui.effect-highlight.js?body=1" for 127.0.0.1 at 2014-08-18 16:54:17 -0400
Started GET "/assets/jquery.ui.effect-pulsate.js?body=1" for 127.0.0.1 at 2014-08-18 16:54:17 -0400
Started GET "/assets/jquery.ui.effect-scale.js?body=1" for 127.0.0.1 at 2014-08-18 16:54:17 -0400
Started GET "/assets/jquery.ui.effect-shake.js?body=1" for 127.0.0.1 at 2014-08-18 16:54:17 -0400
Started GET "/assets/jquery.ui.effect-transfer.js?body=1" for 127.0.0.1 at 2014-08-18 16:54:17 -0400
Started GET "/assets/jquery.ui.effect-slide.js?body=1" for 127.0.0.1 at 2014-08-18 16:54:17 -0400
Started GET "/assets/jquery.ui.progressbar.js?body=1" for 127.0.0.1 at 2014-08-18 16:54:17 -0400
Started GET "/assets/jquery.ui.selectable.js?body=1" for 127.0.0.1 at 2014-08-18 16:54:17 -0400
Started GET "/assets/jquery.ui.slider.js?body=1" for 127.0.0.1 at 2014-08-18 16:54:17 -0400
Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2014-08-18 16:54:17 -0400
Started GET "/assets/jquery.ui.spinner.js?body=1" for 127.0.0.1 at 2014-08-18 16:54:17 -0400
Started GET "/assets/jquery.ui.tabs.js?body=1" for 127.0.0.1 at 2014-08-18 16:54:17 -0400
Started GET "/assets/jquery.ui.tooltip.js?body=1" for 127.0.0.1 at 2014-08-18 16:54:17 -0400
Started GET "/assets/jquery.ui.all.js?body=1" for 127.0.0.1 at 2014-08-18 16:54:17 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-18 16:54:17 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-18 16:54:17 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-18 16:54:17 -0400
Started GET "/people" for 127.0.0.1 at 2014-08-18 16:55:58 -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
Rendered application/_pagination.html.haml (1.1ms)
Rendered people/index.html.haml within layouts/application (5.9ms)
Completed 500 Internal Server Error in 56ms
ActionView::Template::Error (couldn't find file 'jquery-ui/datepicker'
(in /Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/assets/javascripts/application.js:15)):
3:
4: Dummy
5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
7: <%= csrf_meta_tags %>
8:
9:
app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb___2859627516361683397_2181941000'
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms)
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.2ms)
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (9.8ms)
Started GET "/people" for 127.0.0.1 at 2014-08-18 16:56:41 -0400
Processing by PeopleController#index as HTML
Rendered application/_sort_form.html.haml (0.6ms)
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 15 OFFSET 0[0m
Rendered application/_pagination.html.haml (1.1ms)
Rendered people/index.html.haml within layouts/application (6.1ms)
Rendered application/_flash_messages.html.haml (0.1ms)
Completed 200 OK in 67ms (Views: 65.9ms | ActiveRecord: 0.2ms)
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-18 16:56:41 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-18 16:56:41 -0400
Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-08-18 16:56:41 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-18 16:56:41 -0400
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-08-18 16:56:41 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-18 16:56:41 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-18 16:56:41 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-18 16:56:41 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-18 16:56:41 -0400
Started GET "/people" for 127.0.0.1 at 2014-08-18 16:58:19 -0400
Processing by PeopleController#index as HTML
Rendered application/_sort_form.html.haml (0.6ms)
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
Rendered application/_pagination.html.haml (1.0ms)
Rendered people/index.html.haml within layouts/application (5.9ms)
Completed 500 Internal Server Error in 15ms
ActionView::Template::Error (couldn't find file 'jquery-ui/datepicker'
(in /Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/assets/stylesheets/application.css:13)):
2:
3:
4: Dummy
5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
7: <%= csrf_meta_tags %>
8:
app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb___2859627516361683397_2181941000'
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms)
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms)
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (12.3ms)
Started GET "/people" for 127.0.0.1 at 2014-08-18 16:58:38 -0400
Processing by PeopleController#index as HTML
Rendered application/_sort_form.html.haml (1.4ms)
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 '%%' or last_name like '%%' or email like '%%' or title like '%%' or dob like '%%' or is_manager like '%%') LIMIT 15 OFFSET 0[0m
Rendered application/_pagination.html.haml (1.1ms)
Rendered people/index.html.haml within layouts/application (9.4ms)
Rendered application/_flash_messages.html.haml (0.3ms)
Completed 200 OK in 227ms (Views: 225.7ms | ActiveRecord: 0.3ms)
Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2014-08-18 16:58:39 -0400
Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2014-08-18 16:58:39 -0400
Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2014-08-18 16:58:39 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-18 16:58:39 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-18 16:58:39 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-18 16:58:39 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-18 16:58:39 -0400
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-08-18 16:58:39 -0400
Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-08-18 16:58:39 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-18 16:58:39 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-18 16:58:39 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-18 16:58:39 -0400
Started GET "/people/new" for 127.0.0.1 at 2014-08-18 17:02:59 -0400
Processing by PeopleController#new as HTML
Rendered people/_form.html.haml (22.7ms)
Rendered people/new.html.haml within layouts/application (24.6ms)
Rendered application/_flash_messages.html.haml (0.1ms)
Completed 200 OK in 59ms (Views: 58.5ms | ActiveRecord: 0.0ms)
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-18 17:02:59 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-18 17:02:59 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-18 17:02:59 -0400
Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-08-18 17:02:59 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-18 17:02:59 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-18 17:02:59 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-18 17:02:59 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-18 17:02:59 -0400
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-08-18 17:02:59 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-18 17:02:59 -0400
Started GET "/people/new" for 127.0.0.1 at 2014-08-18 17:14:48 -0400
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by PeopleController#new as HTML
Rendered people/_form.html.haml (403.0ms)
Rendered people/new.html.haml within layouts/application (407.7ms)
Rendered application/_flash_messages.html.haml (1.0ms)
Completed 200 OK in 483ms (Views: 480.6ms | ActiveRecord: 0.3ms)
Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2014-08-18 17:14:48 -0400
Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2014-08-18 17:14:48 -0400
Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2014-08-18 17:14:48 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-18 17:14:48 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-18 17:14:48 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-18 17:14:48 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-18 17:14:49 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-18 17:14:49 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-18 17:14:49 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-18 17:14:49 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-18 17:14:49 -0400
Started GET "/people/new" for 127.0.0.1 at 2014-08-18 17:16:07 -0400
Processing by PeopleController#new as HTML
Rendered people/_form.html.haml (8.4ms)
Rendered people/new.html.haml within layouts/application (9.3ms)
Rendered application/_flash_messages.html.haml (0.1ms)
Completed 200 OK in 82ms (Views: 81.8ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2014-08-18 17:16:07 -0400
Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2014-08-18 17:16:07 -0400
Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2014-08-18 17:16:07 -0400
Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-08-18 17:16:07 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-18 17:16:07 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-18 17:16:07 -0400
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-08-18 17:16:07 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-18 17:16:07 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-18 17:16:07 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-18 17:16:07 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-18 17:16:07 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-18 17:16:07 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-18 17:16:07 -0400
Started GET "/people/new" for 127.0.0.1 at 2014-08-18 17:17:05 -0400
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by PeopleController#new as HTML
Rendered people/_form.html.haml (407.5ms)
Rendered people/new.html.haml within layouts/application (412.2ms)
Completed 500 Internal Server Error in 429ms
ActionView::Template::Error (couldn't find file 'jquery.ui.datepicker'
(in /Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/assets/stylesheets/application.css:13)):
2:
3:
4: Dummy
5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
7: <%= csrf_meta_tags %>
8:
app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb__2846201130776776093_2177277400'
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms)
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.0ms)
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (9.9ms)
Started GET "/people/new" for 127.0.0.1 at 2014-08-18 17:17:18 -0400
Processing by PeopleController#new as HTML
Rendered people/_form.html.haml (7.1ms)
Rendered people/new.html.haml within layouts/application (8.4ms)
Completed 500 Internal Server Error in 17ms
ActionView::Template::Error (couldn't find file 'jquery.ui.datepicker'
(in /Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/assets/stylesheets/application.css:13)):
2:
3:
4: Dummy
5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
7: <%= csrf_meta_tags %>
8:
app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb__2846201130776776093_2177277400'
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms)
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 (0.9ms)
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (10.1ms)
Started GET "/people/new" for 127.0.0.1 at 2014-08-18 17:17:35 -0400
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by PeopleController#new as HTML
Rendered people/_form.html.haml (410.4ms)
Rendered people/new.html.haml within layouts/application (415.7ms)
Rendered application/_flash_messages.html.haml (0.9ms)
Completed 200 OK in 488ms (Views: 484.5ms | ActiveRecord: 0.3ms)
Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2014-08-18 17:17:36 -0400
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-08-18 17:17:36 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-18 17:17:36 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-18 17:17:36 -0400
Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2014-08-18 17:17:36 -0400
Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2014-08-18 17:17:36 -0400
Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-08-18 17:17:36 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-18 17:17:36 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-18 17:17:36 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-18 17:17:36 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-18 17:17:36 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-18 17:17:36 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-18 17:17:36 -0400
Started GET "/people/new" for 127.0.0.1 at 2014-08-18 17:19:39 -0400
Processing by PeopleController#new as HTML
Rendered people/_form.html.haml (42.3ms)
Rendered people/new.html.haml within layouts/application (43.2ms)
Rendered application/_flash_messages.html.haml (0.1ms)
Completed 200 OK in 51ms (Views: 50.9ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2014-08-18 17:19:40 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-18 17:19:40 -0400
Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2014-08-18 17:19:40 -0400
Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2014-08-18 17:19:40 -0400
Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-08-18 17:19:40 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-18 17:19:40 -0400
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-08-18 17:19:40 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-18 17:19:40 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-18 17:19:40 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-18 17:19:40 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-18 17:19:40 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-18 17:19:40 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-18 17:19:40 -0400
Started GET "/people/new" for 127.0.0.1 at 2014-08-18 17:21:02 -0400
Processing by PeopleController#new as HTML
Rendered people/_form.html.haml (3.8ms)
Rendered people/new.html.haml within layouts/application (5.0ms)
Rendered application/_flash_messages.html.haml (0.2ms)
Completed 200 OK in 50ms (Views: 50.0ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2014-08-18 17:21:02 -0400
Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2014-08-18 17:21:02 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-18 17:21:02 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-18 17:21:02 -0400
Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2014-08-18 17:21:02 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-18 17:21:02 -0400
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-08-18 17:21:02 -0400
Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-08-18 17:21:02 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-18 17:21:02 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-18 17:21:02 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-18 17:21:02 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-18 17:21:02 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-18 17:21:02 -0400
Started GET "/assets/jquery-ui/ui-bg_flat_75_ffffff_40x100.png" for 127.0.0.1 at 2014-08-18 17:21:02 -0400
Started GET "/assets/jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.png" for 127.0.0.1 at 2014-08-18 17:21:07 -0400
Started GET "/assets/jquery-ui/ui-icons_222222_256x240.png" for 127.0.0.1 at 2014-08-18 17:21:07 -0400
Started GET "/assets/jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png" for 127.0.0.1 at 2014-08-18 17:21:07 -0400
Started GET "/assets/jquery-ui/ui-bg_glass_55_fbf9ee_1x400.png" for 127.0.0.1 at 2014-08-18 17:21:07 -0400
Started GET "/assets/jquery-ui/ui-bg_glass_75_dadada_1x400.png" for 127.0.0.1 at 2014-08-18 17:21:22 -0400
Started POST "/people" for 127.0.0.1 at 2014-08-18 17:21:32 -0400
Processing by PeopleController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"b4nkdCd015ic26VYjpn7TxyAa4/QpKmToCwMJ849akM=", "person"=>{"first_name"=>"", "last_name"=>"", "email"=>"", "title"=>"", "dob"=>"08/21/2014", "is_manager"=>"0"}, "btn_reload"=>"Save & Reload"}
Completed 500 Internal Server Error in 2ms
ArgumentError (argument out of range):
app/controllers/people_controller.rb:13:in `create'
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.8ms)
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms)
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.2ms)
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 (17.4ms)
Started GET "/people/new" for 127.0.0.1 at 2014-08-18 17:24:38 -0400
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by PeopleController#new as HTML
Rendered people/_form.html.haml (414.4ms)
Rendered people/new.html.haml within layouts/application (419.0ms)
Rendered application/_flash_messages.html.haml (1.0ms)
Completed 200 OK in 490ms (Views: 487.3ms | ActiveRecord: 0.3ms)
Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2014-08-18 17:24:38 -0400
Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2014-08-18 17:24:38 -0400
Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2014-08-18 17:24:38 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-18 17:24:38 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-18 17:24:38 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-18 17:24:38 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-18 17:24:38 -0400
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-08-18 17:24:38 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-18 17:24:38 -0400
Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-08-18 17:24:38 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-18 17:24:38 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-18 17:24:38 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-18 17:24:38 -0400
Started POST "/people" for 127.0.0.1 at 2014-08-18 17:24:48 -0400
Processing by PeopleController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"b4nkdCd015ic26VYjpn7TxyAa4/QpKmToCwMJ849akM=", "person"=>{"first_name"=>"", "last_name"=>"", "email"=>"", "title"=>"", "dob"=>"08/12/2014", "is_manager"=>"0"}, "btn_reload"=>"Save & Reload"}
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
Rendered application/_validation_errors.html.haml (1.7ms)
Rendered people/_form.html.haml (3.4ms)
Rendered people/new.html.haml within layouts/application (4.1ms)
Rendered application/_flash_messages.html.haml (0.2ms)
Completed 200 OK in 20ms (Views: 12.0ms | ActiveRecord: 0.2ms)
Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2014-08-18 17:24:48 -0400
Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2014-08-18 17:24:48 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-18 17:24:48 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-18 17:24:48 -0400
Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2014-08-18 17:24:48 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-18 17:24:48 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-18 17:24:48 -0400
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-08-18 17:24:48 -0400
Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-08-18 17:24:49 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-18 17:24:49 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-18 17:24:49 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-18 17:24:49 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-18 17:24:49 -0400
Started POST "/people" for 127.0.0.1 at 2014-08-18 17:25:00 -0400
Processing by PeopleController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"b4nkdCd015ic26VYjpn7TxyAa4/QpKmToCwMJ849akM=", "person"=>{"first_name"=>"Jeffrey", "last_name"=>"", "email"=>"", "title"=>"", "dob"=>"08/12/2014", "is_manager"=>"0"}, "btn_reload"=>"Save & Reload"}
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.8ms)[0m [1mINSERT INTO "people" ("created_at", "dob", "email", "first_name", "is_manager", "last_name", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", "2014-08-18 21:25:00.504765"], ["dob", "2014-12-08 00:00:00.000000"], ["email", ""], ["first_name", "Jeffrey"], ["is_manager", "f"], ["last_name", ""], ["title", ""], ["updated_at", "2014-08-18 21:25:00.504765"]]
[1m[35m (1.2ms)[0m commit transaction
Redirected to http://localhost:3001/people
Completed 302 Found in 9ms (ActiveRecord: 2.1ms)
Started GET "/people" for 127.0.0.1 at 2014-08-18 17:25:00 -0400
Processing by PeopleController#index as HTML
Rendered application/_sort_form.html.haml (1.4ms)
Rendered application/_search_form.html.haml (1.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 15 OFFSET 0[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 (6.2ms)
Rendered people/index.html.haml within layouts/application (21.0ms)
Rendered application/_flash_messages.html.haml (0.2ms)
Completed 200 OK in 31ms (Views: 29.0ms | ActiveRecord: 0.5ms)
Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2014-08-18 17:25:00 -0400
Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2014-08-18 17:25:00 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-18 17:25:00 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-18 17:25:00 -0400
Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2014-08-18 17:25:00 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-18 17:25:00 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-18 17:25:00 -0400
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-08-18 17:25:00 -0400
Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-08-18 17:25:00 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-18 17:25:00 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-18 17:25:00 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-18 17:25:00 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-18 17:25:00 -0400
Started GET "/people" for 127.0.0.1 at 2014-08-18 17:26:21 -0400
Processing by PeopleController#index as HTML
Rendered application/_sort_form.html.haml (0.7ms)
Rendered application/_search_form.html.haml (0.2ms)
[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 15 OFFSET 0[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 (1.7ms)
Rendered people/index.html.haml within layouts/application (11.3ms)
Rendered application/_flash_messages.html.haml (0.1ms)
Completed 200 OK in 21ms (Views: 19.4ms | ActiveRecord: 0.4ms)
Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2014-08-18 17:26:21 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-18 17:26:21 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-18 17:26:21 -0400
Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2014-08-18 17:26:21 -0400
Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2014-08-18 17:26:21 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-18 17:26:21 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-18 17:26:21 -0400
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-08-18 17:26:21 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-18 17:26:21 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-18 17:26:21 -0400
Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-08-18 17:26:21 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-18 17:26:21 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-18 17:26:21 -0400
Started GET "/people" for 127.0.0.1 at 2014-08-18 17:37:11 -0400
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by PeopleController#index as HTML
Rendered application/_sort_form.html.haml (2.8ms)
Rendered application/_search_form.html.haml (2.6ms)
[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[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 0[0m
Rendered application/_pagination.html.haml (369.6ms)
Rendered people/index.html.haml within layouts/application (395.5ms)
Rendered application/_flash_messages.html.haml (1.0ms)
Completed 200 OK in 476ms (Views: 471.6ms | ActiveRecord: 0.9ms)
Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2014-08-18 17:37:12 -0400
Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2014-08-18 17:37:12 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-18 17:37:12 -0400
Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2014-08-18 17:37:12 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-18 17:37:12 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-18 17:37:12 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-18 17:37:12 -0400
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-08-18 17:37:12 -0400
Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-08-18 17:37:12 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-18 17:37:12 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-18 17:37:12 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-18 17:37:12 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-18 17:37:12 -0400
Started GET "/people" for 127.0.0.1 at 2014-08-18 17:49:21 -0400
Processing by PeopleController#index as HTML
Rendered application/_sort_form.html.haml (0.6ms)
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 15 OFFSET 0
[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 (354.6ms)
Rendered people/index.html.haml within layouts/application (363.9ms)
Rendered application/_flash_messages.html.haml (0.4ms)
Completed 200 OK in 376ms (Views: 371.9ms | ActiveRecord: 0.8ms)
Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2014-08-18 17:49:21 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-18 17:49:21 -0400
Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2014-08-18 17:49:21 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-18 17:49:21 -0400
Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2014-08-18 17:49:21 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-18 17:49:21 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-18 17:49:21 -0400
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-08-18 17:49:21 -0400
Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-08-18 17:49:21 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-18 17:49:21 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-18 17:49:21 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-18 17:49:21 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-18 17:49:21 -0400
Started GET "/people" for 127.0.0.1 at 2014-08-18 17:49:49 -0400
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by PeopleController#index as HTML
Rendered application/_sort_form.html.haml (2.9ms)
Rendered application/_search_form.html.haml (2.5ms)
[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[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 (377.3ms)
Rendered people/index.html.haml within layouts/application (404.2ms)
Rendered application/_flash_messages.html.haml (1.7ms)
Completed 200 OK in 490ms (Views: 486.7ms | ActiveRecord: 0.7ms)
Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2014-08-18 17:49:50 -0400
Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2014-08-18 17:49:50 -0400
Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2014-08-18 17:49:50 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-18 17:49:50 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-18 17:49:50 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-18 17:49:50 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-18 17:49:50 -0400
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-08-18 17:49:50 -0400
Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-08-18 17:49:50 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-18 17:49:50 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-18 17:49:50 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-18 17:49:50 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-18 17:49:50 -0400
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.5ms)[0m INSERT INTO "people" ("created_at", "dob", "email", "first_name", "is_manager", "last_name", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-08-18 21:50:29.939283"], ["dob", "1997-09-24 21:50:29.926526"], ["email", "stanley@lehner.com"], ["first_name", "Prudence"], ["is_manager", "f"], ["last_name", "Windler"], ["title", "Sales Rep"], ["updated_at", "2014-08-18 21:50:29.939283"]]
[1m[36m (5.7ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "people" ("created_at", "dob", "email", "first_name", "is_manager", "last_name", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", "2014-08-18 21:50:29.950177"], ["dob", "1999-11-01 22:50:29.949140"], ["email", "gabriel.walsh@cole.info"], ["first_name", "Marie"], ["is_manager", "f"], ["last_name", "Hackett"], ["title", "Sales Rep"], ["updated_at", "2014-08-18 21:50:29.950177"]]
[1m[35m (3.6ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "people" ("created_at", "dob", "email", "first_name", "is_manager", "last_name", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-08-18 21:50:29.956266"], ["dob", "1988-11-28 22:50:29.955650"], ["email", "myra@mosciski.com"], ["first_name", "Magnolia"], ["is_manager", "f"], ["last_name", "Torphy"], ["title", "Sales Rep"], ["updated_at", "2014-08-18 21:50:29.956266"]]
[1m[36m (3.0ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "people" ("created_at", "dob", "email", "first_name", "is_manager", "last_name", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", "2014-08-18 21:50:29.961566"], ["dob", "2002-06-30 21:50:29.960794"], ["email", "oswaldo.klocko@ondricka.org"], ["first_name", "Janiya"], ["is_manager", "f"], ["last_name", "VonRueden"], ["title", "Sales Rep"], ["updated_at", "2014-08-18 21:50:29.961566"]]
[1m[35m (3.1ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "people" ("created_at", "dob", "email", "first_name", "is_manager", "last_name", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-08-18 21:50:29.966844"], ["dob", "2005-10-07 21:50:29.966309"], ["email", "demario.carter@will.info"], ["first_name", "Vidal"], ["is_manager", "f"], ["last_name", "Franecki"], ["title", "Sales Rep"], ["updated_at", "2014-08-18 21:50:29.966844"]]
[1m[36m (39.4ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "people" ("created_at", "dob", "email", "first_name", "is_manager", "last_name", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", "2014-08-18 21:50:30.008837"], ["dob", "1979-02-22 22:50:30.007891"], ["email", "bette_hamill@wildermandooley.com"], ["first_name", "Alba"], ["is_manager", "f"], ["last_name", "Altenwerth"], ["title", "Sales Rep"], ["updated_at", "2014-08-18 21:50:30.008837"]]
[1m[35m (4.0ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "people" ("created_at", "dob", "email", "first_name", "is_manager", "last_name", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-08-18 21:50:30.015844"], ["dob", "1986-06-14 21:50:30.014895"], ["email", "jerel.medhurst@hanestiedemann.org"], ["first_name", "Raegan"], ["is_manager", "f"], ["last_name", "Walker"], ["title", "Sales Rep"], ["updated_at", "2014-08-18 21:50:30.015844"]]
[1m[36m (3.0ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "people" ("created_at", "dob", "email", "first_name", "is_manager", "last_name", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", "2014-08-18 21:50:30.021127"], ["dob", "1973-08-22 21:50:30.020543"], ["email", "jewell@klein.net"], ["first_name", "Oran"], ["is_manager", "f"], ["last_name", "Dietrich"], ["title", "Sales Rep"], ["updated_at", "2014-08-18 21:50:30.021127"]]
[1m[35m (2.9ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "people" ("created_at", "dob", "email", "first_name", "is_manager", "last_name", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-08-18 21:50:30.025768"], ["dob", "1997-04-21 21:50:30.025264"], ["email", "jerald_reichert@reicheltillman.com"], ["first_name", "Brooklyn"], ["is_manager", "f"], ["last_name", "Bergstrom"], ["title", "Sales Rep"], ["updated_at", "2014-08-18 21:50:30.025768"]]
[1m[36m (2.9ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "people" ("created_at", "dob", "email", "first_name", "is_manager", "last_name", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", "2014-08-18 21:50:30.030596"], ["dob", "2005-12-03 22:50:30.029866"], ["email", "johnson@weberstroman.net"], ["first_name", "Dessie"], ["is_manager", "f"], ["last_name", "Tillman"], ["title", "Sales Rep"], ["updated_at", "2014-08-18 21:50:30.030596"]]
[1m[35m (3.1ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "people" ("created_at", "dob", "email", "first_name", "is_manager", "last_name", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-08-18 21:50:30.035645"], ["dob", "2004-07-21 21:50:30.035091"], ["email", "isadore_kub@bins.name"], ["first_name", "Rollin"], ["is_manager", "f"], ["last_name", "Brakus"], ["title", "Sales Rep"], ["updated_at", "2014-08-18 21:50:30.035645"]]
[1m[36m (2.9ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "people" ("created_at", "dob", "email", "first_name", "is_manager", "last_name", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", "2014-08-18 21:50:30.040279"], ["dob", "1993-02-09 22:50:30.039772"], ["email", "lauretta_kris@mann.info"], ["first_name", "Cleora"], ["is_manager", "f"], ["last_name", "Lemke"], ["title", "Sales Rep"], ["updated_at", "2014-08-18 21:50:30.040279"]]
[1m[35m (3.5ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "people" ("created_at", "dob", "email", "first_name", "is_manager", "last_name", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-08-18 21:50:30.045618"], ["dob", "1992-06-26 21:50:30.045037"], ["email", "jasper_vonrueden@moore.name"], ["first_name", "Nicholas"], ["is_manager", "f"], ["last_name", "Christiansen"], ["title", "Sales Rep"], ["updated_at", "2014-08-18 21:50:30.045618"]]
[1m[36m (2.5ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "people" ("created_at", "dob", "email", "first_name", "is_manager", "last_name", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", "2014-08-18 21:50:30.049602"], ["dob", "1985-02-20 22:50:30.049187"], ["email", "ara@gusikowski.info"], ["first_name", "Arianna"], ["is_manager", "f"], ["last_name", "Jenkins"], ["title", "Sales Rep"], ["updated_at", "2014-08-18 21:50:30.049602"]]
[1m[35m (2.9ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.5ms)[0m INSERT INTO "people" ("created_at", "dob", "email", "first_name", "is_manager", "last_name", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-08-18 21:50:30.063376"], ["dob", "1994-11-21 22:50:30.053669"], ["email", "nola@hayes.name"], ["first_name", "Geovanny"], ["is_manager", "f"], ["last_name", "Fritsch"], ["title", "Sales Rep"], ["updated_at", "2014-08-18 21:50:30.063376"]]
[1m[36m (3.7ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "people" ("created_at", "dob", "email", "first_name", "is_manager", "last_name", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", "2014-08-18 21:50:30.071445"], ["dob", "2004-08-22 21:50:30.070321"], ["email", "julius@haag.org"], ["first_name", "Cathrine"], ["is_manager", "f"], ["last_name", "Little"], ["title", "Sales Rep"], ["updated_at", "2014-08-18 21:50:30.071445"]]
[1m[35m (3.3ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "people" ("created_at", "dob", "email", "first_name", "is_manager", "last_name", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-08-18 21:50:30.077139"], ["dob", "1976-04-17 22:50:30.076471"], ["email", "kenton_tillman@moen.com"], ["first_name", "Wilford"], ["is_manager", "f"], ["last_name", "Jast"], ["title", "Sales Rep"], ["updated_at", "2014-08-18 21:50:30.077139"]]
[1m[36m (2.9ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "people" ("created_at", "dob", "email", "first_name", "is_manager", "last_name", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", "2014-08-18 21:50:30.081985"], ["dob", "1994-09-11 21:50:30.081431"], ["email", "torrey@rutherfordgottlieb.name"], ["first_name", "Pearlie"], ["is_manager", "f"], ["last_name", "Hilpert"], ["title", "Sales Rep"], ["updated_at", "2014-08-18 21:50:30.081985"]]
[1m[35m (3.0ms)[0m commit transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "people" ("created_at", "dob", "email", "first_name", "is_manager", "last_name", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-08-18 21:50:30.086777"], ["dob", "1999-04-03 22:50:30.086192"], ["email", "ashly.larkin@cremin.name"], ["first_name", "Jailyn"], ["is_manager", "f"], ["last_name", "Welch"], ["title", "Sales Rep"], ["updated_at", "2014-08-18 21:50:30.086777"]]
[1m[36m (2.8ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "people" ("created_at", "dob", "email", "first_name", "is_manager", "last_name", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", "2014-08-18 21:50:30.091617"], ["dob", "1975-11-16 22:50:30.090859"], ["email", "tony_hudson@mayert.net"], ["first_name", "Makenna"], ["is_manager", "f"], ["last_name", "Hansen"], ["title", "Sales Rep"], ["updated_at", "2014-08-18 21:50:30.091617"]]
[1m[35m (2.6ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "people" ("created_at", "dob", "email", "first_name", "is_manager", "last_name", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-08-18 21:50:30.096540"], ["dob", "1988-11-28 22:50:30.095837"], ["email", "chad_ruel@heller.info"], ["first_name", "Declan"], ["is_manager", "f"], ["last_name", "Marks"], ["title", "Sales Rep"], ["updated_at", "2014-08-18 21:50:30.096540"]]
[1m[36m (1.1ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "people" ("created_at", "dob", "email", "first_name", "is_manager", "last_name", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", "2014-08-18 21:50:30.100296"], ["dob", "1975-04-19 21:50:30.099589"], ["email", "callie_harvey@oconner.com"], ["first_name", "Rashad"], ["is_manager", "f"], ["last_name", "Goldner"], ["title", "Sales Rep"], ["updated_at", "2014-08-18 21:50:30.100296"]]
[1m[35m (3.7ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "people" ("created_at", "dob", "email", "first_name", "is_manager", "last_name", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-08-18 21:50:30.106618"], ["dob", "1981-05-30 21:50:30.105781"], ["email", "victoria_cummerata@runolfsdottir.info"], ["first_name", "Madison"], ["is_manager", "f"], ["last_name", "Wolff"], ["title", "Sales Rep"], ["updated_at", "2014-08-18 21:50:30.106618"]]
[1m[36m (3.3ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "people" ("created_at", "dob", "email", "first_name", "is_manager", "last_name", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", "2014-08-18 21:50:30.112460"], ["dob", "1980-02-08 22:50:30.111841"], ["email", "shakira@west.net"], ["first_name", "Eloisa"], ["is_manager", "f"], ["last_name", "Kihn"], ["title", "Sales Rep"], ["updated_at", "2014-08-18 21:50:30.112460"]]
[1m[35m (2.5ms)[0m commit transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "people" ("created_at", "dob", "email", "first_name", "is_manager", "last_name", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-08-18 21:50:30.116732"], ["dob", "1995-01-01 22:50:30.116230"], ["email", "aliya@boyer.com"], ["first_name", "Llewellyn"], ["is_manager", "f"], ["last_name", "Goodwin"], ["title", "Sales Rep"], ["updated_at", "2014-08-18 21:50:30.116732"]]
[1m[36m (2.5ms)[0m [1mcommit transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "people" ("created_at", "dob", "email", "first_name", "is_manager", "last_name", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", "2014-08-18 21:50:30.120845"], ["dob", "1998-06-22 21:50:30.120405"], ["email", "johathan_corkery@bosco.biz"], ["first_name", "Gilbert"], ["is_manager", "f"], ["last_name", "Skiles"], ["title", "Sales Rep"], ["updated_at", "2014-08-18 21:50:30.120845"]]
[1m[35m (1.2ms)[0m commit transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "people" ("created_at", "dob", "email", "first_name", "is_manager", "last_name", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-08-18 21:50:30.123702"], ["dob", "1993-06-18 21:50:30.123199"], ["email", "corbin@keeling.com"], ["first_name", "Lurline"], ["is_manager", "f"], ["last_name", "Treutel"], ["title", "Sales Rep"], ["updated_at", "2014-08-18 21:50:30.123702"]]
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "people" ("created_at", "dob", "email", "first_name", "is_manager", "last_name", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", "2014-08-18 21:50:30.126338"], ["dob", "1980-11-01 22:50:30.125859"], ["email", "gracie_greenfelder@veum.info"], ["first_name", "Davion"], ["is_manager", "f"], ["last_name", "Lebsack"], ["title", "Sales Rep"], ["updated_at", "2014-08-18 21:50:30.126338"]]
[1m[35m (1.1ms)[0m commit transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "people" ("created_at", "dob", "email", "first_name", "is_manager", "last_name", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-08-18 21:50:30.128998"], ["dob", "1998-05-27 21:50:30.128538"], ["email", "jaron.murray@hansen.name"], ["first_name", "Fae"], ["is_manager", "f"], ["last_name", "Waters"], ["title", "Sales Rep"], ["updated_at", "2014-08-18 21:50:30.128998"]]
[1m[36m (2.6ms)[0m [1mcommit transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "people" ("created_at", "dob", "email", "first_name", "is_manager", "last_name", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", "2014-08-18 21:50:30.133148"], ["dob", "1993-12-11 22:50:30.132676"], ["email", "fritz.stroman@stokes.com"], ["first_name", "Sasha"], ["is_manager", "f"], ["last_name", "Stiedemann"], ["title", "Sales Rep"], ["updated_at", "2014-08-18 21:50:30.133148"]]
[1m[35m (3.4ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "people" ("created_at", "dob", "email", "first_name", "is_manager", "last_name", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-08-18 21:50:30.138527"], ["dob", "1984-03-14 22:50:30.137891"], ["email", "emmanuel@quigley.biz"], ["first_name", "Kenny"], ["is_manager", "f"], ["last_name", "Zulauf"], ["title", "Sales Rep"], ["updated_at", "2014-08-18 21:50:30.138527"]]
[1m[36m (2.8ms)[0m [1mcommit transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "people" ("created_at", "dob", "email", "first_name", "is_manager", "last_name", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", "2014-08-18 21:50:30.143103"], ["dob", "1993-03-28 22:50:30.142625"], ["email", "katelyn.oreilly@smithamrosenbaum.com"], ["first_name", "Eve"], ["is_manager", "f"], ["last_name", "Bartell"], ["title", "Sales Rep"], ["updated_at", "2014-08-18 21:50:30.143103"]]
[1m[35m (1.7ms)[0m commit transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "people" ("created_at", "dob", "email", "first_name", "is_manager", "last_name", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-08-18 21:50:30.146716"], ["dob", "1984-08-02 21:50:30.146139"], ["email", "zaria.kaulke@dibberthammes.info"], ["first_name", "Heath"], ["is_manager", "f"], ["last_name", "Beahan"], ["title", "Sales Rep"], ["updated_at", "2014-08-18 21:50:30.146716"]]
[1m[36m (2.3ms)[0m [1mcommit transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "people" ("created_at", "dob", "email", "first_name", "is_manager", "last_name", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", "2014-08-18 21:50:30.150733"], ["dob", "1993-05-24 21:50:30.150165"], ["email", "jeica_ward@marquardt.net"], ["first_name", "Stefanie"], ["is_manager", "f"], ["last_name", "Treutel"], ["title", "Sales Rep"], ["updated_at", "2014-08-18 21:50:30.150733"]]
[1m[35m (1.2ms)[0m commit transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "people" ("created_at", "dob", "email", "first_name", "is_manager", "last_name", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-08-18 21:50:30.153535"], ["dob", "1997-11-02 22:50:30.153056"], ["email", "mateo_nikolaus@stoltenberghahn.com"], ["first_name", "Clarabelle"], ["is_manager", "f"], ["last_name", "Harvey"], ["title", "Sales Rep"], ["updated_at", "2014-08-18 21:50:30.153535"]]
[1m[36m (2.8ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "people" ("created_at", "dob", "email", "first_name", "is_manager", "last_name", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", "2014-08-18 21:50:30.159320"], ["dob", "2004-12-14 22:50:30.158711"], ["email", "dixie@dicki.info"], ["first_name", "Jillian"], ["is_manager", "f"], ["last_name", "Rutherford"], ["title", "Sales Rep"], ["updated_at", "2014-08-18 21:50:30.159320"]]
[1m[35m (1.2ms)[0m commit transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "people" ("created_at", "dob", "email", "first_name", "is_manager", "last_name", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-08-18 21:50:30.162292"], ["dob", "1991-05-12 21:50:30.161828"], ["email", "celia@durgan.info"], ["first_name", "Tre"], ["is_manager", "f"], ["last_name", "Grimes"], ["title", "Sales Rep"], ["updated_at", "2014-08-18 21:50:30.162292"]]
[1m[36m (1.2ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "people" ("created_at", "dob", "email", "first_name", "is_manager", "last_name", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", "2014-08-18 21:50:30.165963"], ["dob", "1975-11-02 22:50:30.165454"], ["email", "bonnie.mertz@shanahan.com"], ["first_name", "Jakob"], ["is_manager", "f"], ["last_name", "Bruen"], ["title", "Sales Rep"], ["updated_at", "2014-08-18 21:50:30.165963"]]
[1m[35m (2.6ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "people" ("created_at", "dob", "email", "first_name", "is_manager", "last_name", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-08-18 21:50:30.170395"], ["dob", "1992-04-23 21:50:30.169872"], ["email", "arthur_nicolas@ritchiesawayn.biz"], ["first_name", "Pink"], ["is_manager", "f"], ["last_name", "Koelpin"], ["title", "Sales Rep"], ["updated_at", "2014-08-18 21:50:30.170395"]]
[1m[36m (3.3ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "people" ("created_at", "dob", "email", "first_name", "is_manager", "last_name", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", "2014-08-18 21:50:30.175531"], ["dob", "1976-01-10 22:50:30.174969"], ["email", "nicole_cummerata@gorczanyaltenwerth.info"], ["first_name", "Johann"], ["is_manager", "f"], ["last_name", "Schaden"], ["title", "Sales Rep"], ["updated_at", "2014-08-18 21:50:30.175531"]]
[1m[35m (2.9ms)[0m commit transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "people" ("created_at", "dob", "email", "first_name", "is_manager", "last_name", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-08-18 21:50:30.180136"], ["dob", "1974-08-11 21:50:30.179711"], ["email", "opal_schumm@zboncakbechtelar.biz"], ["first_name", "Deron"], ["is_manager", "f"], ["last_name", "Brakus"], ["title", "Sales Rep"], ["updated_at", "2014-08-18 21:50:30.180136"]]
[1m[36m (3.0ms)[0m [1mcommit transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "people" ("created_at", "dob", "email", "first_name", "is_manager", "last_name", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", "2014-08-18 21:50:30.185016"], ["dob", "1983-08-20 21:50:30.184524"], ["email", "lafayette.roberts@oreilly.biz"], ["first_name", "Rowland"], ["is_manager", "f"], ["last_name", "Batz"], ["title", "Sales Rep"], ["updated_at", "2014-08-18 21:50:30.185016"]]
[1m[35m (3.9ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "people" ("created_at", "dob", "email", "first_name", "is_manager", "last_name", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-08-18 21:50:30.190790"], ["dob", "1975-12-30 22:50:30.190204"], ["email", "lacy@feil.com"], ["first_name", "Tony"], ["is_manager", "f"], ["last_name", "Marks"], ["title", "Sales Rep"], ["updated_at", "2014-08-18 21:50:30.190790"]]
[1m[36m (3.4ms)[0m [1mcommit transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "people" ("created_at", "dob", "email", "first_name", "is_manager", "last_name", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", "2014-08-18 21:50:30.196100"], ["dob", "2004-03-09 22:50:30.195563"], ["email", "rylee_wolf@mclaughlin.com"], ["first_name", "Alessia"], ["is_manager", "f"], ["last_name", "Lang"], ["title", "Sales Rep"], ["updated_at", "2014-08-18 21:50:30.196100"]]
[1m[35m (3.1ms)[0m commit transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "people" ("created_at", "dob", "email", "first_name", "is_manager", "last_name", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-08-18 21:50:30.200853"], ["dob", "1990-06-27 21:50:30.200338"], ["email", "toy@mccullough.info"], ["first_name", "Citlalli"], ["is_manager", "f"], ["last_name", "Murazik"], ["title", "Sales Rep"], ["updated_at", "2014-08-18 21:50:30.200853"]]
[1m[36m (3.1ms)[0m [1mcommit transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "people" ("created_at", "dob", "email", "first_name", "is_manager", "last_name", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", "2014-08-18 21:50:30.205618"], ["dob", "2004-06-24 21:50:30.205061"], ["email", "aunta@grahammacgyver.name"], ["first_name", "Clare"], ["is_manager", "f"], ["last_name", "Herman"], ["title", "Sales Rep"], ["updated_at", "2014-08-18 21:50:30.205618"]]
[1m[35m (3.3ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "people" ("created_at", "dob", "email", "first_name", "is_manager", "last_name", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-08-18 21:50:30.210710"], ["dob", "1987-07-24 21:50:30.210148"], ["email", "maggie_jaskolski@dubuque.com"], ["first_name", "Jackeline"], ["is_manager", "f"], ["last_name", "Mohr"], ["title", "Sales Rep"], ["updated_at", "2014-08-18 21:50:30.210710"]]
[1m[36m (3.1ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "people" ("created_at", "dob", "email", "first_name", "is_manager", "last_name", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", "2014-08-18 21:50:30.215570"], ["dob", "1976-05-13 21:50:30.215091"], ["email", "joany@hermanquitzon.name"], ["first_name", "Kasey"], ["is_manager", "f"], ["last_name", "Price"], ["title", "Sales Rep"], ["updated_at", "2014-08-18 21:50:30.215570"]]
[1m[35m (3.1ms)[0m commit transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "people" ("created_at", "dob", "email", "first_name", "is_manager", "last_name", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-08-18 21:50:30.220447"], ["dob", "1976-09-04 21:50:30.219935"], ["email", "jevon_moriette@bauch.info"], ["first_name", "Philip"], ["is_manager", "f"], ["last_name", "Lubowitz"], ["title", "Sales Rep"], ["updated_at", "2014-08-18 21:50:30.220447"]]
[1m[36m (3.0ms)[0m [1mcommit transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "people" ("created_at", "dob", "email", "first_name", "is_manager", "last_name", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", "2014-08-18 21:50:30.225221"], ["dob", "1984-07-30 21:50:30.224583"], ["email", "roman@marquardt.org"], ["first_name", "Lera"], ["is_manager", "f"], ["last_name", "Hermiston"], ["title", "Sales Rep"], ["updated_at", "2014-08-18 21:50:30.225221"]]
[1m[35m (2.8ms)[0m commit transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "people" ("created_at", "dob", "email", "first_name", "is_manager", "last_name", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-08-18 21:50:30.229675"], ["dob", "1997-12-20 22:50:30.229160"], ["email", "carleton@huel.org"], ["first_name", "Annette"], ["is_manager", "f"], ["last_name", "King"], ["title", "Sales Rep"], ["updated_at", "2014-08-18 21:50:30.229675"]]
[1m[36m (3.0ms)[0m [1mcommit transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "people" ("created_at", "dob", "email", "first_name", "is_manager", "last_name", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", "2014-08-18 21:50:30.234587"], ["dob", "1999-09-19 21:50:30.234049"], ["email", "hellen_littel@mccullough.info"], ["first_name", "Lydia"], ["is_manager", "f"], ["last_name", "Jacobson"], ["title", "Sales Rep"], ["updated_at", "2014-08-18 21:50:30.234587"]]
[1m[35m (3.0ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "people" ("created_at", "dob", "email", "first_name", "is_manager", "last_name", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-08-18 21:50:30.239370"], ["dob", "1983-05-18 21:50:30.238850"], ["email", "walter.lesch@miller.name"], ["first_name", "Effie"], ["is_manager", "f"], ["last_name", "Wilkinson"], ["title", "Sales Rep"], ["updated_at", "2014-08-18 21:50:30.239370"]]
[1m[36m (3.0ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "people" ("created_at", "dob", "email", "first_name", "is_manager", "last_name", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", "2014-08-18 21:50:30.245364"], ["dob", "2000-03-17 22:50:30.243601"], ["email", "kristian.brakus@hodkiewicz.name"], ["first_name", "Linda"], ["is_manager", "f"], ["last_name", "Friesen"], ["title", "Sales Rep"], ["updated_at", "2014-08-18 21:50:30.245364"]]
[1m[35m (3.3ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "people" ("created_at", "dob", "email", "first_name", "is_manager", "last_name", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-08-18 21:50:30.250676"], ["dob", "1984-03-19 22:50:30.250070"], ["email", "ian@langoshwehner.net"], ["first_name", "Helene"], ["is_manager", "f"], ["last_name", "Wiegand"], ["title", "Sales Rep"], ["updated_at", "2014-08-18 21:50:30.250676"]]
[1m[36m (2.9ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "people" ("created_at", "dob", "email", "first_name", "is_manager", "last_name", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", "2014-08-18 21:50:30.256248"], ["dob", "1974-12-02 22:50:30.254960"], ["email", "edythe_pfeffer@legros.name"], ["first_name", "Fabian"], ["is_manager", "f"], ["last_name", "Wisozk"], ["title", "Sales Rep"], ["updated_at", "2014-08-18 21:50:30.256248"]]
[1m[35m (4.0ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "people" ("created_at", "dob", "email", "first_name", "is_manager", "last_name", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-08-18 21:50:30.262982"], ["dob", "1978-01-16 22:50:30.262343"], ["email", "trenton@sauer.biz"], ["first_name", "Lenora"], ["is_manager", "f"], ["last_name", "D'Amore"], ["title", "Sales Rep"], ["updated_at", "2014-08-18 21:50:30.262982"]]
[1m[36m (2.9ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "people" ("created_at", "dob", "email", "first_name", "is_manager", "last_name", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", "2014-08-18 21:50:30.267929"], ["dob", "1976-04-09 22:50:30.267299"], ["email", "wendell.treutel@langoshlind.org"], ["first_name", "Harmon"], ["is_manager", "f"], ["last_name", "Wilkinson"], ["title", "Sales Rep"], ["updated_at", "2014-08-18 21:50:30.267929"]]
[1m[35m (3.3ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "people" ("created_at", "dob", "email", "first_name", "is_manager", "last_name", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-08-18 21:50:30.273070"], ["dob", "1980-03-08 22:50:30.272557"], ["email", "rahsaan.deckow@champlingrant.net"], ["first_name", "Amelia"], ["is_manager", "f"], ["last_name", "Daniel"], ["title", "Sales Rep"], ["updated_at", "2014-08-18 21:50:30.273070"]]
[1m[36m (3.4ms)[0m [1mcommit transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "people" ("created_at", "dob", "email", "first_name", "is_manager", "last_name", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", "2014-08-18 21:50:30.278140"], ["dob", "1988-06-27 21:50:30.277588"], ["email", "camille@nitzscheschumm.biz"], ["first_name", "Marco"], ["is_manager", "f"], ["last_name", "Effertz"], ["title", "Sales Rep"], ["updated_at", "2014-08-18 21:50:30.278140"]]
[1m[35m (3.2ms)[0m commit transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "people" ("created_at", "dob", "email", "first_name", "is_manager", "last_name", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-08-18 21:50:30.283049"], ["dob", "1976-05-18 21:50:30.282547"], ["email", "elena.boyle@caindaniel.biz"], ["first_name", "Jaylen"], ["is_manager", "f"], ["last_name", "Osinski"], ["title", "Sales Rep"], ["updated_at", "2014-08-18 21:50:30.283049"]]
[1m[36m (3.0ms)[0m [1mcommit transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "people" ("created_at", "dob", "email", "first_name", "is_manager", "last_name", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", "2014-08-18 21:50:30.287802"], ["dob", "2005-12-10 22:50:30.287313"], ["email", "jadyn.howell@gulgowski.org"], ["first_name", "Hazle"], ["is_manager", "f"], ["last_name", "Lynch"], ["title", "Sales Rep"], ["updated_at", "2014-08-18 21:50:30.287802"]]
[1m[35m (3.1ms)[0m commit transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m INSERT INTO "people" ("created_at", "dob", "email", "first_name", "is_manager", "last_name", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-08-18 21:50:30.293250"], ["dob", "2005-02-09 22:50:30.292626"], ["email", "louie@mccullough.biz"], ["first_name", "Adelia"], ["is_manager", "f"], ["last_name", "Kunze"], ["title", "Sales Rep"], ["updated_at", "2014-08-18 21:50:30.293250"]]
[1m[36m (3.8ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "people" ("created_at", "dob", "email", "first_name", "is_manager", "last_name", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", "2014-08-18 21:50:30.299521"], ["dob", "1990-07-20 21:50:30.299028"], ["email", "vivien_bernier@stoltenbergwyman.net"], ["first_name", "Mathilde"], ["is_manager", "f"], ["last_name", "O'Connell"], ["title", "Sales Rep"], ["updated_at", "2014-08-18 21:50:30.299521"]]
[1m[35m (3.2ms)[0m commit transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "people" ("created_at", "dob", "email", "first_name", "is_manager", "last_name", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-08-18 21:50:30.304387"], ["dob", "1982-09-26 21:50:30.303881"], ["email", "shanny_welch@rathritchie.name"], ["first_name", "Kristofer"], ["is_manager", "f"], ["last_name", "Littel"], ["title", "Sales Rep"], ["updated_at", "2014-08-18 21:50:30.304387"]]
[1m[36m (3.1ms)[0m [1mcommit transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "people" ("created_at", "dob", "email", "first_name", "is_manager", "last_name", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", "2014-08-18 21:50:30.309239"], ["dob", "1990-05-21 21:50:30.308738"], ["email", "eileen_konopelski@rathprohaska.biz"], ["first_name", "Stefanie"], ["is_manager", "f"], ["last_name", "Aufderhar"], ["title", "Sales Rep"], ["updated_at", "2014-08-18 21:50:30.309239"]]
[1m[35m (3.0ms)[0m commit transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "people" ("created_at", "dob", "email", "first_name", "is_manager", "last_name", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-08-18 21:50:30.313862"], ["dob", "1989-08-05 21:50:30.313377"], ["email", "samanta.johns@runolfon.info"], ["first_name", "Landen"], ["is_manager", "f"], ["last_name", "Ullrich"], ["title", "Sales Rep"], ["updated_at", "2014-08-18 21:50:30.313862"]]
[1m[36m (3.2ms)[0m [1mcommit transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO "people" ("created_at", "dob", "email", "first_name", "is_manager", "last_name", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", "2014-08-18 21:50:30.318626"], ["dob", "1979-09-22 21:50:30.318186"], ["email", "devan.zulauf@kuhnward.org"], ["first_name", "Connie"], ["is_manager", "f"], ["last_name", "Fahey"], ["title", "Sales Rep"], ["updated_at", "2014-08-18 21:50:30.318626"]]
[1m[35m (3.1ms)[0m commit transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "people" ("created_at", "dob", "email", "first_name", "is_manager", "last_name", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-08-18 21:50:30.323797"], ["dob", "1986-07-11 21:50:30.323293"], ["email", "guadalupe@lakin.info"], ["first_name", "Grayson"], ["is_manager", "f"], ["last_name", "McKenzie"], ["title", "Sales Rep"], ["updated_at", "2014-08-18 21:50:30.323797"]]
[1m[36m (2.7ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "people" ("created_at", "dob", "email", "first_name", "is_manager", "last_name", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", "2014-08-18 21:50:30.328632"], ["dob", "1981-01-23 22:50:30.328070"], ["email", "lucienne_rempel@langosh.biz"], ["first_name", "Kurtis"], ["is_manager", "f"], ["last_name", "Murazik"], ["title", "Sales Rep"], ["updated_at", "2014-08-18 21:50:30.328632"]]
[1m[35m (3.1ms)[0m commit transaction
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.9ms)[0m INSERT INTO "people" ("created_at", "dob", "email", "first_name", "is_manager", "last_name", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-08-18 21:50:30.333512"], ["dob", "1983-05-21 21:50:30.332957"], ["email", "elenor.thompson@stiedemann.org"], ["first_name", "Douglas"], ["is_manager", "f"], ["last_name", "Hermann"], ["title", "Sales Rep"], ["updated_at", "2014-08-18 21:50:30.333512"]]
[1m[36m (3.0ms)[0m [1mcommit transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "people" ("created_at", "dob", "email", "first_name", "is_manager", "last_name", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", "2014-08-18 21:50:30.339000"], ["dob", "1996-09-20 21:50:30.338486"], ["email", "alene@fahey.biz"], ["first_name", "Maxime"], ["is_manager", "f"], ["last_name", "Ruecker"], ["title", "Sales Rep"], ["updated_at", "2014-08-18 21:50:30.339000"]]
[1m[35m (3.1ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "people" ("created_at", "dob", "email", "first_name", "is_manager", "last_name", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-08-18 21:50:30.343809"], ["dob", "1988-04-09 21:50:30.343298"], ["email", "reuben_denesik@christiansenbeier.name"], ["first_name", "Anderson"], ["is_manager", "f"], ["last_name", "Keeling"], ["title", "Sales Rep"], ["updated_at", "2014-08-18 21:50:30.343809"]]
[1m[36m (3.0ms)[0m [1mcommit transaction[0m
[1m[35m (0.0ms)[0m begin transaction
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "people" ("created_at", "dob", "email", "first_name", "is_manager", "last_name", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?)[0m [["created_at", "2014-08-18 21:50:30.348506"], ["dob", "1991-04-10 21:50:30.348017"], ["email", "raven.hermann@reichel.biz"], ["first_name", "Madaline"], ["is_manager", "f"], ["last_name", "Rau"], ["title", "Sales Rep"], ["updated_at", "2014-08-18 21:50:30.348506"]]
[1m[35m (2.8ms)[0m commit transaction
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "people" ("created_at", "dob", "email", "first_name", "is_manager", "last_name", "title", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?, ?) [["created_at", "2014-08-18 21:50:30.352966"], ["dob", "1991-03-27 22:50:30.352472"], ["email", "itzel.bartell@johnston.com"], ["first_name", "Nola"], ["is_manager", "f"], ["last_name", "Schuster"], ["title", "Sales Rep"], ["updated_at", "2014-08-18 21:50:30.352966"]]
[1m[36m (3.4ms)[0m [1mcommit transaction[0m
Started GET "/people" for 127.0.0.1 at 2014-08-18 17:50:33 -0400
Processing by PeopleController#index as HTML
Rendered application/_sort_form.html.haml (0.6ms)
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.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 1 OFFSET 0
Rendered application/_pagination.html.haml (3.7ms)
Rendered people/index.html.haml within layouts/application (12.9ms)
Rendered application/_flash_messages.html.haml (0.1ms)
Completed 200 OK in 22ms (Views: 20.1ms | ActiveRecord: 0.7ms)
Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2014-08-18 17:50:34 -0400
Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2014-08-18 17:50:34 -0400
Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2014-08-18 17:50:34 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-18 17:50:34 -0400
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-08-18 17:50:34 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-18 17:50:34 -0400
Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-08-18 17:50:34 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-18 17:50:34 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-18 17:50:34 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-18 17:50:34 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-18 17:50:34 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-18 17:50:34 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-18 17:50:34 -0400
Started GET "/people?page=6&sort_by=" for 127.0.0.1 at 2014-08-18 17:53:23 -0400
Processing by PeopleController#index as HTML
Parameters: {"page"=>"6", "sort_by"=>""}
Rendered application/_sort_form.html.haml (0.6ms)
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 15 OFFSET 75[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 75
Rendered application/_pagination.html.haml (3.1ms)
Rendered people/index.html.haml within layouts/application (8.4ms)
Rendered application/_flash_messages.html.haml (0.1ms)
Completed 200 OK in 18ms (Views: 16.1ms | ActiveRecord: 0.4ms)
Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2014-08-18 17:53:23 -0400
Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2014-08-18 17:53:23 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-18 17:53:23 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-18 17:53:23 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-18 17:53:23 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-18 17:53:23 -0400
Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2014-08-18 17:53:23 -0400
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-08-18 17:53:23 -0400
Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-08-18 17:53:23 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-18 17:53:23 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-18 17:53:23 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-18 17:53:23 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-18 17:53:23 -0400
Started GET "/people?page=6&sort_by=" for 127.0.0.1 at 2014-08-18 17:55:49 -0400
Processing by PeopleController#index as HTML
Parameters: {"page"=>"6", "sort_by"=>""}
Rendered application/_sort_form.html.haml (0.6ms)
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 15 OFFSET 75[0m
[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 1 OFFSET 75
Rendered application/_pagination.html.haml (386.2ms)
Rendered people/index.html.haml within layouts/application (399.3ms)
Rendered application/_flash_messages.html.haml (0.1ms)
Completed 200 OK in 411ms (Views: 407.1ms | ActiveRecord: 0.9ms)
Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2014-08-18 17:55:50 -0400
Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2014-08-18 17:55:50 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-18 17:55:50 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-18 17:55:50 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-18 17:55:50 -0400
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-08-18 17:55:50 -0400
Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2014-08-18 17:55:50 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-18 17:55:50 -0400
Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-08-18 17:55:50 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-18 17:55:50 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-18 17:55:50 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-18 17:55:50 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-18 17:55:50 -0400
Started GET "/people?page=1&sort_by=" for 127.0.0.1 at 2014-08-18 17:55:57 -0400
Processing by PeopleController#index as HTML
Parameters: {"page"=>"1", "sort_by"=>""}
Rendered application/_sort_form.html.haml (0.7ms)
Rendered application/_search_form.html.haml (0.4ms)
[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 15 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.8ms)
Rendered people/index.html.haml within layouts/application (15.9ms)
Rendered application/_flash_messages.html.haml (0.2ms)
Completed 200 OK in 26ms (Views: 24.1ms | ActiveRecord: 0.6ms)
Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2014-08-18 17:55:57 -0400
Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2014-08-18 17:55:57 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-18 17:55:57 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-18 17:55:57 -0400
Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2014-08-18 17:55:57 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-18 17:55:57 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-18 17:55:57 -0400
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-08-18 17:55:57 -0400
Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-08-18 17:55:57 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-18 17:55:57 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-18 17:55:57 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-18 17:55:57 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-18 17:55:57 -0400
Started GET "/people/8/edit" for 127.0.0.1 at 2014-08-18 17:56:10 -0400
Processing by PeopleController#edit as HTML
Parameters: {"id"=>"8"}
[1m[35mPerson Load (0.2ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 8]]
Rendered people/_form.html.haml (21.7ms)
Rendered people/edit.html.haml within layouts/application (23.7ms)
Rendered application/_flash_messages.html.haml (0.2ms)
Completed 200 OK in 34ms (Views: 32.0ms | ActiveRecord: 0.2ms)
Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2014-08-18 17:56:10 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-18 17:56:10 -0400
Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2014-08-18 17:56:10 -0400
Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2014-08-18 17:56:10 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-18 17:56:10 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-18 17:56:10 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-18 17:56:10 -0400
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-08-18 17:56:10 -0400
Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-08-18 17:56:10 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-18 17:56:10 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-18 17:56:10 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-18 17:56:10 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-18 17:56:10 -0400
Started GET "/people?page=1&sort_by=" for 127.0.0.1 at 2014-08-18 17:56:24 -0400
Processing by PeopleController#index as HTML
Parameters: {"page"=>"1", "sort_by"=>""}
Rendered application/_sort_form.html.haml (1.0ms)
Rendered application/_search_form.html.haml (0.4ms)
[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 15 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.1ms)[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.0ms)
Rendered people/index.html.haml within layouts/application (12.8ms)
Rendered application/_flash_messages.html.haml (0.1ms)
Completed 200 OK in 21ms (Views: 19.8ms | ActiveRecord: 0.5ms)
Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2014-08-18 17:56:24 -0400
Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2014-08-18 17:56:25 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-18 17:56:25 -0400
Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2014-08-18 17:56:25 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-18 17:56:25 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-18 17:56:25 -0400
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-08-18 17:56:25 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-18 17:56:25 -0400
Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-08-18 17:56:25 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-18 17:56:25 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-18 17:56:25 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-18 17:56:25 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-18 17:56:25 -0400
Started GET "/people/4/edit" for 127.0.0.1 at 2014-08-18 17:58:47 -0400
ActionController::RoutingError (No route matches [GET] "/people/4/edit"):
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.1ms)
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (39.1ms)
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 (54.8ms)
Started GET "/people?page=1&sort_by=" for 127.0.0.1 at 2014-08-18 17:59:12 -0400
Processing by PeopleController#index as HTML
Parameters: {"page"=>"1", "sort_by"=>""}
Rendered application/_sort_form.html.haml (1.7ms)
Rendered application/_search_form.html.haml (1.7ms)
[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 (352.2ms)
Rendered people/index.html.haml within layouts/application (375.9ms)
Rendered application/_flash_messages.html.haml (1.3ms)
Completed 200 OK in 421ms (Views: 416.5ms | ActiveRecord: 1.2ms)
Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2014-08-18 17:59:13 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-18 17:59:13 -0400
Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2014-08-18 17:59:13 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-18 17:59:13 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-18 17:59:13 -0400
Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2014-08-18 17:59:13 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-18 17:59:13 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-18 17:59:13 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-18 17:59:13 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-18 17:59:13 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-18 17:59:13 -0400
Started GET "/people?page=2&sort_by=" for 127.0.0.1 at 2014-08-18 17:59:20 -0400
Processing by PeopleController#index as HTML
Parameters: {"page"=>"2", "sort_by"=>""}
Rendered application/_sort_form.html.haml (0.7ms)
Rendered application/_search_form.html.haml (0.4ms)
[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 15 OFFSET 15[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 (1.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 15[0m
Rendered application/_pagination.html.haml (4.6ms)
Rendered people/index.html.haml within layouts/application (16.5ms)
Rendered application/_flash_messages.html.haml (0.1ms)
Completed 200 OK in 27ms (Views: 23.4ms | ActiveRecord: 1.7ms)
Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2014-08-18 17:59:20 -0400
Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2014-08-18 17:59:20 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-18 17:59:20 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-18 17:59:20 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-18 17:59:20 -0400
Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2014-08-18 17:59:20 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-18 17:59:20 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-18 17:59:20 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-18 17:59:20 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-18 17:59:20 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-18 17:59:20 -0400
Started GET "/people?page=3&sort_by=" for 127.0.0.1 at 2014-08-18 17:59:25 -0400
Processing by PeopleController#index as HTML
Parameters: {"page"=>"3", "sort_by"=>""}
Rendered application/_sort_form.html.haml (0.8ms)
Rendered application/_search_form.html.haml (0.4ms)
[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 30
[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 30
Rendered application/_pagination.html.haml (5.8ms)
Rendered people/index.html.haml within layouts/application (18.9ms)
Rendered application/_flash_messages.html.haml (0.1ms)
Completed 200 OK in 28ms (Views: 26.7ms | ActiveRecord: 0.6ms)
Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2014-08-18 17:59:25 -0400
Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2014-08-18 17:59:25 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-18 17:59:25 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-18 17:59:25 -0400
Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2014-08-18 17:59:25 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-18 17:59:25 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-18 17:59:25 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-18 17:59:25 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-18 17:59:26 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-18 17:59:26 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-18 17:59:26 -0400
Started GET "/people?page=6&sort_by=" for 127.0.0.1 at 2014-08-18 17:59:35 -0400
Processing by PeopleController#index as HTML
Parameters: {"page"=>"6", "sort_by"=>""}
Rendered application/_sort_form.html.haml (0.7ms)
Rendered application/_search_form.html.haml (0.5ms)
[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 15 OFFSET 75[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 75
Rendered application/_pagination.html.haml (3.6ms)
Rendered people/index.html.haml within layouts/application (10.3ms)
Rendered application/_flash_messages.html.haml (0.1ms)
Completed 200 OK in 19ms (Views: 18.0ms | ActiveRecord: 0.4ms)
Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2014-08-18 17:59:35 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-18 17:59:35 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-18 17:59:35 -0400
Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2014-08-18 17:59:35 -0400
Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2014-08-18 17:59:35 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-18 17:59:35 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-18 17:59:35 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-18 17:59:35 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-18 17:59:35 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-18 17:59:35 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-18 17:59:35 -0400
Started GET "/people?page=3&sort_by=" for 127.0.0.1 at 2014-08-18 17:59:38 -0400
Processing by PeopleController#index as HTML
Parameters: {"page"=>"3", "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 15 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 (3.2ms)
Rendered people/index.html.haml within layouts/application (15.1ms)
Rendered application/_flash_messages.html.haml (0.1ms)
Completed 200 OK in 24ms (Views: 22.5ms | ActiveRecord: 0.6ms)
Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2014-08-18 17:59:38 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-18 17:59:38 -0400
Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2014-08-18 17:59:38 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-18 17:59:38 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-18 17:59:38 -0400
Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2014-08-18 17:59:38 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-18 17:59:38 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-18 17:59:38 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-18 17:59:38 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-18 17:59:38 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-18 17:59:38 -0400
Started GET "/people?page=2&sort_by=" for 127.0.0.1 at 2014-08-18 17:59:43 -0400
Processing by PeopleController#index as HTML
Parameters: {"page"=>"2", "sort_by"=>""}
Rendered application/_sort_form.html.haml (0.7ms)
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 15
[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 15
Rendered application/_pagination.html.haml (3.6ms)
Rendered people/index.html.haml within layouts/application (15.0ms)
Rendered application/_flash_messages.html.haml (0.1ms)
Completed 200 OK in 24ms (Views: 22.1ms | ActiveRecord: 0.6ms)
Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2014-08-18 17:59:43 -0400
Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2014-08-18 17:59:43 -0400
Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2014-08-18 17:59:43 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-18 17:59:43 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-18 17:59:43 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-18 17:59:43 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-18 17:59:43 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-18 17:59:43 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-18 17:59:43 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-18 17:59:43 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-18 17:59:43 -0400
Started GET "/people/29/edit" for 127.0.0.1 at 2014-08-18 17:59:50 -0400
Processing by PeopleController#edit as HTML
Parameters: {"id"=>"29"}
[1m[36mPerson Load (0.2ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 29]]
Rendered people/_form.html.haml (14.4ms)
Rendered people/edit.html.haml within layouts/application (16.5ms)
Rendered application/_flash_messages.html.haml (0.1ms)
Completed 200 OK in 25ms (Views: 23.9ms | ActiveRecord: 0.2ms)
Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2014-08-18 17:59:50 -0400
Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2014-08-18 17:59:50 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-18 17:59:50 -0400
Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2014-08-18 17:59:50 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-18 17:59:50 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-18 17:59:50 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-18 17:59:50 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-18 17:59:50 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-18 17:59:50 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-18 17:59:50 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-18 17:59:50 -0400
Started GET "/people/29/edit" for 127.0.0.1 at 2014-08-18 18:00:22 -0400
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by PeopleController#edit as HTML
Parameters: {"id"=>"29"}
[1m[35mPerson Load (0.2ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 29]]
Rendered people/_form.html.haml (389.6ms)
Rendered people/edit.html.haml within layouts/application (396.7ms)
Rendered application/_flash_messages.html.haml (1.1ms)
Completed 200 OK in 460ms (Views: 450.7ms | ActiveRecord: 0.5ms)
Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2014-08-18 18:00:23 -0400
Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2014-08-18 18:00:23 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-18 18:00:23 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-18 18:00:23 -0400
Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2014-08-18 18:00:23 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-18 18:00:23 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-18 18:00:23 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-18 18:00:23 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-18 18:00:23 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-18 18:00:23 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-18 18:00:23 -0400
Started GET "/people?page=2&sort_by=" for 127.0.0.1 at 2014-08-18 18:00:28 -0400
Processing by PeopleController#index as HTML
Parameters: {"page"=>"2", "sort_by"=>""}
Rendered application/_sort_form.html.haml (1.6ms)
Rendered application/_search_form.html.haml (1.8ms)
[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 15 OFFSET 15[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 15[0m
Rendered application/_pagination.html.haml (5.7ms)
Rendered people/index.html.haml within layouts/application (25.8ms)
Rendered application/_flash_messages.html.haml (0.2ms)
Completed 200 OK in 38ms (Views: 36.2ms | ActiveRecord: 0.7ms)
Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2014-08-18 18:00:28 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-18 18:00:28 -0400
Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2014-08-18 18:00:28 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-18 18:00:28 -0400
Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2014-08-18 18:00:28 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-18 18:00:28 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-18 18:00:28 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-18 18:00:28 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-18 18:00:28 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-18 18:00:28 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-18 18:00:28 -0400
Started GET "/people?page=3&sort_by=" for 127.0.0.1 at 2014-08-18 18:00:35 -0400
Processing by PeopleController#index as HTML
Parameters: {"page"=>"3", "sort_by"=>""}
Rendered application/_sort_form.html.haml (0.7ms)
Rendered application/_search_form.html.haml (0.4ms)
[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 30
[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 30
Rendered application/_pagination.html.haml (3.4ms)
Rendered people/index.html.haml within layouts/application (14.3ms)
Rendered application/_flash_messages.html.haml (0.1ms)
Completed 200 OK in 23ms (Views: 21.1ms | ActiveRecord: 0.6ms)
Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2014-08-18 18:00:36 -0400
Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2014-08-18 18:00:36 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-18 18:00:36 -0400
Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2014-08-18 18:00:36 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-18 18:00:36 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-18 18:00:36 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-18 18:00:36 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-18 18:00:36 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-18 18:00:36 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-18 18:00:36 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-18 18:00:36 -0400
Started GET "/people?page=3&sort_by=title+desc" for 127.0.0.1 at 2014-08-18 18:00:41 -0400
Processing by PeopleController#index as HTML
Parameters: {"page"=>"3", "sort_by"=>"title desc"}
Rendered application/_sort_form.html.haml (0.6ms)
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"."title" DESC LIMIT 15 OFFSET 30[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.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"."title" DESC LIMIT 1 OFFSET 30[0m
Rendered application/_pagination.html.haml (4.7ms)
Rendered people/index.html.haml within layouts/application (25.2ms)
Rendered application/_flash_messages.html.haml (0.2ms)
Completed 200 OK in 40ms (Views: 37.4ms | ActiveRecord: 1.3ms)
Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2014-08-18 18:00:41 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-18 18:00:42 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-18 18:00:42 -0400
Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2014-08-18 18:00:42 -0400
Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2014-08-18 18:00:42 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-18 18:00:42 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-18 18:00:42 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-18 18:00:42 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-18 18:00:42 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-18 18:00:42 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-18 18:00:42 -0400
Started GET "/people?page=3&sort_by=dob+desc" for 127.0.0.1 at 2014-08-18 18:00:46 -0400
Processing by PeopleController#index as HTML
Parameters: {"page"=>"3", "sort_by"=>"dob desc"}
Rendered application/_sort_form.html.haml (1.2ms)
Rendered application/_search_form.html.haml (0.8ms)
[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"."dob" DESC LIMIT 15 OFFSET 30
[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"."dob" DESC LIMIT 1 OFFSET 30
Rendered application/_pagination.html.haml (4.5ms)
Rendered people/index.html.haml within layouts/application (20.1ms)
Rendered application/_flash_messages.html.haml (0.1ms)
Completed 200 OK in 32ms (Views: 28.1ms | ActiveRecord: 1.6ms)
Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2014-08-18 18:00:46 -0400
Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2014-08-18 18:00:46 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-18 18:00:46 -0400
Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2014-08-18 18:00:46 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-18 18:00:46 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-18 18:00:46 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-18 18:00:46 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-18 18:00:46 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-18 18:00:47 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-18 18:00:47 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-18 18:00:47 -0400
Started GET "/people?page=3&sort_by=dob+desc" for 127.0.0.1 at 2014-08-18 21:43:34 -0400
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by PeopleController#index as HTML
Parameters: {"page"=>"3", "sort_by"=>"dob desc"}
Rendered application/_sort_form.html.haml (2.2ms)
Rendered application/_search_form.html.haml (2.3ms)
[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"."dob" DESC LIMIT 15 OFFSET 30
[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" DESC LIMIT 1 OFFSET 30
Rendered application/_pagination.html.haml (372.0ms)
Rendered people/index.html.haml within layouts/application (406.0ms)
Rendered application/_flash_messages.html.haml (1.5ms)
Completed 200 OK in 537ms (Views: 531.6ms | ActiveRecord: 2.0ms)
Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2014-08-18 21:43:35 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-18 21:43:35 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-18 21:43:35 -0400
Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2014-08-18 21:43:35 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-18 21:43:35 -0400
Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2014-08-18 21:43:35 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-18 21:43:35 -0400
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-08-18 21:43:35 -0400
Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-08-18 21:43:35 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-18 21:43:35 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-18 21:43:35 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-18 21:43:35 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-18 21:43:35 -0400
Started GET "/people/65/edit" for 127.0.0.1 at 2014-08-18 21:43:39 -0400
Processing by PeopleController#edit as HTML
Parameters: {"id"=>"65"}
[1m[36mPerson Load (0.2ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 65]]
Rendered people/_form.html.haml (119.4ms)
Rendered people/edit.html.haml within layouts/application (121.0ms)
Rendered application/_flash_messages.html.haml (0.2ms)
Completed 200 OK in 131ms (Views: 129.6ms | ActiveRecord: 0.2ms)
Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2014-08-18 21:43:39 -0400
Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2014-08-18 21:43:39 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-18 21:43:39 -0400
Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2014-08-18 21:43:39 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-18 21:43:39 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-18 21:43:39 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-18 21:43:39 -0400
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-08-18 21:43:39 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-18 21:43:39 -0400
Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-08-18 21:43:39 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-18 21:43:39 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-18 21:43:39 -0400
Started GET "/assets/jquery-ui/ui-icons_454545_256x240.png" for 127.0.0.1 at 2014-08-18 21:43:49 -0400
Started GET "/assets/jquery-ui/ui-bg_glass_65_ffffff_1x400.png" for 127.0.0.1 at 2014-08-18 21:43:59 -0400
Started PATCH "/people/65" for 127.0.0.1 at 2014-08-18 21:44:09 -0400
Processing by PeopleController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"b4nkdCd015ic26VYjpn7TxyAa4/QpKmToCwMJ849akM=", "person"=>{"first_name"=>"Mathilde", "last_name"=>"O'Connell", "email"=>"vivien_bernier@stoltenbergwyman.net", "title"=>"Sales Rep", "dob"=>"11/11/2014", "is_manager"=>"0"}, "btn_reload"=>"Save & Reload", "id"=>"65"}
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 65]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.7ms)[0m UPDATE "people" SET "dob" = ?, "updated_at" = ? WHERE "people"."id" = 65 [["dob", "2014-11-11 00:00:00.000000"], ["updated_at", "2014-08-19 01:44:09.522055"]]
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
Redirected to http://localhost:3001/people/65/edit
Completed 302 Found in 39ms (ActiveRecord: 1.9ms)
Started GET "/people/65/edit" for 127.0.0.1 at 2014-08-18 21:44:09 -0400
Processing by PeopleController#edit as HTML
Parameters: {"id"=>"65"}
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 65]]
Rendered people/_form.html.haml (4.1ms)
Rendered people/edit.html.haml within layouts/application (4.8ms)
Rendered application/_flash_messages.html.haml (0.2ms)
Completed 200 OK in 15ms (Views: 13.7ms | ActiveRecord: 0.1ms)
Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2014-08-18 21:44:09 -0400
Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2014-08-18 21:44:09 -0400
Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2014-08-18 21:44:09 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-18 21:44:09 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-18 21:44:09 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-18 21:44:09 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-18 21:44:09 -0400
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-08-18 21:44:09 -0400
Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-08-18 21:44:09 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-18 21:44:09 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-18 21:44:09 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-18 21:44:09 -0400
Started GET "/people/65/edit" for 127.0.0.1 at 2014-08-18 21:48:18 -0400
Processing by PeopleController#edit as HTML
Parameters: {"id"=>"65"}
[1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 65]]
Rendered people/_form.html.haml (7.4ms)
Rendered people/edit.html.haml within layouts/application (8.1ms)
Rendered application/_flash_messages.html.haml (0.1ms)
Completed 200 OK in 17ms (Views: 15.7ms | ActiveRecord: 0.1ms)
Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2014-08-18 21:48:18 -0400
Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2014-08-18 21:48:18 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-18 21:48:18 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-18 21:48:18 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-18 21:48:18 -0400
Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2014-08-18 21:48:18 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-18 21:48:18 -0400
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-08-18 21:48:18 -0400
Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-08-18 21:48:18 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-18 21:48:18 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-18 21:48:18 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-18 21:48:18 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-18 21:48:18 -0400
Started GET "/people/65/edit" for 127.0.0.1 at 2014-08-18 21:48:52 -0400
Processing by PeopleController#edit as HTML
Parameters: {"id"=>"65"}
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 65]]
Rendered people/_form.html.haml (6.9ms)
Rendered people/edit.html.haml within layouts/application (7.7ms)
Rendered application/_flash_messages.html.haml (0.1ms)
Completed 200 OK in 17ms (Views: 16.3ms | ActiveRecord: 0.1ms)
Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2014-08-18 21:48:52 -0400
Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2014-08-18 21:48:52 -0400
Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2014-08-18 21:48:52 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-18 21:48:52 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-18 21:48:52 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-18 21:48:52 -0400
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-08-18 21:48:52 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-18 21:48:52 -0400
Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-08-18 21:48:52 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-18 21:48:52 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-18 21:48:52 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-18 21:48:52 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-18 21:48:52 -0400
Started GET "/people/65/edit" for 127.0.0.1 at 2014-08-18 21:49:26 -0400
Processing by PeopleController#edit as HTML
Parameters: {"id"=>"65"}
[1m[36mPerson Load (0.2ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 65]]
Rendered people/_form.html.haml (6.8ms)
Rendered people/edit.html.haml within layouts/application (9.2ms)
Rendered application/_flash_messages.html.haml (0.2ms)
Completed 200 OK in 22ms (Views: 20.0ms | ActiveRecord: 0.2ms)
Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2014-08-18 21:49:26 -0400
Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2014-08-18 21:49:26 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-18 21:49:26 -0400
Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2014-08-18 21:49:26 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-18 21:49:26 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-18 21:49:26 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-18 21:49:26 -0400
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-08-18 21:49:26 -0400
Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-08-18 21:49:26 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-18 21:49:26 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-18 21:49:26 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-18 21:49:26 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-18 21:49:26 -0400
Started GET "/people/65/edit" for 127.0.0.1 at 2014-08-18 21:49:41 -0400
Processing by PeopleController#edit as HTML
Parameters: {"id"=>"65"}
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 65]]
Rendered people/_form.html.haml (7.6ms)
Rendered people/edit.html.haml within layouts/application (8.5ms)
Rendered application/_flash_messages.html.haml (0.1ms)
Completed 200 OK in 18ms (Views: 17.4ms | ActiveRecord: 0.1ms)
Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2014-08-18 21:49:41 -0400
Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2014-08-18 21:49:41 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-18 21:49:41 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-18 21:49:41 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-18 21:49:41 -0400
Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2014-08-18 21:49:41 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-18 21:49:41 -0400
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-08-18 21:49:41 -0400
Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-08-18 21:49:41 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-18 21:49:41 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-18 21:49:41 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-18 21:49:41 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-18 21:49:41 -0400
Started GET "/people/65/edit" for 127.0.0.1 at 2014-08-18 21:53:41 -0400
Processing by PeopleController#edit as HTML
Parameters: {"id"=>"65"}
[1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 65]]
Rendered people/_form.html.haml (7.4ms)
Rendered people/edit.html.haml within layouts/application (8.2ms)
Rendered application/_flash_messages.html.haml (0.1ms)
Completed 200 OK in 17ms (Views: 16.2ms | ActiveRecord: 0.1ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-18 21:53:41 -0400
Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2014-08-18 21:53:41 -0400
Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2014-08-18 21:53:41 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-18 21:53:41 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-18 21:53:41 -0400
Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2014-08-18 21:53:41 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-18 21:53:41 -0400
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-08-18 21:53:41 -0400
Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-08-18 21:53:41 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-18 21:53:41 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-18 21:53:41 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-18 21:53:41 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-18 21:53:41 -0400
Started GET "/people/65/edit" for 127.0.0.1 at 2014-08-18 21:53:56 -0400
Processing by PeopleController#edit as HTML
Parameters: {"id"=>"65"}
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 65]]
Rendered people/_form.html.haml (383.0ms)
Rendered people/edit.html.haml within layouts/application (383.8ms)
Rendered application/_flash_messages.html.haml (0.1ms)
Completed 200 OK in 399ms (Views: 392.4ms | ActiveRecord: 0.6ms)
Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2014-08-18 21:53:56 -0400
Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2014-08-18 21:53:56 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-18 21:53:56 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-18 21:53:56 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-18 21:53:56 -0400
Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2014-08-18 21:53:56 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-18 21:53:57 -0400
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-08-18 21:53:57 -0400
Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-08-18 21:53:57 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-18 21:53:57 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-18 21:53:57 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-18 21:53:57 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-18 21:53:57 -0400
Started GET "/people/65/edit" for 127.0.0.1 at 2014-08-18 21:54:08 -0400
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by PeopleController#edit as HTML
Parameters: {"id"=>"65"}
[1m[35mPerson Load (0.2ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 65]]
Rendered people/_form.html.haml (395.3ms)
Rendered people/edit.html.haml within layouts/application (401.2ms)
Rendered application/_flash_messages.html.haml (0.9ms)
Completed 200 OK in 477ms (Views: 468.7ms | ActiveRecord: 0.5ms)
Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2014-08-18 21:54:09 -0400
Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2014-08-18 21:54:09 -0400
Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2014-08-18 21:54:09 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-18 21:54:09 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-18 21:54:09 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-18 21:54:09 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-18 21:54:09 -0400
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-08-18 21:54:09 -0400
Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-08-18 21:54:09 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-18 21:54:09 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-18 21:54:09 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-18 21:54:09 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-18 21:54:09 -0400
Started GET "/people/65/edit" for 127.0.0.1 at 2014-08-18 21:54:38 -0400
Processing by PeopleController#edit as HTML
Parameters: {"id"=>"65"}
[1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 65]]
Rendered people/_form.html.haml (8.0ms)
Rendered people/edit.html.haml within layouts/application (8.7ms)
Rendered application/_flash_messages.html.haml (0.1ms)
Completed 200 OK in 53ms (Views: 52.2ms | ActiveRecord: 0.1ms)
Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2014-08-18 21:54:38 -0400
Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2014-08-18 21:54:38 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-18 21:54:38 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-18 21:54:38 -0400
Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2014-08-18 21:54:38 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-18 21:54:38 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-18 21:54:38 -0400
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-08-18 21:54:38 -0400
Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-08-18 21:54:38 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-18 21:54:38 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-18 21:54:38 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-18 21:54:38 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-18 21:54:38 -0400
Started GET "/people/65/edit" for 127.0.0.1 at 2014-08-18 21:55:33 -0400
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by PeopleController#edit as HTML
Parameters: {"id"=>"65"}
[1m[35mPerson Load (0.2ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 65]]
Rendered people/_form.html.haml (394.3ms)
Rendered people/edit.html.haml within layouts/application (400.7ms)
Rendered application/_flash_messages.html.haml (1.1ms)
Completed 200 OK in 478ms (Views: 468.5ms | ActiveRecord: 0.5ms)
Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2014-08-18 21:55:33 -0400
Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2014-08-18 21:55:33 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-18 21:55:33 -0400
Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2014-08-18 21:55:33 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-18 21:55:33 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-18 21:55:33 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-18 21:55:33 -0400
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-08-18 21:55:33 -0400
Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-08-18 21:55:33 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-18 21:55:33 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-18 21:55:33 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-18 21:55:33 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-18 21:55:33 -0400
Started PATCH "/people/65" for 127.0.0.1 at 2014-08-18 21:58:12 -0400
Processing by PeopleController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"b4nkdCd015ic26VYjpn7TxyAa4/QpKmToCwMJ849akM=", "person"=>{"first_name"=>"Mathilde", "last_name"=>"O'Connell", "email"=>"vivien_bernier@stoltenbergwyman.net", "title"=>"Sales Rep", "dob"=>"08/04/2014", "is_manager"=>"0"}, "btn_reload"=>"Save & Reload", "id"=>"65"}
[1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 65]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.7ms)[0m [1mUPDATE "people" SET "dob" = ?, "updated_at" = ? WHERE "people"."id" = 65[0m [["dob", "2014-04-08 00:00:00.000000"], ["updated_at", "2014-08-19 01:58:12.899116"]]
[1m[35m (0.9ms)[0m commit transaction
Redirected to http://localhost:3001/people/65/edit
Completed 302 Found in 9ms (ActiveRecord: 1.8ms)
Started GET "/people/65/edit" for 127.0.0.1 at 2014-08-18 21:58:12 -0400
Processing by PeopleController#edit as HTML
Parameters: {"id"=>"65"}
[1m[36mPerson Load (0.2ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 65]]
Rendered people/_form.html.haml (5.0ms)
Rendered people/edit.html.haml within layouts/application (5.7ms)
Rendered application/_flash_messages.html.haml (0.2ms)
Completed 200 OK in 15ms (Views: 14.1ms | ActiveRecord: 0.2ms)
Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2014-08-18 21:58:12 -0400
Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2014-08-18 21:58:12 -0400
Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2014-08-18 21:58:12 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-18 21:58:12 -0400
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-08-18 21:58:12 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-18 21:58:12 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-18 21:58:12 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-18 21:58:12 -0400
Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-08-18 21:58:12 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-18 21:58:13 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-18 21:58:13 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-18 21:58:13 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-18 21:58:13 -0400
Started GET "/people/65/edit" for 127.0.0.1 at 2014-08-18 22:03:19 -0400
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by PeopleController#edit as HTML
Parameters: {"id"=>"65"}
[1m[35mPerson Load (0.2ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 65]]
Rendered people/_form.html.haml (382.8ms)
Rendered people/edit.html.haml within layouts/application (388.8ms)
Rendered application/_flash_messages.html.haml (1.0ms)
Completed 200 OK in 465ms (Views: 455.7ms | ActiveRecord: 0.5ms)
Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2014-08-18 22:03:20 -0400
Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2014-08-18 22:03:20 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-18 22:03:20 -0400
Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2014-08-18 22:03:20 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-18 22:03:20 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-18 22:03:20 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-18 22:03:20 -0400
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-08-18 22:03:20 -0400
Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-08-18 22:03:20 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-18 22:03:20 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-18 22:03:20 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-18 22:03:20 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-18 22:03:20 -0400
Started GET "/people/65/edit" for 127.0.0.1 at 2014-08-18 22:06:22 -0400
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by PeopleController#edit as HTML
Parameters: {"id"=>"65"}
[1m[35mPerson Load (0.2ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 65]]
Rendered people/_form.html.haml (401.8ms)
Rendered people/edit.html.haml within layouts/application (407.7ms)
Rendered application/_flash_messages.html.haml (1.2ms)
Completed 200 OK in 485ms (Views: 476.2ms | ActiveRecord: 0.5ms)
Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2014-08-18 22:06:23 -0400
Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2014-08-18 22:06:23 -0400
Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2014-08-18 22:06:23 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-18 22:06:23 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-18 22:06:23 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-18 22:06:23 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-18 22:06:23 -0400
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-08-18 22:06:23 -0400
Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-08-18 22:06:23 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-18 22:06:23 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-18 22:06:23 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-18 22:06:23 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-18 22:06:23 -0400
Started PATCH "/people/65" for 127.0.0.1 at 2014-08-18 22:07:05 -0400
Processing by PeopleController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"b4nkdCd015ic26VYjpn7TxyAa4/QpKmToCwMJ849akM=", "person"=>{"first_name"=>"Mathilde", "last_name"=>"O'Connell", "email"=>"vivien_bernier@stoltenbergwyman.net", "title"=>"Sales Rep", "dob"=>"08/21/2014", "is_manager"=>"0"}, "btn_reload"=>"Save & Reload", "id"=>"65"}
[1m[36mPerson Load (0.2ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 65]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
Completed 500 Internal Server Error in 3ms
ArgumentError (argument out of range):
app/controllers/people_controller.rb:29:in `update'
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.1ms)
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 (16.7ms)
Started GET "/people/65/edit" for 127.0.0.1 at 2014-08-18 22:09:50 -0400
Processing by PeopleController#edit as HTML
Parameters: {"id"=>"65"}
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 65]]
Rendered people/_form.html.haml (4.5ms)
Rendered people/edit.html.haml within layouts/application (5.3ms)
Rendered application/_flash_messages.html.haml (0.1ms)
Completed 200 OK in 16ms (Views: 15.3ms | ActiveRecord: 0.1ms)
Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2014-08-18 22:09:50 -0400
Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2014-08-18 22:09:50 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-18 22:09:50 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-18 22:09:50 -0400
Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2014-08-18 22:09:50 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-18 22:09:50 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-18 22:09:50 -0400
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-08-18 22:09:50 -0400
Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-08-18 22:09:50 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-18 22:09:50 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-18 22:09:50 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-18 22:09:50 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-18 22:09:50 -0400
Started PATCH "/people/65" for 127.0.0.1 at 2014-08-18 22:09:57 -0400
Processing by PeopleController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"b4nkdCd015ic26VYjpn7TxyAa4/QpKmToCwMJ849akM=", "person"=>{"first_name"=>"Mathilde", "last_name"=>"O'Connell", "email"=>"vivien_bernier@stoltenbergwyman.net", "title"=>"Sales Rep", "dob"=>"08/18/2014 22:09:50", "is_manager"=>"0"}, "btn_reload"=>"Save & Reload", "id"=>"65"}
[1m[36mPerson Load (0.2ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 65]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
Completed 500 Internal Server Error in 3ms
ArgumentError (argument out of range):
app/controllers/people_controller.rb:29:in `update'
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.5ms)
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms)
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 (0.9ms)
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 (12.9ms)
Started PATCH "/people/65" for 127.0.0.1 at 2014-08-18 22:10:06 -0400
Processing by PeopleController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"b4nkdCd015ic26VYjpn7TxyAa4/QpKmToCwMJ849akM=", "person"=>{"first_name"=>"Mathilde", "last_name"=>"O'Connell", "email"=>"vivien_bernier@stoltenbergwyman.net", "title"=>"Sales Rep", "dob"=>"08/20/2014", "is_manager"=>"0"}, "btn_reload"=>"Save & Reload", "id"=>"65"}
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 65]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
Completed 500 Internal Server Error in 2ms
ArgumentError (argument out of range):
app/controllers/people_controller.rb:29:in `update'
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.6ms)
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms)
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.0ms)
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 (13.8ms)
Started GET "/people/65/edit" for 127.0.0.1 at 2014-08-18 22:10:13 -0400
Processing by PeopleController#edit as HTML
Parameters: {"id"=>"65"}
[1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 65]]
Rendered people/_form.html.haml (3.7ms)
Rendered people/edit.html.haml within layouts/application (4.4ms)
Rendered application/_flash_messages.html.haml (0.1ms)
Completed 200 OK in 13ms (Views: 12.6ms | ActiveRecord: 0.1ms)
Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2014-08-18 22:10:13 -0400
Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2014-08-18 22:10:13 -0400
Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2014-08-18 22:10:13 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-18 22:10:13 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-18 22:10:13 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-18 22:10:13 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-18 22:10:13 -0400
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-08-18 22:10:13 -0400
Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-08-18 22:10:13 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-18 22:10:13 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-18 22:10:13 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-18 22:10:13 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-18 22:10:13 -0400
Started PATCH "/people/65" for 127.0.0.1 at 2014-08-18 22:10:15 -0400
Processing by PeopleController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"b4nkdCd015ic26VYjpn7TxyAa4/QpKmToCwMJ849akM=", "person"=>{"first_name"=>"Mathilde", "last_name"=>"O'Connell", "email"=>"vivien_bernier@stoltenbergwyman.net", "title"=>"Sales Rep", "dob"=>"08/18/2014 22:10:13", "is_manager"=>"0"}, "btn_reload"=>"Save & Reload", "id"=>"65"}
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 65]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m rollback transaction
Completed 500 Internal Server Error in 3ms
ArgumentError (argument out of range):
app/controllers/people_controller.rb:29:in `update'
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.6ms)
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.7ms)
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.1ms)
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 (15.5ms)
Started GET "/people/65/edit" for 127.0.0.1 at 2014-08-18 22:33:29 -0400
Processing by PeopleController#edit as HTML
Parameters: {"id"=>"65"}
[1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 65]]
Rendered people/_form.html.haml (443.6ms)
Rendered people/edit.html.haml within layouts/application (444.4ms)
Rendered application/_flash_messages.html.haml (0.1ms)
Completed 200 OK in 460ms (Views: 452.8ms | ActiveRecord: 0.6ms)
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-18 22:33:29 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-18 22:33:29 -0400
Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2014-08-18 22:33:29 -0400
Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2014-08-18 22:33:29 -0400
Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2014-08-18 22:33:29 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-18 22:33:29 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-18 22:33:29 -0400
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-08-18 22:33:29 -0400
Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-08-18 22:33:29 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-18 22:33:29 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-18 22:33:29 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-18 22:33:29 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-18 22:33:29 -0400
Started PATCH "/people/65" for 127.0.0.1 at 2014-08-18 22:33:39 -0400
Processing by PeopleController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"b4nkdCd015ic26VYjpn7TxyAa4/QpKmToCwMJ849akM=", "person"=>{"first_name"=>"Mathilde", "last_name"=>"O'Connell", "email"=>"vivien_bernier@stoltenbergwyman.net", "title"=>"Sales Rep", "dob(1i)"=>"2014", "dob(2i)"=>"4", "dob(3i)"=>"8", "dob(4i)"=>"07", "dob(5i)"=>"04", "is_manager"=>"0"}, "btn_reload"=>"Save & Reload", "id"=>"65"}
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 65]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m UPDATE "people" SET "dob" = ?, "updated_at" = ? WHERE "people"."id" = 65 [["dob", "2014-04-08 07:04:00.000000"], ["updated_at", "2014-08-19 02:33:39.896748"]]
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
Redirected to http://localhost:3001/people/65/edit
Completed 302 Found in 9ms (ActiveRecord: 1.7ms)
Started GET "/people/65/edit" for 127.0.0.1 at 2014-08-18 22:33:39 -0400
Processing by PeopleController#edit as HTML
Parameters: {"id"=>"65"}
[1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 65]]
Rendered people/_form.html.haml (7.9ms)
Rendered people/edit.html.haml within layouts/application (8.7ms)
Rendered application/_flash_messages.html.haml (0.1ms)
Completed 200 OK in 18ms (Views: 16.6ms | ActiveRecord: 0.1ms)
Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2014-08-18 22:33:39 -0400
Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2014-08-18 22:33:39 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-18 22:33:39 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-18 22:33:39 -0400
Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2014-08-18 22:33:39 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-18 22:33:39 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-18 22:33:39 -0400
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-08-18 22:33:39 -0400
Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-08-18 22:33:40 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-18 22:33:40 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-18 22:33:40 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-18 22:33:40 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-18 22:33:40 -0400
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Migrating to CreateSchedules (20140819024249)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.7ms)[0m [1mCREATE TABLE "schedules" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "breakfast" time, "birthday" date, "appointment" datetime, "dinner" time, "easter" date, "created_at" datetime, "updated_at" datetime) [0m
[1m[35mSQL (0.3ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20140819024249"]]
[1m[36m (1.1ms)[0m [1mcommit transaction[0m
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
Started GET "/schedules" for 127.0.0.1 at 2014-08-18 22:45:26 -0400
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
ActionController::RoutingError (uninitialized constant SchedulesController):
activesupport (4.1.4) lib/active_support/inflector/methods.rb:238:in `const_get'
activesupport (4.1.4) lib/active_support/inflector/methods.rb:238:in `block in constantize'
activesupport (4.1.4) lib/active_support/inflector/methods.rb:236:in `each'
activesupport (4.1.4) lib/active_support/inflector/methods.rb:236:in `inject'
activesupport (4.1.4) lib/active_support/inflector/methods.rb:236:in `constantize'
actionpack (4.1.4) lib/action_dispatch/routing/route_set.rb:78:in `controller_reference'
actionpack (4.1.4) lib/action_dispatch/routing/route_set.rb:68:in `controller'
actionpack (4.1.4) lib/action_dispatch/routing/route_set.rb:46:in `call'
actionpack (4.1.4) lib/action_dispatch/journey/router.rb:71:in `block in call'
actionpack (4.1.4) lib/action_dispatch/journey/router.rb:59:in `each'
actionpack (4.1.4) lib/action_dispatch/journey/router.rb:59:in `call'
actionpack (4.1.4) lib/action_dispatch/routing/route_set.rb:678:in `call'
rack (1.5.2) lib/rack/etag.rb:23:in `call'
rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
rack (1.5.2) lib/rack/head.rb:11:in `call'
actionpack (4.1.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.1.4) lib/action_dispatch/middleware/flash.rb:254:in `call'
rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.1.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.1.4) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.1.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
activerecord (4.1.4) lib/active_record/migration.rb:380:in `call'
actionpack (4.1.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.1.4) lib/active_support/callbacks.rb:82:in `run_callbacks'
actionpack (4.1.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.1.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.1.4) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
actionpack (4.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:17: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.2ms)
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.8ms)
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (31.7ms)
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (57.9ms)
Started GET "/schedules" for 127.0.0.1 at 2014-08-18 22:47:09 -0400
Processing by SchedulesController#index as HTML
Rendered application/_sort_form.html.haml (1.5ms)
Rendered application/_search_form.html.haml (1.7ms)
[1m[35mSchedule Load (0.2ms)[0m SELECT "schedules".* FROM "schedules" WHERE (1=2 or breakfast like '%%' or birthday like '%%' or appointment like '%%' or dinner like '%%' or easter like '%%') LIMIT 15 OFFSET 0
Rendered application/_pagination.html.haml (352.2ms)
Rendered schedules/index.html.haml within layouts/application (366.7ms)
Rendered application/_flash_messages.html.haml (0.1ms)
Completed 200 OK in 382ms (Views: 378.6ms | ActiveRecord: 0.6ms)
Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2014-08-18 22:47:10 -0400
Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2014-08-18 22:47:10 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-18 22:47:10 -0400
Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2014-08-18 22:47:10 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-18 22:47:10 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-18 22:47:10 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-18 22:47:10 -0400
Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-08-18 22:47:10 -0400
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-08-18 22:47:10 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-18 22:47:10 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-18 22:47:10 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-18 22:47:10 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-18 22:47:10 -0400
Started GET "/schedules/new" for 127.0.0.1 at 2014-08-18 22:47:14 -0400
Processing by SchedulesController#new as HTML
Rendered schedules/_form.html.haml (51.6ms)
Rendered schedules/new.html.haml within layouts/application (53.9ms)
Rendered application/_flash_messages.html.haml (0.1ms)
Completed 200 OK in 63ms (Views: 62.8ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2014-08-18 22:47:14 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-18 22:47:14 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-18 22:47:14 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-18 22:47:14 -0400
Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2014-08-18 22:47:14 -0400
Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2014-08-18 22:47:14 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-18 22:47:14 -0400
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-08-18 22:47:14 -0400
Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-08-18 22:47:14 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-18 22:47:14 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-18 22:47:14 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-18 22:47:14 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-18 22:47:14 -0400
Started GET "/schedules/new" for 127.0.0.1 at 2014-08-18 22:49:38 -0400
Processing by SchedulesController#new as HTML
Rendered schedules/_form.html.haml (380.7ms)
Rendered schedules/new.html.haml within layouts/application (381.9ms)
Rendered application/_flash_messages.html.haml (0.1ms)
Completed 200 OK in 395ms (Views: 392.0ms | ActiveRecord: 0.4ms)
Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2014-08-18 22:49:38 -0400
Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2014-08-18 22:49:38 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-18 22:49:38 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-18 22:49:38 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-18 22:49:38 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-18 22:49:38 -0400
Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2014-08-18 22:49:38 -0400
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-08-18 22:49:38 -0400
Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-08-18 22:49:38 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-18 22:49:38 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-18 22:49:38 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-18 22:49:38 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-18 22:49:38 -0400
Started POST "/schedules" for 127.0.0.1 at 2014-08-18 22:49:55 -0400
Processing by SchedulesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"b4nkdCd015ic26VYjpn7TxyAa4/QpKmToCwMJ849akM=", "schedule"=>{"breakfast(1i)"=>"2014", "breakfast(2i)"=>"8", "breakfast(3i)"=>"19", "breakfast(4i)"=>"02", "breakfast(5i)"=>"49", "birthday"=>"08/12/2014", "appointment(1i)"=>"2014", "appointment(2i)"=>"8", "appointment(3i)"=>"19", "appointment(4i)"=>"02", "appointment(5i)"=>"49", "dinner(1i)"=>"2014", "dinner(2i)"=>"8", "dinner(3i)"=>"19", "dinner(4i)"=>"02", "dinner(5i)"=>"49", "easter"=>"08/18/2014"}, "btn_reload"=>"Save & Reload"}
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.5ms)[0m INSERT INTO "schedules" ("appointment", "birthday", "breakfast", "created_at", "dinner", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["appointment", "2014-08-19 02:49:00.000000"], ["birthday", "2014-12-08"], ["breakfast", "2014-08-19 02:49:00.000000"], ["created_at", "2014-08-19 02:49:55.250399"], ["dinner", "2014-08-19 02:49:00.000000"], ["updated_at", "2014-08-19 02:49:55.250399"]]
[1m[36m (1.1ms)[0m [1mcommit transaction[0m
Redirected to http://localhost:3001/schedules/new
Completed 302 Found in 7ms (ActiveRecord: 1.7ms)
Started GET "/schedules/new" for 127.0.0.1 at 2014-08-18 22:49:55 -0400
Processing by SchedulesController#new as HTML
Rendered schedules/_form.html.haml (14.7ms)
Rendered schedules/new.html.haml within layouts/application (15.7ms)
Rendered application/_flash_messages.html.haml (0.2ms)
Completed 200 OK in 25ms (Views: 24.8ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2014-08-18 22:49:55 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-18 22:49:55 -0400
Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2014-08-18 22:49:55 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-18 22:49:55 -0400
Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2014-08-18 22:49:55 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-18 22:49:55 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-18 22:49:55 -0400
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-08-18 22:49:55 -0400
Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-08-18 22:49:55 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-18 22:49:55 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-18 22:49:55 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-18 22:49:55 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-18 22:49:55 -0400
Started POST "/schedules" for 127.0.0.1 at 2014-08-18 22:50:13 -0400
Processing by SchedulesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"b4nkdCd015ic26VYjpn7TxyAa4/QpKmToCwMJ849akM=", "schedule"=>{"breakfast(1i)"=>"2014", "breakfast(2i)"=>"8", "breakfast(3i)"=>"19", "breakfast(4i)"=>"02", "breakfast(5i)"=>"49", "birthday"=>"", "appointment(1i)"=>"2014", "appointment(2i)"=>"8", "appointment(3i)"=>"19", "appointment(4i)"=>"02", "appointment(5i)"=>"49", "dinner(1i)"=>"2014", "dinner(2i)"=>"8", "dinner(3i)"=>"19", "dinner(4i)"=>"02", "dinner(5i)"=>"49", "easter"=>"08/01/2014"}, "btn_reload"=>"Save & Reload"}
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "schedules" ("appointment", "breakfast", "created_at", "dinner", "easter", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["appointment", "2014-08-19 02:49:00.000000"], ["breakfast", "2014-08-19 02:49:00.000000"], ["created_at", "2014-08-19 02:50:13.419117"], ["dinner", "2014-08-19 02:49:00.000000"], ["easter", "2014-01-08"], ["updated_at", "2014-08-19 02:50:13.419117"]]
[1m[35m (1.0ms)[0m commit transaction
Redirected to http://localhost:3001/schedules/new
Completed 302 Found in 6ms (ActiveRecord: 1.6ms)
Started GET "/schedules/new" for 127.0.0.1 at 2014-08-18 22:50:13 -0400
Processing by SchedulesController#new as HTML
Rendered schedules/_form.html.haml (14.0ms)
Rendered schedules/new.html.haml within layouts/application (15.1ms)
Rendered application/_flash_messages.html.haml (0.2ms)
Completed 200 OK in 24ms (Views: 23.7ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2014-08-18 22:50:13 -0400
Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2014-08-18 22:50:13 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-18 22:50:13 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-18 22:50:13 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-18 22:50:13 -0400
Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2014-08-18 22:50:13 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-18 22:50:13 -0400
Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-08-18 22:50:13 -0400
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-08-18 22:50:13 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-18 22:50:13 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-18 22:50:13 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-18 22:50:13 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-18 22:50:13 -0400
Started GET "/schedules/new" for 127.0.0.1 at 2014-08-18 22:51:17 -0400
Processing by SchedulesController#new as HTML
Rendered schedules/_form.html.haml (9.8ms)
Rendered schedules/new.html.haml within layouts/application (11.0ms)
Completed 500 Internal Server Error in 14ms
ActionView::Template::Error (Object must be a Date, DateTime or Time object. nil given.):
7:
8: %tr
9: %td= f.label :birthday
10: %td.field= f.text_field :birthday, class: 'datepicker', value: l(f.object.birthday)
11:
12: %tr
13: %td= f.label :appointment
app/views/schedules/_form.html.haml:10:in `block in _app_views_schedules__form_html_haml___4240009267637714974_2164228800'
app/views/schedules/_form.html.haml:1:in `_app_views_schedules__form_html_haml___4240009267637714974_2164228800'
app/views/schedules/new.html.haml:2:in `_app_views_schedules_new_html_haml___4570621934490507358_2173256660'
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms)
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms)
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (10.7ms)
Started GET "/schedules/new" for 127.0.0.1 at 2014-08-18 22:51:50 -0400
Processing by SchedulesController#new as HTML
Rendered schedules/_form.html.haml (16.5ms)
Rendered schedules/new.html.haml within layouts/application (17.5ms)
Rendered application/_flash_messages.html.haml (0.1ms)
Completed 200 OK in 27ms (Views: 26.3ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2014-08-18 22:51:50 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-18 22:51:50 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-18 22:51:50 -0400
Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2014-08-18 22:51:50 -0400
Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2014-08-18 22:51:50 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-18 22:51:50 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-18 22:51:50 -0400
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-08-18 22:51:50 -0400
Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-08-18 22:51:50 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-18 22:51:50 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-18 22:51:50 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-18 22:51:50 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-18 22:51:50 -0400
Started POST "/schedules" for 127.0.0.1 at 2014-08-18 22:52:28 -0400
Processing by SchedulesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"b4nkdCd015ic26VYjpn7TxyAa4/QpKmToCwMJ849akM=", "schedule"=>{"breakfast(1i)"=>"2014", "breakfast(2i)"=>"8", "breakfast(3i)"=>"19", "breakfast(4i)"=>"02", "breakfast(5i)"=>"51", "birthday"=>"22:51:50", "appointment(1i)"=>"2014", "appointment(2i)"=>"8", "appointment(3i)"=>"19", "appointment(4i)"=>"02", "appointment(5i)"=>"51", "dinner(1i)"=>"2014", "dinner(2i)"=>"8", "dinner(3i)"=>"19", "dinner(4i)"=>"10", "dinner(5i)"=>"51", "easter"=>""}, "btn_reload"=>"Save & Reload"}
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.5ms)[0m INSERT INTO "schedules" ("appointment", "breakfast", "created_at", "dinner", "updated_at") VALUES (?, ?, ?, ?, ?) [["appointment", "2014-08-19 02:51:00.000000"], ["breakfast", "2014-08-19 02:51:00.000000"], ["created_at", "2014-08-19 02:52:28.112262"], ["dinner", "2014-08-19 10:51:00.000000"], ["updated_at", "2014-08-19 02:52:28.112262"]]
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
Redirected to http://localhost:3001/schedules/new
Completed 302 Found in 6ms (ActiveRecord: 1.6ms)
Started GET "/schedules/new" for 127.0.0.1 at 2014-08-18 22:52:28 -0400
Processing by SchedulesController#new as HTML
Rendered schedules/_form.html.haml (12.9ms)
Rendered schedules/new.html.haml within layouts/application (13.9ms)
Rendered application/_flash_messages.html.haml (0.2ms)
Completed 200 OK in 23ms (Views: 22.4ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2014-08-18 22:52:28 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-18 22:52:28 -0400
Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2014-08-18 22:52:28 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-18 22:52:28 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-18 22:52:28 -0400
Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2014-08-18 22:52:28 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-18 22:52:28 -0400
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-08-18 22:52:28 -0400
Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-08-18 22:52:28 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-18 22:52:28 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-18 22:52:28 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-18 22:52:28 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-18 22:52:28 -0400
Started POST "/schedules" for 127.0.0.1 at 2014-08-18 22:52:55 -0400
Processing by SchedulesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"b4nkdCd015ic26VYjpn7TxyAa4/QpKmToCwMJ849akM=", "schedule"=>{"breakfast(1i)"=>"2014", "breakfast(2i)"=>"8", "breakfast(3i)"=>"19", "breakfast(4i)"=>"02", "breakfast(5i)"=>"52", "birthday"=>"08/12/2014", "appointment(1i)"=>"2014", "appointment(2i)"=>"8", "appointment(3i)"=>"19", "appointment(4i)"=>"02", "appointment(5i)"=>"52", "dinner(1i)"=>"2014", "dinner(2i)"=>"8", "dinner(3i)"=>"19", "dinner(4i)"=>"02", "dinner(5i)"=>"52", "easter"=>""}, "btn_reload"=>"Save & Reload"}
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "schedules" ("appointment", "birthday", "breakfast", "created_at", "dinner", "updated_at") VALUES (?, ?, ?, ?, ?, ?)[0m [["appointment", "2014-08-19 02:52:00.000000"], ["birthday", "2014-12-08"], ["breakfast", "2014-08-19 02:52:00.000000"], ["created_at", "2014-08-19 02:52:55.692265"], ["dinner", "2014-08-19 02:52:00.000000"], ["updated_at", "2014-08-19 02:52:55.692265"]]
[1m[35m (1.1ms)[0m commit transaction
Redirected to http://localhost:3001/schedules/new
Completed 302 Found in 6ms (ActiveRecord: 1.6ms)
Started GET "/schedules/new" for 127.0.0.1 at 2014-08-18 22:52:55 -0400
Processing by SchedulesController#new as HTML
Rendered schedules/_form.html.haml (13.2ms)
Rendered schedules/new.html.haml within layouts/application (14.4ms)
Rendered application/_flash_messages.html.haml (0.2ms)
Completed 200 OK in 24ms (Views: 23.8ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2014-08-18 22:52:55 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-18 22:52:55 -0400
Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2014-08-18 22:52:55 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-18 22:52:55 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-18 22:52:55 -0400
Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2014-08-18 22:52:55 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-18 22:52:55 -0400
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-08-18 22:52:55 -0400
Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-08-18 22:52:55 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-18 22:52:55 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-18 22:52:55 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-18 22:52:55 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-18 22:52:55 -0400
Started GET "/schedules/new" for 127.0.0.1 at 2014-08-18 23:04:36 -0400
Processing by SchedulesController#new as HTML
Rendered schedules/_form.html.haml (10.0ms)
Rendered schedules/new.html.haml within layouts/application (10.6ms)
Completed 500 Internal Server Error in 13ms
ActionView::Template::Error (Object must be a Date, DateTime or Time object. "08/18/2014" given.):
7:
8: %tr
9: %td= f.label :birthday
10: %td.field= f.text_field :birthday, class: 'datepicker', value: l(f.object.birthday || Time.now.strftime("%m/%d/%Y"))
11:
12: %tr
13: %td= f.label :appointment
app/views/schedules/_form.html.haml:10:in `block in _app_views_schedules__form_html_haml___4240009267637714974_2173306800'
app/views/schedules/_form.html.haml:1:in `_app_views_schedules__form_html_haml___4240009267637714974_2173306800'
app/views/schedules/new.html.haml:2:in `_app_views_schedules_new_html_haml___4570621934490507358_2173256660'
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms)
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.6ms)
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (10.9ms)
Started GET "/schedules/new" for 127.0.0.1 at 2014-08-18 23:25:00 -0400
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by SchedulesController#new as HTML
Rendered schedules/_form.html.haml (452.4ms)
Rendered schedules/new.html.haml within layouts/application (457.8ms)
Rendered application/_flash_messages.html.haml (1.3ms)
Completed 200 OK in 536ms (Views: 532.9ms | ActiveRecord: 0.3ms)
Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2014-08-18 23:25:01 -0400
Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2014-08-18 23:25:01 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-18 23:25:01 -0400
Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2014-08-18 23:25:01 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-18 23:25:01 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-18 23:25:01 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-18 23:25:01 -0400
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-08-18 23:25:01 -0400
Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-08-18 23:25:01 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-18 23:25:01 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-18 23:25:01 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-18 23:25:01 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-18 23:25:01 -0400
Started POST "/schedules" for 127.0.0.1 at 2014-08-18 23:25:16 -0400
Processing by SchedulesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"b4nkdCd015ic26VYjpn7TxyAa4/QpKmToCwMJ849akM=", "schedule"=>{"breakfast(1i)"=>"2014", "breakfast(2i)"=>"8", "breakfast(3i)"=>"19", "breakfast(4i)"=>"03", "breakfast(5i)"=>"25", "birthday"=>"08/13/2014", "appointment(1i)"=>"2014", "appointment(2i)"=>"8", "appointment(3i)"=>"19", "appointment(4i)"=>"03", "appointment(5i)"=>"25", "dinner(1i)"=>"2014", "dinner(2i)"=>"8", "dinner(3i)"=>"19", "dinner(4i)"=>"03", "dinner(5i)"=>"25", "easter"=>"08/18/2014"}, "btn_reload"=>"Save & Reload"}
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "schedules" ("appointment", "breakfast", "created_at", "dinner", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["appointment", "2014-08-19 03:25:00.000000"], ["breakfast", "2014-08-19 03:25:00.000000"], ["created_at", "2014-08-19 03:25:16.159070"], ["dinner", "2014-08-19 03:25:00.000000"], ["updated_at", "2014-08-19 03:25:16.159070"]]
[1m[35m (1.1ms)[0m commit transaction
Redirected to http://localhost:3001/schedules/new
Completed 302 Found in 8ms (ActiveRecord: 1.6ms)
Started GET "/schedules/new" for 127.0.0.1 at 2014-08-18 23:25:16 -0400
Processing by SchedulesController#new as HTML
Rendered schedules/_form.html.haml (51.7ms)
Rendered schedules/new.html.haml within layouts/application (52.8ms)
Rendered application/_flash_messages.html.haml (0.2ms)
Completed 200 OK in 63ms (Views: 62.0ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2014-08-18 23:25:16 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-18 23:25:16 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-18 23:25:16 -0400
Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2014-08-18 23:25:16 -0400
Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2014-08-18 23:25:16 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-18 23:25:16 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-18 23:25:16 -0400
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-08-18 23:25:16 -0400
Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-08-18 23:25:16 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-18 23:25:16 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-18 23:25:16 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-18 23:25:16 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-18 23:25:16 -0400
Started POST "/schedules" for 127.0.0.1 at 2014-08-18 23:25:38 -0400
Processing by SchedulesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"b4nkdCd015ic26VYjpn7TxyAa4/QpKmToCwMJ849akM=", "schedule"=>{"breakfast(1i)"=>"2014", "breakfast(2i)"=>"8", "breakfast(3i)"=>"19", "breakfast(4i)"=>"03", "breakfast(5i)"=>"25", "birthday"=>"11/11/2014", "appointment(1i)"=>"2014", "appointment(2i)"=>"8", "appointment(3i)"=>"19", "appointment(4i)"=>"03", "appointment(5i)"=>"25", "dinner(1i)"=>"2014", "dinner(2i)"=>"8", "dinner(3i)"=>"19", "dinner(4i)"=>"03", "dinner(5i)"=>"25", "easter"=>"08/18/2014"}, "btn_index"=>"Save & Back to List"}
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.5ms)[0m INSERT INTO "schedules" ("appointment", "birthday", "breakfast", "created_at", "dinner", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["appointment", "2014-08-19 03:25:00.000000"], ["birthday", "2014-11-11"], ["breakfast", "2014-08-19 03:25:00.000000"], ["created_at", "2014-08-19 03:25:38.135725"], ["dinner", "2014-08-19 03:25:00.000000"], ["updated_at", "2014-08-19 03:25:38.135725"]]
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
Redirected to http://localhost:3001/schedules
Completed 302 Found in 7ms (ActiveRecord: 1.6ms)
Started GET "/schedules" for 127.0.0.1 at 2014-08-18 23:25:38 -0400
Processing by SchedulesController#index as HTML
Rendered application/_sort_form.html.haml (1.9ms)
Rendered application/_search_form.html.haml (1.7ms)
[1m[35mSchedule Load (0.3ms)[0m SELECT "schedules".* FROM "schedules" WHERE (1=2 or breakfast like '%%' or birthday like '%%' or appointment like '%%' or dinner like '%%' or easter like '%%') LIMIT 15 OFFSET 0
[1m[36mSchedule Load (0.2ms)[0m [1mSELECT "schedules".* FROM "schedules" WHERE (1=2 or breakfast like '%%' or birthday like '%%' or appointment like '%%' or dinner like '%%' or easter like '%%') LIMIT 1 OFFSET 0[0m
Rendered application/_pagination.html.haml (4.5ms)
Rendered schedules/index.html.haml within layouts/application (23.1ms)
Rendered application/_flash_messages.html.haml (0.2ms)
Completed 200 OK in 34ms (Views: 31.7ms | ActiveRecord: 0.5ms)
Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2014-08-18 23:25:38 -0400
Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2014-08-18 23:25:38 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-18 23:25:38 -0400
Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2014-08-18 23:25:38 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-18 23:25:38 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-18 23:25:38 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-18 23:25:38 -0400
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-08-18 23:25:38 -0400
Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-08-18 23:25:38 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-18 23:25:38 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-18 23:25:38 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-18 23:25:38 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-18 23:25:38 -0400
Started GET "/schedules/6/edit" for 127.0.0.1 at 2014-08-18 23:26:16 -0400
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"6"}
[1m[35mSchedule Load (0.3ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 6]]
Rendered schedules/_form.html.haml (11.1ms)
Rendered schedules/edit.html.haml within layouts/application (12.9ms)
Rendered application/_flash_messages.html.haml (0.1ms)
Completed 200 OK in 23ms (Views: 21.2ms | ActiveRecord: 0.3ms)
Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2014-08-18 23:26:16 -0400
Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2014-08-18 23:26:17 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-18 23:26:17 -0400
Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2014-08-18 23:26:17 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-18 23:26:17 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-18 23:26:17 -0400
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-08-18 23:26:17 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-18 23:26:17 -0400
Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-08-18 23:26:17 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-18 23:26:17 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-18 23:26:17 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-18 23:26:17 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-18 23:26:17 -0400
Started GET "/schedules/6/edit" for 127.0.0.1 at 2014-08-18 23:27:18 -0400
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"6"}
[1m[36mSchedule Load (0.1ms)[0m [1mSELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1[0m [["id", 6]]
Rendered schedules/_form.html.haml (11.0ms)
Rendered schedules/edit.html.haml within layouts/application (12.0ms)
Rendered application/_flash_messages.html.haml (0.1ms)
Completed 200 OK in 22ms (Views: 20.4ms | ActiveRecord: 0.1ms)
Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2014-08-18 23:27:18 -0400
Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2014-08-18 23:27:18 -0400
Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2014-08-18 23:27:18 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-18 23:27:18 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-18 23:27:18 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-18 23:27:18 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-18 23:27:18 -0400
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-08-18 23:27:18 -0400
Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-08-18 23:27:18 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-18 23:27:18 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-18 23:27:18 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-18 23:27:18 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-18 23:27:18 -0400
Started GET "/schedules/6/edit" for 127.0.0.1 at 2014-08-18 23:27:37 -0400
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"6"}
[1m[35mSchedule Load (0.3ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 6]]
Rendered schedules/_form.html.haml (206900.3ms)
Rendered schedules/edit.html.haml within layouts/application (206906.0ms)
Rendered application/_flash_messages.html.haml (1.5ms)
Completed 200 OK in 206989ms (Views: 206979.6ms | ActiveRecord: 0.6ms)
Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2014-08-18 23:31:05 -0400
Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2014-08-18 23:31:05 -0400
Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2014-08-18 23:31:05 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-18 23:31:05 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-18 23:31:05 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-18 23:31:05 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-18 23:31:05 -0400
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-08-18 23:31:05 -0400
Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-08-18 23:31:05 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-18 23:31:05 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-18 23:31:05 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-18 23:31:05 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-18 23:31:05 -0400
Started GET "/schedules/6/edit" for 127.0.0.1 at 2014-08-18 23:31:19 -0400
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"6"}
[1m[35mSchedule Load (0.2ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 6]]
Rendered schedules/_form.html.haml (409.3ms)
Rendered schedules/edit.html.haml within layouts/application (415.4ms)
Rendered application/_flash_messages.html.haml (1.0ms)
Completed 200 OK in 493ms (Views: 484.1ms | ActiveRecord: 0.5ms)
Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2014-08-18 23:31:19 -0400
Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2014-08-18 23:31:19 -0400
Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2014-08-18 23:31:19 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-18 23:31:19 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-18 23:31:19 -0400
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-08-18 23:31:19 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-18 23:31:19 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-18 23:31:19 -0400
Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-08-18 23:31:19 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-18 23:31:19 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-18 23:31:19 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-18 23:31:19 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-18 23:31:19 -0400
Started PATCH "/schedules/6" for 127.0.0.1 at 2014-08-18 23:31:30 -0400
Processing by SchedulesController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"b4nkdCd015ic26VYjpn7TxyAa4/QpKmToCwMJ849akM=", "schedule"=>{"breakfast(1i)"=>"2000", "breakfast(2i)"=>"1", "breakfast(3i)"=>"1", "breakfast(4i)"=>"03", "breakfast(5i)"=>"25", "birthday"=>"11/11/2014", "appointment(1i)"=>"2014", "appointment(2i)"=>"8", "appointment(3i)"=>"19", "appointment(4i)"=>"03", "appointment(5i)"=>"25", "dinner(1i)"=>"2000", "dinner(2i)"=>"1", "dinner(3i)"=>"1", "dinner(4i)"=>"03", "dinner(5i)"=>"25", "easter"=>"08/14/2014"}, "btn_reload"=>"Save & Reload", "id"=>"6"}
[1m[36mSchedule Load (0.1ms)[0m [1mSELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1[0m [["id", 6]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mcommit transaction[0m
Redirected to http://localhost:3001/schedules/6/edit
Completed 302 Found in 4ms (ActiveRecord: 0.3ms)
Started GET "/schedules/6/edit" for 127.0.0.1 at 2014-08-18 23:31:30 -0400
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"6"}
[1m[35mSchedule Load (0.1ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 6]]
Rendered schedules/_form.html.haml (11.7ms)
Rendered schedules/edit.html.haml within layouts/application (12.8ms)
Rendered application/_flash_messages.html.haml (0.2ms)
Completed 200 OK in 25ms (Views: 23.7ms | ActiveRecord: 0.1ms)
Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2014-08-18 23:31:30 -0400
Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2014-08-18 23:31:30 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-18 23:31:30 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-18 23:31:30 -0400
Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2014-08-18 23:31:30 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-18 23:31:30 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-18 23:31:30 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-18 23:31:30 -0400
Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-08-18 23:31:30 -0400
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-08-18 23:31:30 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-18 23:31:30 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-18 23:31:30 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-18 23:31:30 -0400
Started GET "/schedules" for 127.0.0.1 at 2014-08-18 23:31:35 -0400
Processing by SchedulesController#index as HTML
Rendered application/_sort_form.html.haml (1.4ms)
Rendered application/_search_form.html.haml (1.8ms)
[1m[36mSchedule Load (0.2ms)[0m [1mSELECT "schedules".* FROM "schedules" WHERE (1=2 or breakfast like '%%' or birthday like '%%' or appointment like '%%' or dinner like '%%' or easter like '%%') LIMIT 15 OFFSET 0[0m
[1m[35mSchedule Load (0.2ms)[0m SELECT "schedules".* FROM "schedules" WHERE (1=2 or breakfast like '%%' or birthday like '%%' or appointment like '%%' or dinner like '%%' or easter like '%%') LIMIT 1 OFFSET 0
Rendered application/_pagination.html.haml (4.3ms)
Rendered schedules/index.html.haml within layouts/application (19.0ms)
Rendered application/_flash_messages.html.haml (0.2ms)
Completed 200 OK in 31ms (Views: 28.8ms | ActiveRecord: 0.4ms)
Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2014-08-18 23:31:35 -0400
Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2014-08-18 23:31:35 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-18 23:31:35 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-18 23:31:35 -0400
Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2014-08-18 23:31:35 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-18 23:31:35 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-18 23:31:35 -0400
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-08-18 23:31:35 -0400
Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-08-18 23:31:35 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-18 23:31:35 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-18 23:31:35 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-18 23:31:35 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-18 23:31:35 -0400
Started GET "/schedules/new" for 127.0.0.1 at 2014-08-18 23:31:37 -0400
Processing by SchedulesController#new as HTML
Rendered schedules/_form.html.haml (11.6ms)
Rendered schedules/new.html.haml within layouts/application (13.6ms)
Rendered application/_flash_messages.html.haml (0.3ms)
Completed 200 OK in 24ms (Views: 23.3ms | ActiveRecord: 0.0ms)
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-18 23:31:37 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-18 23:31:37 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-18 23:31:37 -0400
Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2014-08-18 23:31:37 -0400
Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2014-08-18 23:31:37 -0400
Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2014-08-18 23:31:37 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-18 23:31:37 -0400
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-08-18 23:31:37 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-18 23:31:37 -0400
Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-08-18 23:31:37 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-18 23:31:37 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-18 23:31:37 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-18 23:31:37 -0400
Started POST "/schedules" for 127.0.0.1 at 2014-08-18 23:32:24 -0400
Processing by SchedulesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"b4nkdCd015ic26VYjpn7TxyAa4/QpKmToCwMJ849akM=", "schedule"=>{"breakfast(1i)"=>"2014", "breakfast(2i)"=>"8", "breakfast(3i)"=>"19", "breakfast(4i)"=>"03", "breakfast(5i)"=>"31", "birthday"=>"08/18/2014", "appointment(1i)"=>"2014", "appointment(2i)"=>"8", "appointment(3i)"=>"19", "appointment(4i)"=>"03", "appointment(5i)"=>"31", "dinner(1i)"=>"2014", "dinner(2i)"=>"8", "dinner(3i)"=>"19", "dinner(4i)"=>"03", "dinner(5i)"=>"31", "easter"=>"11/11/2020"}, "btn_index"=>"Save & Back to List"}
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m INSERT INTO "schedules" ("appointment", "breakfast", "created_at", "dinner", "easter", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["appointment", "2014-08-19 03:31:00.000000"], ["breakfast", "2014-08-19 03:31:00.000000"], ["created_at", "2014-08-19 03:32:24.581076"], ["dinner", "2014-08-19 03:31:00.000000"], ["easter", "2020-11-11"], ["updated_at", "2014-08-19 03:32:24.581076"]]
[1m[36m (1.1ms)[0m [1mcommit transaction[0m
Redirected to http://localhost:3001/schedules
Completed 302 Found in 8ms (ActiveRecord: 1.6ms)
Started GET "/schedules" for 127.0.0.1 at 2014-08-18 23:32:24 -0400
Processing by SchedulesController#index as HTML
Rendered application/_sort_form.html.haml (0.5ms)
Rendered application/_search_form.html.haml (0.2ms)
[1m[35mSchedule Load (0.2ms)[0m SELECT "schedules".* FROM "schedules" WHERE (1=2 or breakfast like '%%' or birthday like '%%' or appointment like '%%' or dinner like '%%' or easter like '%%') LIMIT 15 OFFSET 0
[1m[36mSchedule Load (0.2ms)[0m [1mSELECT "schedules".* FROM "schedules" WHERE (1=2 or breakfast like '%%' or birthday like '%%' or appointment like '%%' or dinner like '%%' or easter like '%%') LIMIT 1 OFFSET 0[0m
Rendered application/_pagination.html.haml (1.9ms)
Rendered schedules/index.html.haml within layouts/application (9.9ms)
Rendered application/_flash_messages.html.haml (0.2ms)
Completed 200 OK in 20ms (Views: 18.3ms | ActiveRecord: 0.4ms)
Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2014-08-18 23:32:24 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-18 23:32:24 -0400
Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2014-08-18 23:32:24 -0400
Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2014-08-18 23:32:24 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-18 23:32:24 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-18 23:32:24 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-18 23:32:24 -0400
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-08-18 23:32:24 -0400
Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-08-18 23:32:24 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-18 23:32:24 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-18 23:32:24 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-18 23:32:24 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-18 23:32:24 -0400
Started GET "/schedules/7/edit" for 127.0.0.1 at 2014-08-18 23:32:34 -0400
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"7"}
[1m[35mSchedule Load (0.1ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 7]]
Rendered schedules/_form.html.haml (12.2ms)
Rendered schedules/edit.html.haml within layouts/application (13.2ms)
Rendered application/_flash_messages.html.haml (0.1ms)
Completed 200 OK in 23ms (Views: 21.6ms | ActiveRecord: 0.1ms)
Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2014-08-18 23:32:34 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-18 23:32:34 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-18 23:32:34 -0400
Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2014-08-18 23:32:34 -0400
Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2014-08-18 23:32:34 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-18 23:32:34 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-18 23:32:34 -0400
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-08-18 23:32:34 -0400
Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-08-18 23:32:34 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-18 23:32:34 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-18 23:32:34 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-18 23:32:34 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-18 23:32:34 -0400
Started GET "/schedules/7/edit" for 127.0.0.1 at 2014-08-18 23:33:31 -0400
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"7"}
[1m[35mSchedule Load (0.2ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 7]]
Rendered schedules/_form.html.haml (390.1ms)
Rendered schedules/edit.html.haml within layouts/application (396.3ms)
Rendered application/_flash_messages.html.haml (1.0ms)
Completed 200 OK in 472ms (Views: 464.2ms | ActiveRecord: 0.5ms)
Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2014-08-18 23:33:32 -0400
Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2014-08-18 23:33:32 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-18 23:33:32 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-18 23:33:32 -0400
Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2014-08-18 23:33:32 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-18 23:33:32 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-18 23:33:32 -0400
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-08-18 23:33:32 -0400
Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-08-18 23:33:32 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-18 23:33:32 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-18 23:33:32 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-18 23:33:32 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-18 23:33:32 -0400
Started PATCH "/schedules/7" for 127.0.0.1 at 2014-08-18 23:33:37 -0400
Processing by SchedulesController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"b4nkdCd015ic26VYjpn7TxyAa4/QpKmToCwMJ849akM=", "schedule"=>{"breakfast(1i)"=>"2000", "breakfast(2i)"=>"1", "breakfast(3i)"=>"1", "breakfast(4i)"=>"03", "breakfast(5i)"=>"31", "birthday"=>"", "appointment(1i)"=>"2014", "appointment(2i)"=>"8", "appointment(3i)"=>"19", "appointment(4i)"=>"03", "appointment(5i)"=>"31", "dinner(1i)"=>"2000", "dinner(2i)"=>"1", "dinner(3i)"=>"1", "dinner(4i)"=>"03", "dinner(5i)"=>"31", "easter"=>"11/11/2020"}, "btn_reload"=>"Save & Reload", "id"=>"7"}
[1m[36mSchedule Load (0.2ms)[0m [1mSELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1[0m [["id", 7]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mcommit transaction[0m
Redirected to http://localhost:3001/schedules/7/edit
Completed 302 Found in 5ms (ActiveRecord: 0.4ms)
Started GET "/schedules/7/edit" for 127.0.0.1 at 2014-08-18 23:33:37 -0400
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"7"}
[1m[35mSchedule Load (0.1ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 7]]
Rendered schedules/_form.html.haml (12.4ms)
Rendered schedules/edit.html.haml within layouts/application (13.5ms)
Rendered application/_flash_messages.html.haml (0.2ms)
Completed 200 OK in 24ms (Views: 22.7ms | ActiveRecord: 0.1ms)
Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2014-08-18 23:33:38 -0400
Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2014-08-18 23:33:38 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-18 23:33:38 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-18 23:33:38 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-18 23:33:38 -0400
Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2014-08-18 23:33:38 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-18 23:33:38 -0400
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-08-18 23:33:38 -0400
Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-08-18 23:33:38 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-18 23:33:38 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-18 23:33:38 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-18 23:33:38 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-18 23:33:38 -0400
Started PATCH "/schedules/7" for 127.0.0.1 at 2014-08-18 23:35:01 -0400
Processing by SchedulesController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"b4nkdCd015ic26VYjpn7TxyAa4/QpKmToCwMJ849akM=", "schedule"=>{"breakfast(1i)"=>"2000", "breakfast(2i)"=>"1", "breakfast(3i)"=>"1", "breakfast(4i)"=>"09", "breakfast(5i)"=>"36", "birthday"=>"", "appointment(1i)"=>"2014", "appointment(2i)"=>"11", "appointment(3i)"=>"19", "appointment(4i)"=>"03", "appointment(5i)"=>"31", "dinner(1i)"=>"2000", "dinner(2i)"=>"1", "dinner(3i)"=>"1", "dinner(4i)"=>"03", "dinner(5i)"=>"31", "easter"=>"11/11/2020"}, "btn_reload"=>"Save & Reload", "id"=>"7"}
[1m[36mSchedule Load (0.1ms)[0m [1mSELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1[0m [["id", 7]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mUPDATE "schedules" SET "appointment" = ?, "breakfast" = ?, "updated_at" = ? WHERE "schedules"."id" = 7[0m [["appointment", "2014-11-19 03:31:00.000000"], ["breakfast", "2000-01-01 09:36:00.000000"], ["updated_at", "2014-08-19 03:35:01.345096"]]
[1m[35m (1.0ms)[0m commit transaction
Redirected to http://localhost:3001/schedules/7/edit
Completed 302 Found in 8ms (ActiveRecord: 1.5ms)
Started GET "/schedules/7/edit" for 127.0.0.1 at 2014-08-18 23:35:01 -0400
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"7"}
[1m[36mSchedule Load (0.2ms)[0m [1mSELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1[0m [["id", 7]]
Rendered schedules/_form.html.haml (29.2ms)
Rendered schedules/edit.html.haml within layouts/application (31.8ms)
Rendered application/_flash_messages.html.haml (0.3ms)
Completed 200 OK in 58ms (Views: 57.0ms | ActiveRecord: 0.2ms)
Started GET "/assets/jquery.ui.theme.css?body=1" for 127.0.0.1 at 2014-08-18 23:35:01 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-18 23:35:01 -0400
Started GET "/assets/jquery.ui.datepicker.css?body=1" for 127.0.0.1 at 2014-08-18 23:35:01 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-18 23:35:01 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-18 23:35:01 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-18 23:35:01 -0400
Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-08-18 23:35:01 -0400
Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-08-18 23:35:01 -0400
Started GET "/assets/jquery.ui.core.css?body=1" for 127.0.0.1 at 2014-08-18 23:35:01 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-18 23:35:01 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-18 23:35:01 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-18 23:35:01 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-18 23:35:01 -0400
Started GET "/schedules/7/edit" for 127.0.0.1 at 2014-08-19 11:05:10 -0400
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"7"}
[1m[35mSchedule Load (0.2ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 7]]
Rendered schedules/_form.html.haml (475.3ms)
Rendered schedules/edit.html.haml within layouts/application (476.0ms)
Completed 500 Internal Server Error in 514ms
ActionView::Template::Error (couldn't find file 'jquery.datetimepicker'
(in /Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/assets/stylesheets/application.css:14)):
2:
3:
4: Dummy
5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
7: <%= csrf_meta_tags %>
8:
app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb__4478508653254414869_2163707760'
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms)
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.8ms)
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (11.7ms)
Started GET "/schedules/7/edit" for 127.0.0.1 at 2014-08-19 11:14:39 -0400
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"7"}
[1m[35mSchedule Load (0.2ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 7]]
Rendered schedules/_form.html.haml (388.5ms)
Rendered schedules/edit.html.haml within layouts/application (412.0ms)
Completed 500 Internal Server Error in 490ms
ActionView::Template::Error (couldn't find file 'jquery.ui.datepicker'
(in /Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/assets/stylesheets/application.css:13)):
2:
3:
4: Dummy
5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
7: <%= csrf_meta_tags %>
8:
app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb__2148287230304504531_2200046440'
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms)
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.7ms)
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (13.6ms)
Started GET "/schedules/7/edit" for 127.0.0.1 at 2014-08-19 11:17:15 -0400
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"7"}
[1m[36mSchedule Load (0.2ms)[0m [1mSELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1[0m [["id", 7]]
Rendered schedules/_form.html.haml (4.2ms)
Rendered schedules/edit.html.haml within layouts/application (5.1ms)
Completed 500 Internal Server Error in 18ms
ActionView::Template::Error (couldn't find file 'jquery.datetimepicker'
(in /Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/assets/stylesheets/application.css:13)):
2:
3:
4: Dummy
5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
7: <%= csrf_meta_tags %>
8:
app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb__2148287230304504531_2200046440'
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms)
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.0ms)
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (11.2ms)
Started GET "/schedules/7/edit" for 127.0.0.1 at 2014-08-19 11:18:08 -0400
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"7"}
[1m[35mSchedule Load (0.2ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 7]]
Rendered schedules/_form.html.haml (426.2ms)
Rendered schedules/edit.html.haml within layouts/application (430.8ms)
Completed 500 Internal Server Error in 465ms
ActionView::Template::Error (couldn't find file 'jquery.datetimepicker'
(in /Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/assets/stylesheets/application.css:13)):
2:
3:
4: Dummy
5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
7: <%= csrf_meta_tags %>
8:
app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb__124367441798586615_2203950800'
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.4ms)
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.9ms)
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (16.5ms)
Started GET "/schedules/7/edit" for 127.0.0.1 at 2014-08-19 11:18:54 -0400
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"7"}
[1m[36mSchedule Load (0.1ms)[0m [1mSELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1[0m [["id", 7]]
Rendered schedules/_form.html.haml (4.0ms)
Rendered schedules/edit.html.haml within layouts/application (4.7ms)
Completed 500 Internal Server Error in 15ms
ActionView::Template::Error (couldn't find file 'jquery.datetimepicker'
(in /Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/assets/stylesheets/application.css:13)):
2:
3:
4: Dummy
5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
7: <%= csrf_meta_tags %>
8:
app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb__124367441798586615_2203950800'
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms)
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.6ms)
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (14.9ms)
Started GET "/schedules/7/edit" for 127.0.0.1 at 2014-08-19 11:22:26 -0400
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"7"}
[1m[35mSchedule Load (0.2ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 7]]
Rendered schedules/_form.html.haml (386.8ms)
Rendered schedules/edit.html.haml within layouts/application (392.2ms)
Completed 500 Internal Server Error in 425ms
ActionView::Template::Error (couldn't find file 'jquery.datetimepicker'
(in /Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/assets/stylesheets/application.css:13)):
2:
3:
4: Dummy
5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
7: <%= csrf_meta_tags %>
8:
app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb__547828669277285376_2204660420'
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms)
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 (0.9ms)
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (12.3ms)
Started GET "/schedules/7/edit" for 127.0.0.1 at 2014-08-19 11:33:02 -0400
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"7"}
[1m[35mSchedule Load (0.2ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 7]]
Rendered schedules/_form.html.haml (382.7ms)
Rendered schedules/edit.html.haml within layouts/application (396.8ms)
Completed 500 Internal Server Error in 423ms
ActionView::Template::Error (couldn't find file 'jquery.datetimepicker'
(in /Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/assets/stylesheets/application.css:13)):
2:
3:
4: Dummy
5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
7: <%= csrf_meta_tags %>
8:
app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb__548622378792582720_2156187840'
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms)
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.0ms)
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (9.7ms)
Started GET "/schedules/7/edit" for 127.0.0.1 at 2014-08-19 11:33:31 -0400
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"7"}
[1m[36mSchedule Load (0.1ms)[0m [1mSELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1[0m [["id", 7]]
Rendered schedules/_form.html.haml (4.7ms)
Rendered schedules/edit.html.haml within layouts/application (5.5ms)
Completed 500 Internal Server Error in 15ms
ActionView::Template::Error (couldn't find file 'jquery.datetimepicker'
(in /Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/assets/stylesheets/application.css:13)):
2:
3:
4: Dummy
5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
7: <%= csrf_meta_tags %>
8:
app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb__548622378792582720_2156187840'
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms)
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.1ms)
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (13.7ms)
Started GET "/schedules/7/edit" for 127.0.0.1 at 2014-08-19 11:34:00 -0400
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"7"}
[1m[35mSchedule Load (0.1ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 7]]
Rendered schedules/_form.html.haml (3.8ms)
Rendered schedules/edit.html.haml within layouts/application (4.6ms)
Completed 500 Internal Server Error in 14ms
ActionView::Template::Error (couldn't find file 'jquery.datetimepicker'
(in /Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/assets/stylesheets/application.css:13)):
2:
3:
4: Dummy
5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
7: <%= csrf_meta_tags %>
8:
app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb__548622378792582720_2156187840'
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms)
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.0ms)
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (10.6ms)
Started GET "/schedules/7/edit" for 127.0.0.1 at 2014-08-19 11:34:37 -0400
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"7"}
[1m[36mSchedule Load (0.2ms)[0m [1mSELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1[0m [["id", 7]]
Rendered schedules/_form.html.haml (3.8ms)
Rendered schedules/edit.html.haml within layouts/application (4.6ms)
Completed 500 Internal Server Error in 29ms
ActionView::Template::Error (couldn't find file 'jquery.ui.datepicker'
(in /Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/assets/javascripts/application.js:13)):
3:
4: Dummy
5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
7: <%= csrf_meta_tags %>
8:
9:
app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb__548622378792582720_2156187840'
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms)
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.2ms)
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (11.2ms)
Started GET "/schedules/7/edit" for 127.0.0.1 at 2014-08-19 11:35:59 -0400
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"7"}
[1m[35mSchedule Load (0.2ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 7]]
Rendered schedules/_form.html.haml (3.9ms)
Rendered schedules/edit.html.haml within layouts/application (4.6ms)
Completed 500 Internal Server Error in 15ms
ActionView::Template::Error (couldn't find file 'jquery.datetimepicker'
(in /Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/assets/stylesheets/application.css:19)):
2:
3:
4: Dummy
5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
7: <%= csrf_meta_tags %>
8:
app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb__548622378792582720_2156187840'
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (9.6ms)
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.0ms)
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (21.0ms)
Started GET "/schedules/7/edit" for 127.0.0.1 at 2014-08-19 11:42:13 -0400
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"7"}
[1m[36mSchedule Load (0.1ms)[0m [1mSELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1[0m [["id", 7]]
Rendered schedules/_form.html.haml (5.2ms)
Rendered schedules/edit.html.haml within layouts/application (5.9ms)
Completed 500 Internal Server Error in 18ms
ActionView::Template::Error (couldn't find file 'jquery.datetimepicker'
(in /Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/assets/stylesheets/application.css:19)):
2:
3:
4: Dummy
5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
7: <%= csrf_meta_tags %>
8:
app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb__548622378792582720_2156187840'
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms)
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 (0.9ms)
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (11.4ms)
Started GET "/schedules/7/edit" for 127.0.0.1 at 2014-08-19 11:42:42 -0400
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"7"}
[1m[35mSchedule Load (0.1ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 7]]
Rendered schedules/_form.html.haml (4.7ms)
Rendered schedules/edit.html.haml within layouts/application (5.5ms)
Completed 500 Internal Server Error in 46ms
ActionView::Template::Error (couldn't find file 'jquery.datetimepicker'
(in /Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/assets/javascripts/application.js:14)):
3:
4: Dummy
5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
7: <%= csrf_meta_tags %>
8:
9:
app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb__548622378792582720_2156187840'
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms)
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms)
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (10.4ms)
Started GET "/schedules/7/edit" for 127.0.0.1 at 2014-08-19 11:43:46 -0400
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"7"}
[1m[36mSchedule Load (0.2ms)[0m [1mSELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1[0m [["id", 7]]
Rendered schedules/_form.html.haml (4.0ms)
Rendered schedules/edit.html.haml within layouts/application (4.8ms)
Completed 500 Internal Server Error in 19ms
ActionView::Template::Error (couldn't find file 'vendor/assets/javascripts/jquery.datetimepicker'
(in /Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/assets/javascripts/application.js:14)):
3:
4: Dummy
5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
7: <%= csrf_meta_tags %>
8:
9:
app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb__548622378792582720_2156187840'
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms)
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms)
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (10.8ms)
Started GET "/schedules/7/edit" for 127.0.0.1 at 2014-08-19 11:45:55 -0400
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"7"}
[1m[35mSchedule Load (0.1ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 7]]
Rendered schedules/_form.html.haml (4.1ms)
Rendered schedules/edit.html.haml within layouts/application (4.9ms)
Completed 500 Internal Server Error in 19ms
ActionView::Template::Error (couldn't find file 'assets/jquery.datetimepicker'
(in /Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/assets/javascripts/application.js:14)):
3:
4: Dummy
5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
7: <%= csrf_meta_tags %>
8:
9:
app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb__548622378792582720_2156187840'
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms)
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 (0.8ms)
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (10.5ms)
Started GET "/schedules/7/edit" for 127.0.0.1 at 2014-08-19 11:46:08 -0400
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"7"}
[1m[36mSchedule Load (0.2ms)[0m [1mSELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1[0m [["id", 7]]
Rendered schedules/_form.html.haml (4.1ms)
Rendered schedules/edit.html.haml within layouts/application (4.9ms)
Completed 500 Internal Server Error in 22ms
ActionView::Template::Error (couldn't find file 'lib/assets/jquery.datetimepicker'
(in /Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/assets/javascripts/application.js:14)):
3:
4: Dummy
5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
7: <%= csrf_meta_tags %>
8:
9:
app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb__548622378792582720_2156187840'
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms)
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 (0.8ms)
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (9.4ms)
Started GET "/schedules/7/edit" for 127.0.0.1 at 2014-08-19 11:46:27 -0400
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"7"}
[1m[35mSchedule Load (0.1ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 7]]
Rendered schedules/_form.html.haml (3.8ms)
Rendered schedules/edit.html.haml within layouts/application (4.5ms)
Completed 500 Internal Server Error in 18ms
ActionView::Template::Error (couldn't find file 'jquery.datetimepicker'
(in /Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/assets/javascripts/application.js:14)):
3:
4: Dummy
5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
7: <%= csrf_meta_tags %>
8:
9:
app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb__548622378792582720_2156187840'
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms)
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.0ms)
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (12.2ms)
Started GET "/schedules/7/edit" for 127.0.0.1 at 2014-08-19 11:46:58 -0400
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"7"}
[1m[36mSchedule Load (0.1ms)[0m [1mSELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1[0m [["id", 7]]
Rendered schedules/_form.html.haml (5.1ms)
Rendered schedules/edit.html.haml within layouts/application (6.2ms)
Completed 500 Internal Server Error in 44ms
ActionView::Template::Error (couldn't find file 'jquery.datetimepicker'
(in /Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/assets/javascripts/application.js:14)):
3:
4: Dummy
5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
7: <%= csrf_meta_tags %>
8:
9:
app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb__548622378792582720_2156187840'
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms)
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 (0.8ms)
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (9.3ms)
Started GET "/schedules/7/edit" for 127.0.0.1 at 2014-08-19 11:47:35 -0400
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"7"}
[1m[35mSchedule Load (0.1ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 7]]
Rendered schedules/_form.html.haml (4.1ms)
Rendered schedules/edit.html.haml within layouts/application (4.9ms)
Rendered application/_flash_messages.html.haml (1.0ms)
Completed 200 OK in 73ms (Views: 71.9ms | ActiveRecord: 0.1ms)
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 11:47:35 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 11:47:35 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 11:47:35 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 11:47:35 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 11:47:35 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 11:47:35 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 11:47:35 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 11:47:35 -0400
Started GET "/schedules/7/edit" for 127.0.0.1 at 2014-08-19 11:50:24 -0400
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"7"}
[1m[36mSchedule Load (0.2ms)[0m [1mSELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1[0m [["id", 7]]
Rendered schedules/_form.html.haml (4.6ms)
Rendered schedules/edit.html.haml within layouts/application (5.5ms)
Rendered application/_flash_messages.html.haml (0.1ms)
Completed 200 OK in 37ms (Views: 35.6ms | ActiveRecord: 0.2ms)
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 11:50:24 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 11:50:24 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 11:50:24 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 11:50:24 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 11:50:24 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 11:50:24 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 11:50:24 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 11:50:24 -0400
Started GET "/schedules/7/edit" for 127.0.0.1 at 2014-08-19 11:50:45 -0400
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"7"}
[1m[35mSchedule Load (0.2ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 7]]
Rendered schedules/_form.html.haml (381.4ms)
Rendered schedules/edit.html.haml within layouts/application (386.9ms)
Rendered application/_flash_messages.html.haml (0.9ms)
Completed 200 OK in 438ms (Views: 429.2ms | ActiveRecord: 0.5ms)
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 11:50:46 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 11:50:46 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 11:50:46 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 11:50:46 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 11:50:46 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 11:50:46 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 11:50:46 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 11:50:46 -0400
Started GET "/schedules/7/edit" for 127.0.0.1 at 2014-08-19 11:51:04 -0400
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"7"}
[1m[36mSchedule Load (0.2ms)[0m [1mSELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1[0m [["id", 7]]
Rendered schedules/_form.html.haml (3.9ms)
Rendered schedules/edit.html.haml within layouts/application (4.7ms)
Completed 500 Internal Server Error in 51ms
ActionView::Template::Error (couldn't find file 'jquery.datetimepicker'
(in /Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/assets/stylesheets/application.css:13)):
2:
3:
4: Dummy
5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
7: <%= csrf_meta_tags %>
8:
app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb___3569167532224970513_2156186660'
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms)
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 (0.8ms)
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (9.4ms)
Started GET "/schedules/7/edit" for 127.0.0.1 at 2014-08-19 11:53:25 -0400
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"7"}
[1m[35mSchedule Load (0.1ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 7]]
Rendered schedules/_form.html.haml (5.4ms)
Rendered schedules/edit.html.haml within layouts/application (6.4ms)
Completed 500 Internal Server Error in 19ms
ActionView::Template::Error (couldn't find file 'jquery.datetimepicker'
(in /Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/assets/stylesheets/application.css:13)):
2:
3:
4: Dummy
5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
7: <%= csrf_meta_tags %>
8:
app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb___3569167532224970513_2156186660'
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms)
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 (0.8ms)
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (9.2ms)
Started GET "/schedules/7/edit" for 127.0.0.1 at 2014-08-19 12:18:51 -0400
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"7"}
[1m[35mSchedule Load (0.2ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 7]]
Rendered schedules/_form.html.haml (383.1ms)
Rendered schedules/edit.html.haml within layouts/application (452.1ms)
Completed 500 Internal Server Error in 526ms
ActionView::Template::Error (couldn't find file 'jquery.datetimepicker/init'
(in /Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/assets/javascripts/application.js:14)):
3:
4: Dummy
5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
7: <%= csrf_meta_tags %>
8:
9:
app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb___2085893587218333308_2199791420'
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms)
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 (0.9ms)
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (9.9ms)
Started GET "/schedules/7/edit" for 127.0.0.1 at 2014-08-19 12:19:14 -0400
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"7"}
[1m[36mSchedule Load (0.1ms)[0m [1mSELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1[0m [["id", 7]]
Rendered schedules/_form.html.haml (4.2ms)
Rendered schedules/edit.html.haml within layouts/application (5.0ms)
Rendered application/_flash_messages.html.haml (0.9ms)
Completed 200 OK in 171ms (Views: 169.5ms | ActiveRecord: 0.1ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 12:19:14 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 12:19:14 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 12:19:14 -0400
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 12:19:14 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 12:19:14 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 12:19:14 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 12:19:14 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 12:19:14 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 12:19:14 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 12:19:14 -0400
Started GET "/schedules/7/edit" for 127.0.0.1 at 2014-08-19 12:20:37 -0400
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"7"}
[1m[35mSchedule Load (0.1ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 7]]
Rendered schedules/_form.html.haml (3.7ms)
Rendered schedules/edit.html.haml within layouts/application (4.5ms)
Rendered application/_flash_messages.html.haml (0.1ms)
Completed 200 OK in 13ms (Views: 12.2ms | ActiveRecord: 0.1ms)
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 12:20:37 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 12:20:37 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 12:20:37 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 12:20:37 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 12:20:37 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 12:20:37 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 12:20:37 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 12:20:37 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 12:20:37 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 12:20:37 -0400
Started GET "/schedules/7/edit" for 127.0.0.1 at 2014-08-19 12:27:21 -0400
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"7"}
[1m[36mSchedule Load (0.1ms)[0m [1mSELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1[0m [["id", 7]]
Rendered schedules/_form.html.haml (3.9ms)
Rendered schedules/edit.html.haml within layouts/application (4.6ms)
Rendered application/_flash_messages.html.haml (0.1ms)
Completed 200 OK in 63ms (Views: 61.4ms | ActiveRecord: 0.1ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 12:27:21 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 12:27:21 -0400
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 12:27:21 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 12:27:21 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 12:27:21 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 12:27:21 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 12:27:21 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 12:27:21 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 12:27:21 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 12:27:21 -0400
Started GET "/schedules/7/edit" for 127.0.0.1 at 2014-08-19 12:28:21 -0400
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"7"}
[1m[35mSchedule Load (0.1ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 7]]
Rendered schedules/_form.html.haml (4.1ms)
Rendered schedules/edit.html.haml within layouts/application (4.8ms)
Rendered application/_flash_messages.html.haml (0.1ms)
Completed 200 OK in 41ms (Views: 40.2ms | ActiveRecord: 0.1ms)
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 12:28:21 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 12:28:21 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 12:28:21 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 12:28:21 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 12:28:21 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 12:28:21 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 12:28:21 -0400
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 12:28:21 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 12:28:21 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 12:28:21 -0400
Started GET "/schedules/7/edit" for 127.0.0.1 at 2014-08-19 12:31:19 -0400
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"7"}
[1m[36mSchedule Load (0.1ms)[0m [1mSELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1[0m [["id", 7]]
Rendered schedules/_form.html.haml (5.4ms)
Rendered schedules/edit.html.haml within layouts/application (6.1ms)
Rendered application/_flash_messages.html.haml (0.2ms)
Completed 200 OK in 15ms (Views: 13.8ms | ActiveRecord: 0.1ms)
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 12:31:19 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 12:31:19 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 12:31:19 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 12:31:19 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 12:31:19 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 12:31:19 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 12:31:19 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 12:31:19 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 12:31:19 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 12:31:19 -0400
Started GET "/schedules/7/edit" for 127.0.0.1 at 2014-08-19 12:32:29 -0400
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"7"}
[1m[35mSchedule Load (0.2ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 7]]
Rendered schedules/_form.html.haml (376.9ms)
Rendered schedules/edit.html.haml within layouts/application (382.1ms)
Rendered application/_flash_messages.html.haml (1.4ms)
Completed 200 OK in 449ms (Views: 441.0ms | ActiveRecord: 0.5ms)
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 12:32:30 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 12:32:30 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 12:32:30 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 12:32:30 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 12:32:30 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 12:32:30 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 12:32:30 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 12:32:30 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 12:32:30 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 12:32:30 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 12:33:18 -0400
Started GET "/assets/jquery.datetimepicker.js" for 127.0.0.1 at 2014-08-19 12:33:23 -0400
Started GET "/assets/jquery.datetimepicker.js" for 127.0.0.1 at 2014-08-19 12:34:56 -0400
Started GET "/assets/jquery.datetimepicker.js" for 127.0.0.1 at 2014-08-19 12:34:57 -0400
Started GET "/schedules" for 127.0.0.1 at 2014-08-19 12:35:17 -0400
Processing by SchedulesController#index as HTML
Rendered application/_sort_form.html.haml (1.6ms)
Rendered application/_search_form.html.haml (1.5ms)
[1m[36mSchedule Load (0.3ms)[0m [1mSELECT "schedules".* FROM "schedules" WHERE (1=2 or breakfast like '%%' or birthday like '%%' or appointment like '%%' or dinner like '%%' or easter like '%%') LIMIT 15 OFFSET 0[0m
[1m[35mSchedule Load (0.2ms)[0m SELECT "schedules".* FROM "schedules" WHERE (1=2 or breakfast like '%%' or birthday like '%%' or appointment like '%%' or dinner like '%%' or easter like '%%') LIMIT 1 OFFSET 0
Rendered application/_pagination.html.haml (4.1ms)
Rendered schedules/index.html.haml within layouts/application (22.8ms)
Rendered application/_flash_messages.html.haml (0.2ms)
Completed 200 OK in 50ms (Views: 47.9ms | ActiveRecord: 0.5ms)
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 12:35:17 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 12:35:17 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 12:35:17 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 12:35:17 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 12:35:17 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 12:35:17 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 12:35:17 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 12:35:17 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 12:35:17 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 12:35:17 -0400
Started GET "/schedules/6/edit" for 127.0.0.1 at 2014-08-19 12:35:23 -0400
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"6"}
[1m[36mSchedule Load (0.1ms)[0m [1mSELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1[0m [["id", 6]]
Rendered schedules/_form.html.haml (4.5ms)
Rendered schedules/edit.html.haml within layouts/application (5.3ms)
Rendered application/_flash_messages.html.haml (0.1ms)
Completed 200 OK in 13ms (Views: 11.8ms | ActiveRecord: 0.1ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 12:35:23 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 12:35:23 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 12:35:23 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 12:35:23 -0400
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 12:35:23 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 12:35:23 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 12:35:23 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 12:35:23 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 12:35:23 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 12:35:23 -0400
Started PATCH "/schedules/6" for 127.0.0.1 at 2014-08-19 12:36:05 -0400
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by SchedulesController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"b4nkdCd015ic26VYjpn7TxyAa4/QpKmToCwMJ849akM=", "schedule"=>{"breakfast"=>"03:25:00", "birthday"=>"11/11/2014", "appointment"=>"03:25:00", "dinner"=>"03:25:00", "easter"=>""}, "btn_reload"=>"Save & Reload", "id"=>"6"}
[1m[35mSchedule Load (0.2ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 6]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.5ms)[0m UPDATE "schedules" SET "appointment" = ?, "updated_at" = ? WHERE "schedules"."id" = 6 [["appointment", "2014-08-19 03:25:00.000000"], ["updated_at", "2014-08-19 16:36:05.251782"]]
[1m[36m (1.3ms)[0m [1mcommit transaction[0m
Redirected to http://localhost:3001/schedules/6/edit
Completed 302 Found in 60ms (ActiveRecord: 2.4ms)
Started GET "/schedules/6/edit" for 127.0.0.1 at 2014-08-19 12:36:05 -0400
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"6"}
[1m[35mSchedule Load (0.2ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 6]]
Rendered schedules/_form.html.haml (366.1ms)
Rendered schedules/edit.html.haml within layouts/application (370.5ms)
Rendered application/_flash_messages.html.haml (1.2ms)
Completed 200 OK in 426ms (Views: 425.0ms | ActiveRecord: 0.2ms)
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 12:36:05 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 12:36:05 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 12:36:05 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 12:36:05 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 12:36:05 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 12:36:05 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 12:36:05 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 12:36:05 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 12:36:05 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 12:36:05 -0400
Started GET "/schedules/6/edit" for 127.0.0.1 at 2014-08-19 12:40:53 -0400
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"6"}
[1m[35mSchedule Load (0.3ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 6]]
Rendered schedules/_form.html.haml (414.7ms)
Rendered schedules/edit.html.haml within layouts/application (421.7ms)
Rendered application/_flash_messages.html.haml (1.0ms)
Completed 200 OK in 774ms (Views: 763.5ms | ActiveRecord: 0.6ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 12:40:54 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 12:40:54 -0400
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 12:40:54 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 12:40:54 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 12:40:54 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 12:40:54 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 12:40:54 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 12:40:54 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 12:40:54 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 12:40:54 -0400
Started PATCH "/schedules/6" for 127.0.0.1 at 2014-08-19 12:41:49 -0400
Processing by SchedulesController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"b4nkdCd015ic26VYjpn7TxyAa4/QpKmToCwMJ849akM=", "schedule"=>{"breakfast"=>"2014/08/19 03:00", "birthday"=>"2014/08/27 12:41", "appointment"=>"2014/08/19 15:00", "dinner"=>"2014/08/19 18:00", "easter"=>"2014/07/09 12:41"}, "btn_reload"=>"Save & Reload", "id"=>"6"}
[1m[36mSchedule Load (0.2ms)[0m [1mSELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1[0m [["id", 6]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mUPDATE "schedules" SET "appointment" = ?, "birthday" = ?, "breakfast" = ?, "dinner" = ?, "easter" = ?, "updated_at" = ? WHERE "schedules"."id" = 6[0m [["appointment", "2014-08-19 15:00:00.000000"], ["birthday", "2014-08-27"], ["breakfast", "2000-01-01 03:00:00.000000"], ["dinner", "2000-01-01 18:00:00.000000"], ["easter", "2014-07-09"], ["updated_at", "2014-08-19 16:41:49.863028"]]
[1m[35m (0.9ms)[0m commit transaction
Redirected to http://localhost:3001/schedules/6/edit
Completed 302 Found in 9ms (ActiveRecord: 1.6ms)
Started GET "/schedules/6/edit" for 127.0.0.1 at 2014-08-19 12:41:49 -0400
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"6"}
[1m[36mSchedule Load (0.2ms)[0m [1mSELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1[0m [["id", 6]]
Rendered schedules/_form.html.haml (3.7ms)
Rendered schedules/edit.html.haml within layouts/application (4.5ms)
Rendered application/_flash_messages.html.haml (0.2ms)
Completed 200 OK in 13ms (Views: 11.5ms | ActiveRecord: 0.2ms)
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 12:41:49 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 12:41:49 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 12:41:49 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 12:41:49 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 12:41:49 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 12:41:49 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 12:41:49 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 12:41:49 -0400
Started GET "/schedules/6/edit" for 127.0.0.1 at 2014-08-19 12:50:23 -0400
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"6"}
[1m[35mSchedule Load (0.2ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 6]]
Rendered schedules/_form.html.haml (4.7ms)
Rendered schedules/edit.html.haml within layouts/application (5.8ms)
Rendered application/_flash_messages.html.haml (0.1ms)
Completed 200 OK in 43ms (Views: 42.0ms | ActiveRecord: 0.2ms)
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 12:50:23 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 12:50:23 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 12:50:23 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 12:50:23 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 12:50:23 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 12:50:23 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 12:50:23 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 12:50:23 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 12:50:23 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 12:50:23 -0400
Started GET "/schedules/6/edit" for 127.0.0.1 at 2014-08-19 12:51:47 -0400
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"6"}
[1m[36mSchedule Load (0.2ms)[0m [1mSELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1[0m [["id", 6]]
Rendered schedules/_form.html.haml (4.2ms)
Rendered schedules/edit.html.haml within layouts/application (4.8ms)
Rendered application/_flash_messages.html.haml (0.1ms)
Completed 200 OK in 39ms (Views: 37.5ms | ActiveRecord: 0.1ms)
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 12:51:47 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 12:51:47 -0400
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 12:51:47 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 12:51:47 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 12:51:47 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 12:51:47 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 12:51:47 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 12:51:47 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 12:51:47 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 12:51:47 -0400
Started GET "/schedules/6/edit" for 127.0.0.1 at 2014-08-19 12:51:48 -0400
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"6"}
[1m[35mSchedule Load (0.1ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 6]]
Rendered schedules/_form.html.haml (6.3ms)
Rendered schedules/edit.html.haml within layouts/application (7.2ms)
Rendered application/_flash_messages.html.haml (0.1ms)
Completed 200 OK in 14ms (Views: 13.2ms | ActiveRecord: 0.1ms)
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 12:51:48 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 12:51:48 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 12:51:48 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 12:51:48 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 12:51:48 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 12:51:48 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 12:51:48 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 12:51:48 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 12:51:48 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 12:51:48 -0400
Started GET "/schedules/6/edit" for 127.0.0.1 at 2014-08-19 12:52:17 -0400
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"6"}
[1m[35mSchedule Load (0.2ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 6]]
Rendered schedules/_form.html.haml (398.2ms)
Rendered schedules/edit.html.haml within layouts/application (412.0ms)
Rendered application/_flash_messages.html.haml (1.1ms)
Completed 200 OK in 467ms (Views: 458.1ms | ActiveRecord: 0.5ms)
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 12:52:18 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 12:52:18 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 12:52:18 -0400
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 12:52:18 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 12:52:18 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 12:52:18 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 12:52:18 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 12:52:18 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 12:52:18 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 12:52:18 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 12:52:44 -0400
Started GET "/assets/ext_form.js" for 127.0.0.1 at 2014-08-19 12:52:50 -0400
Started GET "/schedules/6/edit" for 127.0.0.1 at 2014-08-19 13:10:06 -0400
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"6"}
[1m[35mSchedule Load (0.2ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 6]]
Rendered schedules/_form.html.haml (397.6ms)
Rendered schedules/edit.html.haml within layouts/application (412.6ms)
Rendered application/_flash_messages.html.haml (1.0ms)
Completed 200 OK in 552ms (Views: 543.6ms | ActiveRecord: 0.5ms)
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 13:10:06 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 13:10:06 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 13:10:06 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 13:10:06 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 13:10:06 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 13:10:06 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 13:10:06 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 13:10:06 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 13:10:06 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 13:10:06 -0400
Started GET "/schedules/6/edit" for 127.0.0.1 at 2014-08-19 13:12:23 -0400
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"6"}
[1m[35mSchedule Load (0.3ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 6]]
Rendered schedules/_form.html.haml (436.2ms)
Rendered schedules/edit.html.haml within layouts/application (449.5ms)
Rendered application/_flash_messages.html.haml (1.1ms)
Completed 200 OK in 530ms (Views: 519.6ms | ActiveRecord: 0.9ms)
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 13:12:24 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 13:12:24 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 13:12:24 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 13:12:24 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 13:12:24 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 13:12:24 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 13:12:24 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 13:12:24 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 13:12:24 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 13:12:24 -0400
Started PATCH "/schedules/6" for 127.0.0.1 at 2014-08-19 13:13:45 -0400
Processing by SchedulesController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"b4nkdCd015ic26VYjpn7TxyAa4/QpKmToCwMJ849akM=", "schedule"=>{"breakfast"=>"2014/08/19 01:00", "birthday"=>"2014/11/11 13:12", "appointment"=>"2014/08/31 16:00", "dinner"=>"2014/08/19 20:00", "easter"=>"2014/04/30 13:12"}, "btn_reload"=>"Save & Reload", "id"=>"6"}
[1m[36mSchedule Load (0.3ms)[0m [1mSELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1[0m [["id", 6]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.5ms)[0m [1mUPDATE "schedules" SET "appointment" = ?, "birthday" = ?, "breakfast" = ?, "dinner" = ?, "easter" = ?, "updated_at" = ? WHERE "schedules"."id" = 6[0m [["appointment", "2014-08-31 16:00:00.000000"], ["birthday", "2014-11-11"], ["breakfast", "2000-01-01 01:00:00.000000"], ["dinner", "2000-01-01 20:00:00.000000"], ["easter", "2014-04-30"], ["updated_at", "2014-08-19 17:13:45.346806"]]
[1m[35m (0.9ms)[0m commit transaction
Redirected to http://localhost:3001/schedules/6/edit
Completed 302 Found in 10ms (ActiveRecord: 1.8ms)
Started GET "/schedules/6/edit" for 127.0.0.1 at 2014-08-19 13:13:45 -0400
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"6"}
[1m[36mSchedule Load (0.1ms)[0m [1mSELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1[0m [["id", 6]]
Rendered schedules/_form.html.haml (6.1ms)
Rendered schedules/edit.html.haml within layouts/application (6.9ms)
Rendered application/_flash_messages.html.haml (0.2ms)
Completed 200 OK in 18ms (Views: 16.8ms | ActiveRecord: 0.1ms)
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 13:13:45 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 13:13:45 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 13:13:45 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 13:13:45 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 13:13:45 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 13:13:45 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 13:13:45 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 13:13:45 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 13:13:45 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 13:13:45 -0400
Started GET "/schedules/6/edit" for 127.0.0.1 at 2014-08-19 15:20:29 -0400
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"6"}
[1m[35mSchedule Load (0.2ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 6]]
Rendered schedules/_form.html.haml (406.5ms)
Rendered schedules/edit.html.haml within layouts/application (412.9ms)
Rendered application/_flash_messages.html.haml (1.0ms)
Completed 200 OK in 527ms (Views: 517.3ms | ActiveRecord: 0.5ms)
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 15:20:30 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 15:20:30 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 15:20:30 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 15:20:30 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 15:20:30 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 15:20:30 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 15:20:30 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 15:20:30 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 15:20:30 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 15:20:30 -0400
Started GET "/schedules/6/edit" for 127.0.0.1 at 2014-08-19 15:25:33 -0400
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"6"}
[1m[36mSchedule Load (0.1ms)[0m [1mSELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1[0m [["id", 6]]
Rendered schedules/_form.html.haml (465.4ms)
Rendered schedules/edit.html.haml within layouts/application (467.2ms)
Rendered application/_flash_messages.html.haml (1.4ms)
Completed 200 OK in 516ms (Views: 509.7ms | ActiveRecord: 0.6ms)
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 15:25:33 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 15:25:33 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 15:25:33 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 15:25:33 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 15:25:33 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 15:25:33 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 15:25:33 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 15:25:33 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 15:25:33 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 15:25:33 -0400
Started PATCH "/schedules/6" for 127.0.0.1 at 2014-08-19 15:26:21 -0400
Processing by SchedulesController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"b4nkdCd015ic26VYjpn7TxyAa4/QpKmToCwMJ849akM=", "schedule"=>{"breakfast(1i)"=>"2000", "breakfast(2i)"=>"1", "breakfast(3i)"=>"1", "breakfast(4i)"=>"01", "breakfast(5i)"=>"00", "birthday"=>"2014/08/21 15:25", "appointment"=>"08/23/2014 03:0808 pm", "dinner(1i)"=>"2000", "dinner(2i)"=>"1", "dinner(3i)"=>"1", "dinner(4i)"=>"20", "dinner(5i)"=>"00", "easter"=>"04/30/2014"}, "btn_reload"=>"Save & Reload", "id"=>"6"}
[1m[35mSchedule Load (0.2ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 6]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
Completed 500 Internal Server Error in 4ms
ArgumentError (argument out of range):
app/controllers/schedules_controller.rb:29:in `update'
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.3ms)
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms)
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.1ms)
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 (16.3ms)
Started PATCH "/schedules/6" for 127.0.0.1 at 2014-08-19 15:26:58 -0400
Processing by SchedulesController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"b4nkdCd015ic26VYjpn7TxyAa4/QpKmToCwMJ849akM=", "schedule"=>{"breakfast(1i)"=>"2000", "breakfast(2i)"=>"1", "breakfast(3i)"=>"1", "breakfast(4i)"=>"01", "breakfast(5i)"=>"00", "birthday"=>"2014/08/21 15:25", "appointment"=>"08/23/2014 03:08 pm", "dinner(1i)"=>"2000", "dinner(2i)"=>"1", "dinner(3i)"=>"1", "dinner(4i)"=>"20", "dinner(5i)"=>"00", "easter"=>"04/30/2014"}, "btn_reload"=>"Save & Reload", "id"=>"6"}
[1m[36mSchedule Load (0.1ms)[0m [1mSELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1[0m [["id", 6]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
Completed 500 Internal Server Error in 3ms
ArgumentError (argument out of range):
app/controllers/schedules_controller.rb:29:in `update'
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (1.3ms)
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms)
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.1ms)
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 (15.2ms)
Started GET "/schedules/6/edit" for 127.0.0.1 at 2014-08-19 15:29:25 -0400
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"6"}
[1m[35mSchedule Load (0.1ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 6]]
Rendered schedules/_form.html.haml (8.9ms)
Rendered schedules/edit.html.haml within layouts/application (9.9ms)
Rendered application/_flash_messages.html.haml (0.1ms)
Completed 200 OK in 18ms (Views: 17.3ms | ActiveRecord: 0.1ms)
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 15:29:25 -0400
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 15:29:25 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 15:29:25 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 15:29:25 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 15:29:25 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 15:29:25 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 15:29:25 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 15:29:25 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 15:29:25 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 15:29:25 -0400
Started PATCH "/schedules/6" for 127.0.0.1 at 2014-08-19 15:29:53 -0400
Processing by SchedulesController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"b4nkdCd015ic26VYjpn7TxyAa4/QpKmToCwMJ849akM=", "schedule"=>{"breakfast(1i)"=>"2000", "breakfast(2i)"=>"1", "breakfast(3i)"=>"1", "breakfast(4i)"=>"01", "breakfast(5i)"=>"00", "birthday"=>"11/11/2014", "appointment"=>"16:00:00", "dinner(1i)"=>"2000", "dinner(2i)"=>"1", "dinner(3i)"=>"1", "dinner(4i)"=>"20", "dinner(5i)"=>"00", "easter"=>"04/30/2014"}, "btn_reload"=>"Save & Reload", "id"=>"6"}
[1m[36mSchedule Load (0.1ms)[0m [1mSELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1[0m [["id", 6]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.5ms)[0m [1mUPDATE "schedules" SET "appointment" = ?, "easter" = ?, "updated_at" = ? WHERE "schedules"."id" = 6[0m [["appointment", "2014-08-19 16:00:00.000000"], ["easter", nil], ["updated_at", "2014-08-19 19:29:53.499258"]]
[1m[35m (1.1ms)[0m commit transaction
Redirected to http://localhost:3001/schedules/6/edit
Completed 302 Found in 63ms (ActiveRecord: 1.8ms)
Started GET "/schedules/6/edit" for 127.0.0.1 at 2014-08-19 15:29:53 -0400
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"6"}
[1m[36mSchedule Load (0.2ms)[0m [1mSELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1[0m [["id", 6]]
Rendered schedules/_form.html.haml (8.4ms)
Rendered schedules/edit.html.haml within layouts/application (9.5ms)
Rendered application/_flash_messages.html.haml (0.2ms)
Completed 200 OK in 21ms (Views: 19.7ms | ActiveRecord: 0.2ms)
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 15:29:53 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 15:29:53 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 15:29:53 -0400
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 15:29:53 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 15:29:53 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 15:29:53 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 15:29:53 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 15:29:53 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 15:29:53 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 15:29:53 -0400
Started PATCH "/schedules/6" for 127.0.0.1 at 2014-08-19 15:30:05 -0400
Processing by SchedulesController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"b4nkdCd015ic26VYjpn7TxyAa4/QpKmToCwMJ849akM=", "schedule"=>{"breakfast(1i)"=>"2000", "breakfast(2i)"=>"1", "breakfast(3i)"=>"1", "breakfast(4i)"=>"10", "breakfast(5i)"=>"00", "birthday"=>"11/11/2014", "appointment"=>"16:00:00", "dinner(1i)"=>"2000", "dinner(2i)"=>"1", "dinner(3i)"=>"1", "dinner(4i)"=>"20", "dinner(5i)"=>"00", "easter"=>""}, "btn_reload"=>"Save & Reload", "id"=>"6"}
[1m[35mSchedule Load (0.1ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 6]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.5ms)[0m UPDATE "schedules" SET "appointment" = ?, "breakfast" = ?, "updated_at" = ? WHERE "schedules"."id" = 6 [["appointment", "2014-08-19 16:00:00.000000"], ["breakfast", "2000-01-01 10:00:00.000000"], ["updated_at", "2014-08-19 19:30:05.699004"]]
[1m[36m (1.6ms)[0m [1mcommit transaction[0m
Redirected to http://localhost:3001/schedules/6/edit
Completed 302 Found in 7ms (ActiveRecord: 2.3ms)
Started GET "/schedules/6/edit" for 127.0.0.1 at 2014-08-19 15:30:05 -0400
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"6"}
[1m[35mSchedule Load (0.1ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 6]]
Rendered schedules/_form.html.haml (10.3ms)
Rendered schedules/edit.html.haml within layouts/application (11.1ms)
Rendered application/_flash_messages.html.haml (0.3ms)
Completed 200 OK in 22ms (Views: 20.5ms | ActiveRecord: 0.1ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 15:30:05 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 15:30:05 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 15:30:05 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 15:30:05 -0400
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 15:30:05 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 15:30:05 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 15:30:05 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 15:30:05 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 15:30:05 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 15:30:05 -0400
Started PATCH "/schedules/6" for 127.0.0.1 at 2014-08-19 15:30:16 -0400
Processing by SchedulesController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"b4nkdCd015ic26VYjpn7TxyAa4/QpKmToCwMJ849akM=", "schedule"=>{"breakfast(1i)"=>"2000", "breakfast(2i)"=>"1", "breakfast(3i)"=>"1", "breakfast(4i)"=>"10", "breakfast(5i)"=>"00", "birthday"=>"2014/08/28 15:30", "appointment"=>"16:00:00", "dinner(1i)"=>"2000", "dinner(2i)"=>"1", "dinner(3i)"=>"1", "dinner(4i)"=>"20", "dinner(5i)"=>"00", "easter"=>""}, "btn_reload"=>"Save & Reload", "id"=>"6"}
[1m[36mSchedule Load (0.2ms)[0m [1mSELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1[0m [["id", 6]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "schedules" SET "appointment" = ?, "birthday" = ?, "updated_at" = ? WHERE "schedules"."id" = 6[0m [["appointment", "2014-08-19 16:00:00.000000"], ["birthday", "2014-08-28"], ["updated_at", "2014-08-19 19:30:16.598009"]]
[1m[35m (1.1ms)[0m commit transaction
Redirected to http://localhost:3001/schedules/6/edit
Completed 302 Found in 6ms (ActiveRecord: 1.6ms)
Started GET "/schedules/6/edit" for 127.0.0.1 at 2014-08-19 15:30:16 -0400
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"6"}
[1m[36mSchedule Load (0.2ms)[0m [1mSELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1[0m [["id", 6]]
Rendered schedules/_form.html.haml (9.2ms)
Rendered schedules/edit.html.haml within layouts/application (10.1ms)
Rendered application/_flash_messages.html.haml (0.2ms)
Completed 200 OK in 21ms (Views: 19.9ms | ActiveRecord: 0.2ms)
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 15:30:16 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 15:30:16 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 15:30:16 -0400
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 15:30:16 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 15:30:16 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 15:30:16 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 15:30:16 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 15:30:16 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 15:30:16 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 15:30:16 -0400
Started PATCH "/schedules/6" for 127.0.0.1 at 2014-08-19 15:30:35 -0400
Processing by SchedulesController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"b4nkdCd015ic26VYjpn7TxyAa4/QpKmToCwMJ849akM=", "schedule"=>{"breakfast(1i)"=>"2000", "breakfast(2i)"=>"1", "breakfast(3i)"=>"1", "breakfast(4i)"=>"10", "breakfast(5i)"=>"00", "birthday"=>"08/28/2014", "appointment"=>"08/22/2014 07:0808 pm", "dinner(1i)"=>"2000", "dinner(2i)"=>"1", "dinner(3i)"=>"1", "dinner(4i)"=>"20", "dinner(5i)"=>"00", "easter"=>""}, "btn_reload"=>"Save & Reload", "id"=>"6"}
[1m[35mSchedule Load (0.2ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 6]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
Completed 500 Internal Server Error in 4ms
ArgumentError (argument out of range):
app/controllers/schedules_controller.rb:29:in `update'
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.4ms)
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.9ms)
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 (16.5ms)
Started GET "/schedules/6/edit" for 127.0.0.1 at 2014-08-19 15:31:58 -0400
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"6"}
[1m[35mSchedule Load (0.2ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 6]]
Rendered schedules/_form.html.haml (414.4ms)
Rendered schedules/edit.html.haml within layouts/application (420.9ms)
Rendered application/_flash_messages.html.haml (1.3ms)
Completed 200 OK in 498ms (Views: 487.5ms | ActiveRecord: 0.5ms)
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 15:31:59 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 15:31:59 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 15:31:59 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 15:31:59 -0400
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 15:31:59 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 15:31:59 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 15:31:59 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 15:31:59 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 15:31:59 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 15:31:59 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 15:32:49 -0400
Started GET "/assets/ext_form.js" for 127.0.0.1 at 2014-08-19 15:32:54 -0400
Started GET "/assets/ext_form.js" for 127.0.0.1 at 2014-08-19 15:34:14 -0400
Started GET "/schedules/6/edit" for 127.0.0.1 at 2014-08-19 15:34:28 -0400
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"6"}
[1m[36mSchedule Load (0.2ms)[0m [1mSELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1[0m [["id", 6]]
Rendered schedules/_form.html.haml (402.2ms)
Rendered schedules/edit.html.haml within layouts/application (404.4ms)
Rendered application/_flash_messages.html.haml (2.5ms)
Completed 200 OK in 466ms (Views: 458.3ms | ActiveRecord: 0.7ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 15:34:28 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 15:34:28 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 15:34:28 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 15:34:28 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 15:34:28 -0400
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 15:34:28 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 15:34:29 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 15:34:29 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 15:34:29 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 15:34:29 -0400
Started GET "/schedules/6/edit" for 127.0.0.1 at 2014-08-19 15:37:14 -0400
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"6"}
[1m[35mSchedule Load (0.1ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 6]]
Rendered schedules/_form.html.haml (385.2ms)
Rendered schedules/edit.html.haml within layouts/application (387.1ms)
Rendered application/_flash_messages.html.haml (1.0ms)
Completed 200 OK in 430ms (Views: 423.5ms | ActiveRecord: 0.5ms)
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 15:37:15 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 15:37:15 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 15:37:15 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 15:37:15 -0400
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 15:37:15 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 15:37:15 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 15:37:15 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 15:37:15 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 15:37:15 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 15:37:15 -0400
Started PATCH "/schedules/6" for 127.0.0.1 at 2014-08-19 15:38:17 -0400
Processing by SchedulesController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"b4nkdCd015ic26VYjpn7TxyAa4/QpKmToCwMJ849akM=", "schedule"=>{"breakfast(1i)"=>"2000", "breakfast(2i)"=>"1", "breakfast(3i)"=>"1", "breakfast(4i)"=>"10", "breakfast(5i)"=>"00", "birthday"=>"08/28/2014", "appointment"=>"08/06/2014", "dinner(1i)"=>"2000", "dinner(2i)"=>"1", "dinner(3i)"=>"1", "dinner(4i)"=>"20", "dinner(5i)"=>"00", "easter"=>""}, "btn_reload"=>"Save & Reload", "id"=>"6"}
[1m[36mSchedule Load (0.1ms)[0m [1mSELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1[0m [["id", 6]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mUPDATE "schedules" SET "appointment" = ?, "birthday" = ?, "updated_at" = ? WHERE "schedules"."id" = 6[0m [["appointment", "2014-06-08 00:00:00.000000"], ["birthday", nil], ["updated_at", "2014-08-19 19:38:17.818746"]]
[1m[35m (1.0ms)[0m commit transaction
Redirected to http://localhost:3001/schedules/6/edit
Completed 302 Found in 9ms (ActiveRecord: 1.7ms)
Started GET "/schedules/6/edit" for 127.0.0.1 at 2014-08-19 15:38:17 -0400
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"6"}
[1m[36mSchedule Load (0.1ms)[0m [1mSELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1[0m [["id", 6]]
Rendered schedules/_form.html.haml (10.1ms)
Rendered schedules/edit.html.haml within layouts/application (11.2ms)
Rendered application/_flash_messages.html.haml (0.2ms)
Completed 200 OK in 20ms (Views: 19.3ms | ActiveRecord: 0.1ms)
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 15:38:17 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 15:38:17 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 15:38:17 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 15:38:17 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 15:38:17 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 15:38:17 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 15:38:17 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 15:38:17 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 15:38:17 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 15:38:17 -0400
Started GET "/schedules/6/edit" for 127.0.0.1 at 2014-08-19 15:49:36 -0400
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"6"}
[1m[35mSchedule Load (0.2ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 6]]
Rendered schedules/_form.html.haml (385.6ms)
Rendered schedules/edit.html.haml within layouts/application (391.3ms)
Rendered application/_flash_messages.html.haml (1.2ms)
Completed 200 OK in 454ms (Views: 444.6ms | ActiveRecord: 0.5ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 15:49:37 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 15:49:37 -0400
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 15:49:37 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 15:49:37 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 15:49:37 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 15:49:37 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 15:49:37 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 15:49:37 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 15:49:37 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 15:49:37 -0400
Started GET "/schedules/6/edit" for 127.0.0.1 at 2014-08-19 15:51:49 -0400
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"6"}
[1m[36mSchedule Load (0.1ms)[0m [1mSELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1[0m [["id", 6]]
Rendered schedules/_form.html.haml (337.1ms)
Rendered schedules/edit.html.haml within layouts/application (339.0ms)
Rendered application/_flash_messages.html.haml (1.0ms)
Completed 200 OK in 414ms (Views: 406.9ms | ActiveRecord: 0.6ms)
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 15:51:50 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 15:51:50 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 15:51:50 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 15:51:50 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 15:51:50 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 15:51:50 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 15:51:50 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 15:51:50 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 15:51:50 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 15:51:50 -0400
Started PATCH "/schedules/6" for 127.0.0.1 at 2014-08-19 15:52:37 -0400
Processing by SchedulesController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"b4nkdCd015ic26VYjpn7TxyAa4/QpKmToCwMJ849akM=", "schedule"=>{"breakfast"=>"07:08", "birthday"=>"11/11/2014", "appointment"=>"08/30/2014 19:08", "dinner"=>"17:08", "easter"=>"08/21/2014"}, "btn_reload"=>"Save & Reload", "id"=>"6"}
[1m[35mSchedule Load (0.1ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 6]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m rollback transaction
Completed 500 Internal Server Error in 3ms
ArgumentError (argument out of range):
app/controllers/schedules_controller.rb:29:in `update'
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.2ms)
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.9ms)
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 (38.0ms)
Started PATCH "/schedules/6" for 127.0.0.1 at 2014-08-19 15:53:24 -0400
Processing by SchedulesController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"b4nkdCd015ic26VYjpn7TxyAa4/QpKmToCwMJ849akM=", "schedule"=>{"breakfast"=>"07:08", "birthday"=>"11/11/2014", "appointment"=>"", "dinner"=>"17:08", "easter"=>"08/21/2014"}, "btn_reload"=>"Save & Reload", "id"=>"6"}
[1m[36mSchedule Load (0.1ms)[0m [1mSELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1[0m [["id", 6]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mUPDATE "schedules" SET "appointment" = ?, "birthday" = ?, "breakfast" = ?, "dinner" = ?, "updated_at" = ? WHERE "schedules"."id" = 6[0m [["appointment", nil], ["birthday", "2014-11-11"], ["breakfast", "2000-01-01 07:08:00.000000"], ["dinner", "2000-01-01 17:08:00.000000"], ["updated_at", "2014-08-19 19:53:24.753318"]]
[1m[35m (0.9ms)[0m commit transaction
Redirected to http://localhost:3001/schedules/6/edit
Completed 302 Found in 8ms (ActiveRecord: 1.5ms)
Started GET "/schedules/6/edit" for 127.0.0.1 at 2014-08-19 15:53:24 -0400
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"6"}
[1m[36mSchedule Load (0.4ms)[0m [1mSELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1[0m [["id", 6]]
Rendered schedules/_form.html.haml (4.0ms)
Rendered schedules/edit.html.haml within layouts/application (4.8ms)
Rendered application/_flash_messages.html.haml (0.2ms)
Completed 200 OK in 14ms (Views: 12.7ms | ActiveRecord: 0.4ms)
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 15:53:24 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 15:53:24 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 15:53:24 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 15:53:24 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 15:53:24 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 15:53:24 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 15:53:24 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 15:53:24 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 15:53:24 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 15:53:24 -0400
Started PATCH "/schedules/6" for 127.0.0.1 at 2014-08-19 15:53:33 -0400
Processing by SchedulesController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"b4nkdCd015ic26VYjpn7TxyAa4/QpKmToCwMJ849akM=", "schedule"=>{"breakfast"=>"07:08:00", "birthday"=>"11/11/2014", "appointment"=>"", "dinner"=>"17:08:00", "easter"=>"08/13/2014"}, "btn_reload"=>"Save & Reload", "id"=>"6"}
[1m[35mSchedule Load (0.1ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 6]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.1ms)[0m commit transaction
Redirected to http://localhost:3001/schedules/6/edit
Completed 302 Found in 3ms (ActiveRecord: 0.3ms)
Started GET "/schedules/6/edit" for 127.0.0.1 at 2014-08-19 15:53:33 -0400
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"6"}
[1m[36mSchedule Load (0.1ms)[0m [1mSELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1[0m [["id", 6]]
Rendered schedules/_form.html.haml (4.1ms)
Rendered schedules/edit.html.haml within layouts/application (4.8ms)
Rendered application/_flash_messages.html.haml (0.2ms)
Completed 200 OK in 14ms (Views: 13.1ms | ActiveRecord: 0.1ms)
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 15:53:33 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 15:53:33 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 15:53:33 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 15:53:33 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 15:53:33 -0400
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 15:53:33 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 15:53:33 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 15:53:33 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 15:53:33 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 15:53:33 -0400
Started PATCH "/schedules/6" for 127.0.0.1 at 2014-08-19 15:54:14 -0400
Processing by SchedulesController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"b4nkdCd015ic26VYjpn7TxyAa4/QpKmToCwMJ849akM=", "schedule"=>{"breakfast"=>"15:08", "birthday"=>"11/11/2014", "appointment"=>"", "dinner"=>"17:08:00", "easter"=>"08/28/2014"}, "btn_reload"=>"Save & Reload", "id"=>"6"}
[1m[35mSchedule Load (0.2ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 6]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "schedules" SET "breakfast" = ?, "updated_at" = ? WHERE "schedules"."id" = 6 [["breakfast", "2000-01-01 15:08:00.000000"], ["updated_at", "2014-08-19 19:54:14.434356"]]
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
Redirected to http://localhost:3001/schedules/6/edit
Completed 302 Found in 6ms (ActiveRecord: 1.5ms)
Started GET "/schedules/6/edit" for 127.0.0.1 at 2014-08-19 15:54:14 -0400
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"6"}
[1m[35mSchedule Load (0.1ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 6]]
Rendered schedules/_form.html.haml (4.4ms)
Rendered schedules/edit.html.haml within layouts/application (5.1ms)
Rendered application/_flash_messages.html.haml (0.1ms)
Completed 200 OK in 14ms (Views: 12.6ms | ActiveRecord: 0.1ms)
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 15:54:14 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 15:54:14 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 15:54:14 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 15:54:14 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 15:54:14 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 15:54:14 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 15:54:14 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 15:54:14 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 15:54:14 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 15:54:14 -0400
Started PATCH "/schedules/6" for 127.0.0.1 at 2014-08-19 17:37:15 -0400
Processing by SchedulesController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"b4nkdCd015ic26VYjpn7TxyAa4/QpKmToCwMJ849akM=", "schedule"=>{"breakfast"=>"15:08:00", "birthday"=>"11/11/2014", "appointment"=>"", "dinner"=>"17:08:00", "easter"=>"08/14/2014"}, "btn_reload"=>"Save & Reload", "id"=>"6"}
[1m[36mSchedule Load (0.2ms)[0m [1mSELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1[0m [["id", 6]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.1ms)[0m [1mcommit transaction[0m
Redirected to http://localhost:3001/schedules/6/edit
Completed 302 Found in 4ms (ActiveRecord: 0.3ms)
Started GET "/schedules/6/edit" for 127.0.0.1 at 2014-08-19 17:37:15 -0400
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"6"}
[1m[35mSchedule Load (0.1ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 6]]
Rendered schedules/_form.html.haml (4.6ms)
Rendered schedules/edit.html.haml within layouts/application (5.5ms)
Rendered application/_flash_messages.html.haml (0.3ms)
Completed 200 OK in 36ms (Views: 35.0ms | ActiveRecord: 0.1ms)
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 17:37:15 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 17:37:15 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 17:37:15 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 17:37:15 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 17:37:15 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 17:37:15 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 17:37:15 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 17:37:15 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 17:37:15 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 17:37:15 -0400
Started PATCH "/schedules/6" for 127.0.0.1 at 2014-08-19 17:37:26 -0400
Processing by SchedulesController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"b4nkdCd015ic26VYjpn7TxyAa4/QpKmToCwMJ849akM=", "schedule"=>{"breakfast"=>"15:08:00", "birthday"=>"11/11/2014", "appointment"=>"", "dinner"=>"20:08", "easter"=>""}, "btn_reload"=>"Save & Reload", "id"=>"6"}
[1m[36mSchedule Load (0.2ms)[0m [1mSELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1[0m [["id", 6]]
[1m[35m (0.3ms)[0m begin transaction
[1m[36mSQL (0.5ms)[0m [1mUPDATE "schedules" SET "dinner" = ?, "updated_at" = ? WHERE "schedules"."id" = 6[0m [["dinner", "2000-01-01 20:08:00.000000"], ["updated_at", "2014-08-19 21:37:26.252273"]]
[1m[35m (2.2ms)[0m commit transaction
Redirected to http://localhost:3001/schedules/6/edit
Completed 302 Found in 8ms (ActiveRecord: 3.2ms)
Started GET "/schedules/6/edit" for 127.0.0.1 at 2014-08-19 17:37:26 -0400
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"6"}
[1m[36mSchedule Load (0.2ms)[0m [1mSELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1[0m [["id", 6]]
Rendered schedules/_form.html.haml (5.3ms)
Rendered schedules/edit.html.haml within layouts/application (6.5ms)
Rendered application/_flash_messages.html.haml (0.2ms)
Completed 200 OK in 19ms (Views: 18.0ms | ActiveRecord: 0.2ms)
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 17:37:26 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 17:37:26 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 17:37:26 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 17:37:26 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 17:37:26 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 17:37:26 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 17:37:26 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 17:37:26 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 17:37:26 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 17:37:26 -0400
Started PATCH "/schedules/6" for 127.0.0.1 at 2014-08-19 17:37:45 -0400
Processing by SchedulesController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"b4nkdCd015ic26VYjpn7TxyAa4/QpKmToCwMJ849akM=", "schedule"=>{"breakfast"=>"15:08:00", "birthday"=>"11/11/2014", "appointment"=>"", "dinner"=>"20:08:00", "easter"=>"08/31/2014"}, "btn_reload"=>"Save & Reload", "id"=>"6"}
[1m[35mSchedule Load (0.1ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 6]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35m (0.0ms)[0m commit transaction
Redirected to http://localhost:3001/schedules/6/edit
Completed 302 Found in 3ms (ActiveRecord: 0.2ms)
Started GET "/schedules/6/edit" for 127.0.0.1 at 2014-08-19 17:37:45 -0400
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"6"}
[1m[36mSchedule Load (0.1ms)[0m [1mSELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1[0m [["id", 6]]
Rendered schedules/_form.html.haml (3.9ms)
Rendered schedules/edit.html.haml within layouts/application (4.7ms)
Rendered application/_flash_messages.html.haml (0.2ms)
Completed 200 OK in 13ms (Views: 12.3ms | ActiveRecord: 0.1ms)
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 17:37:45 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 17:37:45 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 17:37:45 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 17:37:45 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 17:37:45 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 17:37:45 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 17:37:45 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 17:37:45 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 17:37:45 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 17:37:45 -0400
Started GET "/schedules" for 127.0.0.1 at 2014-08-19 17:38:18 -0400
Processing by SchedulesController#index as HTML
Rendered application/_sort_form.html.haml (1.6ms)
Rendered application/_search_form.html.haml (1.6ms)
[1m[35mSchedule Load (0.2ms)[0m SELECT "schedules".* FROM "schedules" WHERE (1=2 or breakfast like '%%' or birthday like '%%' or appointment like '%%' or dinner like '%%' or easter like '%%') LIMIT 15 OFFSET 0
[1m[36mSchedule Load (0.2ms)[0m [1mSELECT "schedules".* FROM "schedules" WHERE (1=2 or breakfast like '%%' or birthday like '%%' or appointment like '%%' or dinner like '%%' or easter like '%%') LIMIT 1 OFFSET 0[0m
Rendered application/_pagination.html.haml (4.1ms)
Rendered schedules/index.html.haml within layouts/application (22.1ms)
Rendered application/_flash_messages.html.haml (0.2ms)
Completed 200 OK in 32ms (Views: 29.9ms | ActiveRecord: 0.4ms)
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 17:38:18 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 17:38:18 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 17:38:18 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 17:38:18 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 17:38:18 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 17:38:18 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 17:38:18 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 17:38:18 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 17:38:18 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 17:38:18 -0400
Started GET "/schedules/6/edit" for 127.0.0.1 at 2014-08-19 17:38:29 -0400
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"6"}
[1m[35mSchedule Load (0.1ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 6]]
Rendered schedules/_form.html.haml (4.4ms)
Rendered schedules/edit.html.haml within layouts/application (5.1ms)
Rendered application/_flash_messages.html.haml (0.1ms)
Completed 200 OK in 15ms (Views: 13.3ms | ActiveRecord: 0.1ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 17:38:29 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 17:38:29 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 17:38:29 -0400
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 17:38:29 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 17:38:29 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 17:38:29 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 17:38:29 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 17:38:29 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 17:38:29 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 17:38:29 -0400
Started PATCH "/schedules/6" for 127.0.0.1 at 2014-08-19 17:38:37 -0400
Processing by SchedulesController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"b4nkdCd015ic26VYjpn7TxyAa4/QpKmToCwMJ849akM=", "schedule"=>{"breakfast"=>"15:08:00", "birthday"=>"11/11/2014", "appointment"=>"", "dinner"=>"20:08:00", "easter"=>"08/10/2014"}, "btn_reload"=>"Save & Reload", "id"=>"6"}
[1m[36mSchedule Load (0.1ms)[0m [1mSELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1[0m [["id", 6]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.5ms)[0m [1mUPDATE "schedules" SET "easter" = ?, "updated_at" = ? WHERE "schedules"."id" = 6[0m [["easter", "2014-10-08"], ["updated_at", "2014-08-19 21:38:37.468039"]]
[1m[35m (1.0ms)[0m commit transaction
Redirected to http://localhost:3001/schedules/6/edit
Completed 302 Found in 5ms (ActiveRecord: 1.7ms)
Started GET "/schedules/6/edit" for 127.0.0.1 at 2014-08-19 17:38:37 -0400
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"6"}
[1m[36mSchedule Load (0.1ms)[0m [1mSELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1[0m [["id", 6]]
Rendered schedules/_form.html.haml (4.3ms)
Rendered schedules/edit.html.haml within layouts/application (5.2ms)
Rendered application/_flash_messages.html.haml (0.2ms)
Completed 200 OK in 14ms (Views: 13.0ms | ActiveRecord: 0.1ms)
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 17:38:37 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 17:38:37 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 17:38:37 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 17:38:37 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 17:38:37 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 17:38:37 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 17:38:37 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 17:38:37 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 17:38:37 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 17:38:37 -0400
Started PATCH "/schedules/6" for 127.0.0.1 at 2014-08-19 17:38:43 -0400
Processing by SchedulesController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"b4nkdCd015ic26VYjpn7TxyAa4/QpKmToCwMJ849akM=", "schedule"=>{"breakfast"=>"15:08:00", "birthday"=>"11/11/2014", "appointment"=>"", "dinner"=>"20:08:00", "easter"=>"10/08/2014"}, "btn_index"=>"Save & Back to List", "id"=>"6"}
[1m[35mSchedule Load (0.1ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 6]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m UPDATE "schedules" SET "easter" = ?, "updated_at" = ? WHERE "schedules"."id" = 6 [["easter", "2014-08-10"], ["updated_at", "2014-08-19 21:38:43.843822"]]
[1m[36m (1.1ms)[0m [1mcommit transaction[0m
Redirected to http://localhost:3001/schedules
Completed 302 Found in 7ms (ActiveRecord: 1.8ms)
Started GET "/schedules" for 127.0.0.1 at 2014-08-19 17:38:43 -0400
Processing by SchedulesController#index as HTML
Rendered application/_sort_form.html.haml (0.5ms)
Rendered application/_search_form.html.haml (0.5ms)
[1m[35mSchedule Load (0.3ms)[0m SELECT "schedules".* FROM "schedules" WHERE (1=2 or breakfast like '%%' or birthday like '%%' or appointment like '%%' or dinner like '%%' or easter like '%%') LIMIT 15 OFFSET 0
[1m[36mSchedule Load (0.2ms)[0m [1mSELECT "schedules".* FROM "schedules" WHERE (1=2 or breakfast like '%%' or birthday like '%%' or appointment like '%%' or dinner like '%%' or easter like '%%') LIMIT 1 OFFSET 0[0m
Rendered application/_pagination.html.haml (2.0ms)
Rendered schedules/index.html.haml within layouts/application (11.8ms)
Rendered application/_flash_messages.html.haml (0.3ms)
Completed 200 OK in 27ms (Views: 24.7ms | ActiveRecord: 0.5ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 17:38:43 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 17:38:43 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 17:38:43 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 17:38:43 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 17:38:43 -0400
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 17:38:43 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 17:38:43 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 17:38:43 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 17:38:43 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 17:38:43 -0400
Started GET "/schedules/new" for 127.0.0.1 at 2014-08-19 17:38:49 -0400
Processing by SchedulesController#new as HTML
Rendered schedules/_form.html.haml (3.6ms)
Rendered schedules/new.html.haml within layouts/application (5.5ms)
Rendered application/_flash_messages.html.haml (0.1ms)
Completed 200 OK in 14ms (Views: 13.7ms | ActiveRecord: 0.0ms)
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 17:38:49 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 17:38:49 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 17:38:49 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 17:38:49 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 17:38:49 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 17:38:49 -0400
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 17:38:49 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 17:38:49 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 17:38:49 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 17:38:49 -0400
Started POST "/schedules" for 127.0.0.1 at 2014-08-19 17:38:56 -0400
Processing by SchedulesController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"b4nkdCd015ic26VYjpn7TxyAa4/QpKmToCwMJ849akM=", "schedule"=>{"breakfast"=>"", "birthday"=>"", "appointment"=>"", "dinner"=>"", "easter"=>"08/03/2014"}, "btn_reload"=>"Save & Reload"}
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.5ms)[0m [1mINSERT INTO "schedules" ("created_at", "easter", "updated_at") VALUES (?, ?, ?)[0m [["created_at", "2014-08-19 21:38:56.777822"], ["easter", "2014-03-08"], ["updated_at", "2014-08-19 21:38:56.777822"]]
[1m[35m (1.0ms)[0m commit transaction
Redirected to http://localhost:3001/schedules/new
Completed 302 Found in 5ms (ActiveRecord: 1.6ms)
Started GET "/schedules/new" for 127.0.0.1 at 2014-08-19 17:38:56 -0400
Processing by SchedulesController#new as HTML
Rendered schedules/_form.html.haml (3.9ms)
Rendered schedules/new.html.haml within layouts/application (4.8ms)
Rendered application/_flash_messages.html.haml (0.2ms)
Completed 200 OK in 13ms (Views: 12.8ms | ActiveRecord: 0.0ms)
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 17:38:56 -0400
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 17:38:56 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 17:38:56 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 17:38:56 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 17:38:56 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 17:38:56 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 17:38:56 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 17:38:56 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 17:38:56 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 17:38:56 -0400
Started GET "/schedules" for 127.0.0.1 at 2014-08-19 17:39:33 -0400
Processing by SchedulesController#index as HTML
Rendered application/_sort_form.html.haml (0.6ms)
Rendered application/_search_form.html.haml (0.3ms)
[1m[36mSchedule Load (0.3ms)[0m [1mSELECT "schedules".* FROM "schedules" WHERE (1=2 or breakfast like '%%' or birthday like '%%' or appointment like '%%' or dinner like '%%' or easter like '%%') LIMIT 15 OFFSET 0[0m
[1m[35mSchedule Load (0.2ms)[0m SELECT "schedules".* FROM "schedules" WHERE (1=2 or breakfast like '%%' or birthday like '%%' or appointment like '%%' or dinner like '%%' or easter like '%%') LIMIT 1 OFFSET 0
Rendered application/_pagination.html.haml (2.1ms)
Rendered schedules/index.html.haml within layouts/application (11.2ms)
Rendered application/_flash_messages.html.haml (0.1ms)
Completed 200 OK in 20ms (Views: 18.0ms | ActiveRecord: 0.5ms)
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 17:39:33 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 17:39:33 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 17:39:33 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 17:39:33 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 17:39:33 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 17:39:33 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 17:39:33 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 17:39:33 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 17:39:33 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 17:39:33 -0400
Started GET "/schedules/8/edit" for 127.0.0.1 at 2014-08-19 17:42:01 -0400
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"8"}
[1m[36mSchedule Load (0.2ms)[0m [1mSELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1[0m [["id", 8]]
Rendered schedules/_form.html.haml (4.0ms)
Rendered schedules/edit.html.haml within layouts/application (4.8ms)
Rendered application/_flash_messages.html.haml (0.1ms)
Completed 200 OK in 14ms (Views: 12.2ms | ActiveRecord: 0.2ms)
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 17:42:01 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 17:42:01 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 17:42:01 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 17:42:01 -0400
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 17:42:01 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 17:42:01 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 17:42:01 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 17:42:01 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 17:42:01 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 17:42:01 -0400
Started PATCH "/schedules/8" for 127.0.0.1 at 2014-08-19 17:42:19 -0400
Processing by SchedulesController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"b4nkdCd015ic26VYjpn7TxyAa4/QpKmToCwMJ849akM=", "schedule"=>{"breakfast"=>"", "birthday"=>"", "appointment"=>"", "dinner"=>"", "easter"=>"03/09/2014"}, "btn_reload"=>"Save & Reload", "id"=>"8"}
[1m[35mSchedule Load (0.1ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 8]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m UPDATE "schedules" SET "easter" = ?, "updated_at" = ? WHERE "schedules"."id" = 8 [["easter", "2014-09-03"], ["updated_at", "2014-08-19 21:42:19.183533"]]
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
Redirected to http://localhost:3001/schedules/8/edit
Completed 302 Found in 6ms (ActiveRecord: 1.5ms)
Started GET "/schedules/8/edit" for 127.0.0.1 at 2014-08-19 17:42:19 -0400
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"8"}
[1m[35mSchedule Load (0.1ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 8]]
Rendered schedules/_form.html.haml (3.7ms)
Rendered schedules/edit.html.haml within layouts/application (4.5ms)
Rendered application/_flash_messages.html.haml (0.2ms)
Completed 200 OK in 13ms (Views: 12.3ms | ActiveRecord: 0.1ms)
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 17:42:19 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 17:42:19 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 17:42:19 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 17:42:19 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 17:42:19 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 17:42:19 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 17:42:19 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 17:42:19 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 17:42:19 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 17:42:19 -0400
Started PATCH "/schedules/8" for 127.0.0.1 at 2014-08-19 17:42:29 -0400
Processing by SchedulesController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"b4nkdCd015ic26VYjpn7TxyAa4/QpKmToCwMJ849akM=", "schedule"=>{"breakfast"=>"", "birthday"=>"", "appointment"=>"", "dinner"=>"", "easter"=>"09/09/2014"}, "btn_reload"=>"Save & Reload", "id"=>"8"}
[1m[36mSchedule Load (0.2ms)[0m [1mSELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1[0m [["id", 8]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "schedules" SET "easter" = ?, "updated_at" = ? WHERE "schedules"."id" = 8[0m [["easter", "2014-09-09"], ["updated_at", "2014-08-19 21:42:29.284448"]]
[1m[35m (1.0ms)[0m commit transaction
Redirected to http://localhost:3001/schedules/8/edit
Completed 302 Found in 6ms (ActiveRecord: 1.5ms)
Started GET "/schedules/8/edit" for 127.0.0.1 at 2014-08-19 17:42:29 -0400
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"8"}
[1m[36mSchedule Load (0.1ms)[0m [1mSELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1[0m [["id", 8]]
Rendered schedules/_form.html.haml (4.2ms)
Rendered schedules/edit.html.haml within layouts/application (5.1ms)
Rendered application/_flash_messages.html.haml (0.1ms)
Completed 200 OK in 14ms (Views: 12.8ms | ActiveRecord: 0.1ms)
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 17:42:29 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 17:42:29 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 17:42:29 -0400
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 17:42:29 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 17:42:29 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 17:42:29 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 17:42:29 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 17:42:29 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 17:42:29 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 17:42:29 -0400
Started PATCH "/schedules/8" for 127.0.0.1 at 2014-08-19 17:42:42 -0400
Processing by SchedulesController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"b4nkdCd015ic26VYjpn7TxyAa4/QpKmToCwMJ849akM=", "schedule"=>{"breakfast"=>"", "birthday"=>"", "appointment"=>"", "dinner"=>"", "easter"=>"09/30/2014"}, "btn_reload"=>"Save & Reload", "id"=>"8"}
[1m[35mSchedule Load (0.1ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 8]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "schedules" SET "easter" = ?, "updated_at" = ? WHERE "schedules"."id" = 8 [["easter", nil], ["updated_at", "2014-08-19 21:42:42.514095"]]
[1m[36m (1.2ms)[0m [1mcommit transaction[0m
Redirected to http://localhost:3001/schedules/8/edit
Completed 302 Found in 6ms (ActiveRecord: 1.7ms)
Started GET "/schedules/8/edit" for 127.0.0.1 at 2014-08-19 17:42:42 -0400
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"8"}
[1m[35mSchedule Load (0.2ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 8]]
Rendered schedules/_form.html.haml (4.2ms)
Rendered schedules/edit.html.haml within layouts/application (5.1ms)
Rendered application/_flash_messages.html.haml (0.2ms)
Completed 200 OK in 14ms (Views: 13.1ms | ActiveRecord: 0.2ms)
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 17:42:42 -0400
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 17:42:42 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 17:42:42 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 17:42:42 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 17:42:42 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 17:42:42 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 17:42:42 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 17:42:42 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 17:42:42 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 17:42:42 -0400
Started GET "/schedules" for 127.0.0.1 at 2014-08-19 17:43:31 -0400
Processing by SchedulesController#index as HTML
Rendered application/_sort_form.html.haml (0.6ms)
Rendered application/_search_form.html.haml (0.3ms)
[1m[36mSchedule Load (0.2ms)[0m [1mSELECT "schedules".* FROM "schedules" WHERE (1=2 or breakfast like '%%' or birthday like '%%' or appointment like '%%' or dinner like '%%' or easter like '%%') LIMIT 15 OFFSET 0[0m
[1m[35mSchedule Load (0.2ms)[0m SELECT "schedules".* FROM "schedules" WHERE (1=2 or breakfast like '%%' or birthday like '%%' or appointment like '%%' or dinner like '%%' or easter like '%%') LIMIT 1 OFFSET 0
Rendered application/_pagination.html.haml (2.2ms)
Rendered schedules/index.html.haml within layouts/application (11.3ms)
Rendered application/_flash_messages.html.haml (0.2ms)
Completed 200 OK in 20ms (Views: 18.7ms | ActiveRecord: 0.4ms)
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 17:43:31 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 17:43:31 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 17:43:31 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 17:43:31 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 17:43:31 -0400
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 17:43:31 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 17:43:31 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 17:43:31 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 17:43:31 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 17:43:31 -0400
Started GET "/schedules?sort_by=easter" for 127.0.0.1 at 2014-08-19 17:43:53 -0400
Processing by SchedulesController#index as HTML
Parameters: {"sort_by"=>"easter"}
Rendered application/_sort_form.html.haml (0.9ms)
Rendered application/_search_form.html.haml (0.5ms)
[1m[36mSchedule Load (0.4ms)[0m [1mSELECT "schedules".* FROM "schedules" WHERE (1=2 or breakfast like '%%' or birthday like '%%' or appointment like '%%' or dinner like '%%' or easter like '%%') ORDER BY "schedules"."easter" ASC LIMIT 15 OFFSET 0[0m
[1m[35mSchedule Load (0.3ms)[0m SELECT "schedules".* FROM "schedules" WHERE (1=2 or breakfast like '%%' or birthday like '%%' or appointment like '%%' or dinner like '%%' or easter like '%%') ORDER BY "schedules"."easter" ASC LIMIT 1 OFFSET 0
Rendered application/_pagination.html.haml (2.3ms)
Rendered schedules/index.html.haml within layouts/application (14.4ms)
Rendered application/_flash_messages.html.haml (0.1ms)
Completed 200 OK in 25ms (Views: 22.7ms | ActiveRecord: 0.8ms)
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 17:43:53 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 17:43:53 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 17:43:53 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 17:43:53 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 17:43:53 -0400
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 17:43:53 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 17:43:53 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 17:43:53 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 17:43:53 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 17:43:53 -0400
Started GET "/schedules/7/edit" for 127.0.0.1 at 2014-08-19 17:44:31 -0400
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"7"}
[1m[36mSchedule Load (0.1ms)[0m [1mSELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1[0m [["id", 7]]
Rendered schedules/_form.html.haml (4.1ms)
Rendered schedules/edit.html.haml within layouts/application (4.9ms)
Rendered application/_flash_messages.html.haml (0.1ms)
Completed 200 OK in 14ms (Views: 12.4ms | ActiveRecord: 0.1ms)
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 17:44:31 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 17:44:31 -0400
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 17:44:31 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 17:44:31 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 17:44:31 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 17:44:31 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 17:44:31 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 17:44:31 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 17:44:31 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 17:44:31 -0400
Started PATCH "/schedules/7" for 127.0.0.1 at 2014-08-19 17:44:36 -0400
Processing by SchedulesController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"b4nkdCd015ic26VYjpn7TxyAa4/QpKmToCwMJ849akM=", "schedule"=>{"breakfast"=>"09:36:00", "birthday"=>"", "appointment"=>"03:31:00", "dinner"=>"03:31:00", "easter"=>"11/11/2020"}, "btn_reload"=>"Save & Reload", "id"=>"7"}
[1m[35mSchedule Load (0.1ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 7]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m UPDATE "schedules" SET "appointment" = ?, "updated_at" = ? WHERE "schedules"."id" = 7 [["appointment", "2014-08-19 03:31:00.000000"], ["updated_at", "2014-08-19 21:44:36.086507"]]
[1m[36m (1.1ms)[0m [1mcommit transaction[0m
Redirected to http://localhost:3001/schedules/7/edit
Completed 302 Found in 6ms (ActiveRecord: 1.7ms)
Started GET "/schedules/7/edit" for 127.0.0.1 at 2014-08-19 17:44:36 -0400
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"7"}
[1m[35mSchedule Load (0.2ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 7]]
Rendered schedules/_form.html.haml (5.0ms)
Rendered schedules/edit.html.haml within layouts/application (5.8ms)
Rendered application/_flash_messages.html.haml (0.2ms)
Completed 200 OK in 15ms (Views: 13.7ms | ActiveRecord: 0.2ms)
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 17:44:36 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 17:44:36 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 17:44:36 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 17:44:36 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 17:44:36 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 17:44:36 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 17:44:36 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 17:44:36 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 17:44:36 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 17:44:36 -0400
Started PATCH "/schedules/7" for 127.0.0.1 at 2014-08-19 17:44:48 -0400
Processing by SchedulesController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"b4nkdCd015ic26VYjpn7TxyAa4/QpKmToCwMJ849akM=", "schedule"=>{"breakfast"=>"09:36:00", "birthday"=>"", "appointment"=>"03:31:00", "dinner"=>"03:31:00", "easter"=>"11/12/2020"}, "btn_reload"=>"Save & Reload", "id"=>"7"}
[1m[36mSchedule Load (0.1ms)[0m [1mSELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1[0m [["id", 7]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mUPDATE "schedules" SET "appointment" = ?, "easter" = ?, "updated_at" = ? WHERE "schedules"."id" = 7[0m [["appointment", "2014-08-19 03:31:00.000000"], ["easter", "2020-12-11"], ["updated_at", "2014-08-19 21:44:48.302749"]]
[1m[35m (0.9ms)[0m commit transaction
Redirected to http://localhost:3001/schedules/7/edit
Completed 302 Found in 5ms (ActiveRecord: 1.5ms)
Started GET "/schedules/7/edit" for 127.0.0.1 at 2014-08-19 17:44:48 -0400
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"7"}
[1m[36mSchedule Load (0.2ms)[0m [1mSELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1[0m [["id", 7]]
Rendered schedules/_form.html.haml (5.7ms)
Rendered schedules/edit.html.haml within layouts/application (6.6ms)
Rendered application/_flash_messages.html.haml (0.1ms)
Completed 200 OK in 15ms (Views: 14.2ms | ActiveRecord: 0.2ms)
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 17:44:48 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 17:44:48 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 17:44:48 -0400
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 17:44:48 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 17:44:48 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 17:44:48 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 17:44:48 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 17:44:48 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 17:44:48 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 17:44:48 -0400
Started GET "/schedules" for 127.0.0.1 at 2014-08-19 17:45:19 -0400
Processing by SchedulesController#index as HTML
Rendered application/_sort_form.html.haml (0.5ms)
Rendered application/_search_form.html.haml (0.2ms)
[1m[35mSchedule Load (0.2ms)[0m SELECT "schedules".* FROM "schedules" WHERE (1=2 or breakfast like '%%' or birthday like '%%' or appointment like '%%' or dinner like '%%' or easter like '%%') LIMIT 15 OFFSET 0
[1m[36mSchedule Load (0.2ms)[0m [1mSELECT "schedules".* FROM "schedules" WHERE (1=2 or breakfast like '%%' or birthday like '%%' or appointment like '%%' or dinner like '%%' or easter like '%%') LIMIT 1 OFFSET 0[0m
Rendered application/_pagination.html.haml (1.8ms)
Rendered schedules/index.html.haml within layouts/application (13.9ms)
Rendered application/_flash_messages.html.haml (0.1ms)
Completed 200 OK in 22ms (Views: 21.0ms | ActiveRecord: 0.4ms)
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 17:45:19 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 17:45:19 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 17:45:19 -0400
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 17:45:19 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 17:45:19 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 17:45:19 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 17:45:19 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 17:45:19 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 17:45:19 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 17:45:19 -0400
Started GET "/schedules" for 127.0.0.1 at 2014-08-19 17:49:05 -0400
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by SchedulesController#index as HTML
Rendered application/_sort_form.html.haml (1.5ms)
Rendered application/_search_form.html.haml (1.5ms)
[1m[35mSchedule Load (0.2ms)[0m SELECT "schedules".* FROM "schedules" WHERE (1=2 or breakfast like '%%' or birthday like '%%' or appointment like '%%' or dinner like '%%' or easter like '%%') LIMIT 15 OFFSET 0
[1m[36mSchedule Load (0.3ms)[0m [1mSELECT "schedules".* FROM "schedules" WHERE (1=2 or breakfast like '%%' or birthday like '%%' or appointment like '%%' or dinner like '%%' or easter like '%%') LIMIT 1 OFFSET 0[0m
Rendered application/_pagination.html.haml (398.7ms)
Rendered schedules/index.html.haml within layouts/application (423.1ms)
Rendered application/_flash_messages.html.haml (0.9ms)
Completed 200 OK in 552ms (Views: 545.9ms | ActiveRecord: 1.0ms)
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 17:49:06 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 17:49:06 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 17:49:06 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 17:49:06 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 17:49:06 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 17:49:06 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 17:49:06 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 17:49:06 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 17:49:06 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 17:49:06 -0400
Started GET "/schedules/7/edit" for 127.0.0.1 at 2014-08-19 17:49:10 -0400
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"7"}
[1m[35mSchedule Load (0.3ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 7]]
Rendered schedules/_form.html.haml (11.6ms)
Rendered schedules/edit.html.haml within layouts/application (13.3ms)
Rendered application/_flash_messages.html.haml (0.1ms)
Completed 200 OK in 22ms (Views: 20.9ms | ActiveRecord: 0.3ms)
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 17:49:10 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 17:49:10 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 17:49:10 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 17:49:10 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 17:49:10 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 17:49:10 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 17:49:10 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 17:49:10 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 17:49:10 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 17:49:10 -0400
Started PATCH "/schedules/7" for 127.0.0.1 at 2014-08-19 17:49:54 -0400
Processing by SchedulesController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"b4nkdCd015ic26VYjpn7TxyAa4/QpKmToCwMJ849akM=", "schedule"=>{"breakfast"=>"2000-01-01 09:36:00 UTC", "birthday"=>"", "appointment"=>"2014-08-19 03:31:00 UTC", "dinner"=>"2000-01-01 03:31:00 UTC", "easter"=>"08/02/2014"}, "btn_reload"=>"Save & Reload", "id"=>"7"}
[1m[36mSchedule Load (0.1ms)[0m [1mSELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1[0m [["id", 7]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.6ms)[0m [1mUPDATE "schedules" SET "easter" = ?, "updated_at" = ? WHERE "schedules"."id" = 7[0m [["easter", "2014-02-08"], ["updated_at", "2014-08-19 21:49:54.722351"]]
[1m[35m (1.0ms)[0m commit transaction
Redirected to http://localhost:3001/schedules/7/edit
Completed 302 Found in 51ms (ActiveRecord: 1.9ms)
Started GET "/schedules/7/edit" for 127.0.0.1 at 2014-08-19 17:49:54 -0400
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"7"}
[1m[36mSchedule Load (0.2ms)[0m [1mSELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1[0m [["id", 7]]
Rendered schedules/_form.html.haml (3.7ms)
Rendered schedules/edit.html.haml within layouts/application (4.5ms)
Rendered application/_flash_messages.html.haml (0.2ms)
Completed 200 OK in 13ms (Views: 12.2ms | ActiveRecord: 0.1ms)
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 17:49:54 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 17:49:54 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 17:49:54 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 17:49:54 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 17:49:54 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 17:49:54 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 17:49:54 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 17:49:54 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 17:49:54 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 17:49:54 -0400
Started GET "/schedules/7/edit" for 127.0.0.1 at 2014-08-19 17:51:00 -0400
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"7"}
[1m[35mSchedule Load (0.3ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 7]]
Rendered schedules/_form.html.haml (393.8ms)
Rendered schedules/edit.html.haml within layouts/application (401.3ms)
Rendered application/_flash_messages.html.haml (1.5ms)
Completed 200 OK in 454ms (Views: 444.4ms | ActiveRecord: 0.6ms)
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 17:51:01 -0400
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 17:51:01 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 17:51:01 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 17:51:01 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 17:51:01 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 17:51:01 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 17:51:01 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 17:51:01 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 17:51:01 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 17:51:01 -0400
Started GET "/schedules/7/edit" for 127.0.0.1 at 2014-08-19 17:58:11 -0400
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"7"}
[1m[35mSchedule Load (0.2ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 7]]
Rendered schedules/_form.html.haml (394.1ms)
Rendered schedules/edit.html.haml within layouts/application (400.7ms)
Rendered application/_flash_messages.html.haml (1.4ms)
Completed 200 OK in 452ms (Views: 443.4ms | ActiveRecord: 0.5ms)
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 17:58:12 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 17:58:12 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 17:58:12 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 17:58:12 -0400
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 17:58:12 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 17:58:12 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 17:58:12 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 17:58:12 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 17:58:12 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 17:58:12 -0400
Started PATCH "/schedules/7" for 127.0.0.1 at 2014-08-19 17:58:24 -0400
Processing by SchedulesController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"b4nkdCd015ic26VYjpn7TxyAa4/QpKmToCwMJ849akM=", "schedule"=>{"breakfast"=>"09:36:00", "birthday"=>"", "appointment"=>"23:31:00", "dinner"=>"03:31:00", "easter"=>"02/07/2014"}, "btn_reload"=>"Save & Reload", "id"=>"7"}
[1m[36mSchedule Load (0.2ms)[0m [1mSELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1[0m [["id", 7]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mUPDATE "schedules" SET "appointment" = ?, "easter" = ?, "updated_at" = ? WHERE "schedules"."id" = 7[0m [["appointment", "2014-08-20 03:31:00.000000"], ["easter", "2014-07-02"], ["updated_at", "2014-08-19 21:58:24.428919"]]
[1m[35m (1.0ms)[0m commit transaction
Redirected to http://localhost:3001/schedules/7/edit
Completed 302 Found in 9ms (ActiveRecord: 1.7ms)
Started GET "/schedules/7/edit" for 127.0.0.1 at 2014-08-19 17:58:24 -0400
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"7"}
[1m[36mSchedule Load (0.2ms)[0m [1mSELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1[0m [["id", 7]]
Rendered schedules/_form.html.haml (3.9ms)
Rendered schedules/edit.html.haml within layouts/application (5.0ms)
Rendered application/_flash_messages.html.haml (0.2ms)
Completed 200 OK in 15ms (Views: 13.4ms | ActiveRecord: 0.2ms)
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 17:58:24 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 17:58:24 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 17:58:24 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 17:58:24 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 17:58:24 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 17:58:24 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 17:58:24 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 17:58:24 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 17:58:24 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 17:58:24 -0400
Started PATCH "/schedules/7" for 127.0.0.1 at 2014-08-19 17:58:36 -0400
Processing by SchedulesController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"b4nkdCd015ic26VYjpn7TxyAa4/QpKmToCwMJ849akM=", "schedule"=>{"breakfast"=>"09:36:00", "birthday"=>"", "appointment"=>"23:31:00", "dinner"=>"03:31:00", "easter"=>"07/02/2014"}, "btn_reload"=>"Save & Reload", "id"=>"7"}
[1m[35mSchedule Load (0.2ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 7]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "schedules" SET "appointment" = ?, "easter" = ?, "updated_at" = ? WHERE "schedules"."id" = 7 [["appointment", "2014-08-20 03:31:00.000000"], ["easter", "2014-02-07"], ["updated_at", "2014-08-19 21:58:36.324790"]]
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
Redirected to http://localhost:3001/schedules/7/edit
Completed 302 Found in 5ms (ActiveRecord: 1.4ms)
Started GET "/schedules/7/edit" for 127.0.0.1 at 2014-08-19 17:58:36 -0400
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"7"}
[1m[35mSchedule Load (0.2ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 7]]
Rendered schedules/_form.html.haml (4.4ms)
Rendered schedules/edit.html.haml within layouts/application (5.2ms)
Rendered application/_flash_messages.html.haml (0.4ms)
Completed 200 OK in 17ms (Views: 15.6ms | ActiveRecord: 0.2ms)
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 17:58:36 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 17:58:36 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 17:58:36 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 17:58:36 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 17:58:36 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 17:58:36 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 17:58:36 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 17:58:36 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 17:58:36 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 17:58:36 -0400
Started PATCH "/schedules/7" for 127.0.0.1 at 2014-08-19 17:58:43 -0400
Processing by SchedulesController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"b4nkdCd015ic26VYjpn7TxyAa4/QpKmToCwMJ849akM=", "schedule"=>{"breakfast"=>"09:36:00", "birthday"=>"", "appointment"=>"23:31:00", "dinner"=>"03:31:00", "easter"=>"01/07/2014"}, "btn_reload"=>"Save & Reload", "id"=>"7"}
[1m[36mSchedule Load (0.2ms)[0m [1mSELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1[0m [["id", 7]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "schedules" SET "appointment" = ?, "easter" = ?, "updated_at" = ? WHERE "schedules"."id" = 7[0m [["appointment", "2014-08-20 03:31:00.000000"], ["easter", "2014-07-01"], ["updated_at", "2014-08-19 21:58:43.274301"]]
[1m[35m (0.8ms)[0m commit transaction
Redirected to http://localhost:3001/schedules/7/edit
Completed 302 Found in 5ms (ActiveRecord: 1.4ms)
Started GET "/schedules/7/edit" for 127.0.0.1 at 2014-08-19 17:58:43 -0400
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"7"}
[1m[36mSchedule Load (0.2ms)[0m [1mSELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1[0m [["id", 7]]
Rendered schedules/_form.html.haml (4.6ms)
Rendered schedules/edit.html.haml within layouts/application (5.5ms)
Rendered application/_flash_messages.html.haml (0.2ms)
Completed 200 OK in 16ms (Views: 14.6ms | ActiveRecord: 0.2ms)
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 17:58:43 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 17:58:43 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 17:58:43 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 17:58:43 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 17:58:43 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 17:58:43 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 17:58:43 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 17:58:43 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 17:58:43 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 17:58:43 -0400
Started PATCH "/schedules/7" for 127.0.0.1 at 2014-08-19 18:15:39 -0400
Processing by SchedulesController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"b4nkdCd015ic26VYjpn7TxyAa4/QpKmToCwMJ849akM=", "schedule"=>{"breakfast"=>"09:36:00", "birthday"=>"", "appointment"=>"23:31:00", "dinner"=>"03:31:00", "easter"=>"07/11/2014"}, "btn_reload"=>"Save & Reload", "id"=>"7"}
[1m[35mSchedule Load (0.1ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 7]]
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.5ms)[0m UPDATE "schedules" SET "appointment" = ?, "easter" = ?, "updated_at" = ? WHERE "schedules"."id" = 7 [["appointment", "2014-08-20 03:31:00.000000"], ["easter", "2014-11-07"], ["updated_at", "2014-08-19 22:16:40.000493"]]
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mUPDATE "schedules" SET "appointment" = ?, "updated_at" = ? WHERE "schedules"."id" = 7[0m [["appointment", "2014-08-20 03:31:00.000000"], ["updated_at", "2014-08-19 22:25:19.441023"]]
[1m[35m (1.6ms)[0m commit transaction
Redirected to http://localhost:3001/schedules/7/edit
Completed 302 Found in 579627ms (ActiveRecord: 4.3ms)
Started GET "/schedules/7/edit" for 127.0.0.1 at 2014-08-19 18:25:19 -0400
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"7"}
[1m[36mSchedule Load (0.1ms)[0m [1mSELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1[0m [["id", 7]]
Rendered schedules/_form.html.haml (5.0ms)
Rendered schedules/edit.html.haml within layouts/application (5.8ms)
Rendered application/_flash_messages.html.haml (0.2ms)
Completed 200 OK in 16ms (Views: 14.7ms | ActiveRecord: 0.1ms)
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 18:25:19 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 18:25:19 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 18:25:19 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 18:25:19 -0400
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 18:25:19 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 18:25:19 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 18:25:19 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 18:25:19 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 18:25:19 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 18:25:19 -0400
Started PATCH "/schedules/7" for 127.0.0.1 at 2014-08-19 18:25:44 -0400
Processing by SchedulesController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"b4nkdCd015ic26VYjpn7TxyAa4/QpKmToCwMJ849akM=", "schedule"=>{"breakfast"=>"09:36:00", "birthday"=>"", "appointment"=>"23:31:00", "dinner"=>"03:31:00", "easter"=>"11/05/2014"}, "btn_reload"=>"Save & Reload", "id"=>"7"}
[1m[35mSchedule Load (0.1ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 7]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "schedules" SET "appointment" = ?, "easter" = ?, "updated_at" = ? WHERE "schedules"."id" = 7 [["appointment", "2014-08-20 03:31:00.000000"], ["easter", "2014-05-11"], ["updated_at", "2014-08-19 22:25:55.215333"]]
[1m[36m (2.1ms)[0m [1mcommit transaction[0m
Redirected to http://localhost:3001/schedules/7/edit
Completed 302 Found in 11104ms (ActiveRecord: 2.6ms)
Started GET "/schedules/7/edit" for 127.0.0.1 at 2014-08-19 18:25:55 -0400
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"7"}
[1m[35mSchedule Load (0.2ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 7]]
Rendered schedules/_form.html.haml (4.0ms)
Rendered schedules/edit.html.haml within layouts/application (4.9ms)
Rendered application/_flash_messages.html.haml (0.3ms)
Completed 200 OK in 15ms (Views: 13.4ms | ActiveRecord: 0.2ms)
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 18:25:55 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 18:25:55 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 18:25:55 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 18:25:55 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 18:25:55 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 18:25:55 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 18:25:55 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 18:25:55 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 18:25:55 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 18:25:55 -0400
Started GET "/schedules/7/edit" for 127.0.0.1 at 2014-08-19 18:36:01 -0400
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"7"}
[1m[36mSchedule Load (0.2ms)[0m [1mSELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1[0m [["id", 7]]
Rendered schedules/_form.html.haml (456.4ms)
Rendered schedules/edit.html.haml within layouts/application (458.4ms)
Completed 500 Internal Server Error in 470ms
ActionView::Template::Error (undefined method `alt_date' for #):
7:
8: %tr
9: %td= f.label :birthday
10: %td.field= f.text_field :birthday, class: 'datepicker', value: display_date(f.object.birthday); f.hidden_field :alt_date
11:
12: %tr
13: %td= f.label :appointment
app/views/schedules/_form.html.haml:10:in `block in _app_views_schedules__form_html_haml__4415027174985535144_2225924100'
app/views/schedules/_form.html.haml:1:in `_app_views_schedules__form_html_haml__4415027174985535144_2225924100'
app/views/schedules/edit.html.haml:2:in `_app_views_schedules_edit_html_haml__3087885274862450981_2225873560'
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms)
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.2ms)
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (12.4ms)
Started GET "/schedules/7/edit" for 127.0.0.1 at 2014-08-19 20:41:51 -0400
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"7"}
[1m[35mSchedule Load (0.1ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 7]]
Rendered schedules/_form.html.haml (363.8ms)
Rendered schedules/edit.html.haml within layouts/application (364.6ms)
Completed 500 Internal Server Error in 372ms
ActionView::Template::Error (undefined local variable or method `birthday' for #<#:0x00000106f44488>):
7:
8: %tr
9: %td= f.label :birthday
10: %td.field= draw_datepicker(f, birthday)
11:
12: %tr
13: %td= f.label :appointment
app/views/schedules/_form.html.haml:10:in `block in _app_views_schedules__form_html_haml__4415027174985535144_2205850040'
app/views/schedules/_form.html.haml:1:in `_app_views_schedules__form_html_haml__4415027174985535144_2205850040'
app/views/schedules/edit.html.haml:2:in `_app_views_schedules_edit_html_haml__3087885274862450981_2225873560'
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms)
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.2ms)
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (10.8ms)
Started GET "/schedules/7/edit" for 127.0.0.1 at 2014-08-19 20:42:52 -0400
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"7"}
[1m[36mSchedule Load (0.1ms)[0m [1mSELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1[0m [["id", 7]]
Rendered schedules/_form.html.haml (378.8ms)
Rendered schedules/edit.html.haml within layouts/application (379.5ms)
Completed 500 Internal Server Error in 388ms
ActionView::Template::Error (undefined local variable or method `birthday' for #<#:0x000001041e0820>):
7:
8: %tr
9: %td= f.label :birthday
10: %td.field= draw_datepicker(f, birthday)
11:
12: %tr
13: %td= f.label :appointment
app/views/schedules/_form.html.haml:10:in `block in _app_views_schedules__form_html_haml__4415027174985535144_2205850040'
app/views/schedules/_form.html.haml:1:in `_app_views_schedules__form_html_haml__4415027174985535144_2205850040'
app/views/schedules/edit.html.haml:2:in `_app_views_schedules_edit_html_haml__3087885274862450981_2225873560'
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms)
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms)
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (11.3ms)
Started GET "/schedules/7/edit" for 127.0.0.1 at 2014-08-19 20:43:37 -0400
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"7"}
[1m[35mSchedule Load (0.1ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 7]]
Rendered schedules/_form.html.haml (397.0ms)
Rendered schedules/edit.html.haml within layouts/application (397.8ms)
Completed 500 Internal Server Error in 406ms
ActionView::Template::Error (undefined method `draw_datepicker' for #<#:0x00000109400510>):
7:
8: %tr
9: %td= f.label :birthday
10: %td.field= draw_datepicker(f, :birthday)
11:
12: %tr
13: %td= f.label :appointment
app/views/schedules/_form.html.haml:10:in `block in _app_views_schedules__form_html_haml__4415027174985535144_2175244800'
app/views/schedules/_form.html.haml:1:in `_app_views_schedules__form_html_haml__4415027174985535144_2175244800'
app/views/schedules/edit.html.haml:2:in `_app_views_schedules_edit_html_haml__3087885274862450981_2225873560'
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms)
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.5ms)
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (11.0ms)
Started GET "/schedules/7/edit" for 127.0.0.1 at 2014-08-19 20:44:03 -0400
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"7"}
[1m[35mSchedule Load (0.2ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 7]]
Rendered schedules/_form.html.haml (420.8ms)
Rendered schedules/edit.html.haml within layouts/application (427.5ms)
Completed 500 Internal Server Error in 442ms
ActionView::Template::Error (undefined method `attr_name' for #):
7:
8: %tr
9: %td= f.label :birthday
10: %td.field= draw_datepicker(f, :birthday)
11:
12: %tr
13: %td= f.label :appointment
app/views/schedules/_form.html.haml:10:in `block in _app_views_schedules__form_html_haml___3929131397053584260_2167386600'
app/views/schedules/_form.html.haml:1:in `_app_views_schedules__form_html_haml___3929131397053584260_2167386600'
app/views/schedules/edit.html.haml:2:in `_app_views_schedules_edit_html_haml__4281030647599198911_2167827320'
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms)
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 (9.1ms)
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (18.2ms)
Started GET "/schedules/7/edit" for 127.0.0.1 at 2014-08-19 20:45:24 -0400
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"7"}
[1m[35mSchedule Load (0.2ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 7]]
Rendered schedules/_form.html.haml (429.4ms)
Rendered schedules/edit.html.haml within layouts/application (434.3ms)
Rendered application/_flash_messages.html.haml (1.0ms)
Completed 200 OK in 599ms (Views: 591.1ms | ActiveRecord: 0.5ms)
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 20:45:24 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 20:45:24 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 20:45:24 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 20:45:24 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 20:45:24 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 20:45:24 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 20:45:25 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 20:45:25 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 20:45:25 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 20:45:25 -0400
Started PATCH "/schedules/7" for 127.0.0.1 at 2014-08-19 20:46:09 -0400
Processing by SchedulesController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"b4nkdCd015ic26VYjpn7TxyAa4/QpKmToCwMJ849akM=", "schedule"=>{"breakfast"=>"09:36:00", "birthday"=>"", "appointment"=>"23:31:00", "dinner"=>"03:31:00", "easter"=>"2014-05-11"}, "btn_reload"=>"Save & Reload", "id"=>"7"}
[1m[36mSchedule Load (0.1ms)[0m [1mSELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1[0m [["id", 7]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.6ms)[0m [1mUPDATE "schedules" SET "appointment" = ?, "updated_at" = ? WHERE "schedules"."id" = 7[0m [["appointment", "2014-08-20 03:31:00.000000"], ["updated_at", "2014-08-20 00:46:09.486612"]]
[1m[35m (0.9ms)[0m commit transaction
Redirected to http://localhost:3001/schedules/7/edit
Completed 302 Found in 53ms (ActiveRecord: 1.7ms)
Started GET "/schedules/7/edit" for 127.0.0.1 at 2014-08-19 20:46:09 -0400
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"7"}
[1m[36mSchedule Load (0.2ms)[0m [1mSELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1[0m [["id", 7]]
Rendered schedules/_form.html.haml (6.8ms)
Rendered schedules/edit.html.haml within layouts/application (8.0ms)
Rendered application/_flash_messages.html.haml (0.2ms)
Completed 200 OK in 18ms (Views: 16.5ms | ActiveRecord: 0.2ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 20:46:09 -0400
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 20:46:09 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 20:46:09 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 20:46:09 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 20:46:09 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 20:46:09 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 20:46:09 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 20:46:09 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 20:46:09 -0400
Started PATCH "/schedules/7" for 127.0.0.1 at 2014-08-19 20:46:24 -0400
Processing by SchedulesController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"b4nkdCd015ic26VYjpn7TxyAa4/QpKmToCwMJ849akM=", "schedule"=>{"breakfast"=>"09:36:00", "birthday"=>"", "appointment"=>"23:31:00", "dinner"=>"03:31:00", "easter"=>"2014-05-11"}, "btn_reload"=>"Save & Reload", "id"=>"7"}
[1m[35mSchedule Load (0.1ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 7]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "schedules" SET "appointment" = ?, "updated_at" = ? WHERE "schedules"."id" = 7 [["appointment", "2014-08-20 03:31:00.000000"], ["updated_at", "2014-08-20 00:46:24.581101"]]
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
Redirected to http://localhost:3001/schedules/7/edit
Completed 302 Found in 6ms (ActiveRecord: 1.4ms)
Started GET "/schedules/7/edit" for 127.0.0.1 at 2014-08-19 20:46:24 -0400
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"7"}
[1m[35mSchedule Load (0.1ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 7]]
Rendered schedules/_form.html.haml (4.2ms)
Rendered schedules/edit.html.haml within layouts/application (4.9ms)
Rendered application/_flash_messages.html.haml (0.2ms)
Completed 200 OK in 13ms (Views: 12.1ms | ActiveRecord: 0.1ms)
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 20:46:24 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 20:46:24 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 20:46:24 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 20:46:24 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 20:46:24 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 20:46:24 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 20:46:24 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 20:46:24 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 20:46:24 -0400
Started GET "/schedules/7/edit" for 127.0.0.1 at 2014-08-19 20:58:25 -0400
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"7"}
[1m[36mSchedule Load (0.1ms)[0m [1mSELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1[0m [["id", 7]]
Rendered schedules/_form.html.haml (388.9ms)
Rendered schedules/edit.html.haml within layouts/application (389.6ms)
Rendered application/_flash_messages.html.haml (0.1ms)
Completed 200 OK in 404ms (Views: 397.0ms | ActiveRecord: 0.6ms)
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 20:58:25 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 20:58:25 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 20:58:25 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 20:58:25 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 20:58:25 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 20:58:25 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 20:58:25 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 20:58:25 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 20:58:25 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 20:58:25 -0400
Started GET "/schedules/7/edit" for 127.0.0.1 at 2014-08-19 20:59:24 -0400
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"7"}
[1m[35mSchedule Load (0.2ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 7]]
Rendered schedules/_form.html.haml (380.8ms)
Rendered schedules/edit.html.haml within layouts/application (387.4ms)
Completed 500 Internal Server Error in 405ms
ActionView::Template::Error (undefined method `alt_date' for #):
7:
8: %tr
9: %td= f.label :birthday
10: %td.field= draw_datepicker(f, :birthday)
11:
12: %tr
13: %td= f.label :appointment
app/views/schedules/_form.html.haml:10:in `block in _app_views_schedules__form_html_haml___2276468124614745288_2176715680'
app/views/schedules/_form.html.haml:1:in `_app_views_schedules__form_html_haml___2276468124614745288_2176715680'
app/views/schedules/edit.html.haml:2:in `_app_views_schedules_edit_html_haml___3878410079921405213_2181367420'
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 (10.5ms)
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (21.7ms)
Started GET "/schedules/7/edit" for 127.0.0.1 at 2014-08-19 21:01:04 -0400
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"7"}
[1m[35mSchedule Load (0.2ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 7]]
Rendered schedules/_form.html.haml (406.7ms)
Rendered schedules/edit.html.haml within layouts/application (412.6ms)
Rendered application/_flash_messages.html.haml (1.1ms)
Completed 200 OK in 463ms (Views: 454.8ms | ActiveRecord: 0.5ms)
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 21:01:05 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 21:01:05 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 21:01:05 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 21:01:05 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 21:01:05 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 21:01:05 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 21:01:05 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 21:01:05 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 21:01:05 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 21:01:05 -0400
Started PATCH "/schedules/7" for 127.0.0.1 at 2014-08-19 21:01:30 -0400
Processing by SchedulesController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"b4nkdCd015ic26VYjpn7TxyAa4/QpKmToCwMJ849akM=", "schedule"=>{"breakfast"=>"09:36:00", "birthday"=>"", "appointment"=>"23:31:00", "dinner"=>"03:31:00", "easter"=>"2014-05-11"}, "btn_reload"=>"Save & Reload", "id"=>"7"}
[1m[36mSchedule Load (0.1ms)[0m [1mSELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1[0m [["id", 7]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.5ms)[0m [1mUPDATE "schedules" SET "appointment" = ?, "updated_at" = ? WHERE "schedules"."id" = 7[0m [["appointment", "2014-08-20 03:31:00.000000"], ["updated_at", "2014-08-20 01:01:30.011810"]]
[1m[35m (1.0ms)[0m commit transaction
Redirected to http://localhost:3001/schedules/7/edit
Completed 302 Found in 38ms (ActiveRecord: 1.7ms)
Started GET "/schedules/7/edit" for 127.0.0.1 at 2014-08-19 21:01:30 -0400
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"7"}
[1m[36mSchedule Load (0.2ms)[0m [1mSELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1[0m [["id", 7]]
Rendered schedules/_form.html.haml (6.5ms)
Rendered schedules/edit.html.haml within layouts/application (8.2ms)
Rendered application/_flash_messages.html.haml (0.2ms)
Completed 200 OK in 19ms (Views: 17.2ms | ActiveRecord: 0.2ms)
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 21:01:30 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 21:01:30 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 21:01:30 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 21:01:30 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 21:01:30 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 21:01:30 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 21:01:30 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 21:01:30 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 21:01:30 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 21:01:30 -0400
Started PATCH "/schedules/7" for 127.0.0.1 at 2014-08-19 21:01:43 -0400
Processing by SchedulesController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"b4nkdCd015ic26VYjpn7TxyAa4/QpKmToCwMJ849akM=", "schedule"=>{"breakfast"=>"09:36:00", "birthday"=>"", "appointment"=>"23:31:00", "dinner"=>"03:31:00", "easter"=>"2014-05-11"}, "btn_reload"=>"Save & Reload", "id"=>"7"}
[1m[35mSchedule Load (0.2ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 7]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "schedules" SET "appointment" = ?, "updated_at" = ? WHERE "schedules"."id" = 7 [["appointment", "2014-08-20 03:31:00.000000"], ["updated_at", "2014-08-20 01:01:43.297591"]]
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
Redirected to http://localhost:3001/schedules/7/edit
Completed 302 Found in 6ms (ActiveRecord: 1.5ms)
Started GET "/schedules/7/edit" for 127.0.0.1 at 2014-08-19 21:01:43 -0400
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"7"}
[1m[35mSchedule Load (0.2ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 7]]
Rendered schedules/_form.html.haml (3.9ms)
Rendered schedules/edit.html.haml within layouts/application (4.6ms)
Rendered application/_flash_messages.html.haml (0.2ms)
Completed 200 OK in 13ms (Views: 11.9ms | ActiveRecord: 0.2ms)
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 21:01:43 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 21:01:43 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 21:01:43 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 21:01:43 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 21:01:43 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 21:01:43 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 21:01:43 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 21:01:43 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 21:01:43 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 21:01:43 -0400
Started GET "/schedules/7/edit" for 127.0.0.1 at 2014-08-19 21:32:12 -0400
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"7"}
[1m[35mSchedule Load (0.2ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 7]]
Rendered schedules/_form.html.haml (445.2ms)
Rendered schedules/edit.html.haml within layouts/application (453.0ms)
Completed 500 Internal Server Error in 482ms
ActionView::Template::Error (couldn't find file 'jquery.ui.datepicker'
(in /Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/assets/stylesheets/application.css:14)):
2:
3:
4: Dummy
5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
7: <%= csrf_meta_tags %>
8:
app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb__765984624382035254_2177786120'
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.1ms)
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (13.6ms)
Started GET "/schedules/7/edit" for 127.0.0.1 at 2014-08-19 21:37:57 -0400
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"7"}
[1m[35mSchedule Load (0.2ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 7]]
Rendered schedules/_form.html.haml (398.7ms)
Rendered schedules/edit.html.haml within layouts/application (404.1ms)
Completed 500 Internal Server Error in 436ms
ActionView::Template::Error (couldn't find file 'jquery.ui.datepicker'
(in /Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/assets/stylesheets/application.css:13)):
2:
3:
4: Dummy
5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
7: <%= csrf_meta_tags %>
8:
app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb___1589941688754059838_2164179280'
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms)
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.6ms)
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (11.1ms)
Started GET "/schedules/7/edit" for 127.0.0.1 at 2014-08-19 21:39:38 -0400
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"7"}
[1m[35mSchedule Load (0.2ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 7]]
Rendered schedules/_form.html.haml (404.9ms)
Rendered schedules/edit.html.haml within layouts/application (410.7ms)
Completed 500 Internal Server Error in 442ms
ActionView::Template::Error (couldn't find file 'jquery.ui.datepicker'
(in /Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/assets/stylesheets/application.css:13)):
2:
3:
4: Dummy
5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
7: <%= csrf_meta_tags %>
8:
app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb__1321193708278672377_2181105180'
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms)
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.6ms)
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (12.1ms)
Started GET "/schedules/7/edit" for 127.0.0.1 at 2014-08-19 21:41:17 -0400
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"7"}
[1m[36mSchedule Load (0.2ms)[0m [1mSELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1[0m [["id", 7]]
Rendered schedules/_form.html.haml (11.3ms)
Rendered schedules/edit.html.haml within layouts/application (12.4ms)
Completed 500 Internal Server Error in 63ms
ActionView::Template::Error (couldn't find file 'jquery.ui.datepicker'
(in /Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/assets/javascripts/application.js:14)):
3:
4: Dummy
5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
7: <%= csrf_meta_tags %>
8:
9:
app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb__1321193708278672377_2181105180'
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms)
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.0ms)
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.4/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (9.6ms)
Started GET "/schedules/7/edit" for 127.0.0.1 at 2014-08-19 21:44:04 -0400
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"7"}
[1m[35mSchedule Load (0.2ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 7]]
Rendered schedules/_form.html.haml (399.9ms)
Rendered schedules/edit.html.haml within layouts/application (404.6ms)
Completed 500 Internal Server Error in 430ms
ActionView::Template::Error (couldn't find file 'jquery.ui.datepicker'
(in /Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/assets/stylesheets/application.css:13)):
2:
3:
4: Dummy
5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
7: <%= csrf_meta_tags %>
8:
app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb__3911916286832831838_2202894460'
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms)
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms)
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (12.2ms)
Started GET "/schedules/7/edit" for 127.0.0.1 at 2014-08-19 21:47:26 -0400
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"7"}
[1m[36mSchedule Load (0.1ms)[0m [1mSELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1[0m [["id", 7]]
Rendered schedules/_form.html.haml (11.3ms)
Rendered schedules/edit.html.haml within layouts/application (12.5ms)
Completed 500 Internal Server Error in 24ms
ActionView::Template::Error (couldn't find file 'jquery.ui'
(in /Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/assets/stylesheets/application.css:13)):
2:
3:
4: Dummy
5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
7: <%= csrf_meta_tags %>
8:
app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb__3911916286832831838_2202894460'
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms)
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (9.7ms)
Started GET "/schedules/7/edit" for 127.0.0.1 at 2014-08-19 21:49:56 -0400
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"7"}
[1m[35mSchedule Load (0.3ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 7]]
Rendered schedules/_form.html.haml (398.2ms)
Rendered schedules/edit.html.haml within layouts/application (402.9ms)
Completed 500 Internal Server Error in 429ms
ActionView::Template::Error (couldn't find file 'jquery.ui.datepicker'
(in /Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/assets/stylesheets/application.css:13)):
2:
3:
4: Dummy
5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
7: <%= csrf_meta_tags %>
8:
app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb___350304671721562750_2204238200'
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.9ms)
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms)
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (13.3ms)
Started GET "/schedules/7/edit" for 127.0.0.1 at 2014-08-19 21:51:04 -0400
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"7"}
[1m[36mSchedule Load (0.2ms)[0m [1mSELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1[0m [["id", 7]]
Rendered schedules/_form.html.haml (11.5ms)
Rendered schedules/edit.html.haml within layouts/application (12.7ms)
Completed 500 Internal Server Error in 256ms
ActionView::Template::Error (couldn't find file 'jquery.ui.datepicker'
(in /Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/assets/javascripts/application.js:14)):
3:
4: Dummy
5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
7: <%= csrf_meta_tags %>
8:
9:
app/views/layouts/application.html.erb:6:in `_app_views_layouts_application_html_erb___350304671721562750_2204238200'
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms)
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms)
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (10.6ms)
Started GET "/schedules/7/edit" for 127.0.0.1 at 2014-08-19 21:52:09 -0400
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"7"}
[1m[35mSchedule Load (0.1ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 7]]
Rendered schedules/_form.html.haml (14.2ms)
Rendered schedules/edit.html.haml within layouts/application (15.7ms)
Rendered application/_flash_messages.html.haml (1.9ms)
Completed 200 OK in 97ms (Views: 94.9ms | ActiveRecord: 0.1ms)
Started GET "/assets/jquery-ui/theme.css?body=1" for 127.0.0.1 at 2014-08-19 21:52:09 -0400
Started GET "/assets/jquery-ui/datepicker.css?body=1" for 127.0.0.1 at 2014-08-19 21:52:09 -0400
Started GET "/assets/jquery-ui/core.css?body=1" for 127.0.0.1 at 2014-08-19 21:52:09 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 21:52:09 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 21:52:09 -0400
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 21:52:09 -0400
Started GET "/assets/jquery-ui/core.js?body=1" for 127.0.0.1 at 2014-08-19 21:52:09 -0400
Started GET "/assets/jquery-ui/datepicker.js?body=1" for 127.0.0.1 at 2014-08-19 21:52:09 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 21:52:09 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 21:52:09 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 21:52:09 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 21:52:09 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 21:52:09 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 21:52:09 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 21:52:09 -0400
Started GET "/assets/jquery-ui/ui-bg_flat_75_ffffff_40x100.png" for 127.0.0.1 at 2014-08-19 21:52:09 -0400
Started GET "/schedules/7/edit" for 127.0.0.1 at 2014-08-19 21:56:53 -0400
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"7"}
[1m[35mSchedule Load (0.2ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 7]]
Rendered schedules/_form.html.haml (393.9ms)
Rendered schedules/edit.html.haml within layouts/application (399.0ms)
Rendered application/_flash_messages.html.haml (0.9ms)
Completed 200 OK in 485ms (Views: 476.8ms | ActiveRecord: 0.5ms)
Started GET "/assets/jquery-ui/theme.css?body=1" for 127.0.0.1 at 2014-08-19 21:56:54 -0400
Started GET "/assets/jquery-ui/core.css?body=1" for 127.0.0.1 at 2014-08-19 21:56:54 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 21:56:54 -0400
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 21:56:54 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 21:56:54 -0400
Started GET "/assets/jquery-ui/datepicker.css?body=1" for 127.0.0.1 at 2014-08-19 21:56:54 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 21:56:54 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 21:56:54 -0400
Started GET "/assets/jquery-ui/core.js?body=1" for 127.0.0.1 at 2014-08-19 21:56:54 -0400
Started GET "/assets/jquery-ui/datepicker.js?body=1" for 127.0.0.1 at 2014-08-19 21:56:54 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 21:56:54 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 21:56:54 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 21:56:54 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 21:56:54 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 21:56:54 -0400
Started GET "/assets/jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.png" for 127.0.0.1 at 2014-08-19 21:57:00 -0400
Started GET "/assets/jquery-ui/ui-icons_222222_256x240.png" for 127.0.0.1 at 2014-08-19 21:57:00 -0400
Started GET "/assets/jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png" for 127.0.0.1 at 2014-08-19 21:57:00 -0400
Started GET "/assets/jquery-ui/ui-bg_glass_65_ffffff_1x400.png" for 127.0.0.1 at 2014-08-19 21:57:00 -0400
Started GET "/assets/jquery-ui/ui-bg_glass_75_dadada_1x400.png" for 127.0.0.1 at 2014-08-19 21:57:01 -0400
Started PATCH "/schedules/7" for 127.0.0.1 at 2014-08-19 21:57:04 -0400
Processing by SchedulesController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"b4nkdCd015ic26VYjpn7TxyAa4/QpKmToCwMJ849akM=", "schedule"=>{"breakfast(1i)"=>"2000", "breakfast(2i)"=>"1", "breakfast(3i)"=>"1", "breakfast(4i)"=>"09", "breakfast(5i)"=>"36", "birthday"=>"", "appointment(1i)"=>"2014", "appointment(2i)"=>"8", "appointment(3i)"=>"19", "appointment(4i)"=>"23", "appointment(5i)"=>"31", "dinner(1i)"=>"2000", "dinner(2i)"=>"1", "dinner(3i)"=>"1", "dinner(4i)"=>"03", "dinner(5i)"=>"31", "easter"=>"05/08/2014"}, "btn_reload"=>"Save & Reload", "id"=>"7"}
[1m[36mSchedule Load (0.1ms)[0m [1mSELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1[0m [["id", 7]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mUPDATE "schedules" SET "easter" = ?, "updated_at" = ? WHERE "schedules"."id" = 7[0m [["easter", "2014-08-05"], ["updated_at", "2014-08-20 01:57:04.776821"]]
[1m[35m (0.8ms)[0m commit transaction
Redirected to http://localhost:3002/schedules/7/edit
Completed 302 Found in 8ms (ActiveRecord: 1.5ms)
Started GET "/schedules/7/edit" for 127.0.0.1 at 2014-08-19 21:57:04 -0400
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"7"}
[1m[36mSchedule Load (0.1ms)[0m [1mSELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1[0m [["id", 7]]
Rendered schedules/_form.html.haml (11.4ms)
Rendered schedules/edit.html.haml within layouts/application (12.6ms)
Rendered application/_flash_messages.html.haml (0.2ms)
Completed 200 OK in 27ms (Views: 25.9ms | ActiveRecord: 0.1ms)
Started GET "/assets/jquery-ui/theme.css?body=1" for 127.0.0.1 at 2014-08-19 21:57:04 -0400
Started GET "/assets/jquery-ui/datepicker.css?body=1" for 127.0.0.1 at 2014-08-19 21:57:04 -0400
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 21:57:04 -0400
Started GET "/assets/jquery-ui/core.css?body=1" for 127.0.0.1 at 2014-08-19 21:57:04 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 21:57:04 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 21:57:04 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 21:57:04 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 21:57:04 -0400
Started GET "/assets/jquery-ui/core.js?body=1" for 127.0.0.1 at 2014-08-19 21:57:04 -0400
Started GET "/assets/jquery-ui/datepicker.js?body=1" for 127.0.0.1 at 2014-08-19 21:57:04 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 21:57:04 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 21:57:04 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 21:57:04 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 21:57:04 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 21:57:04 -0400
Started GET "/assets/jquery-ui/ui-bg_glass_55_fbf9ee_1x400.png" for 127.0.0.1 at 2014-08-19 21:57:23 -0400
Started GET "/assets/jquery-ui/ui-icons_454545_256x240.png" for 127.0.0.1 at 2014-08-19 21:57:25 -0400
Started PATCH "/schedules/7" for 127.0.0.1 at 2014-08-19 21:57:34 -0400
Processing by SchedulesController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"b4nkdCd015ic26VYjpn7TxyAa4/QpKmToCwMJ849akM=", "schedule"=>{"breakfast(1i)"=>"2000", "breakfast(2i)"=>"1", "breakfast(3i)"=>"1", "breakfast(4i)"=>"09", "breakfast(5i)"=>"36", "birthday"=>"", "appointment(1i)"=>"2014", "appointment(2i)"=>"8", "appointment(3i)"=>"19", "appointment(4i)"=>"23", "appointment(5i)"=>"31", "dinner(1i)"=>"2000", "dinner(2i)"=>"1", "dinner(3i)"=>"1", "dinner(4i)"=>"03", "dinner(5i)"=>"31", "easter"=>"10/09/2014"}, "btn_index"=>"Save & Back to List", "id"=>"7"}
[1m[35mSchedule Load (0.2ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 7]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "schedules" SET "easter" = ?, "updated_at" = ? WHERE "schedules"."id" = 7 [["easter", "2014-09-10"], ["updated_at", "2014-08-20 01:57:34.073344"]]
[1m[36m (1.4ms)[0m [1mcommit transaction[0m
Redirected to http://localhost:3002/schedules
Completed 302 Found in 8ms (ActiveRecord: 2.0ms)
Started GET "/schedules" for 127.0.0.1 at 2014-08-19 21:57:34 -0400
Processing by SchedulesController#index as HTML
Rendered application/_sort_form.html.haml (1.5ms)
Rendered application/_search_form.html.haml (1.4ms)
[1m[35mSchedule Load (0.3ms)[0m SELECT "schedules".* FROM "schedules" WHERE (1=2 or breakfast like '%%' or birthday like '%%' or appointment like '%%' or dinner like '%%' or easter like '%%') LIMIT 15 OFFSET 0
[1m[36mSchedule Load (0.2ms)[0m [1mSELECT "schedules".* FROM "schedules" WHERE (1=2 or breakfast like '%%' or birthday like '%%' or appointment like '%%' or dinner like '%%' or easter like '%%') LIMIT 1 OFFSET 0[0m
Rendered application/_pagination.html.haml (4.7ms)
Rendered schedules/index.html.haml within layouts/application (22.6ms)
Rendered application/_flash_messages.html.haml (0.3ms)
Completed 200 OK in 39ms (Views: 36.5ms | ActiveRecord: 0.5ms)
Started GET "/assets/jquery-ui/theme.css?body=1" for 127.0.0.1 at 2014-08-19 21:57:34 -0400
Started GET "/assets/jquery-ui/core.css?body=1" for 127.0.0.1 at 2014-08-19 21:57:34 -0400
Started GET "/assets/jquery-ui/datepicker.css?body=1" for 127.0.0.1 at 2014-08-19 21:57:34 -0400
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 21:57:34 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 21:57:34 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 21:57:34 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 21:57:34 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 21:57:34 -0400
Started GET "/assets/jquery-ui/core.js?body=1" for 127.0.0.1 at 2014-08-19 21:57:34 -0400
Started GET "/assets/jquery-ui/datepicker.js?body=1" for 127.0.0.1 at 2014-08-19 21:57:34 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 21:57:34 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 21:57:34 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 21:57:34 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 21:57:34 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 21:57:34 -0400
Started GET "/schedules/6/edit" for 127.0.0.1 at 2014-08-19 21:59:12 -0400
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"6"}
[1m[35mSchedule Load (0.1ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 6]]
Rendered schedules/_form.html.haml (12.1ms)
Rendered schedules/edit.html.haml within layouts/application (13.1ms)
Rendered application/_flash_messages.html.haml (5.4ms)
Completed 200 OK in 30ms (Views: 28.8ms | ActiveRecord: 0.1ms)
Started GET "/assets/jquery-ui/core.css?body=1" for 127.0.0.1 at 2014-08-19 21:59:12 -0400
Started GET "/assets/jquery-ui/datepicker.css?body=1" for 127.0.0.1 at 2014-08-19 21:59:12 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 21:59:13 -0400
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 21:59:13 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 21:59:13 -0400
Started GET "/assets/jquery-ui/theme.css?body=1" for 127.0.0.1 at 2014-08-19 21:59:13 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 21:59:13 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 21:59:13 -0400
Started GET "/assets/jquery-ui/core.js?body=1" for 127.0.0.1 at 2014-08-19 21:59:13 -0400
Started GET "/assets/jquery-ui/datepicker.js?body=1" for 127.0.0.1 at 2014-08-19 21:59:13 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 21:59:13 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 21:59:13 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 21:59:13 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 21:59:13 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 21:59:13 -0400
Started GET "/schedules/6/edit" for 127.0.0.1 at 2014-08-19 21:59:22 -0400
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"6"}
[1m[36mSchedule Load (0.1ms)[0m [1mSELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1[0m [["id", 6]]
Rendered schedules/_form.html.haml (12.7ms)
Rendered schedules/edit.html.haml within layouts/application (13.9ms)
Rendered application/_flash_messages.html.haml (0.1ms)
Completed 200 OK in 25ms (Views: 23.7ms | ActiveRecord: 0.1ms)
Started GET "/assets/jquery-ui/theme.css?body=1" for 127.0.0.1 at 2014-08-19 21:59:22 -0400
Started GET "/assets/jquery-ui/core.css?body=1" for 127.0.0.1 at 2014-08-19 21:59:22 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 21:59:22 -0400
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 21:59:22 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 21:59:22 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 21:59:22 -0400
Started GET "/assets/jquery-ui/datepicker.css?body=1" for 127.0.0.1 at 2014-08-19 21:59:22 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 21:59:22 -0400
Started GET "/assets/jquery-ui/core.js?body=1" for 127.0.0.1 at 2014-08-19 21:59:22 -0400
Started GET "/assets/jquery-ui/datepicker.js?body=1" for 127.0.0.1 at 2014-08-19 21:59:22 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 21:59:22 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 21:59:22 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 21:59:22 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 21:59:22 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 21:59:22 -0400
Started PATCH "/schedules/6" for 127.0.0.1 at 2014-08-19 21:59:26 -0400
Processing by SchedulesController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"b4nkdCd015ic26VYjpn7TxyAa4/QpKmToCwMJ849akM=", "schedule"=>{"breakfast(1i)"=>"2000", "breakfast(2i)"=>"1", "breakfast(3i)"=>"1", "breakfast(4i)"=>"15", "breakfast(5i)"=>"08", "birthday"=>"11/11/2014", "appointment(1i)"=>"2014", "appointment(2i)"=>"8", "appointment(3i)"=>"19", "appointment(4i)"=>"21", "appointment(5i)"=>"59", "dinner(1i)"=>"2000", "dinner(2i)"=>"1", "dinner(3i)"=>"1", "dinner(4i)"=>"20", "dinner(5i)"=>"08", "easter"=>"08/10/2014"}, "btn_reload"=>"Save & Reload", "id"=>"6"}
[1m[35mSchedule Load (0.1ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 6]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m UPDATE "schedules" SET "appointment" = ?, "easter" = ?, "updated_at" = ? WHERE "schedules"."id" = 6 [["appointment", "2014-08-20 01:59:00.000000"], ["easter", "2014-10-08"], ["updated_at", "2014-08-20 01:59:26.516639"]]
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
Redirected to http://localhost:3002/schedules/6/edit
Completed 302 Found in 6ms (ActiveRecord: 1.5ms)
Started GET "/schedules/6/edit" for 127.0.0.1 at 2014-08-19 21:59:26 -0400
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"6"}
[1m[35mSchedule Load (0.2ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 6]]
Rendered schedules/_form.html.haml (13.3ms)
Rendered schedules/edit.html.haml within layouts/application (14.5ms)
Rendered application/_flash_messages.html.haml (0.2ms)
Completed 200 OK in 31ms (Views: 29.6ms | ActiveRecord: 0.2ms)
Started GET "/assets/jquery-ui/theme.css?body=1" for 127.0.0.1 at 2014-08-19 21:59:26 -0400
Started GET "/assets/jquery-ui/datepicker.css?body=1" for 127.0.0.1 at 2014-08-19 21:59:26 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 21:59:26 -0400
Started GET "/assets/jquery-ui/core.css?body=1" for 127.0.0.1 at 2014-08-19 21:59:26 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 21:59:26 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 21:59:26 -0400
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 21:59:26 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 21:59:26 -0400
Started GET "/assets/jquery-ui/core.js?body=1" for 127.0.0.1 at 2014-08-19 21:59:26 -0400
Started GET "/assets/jquery-ui/datepicker.js?body=1" for 127.0.0.1 at 2014-08-19 21:59:26 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 21:59:26 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 21:59:26 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 21:59:26 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 21:59:26 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 21:59:26 -0400
Started GET "/schedules/6/edit" for 127.0.0.1 at 2014-08-19 22:01:29 -0400
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"6"}
[1m[35mSchedule Load (0.2ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 6]]
Rendered schedules/_form.html.haml (414.4ms)
Rendered schedules/edit.html.haml within layouts/application (420.1ms)
Rendered application/_flash_messages.html.haml (1.0ms)
Completed 200 OK in 509ms (Views: 499.6ms | ActiveRecord: 0.5ms)
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 22:01:30 -0400
Started GET "/assets/jquery-ui/datepicker.css?body=1" for 127.0.0.1 at 2014-08-19 22:01:30 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 22:01:30 -0400
Started GET "/assets/jquery-ui/core.css?body=1" for 127.0.0.1 at 2014-08-19 22:01:30 -0400
Started GET "/assets/jquery-ui/theme.css?body=1" for 127.0.0.1 at 2014-08-19 22:01:30 -0400
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 22:01:30 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 22:01:30 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 22:01:30 -0400
Started GET "/assets/jquery-ui/core.js?body=1" for 127.0.0.1 at 2014-08-19 22:01:30 -0400
Started GET "/assets/jquery-ui/datepicker.js?body=1" for 127.0.0.1 at 2014-08-19 22:01:30 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 22:01:30 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 22:01:30 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 22:01:30 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 22:01:30 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 22:01:30 -0400
Started PATCH "/schedules/6" for 127.0.0.1 at 2014-08-19 22:01:51 -0400
Processing by SchedulesController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"b4nkdCd015ic26VYjpn7TxyAa4/QpKmToCwMJ849akM=", "schedule"=>{"breakfast(1i)"=>"2000", "breakfast(2i)"=>"1", "breakfast(3i)"=>"1", "breakfast(4i)"=>"15", "breakfast(5i)"=>"08", "birthday"=>"2014-11-11", "appointment(1i)"=>"2014", "appointment(2i)"=>"8", "appointment(3i)"=>"19", "appointment(4i)"=>"21", "appointment(5i)"=>"59", "dinner(1i)"=>"2000", "dinner(2i)"=>"1", "dinner(3i)"=>"1", "dinner(4i)"=>"20", "dinner(5i)"=>"08", "easter"=>"08/03/2014"}, "btn_reload"=>"Save & Reload", "id"=>"6"}
[1m[36mSchedule Load (0.1ms)[0m [1mSELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1[0m [["id", 6]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mUPDATE "schedules" SET "easter" = ?, "updated_at" = ? WHERE "schedules"."id" = 6[0m [["easter", "2014-03-08"], ["updated_at", "2014-08-20 02:01:51.389668"]]
[1m[35m (1.0ms)[0m commit transaction
Redirected to http://localhost:3002/schedules/6/edit
Completed 302 Found in 9ms (ActiveRecord: 1.7ms)
Started GET "/schedules/6/edit" for 127.0.0.1 at 2014-08-19 22:01:51 -0400
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"6"}
[1m[36mSchedule Load (0.1ms)[0m [1mSELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1[0m [["id", 6]]
Rendered schedules/_form.html.haml (13.5ms)
Rendered schedules/edit.html.haml within layouts/application (14.7ms)
Rendered application/_flash_messages.html.haml (0.1ms)
Completed 200 OK in 27ms (Views: 25.6ms | ActiveRecord: 0.1ms)
Started GET "/assets/jquery-ui/theme.css?body=1" for 127.0.0.1 at 2014-08-19 22:01:51 -0400
Started GET "/assets/jquery-ui/core.css?body=1" for 127.0.0.1 at 2014-08-19 22:01:51 -0400
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 22:01:51 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 22:01:51 -0400
Started GET "/assets/jquery-ui/datepicker.css?body=1" for 127.0.0.1 at 2014-08-19 22:01:51 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 22:01:51 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 22:01:51 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 22:01:51 -0400
Started GET "/assets/jquery-ui/core.js?body=1" for 127.0.0.1 at 2014-08-19 22:01:51 -0400
Started GET "/assets/jquery-ui/datepicker.js?body=1" for 127.0.0.1 at 2014-08-19 22:01:51 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 22:01:51 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 22:01:51 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 22:01:51 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 22:01:51 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 22:01:51 -0400
Started GET "/schedules/6/edit" for 127.0.0.1 at 2014-08-19 22:06:13 -0400
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"6"}
[1m[35mSchedule Load (0.2ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 6]]
Rendered schedules/_form.html.haml (394.4ms)
Rendered schedules/edit.html.haml within layouts/application (399.1ms)
Rendered application/_flash_messages.html.haml (1.0ms)
Completed 200 OK in 489ms (Views: 479.2ms | ActiveRecord: 0.5ms)
Started GET "/assets/jquery-ui/theme.css?body=1" for 127.0.0.1 at 2014-08-19 22:06:13 -0400
Started GET "/assets/jquery-ui/core.css?body=1" for 127.0.0.1 at 2014-08-19 22:06:13 -0400
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 22:06:13 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 22:06:13 -0400
Started GET "/assets/jquery-ui/datepicker.css?body=1" for 127.0.0.1 at 2014-08-19 22:06:13 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 22:06:13 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 22:06:13 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 22:06:13 -0400
Started GET "/assets/jquery-ui/core.js?body=1" for 127.0.0.1 at 2014-08-19 22:06:13 -0400
Started GET "/assets/jquery-ui/datepicker.js?body=1" for 127.0.0.1 at 2014-08-19 22:06:13 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 22:06:13 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 22:06:13 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 22:06:13 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 22:06:13 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 22:06:13 -0400
Started PATCH "/schedules/6" for 127.0.0.1 at 2014-08-19 22:06:23 -0400
Processing by SchedulesController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"b4nkdCd015ic26VYjpn7TxyAa4/QpKmToCwMJ849akM=", "schedule"=>{"breakfast(1i)"=>"2000", "breakfast(2i)"=>"1", "breakfast(3i)"=>"1", "breakfast(4i)"=>"15", "breakfast(5i)"=>"08", "birthday"=>"11/11/2014", "appointment(1i)"=>"2014", "appointment(2i)"=>"8", "appointment(3i)"=>"19", "appointment(4i)"=>"21", "appointment(5i)"=>"59", "dinner(1i)"=>"2000", "dinner(2i)"=>"1", "dinner(3i)"=>"1", "dinner(4i)"=>"20", "dinner(5i)"=>"08", "easter"=>"03/04/2014"}, "btn_reload"=>"Save & Reload", "id"=>"6"}
[1m[36mSchedule Load (0.1ms)[0m [1mSELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1[0m [["id", 6]]
[1m[35m (0.2ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mUPDATE "schedules" SET "easter" = ?, "updated_at" = ? WHERE "schedules"."id" = 6[0m [["easter", "2014-04-03"], ["updated_at", "2014-08-20 02:06:23.840145"]]
[1m[35m (1.0ms)[0m commit transaction
Redirected to http://localhost:3002/schedules/6/edit
Completed 302 Found in 10ms (ActiveRecord: 1.7ms)
Started GET "/schedules/6/edit" for 127.0.0.1 at 2014-08-19 22:06:23 -0400
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"6"}
[1m[36mSchedule Load (0.2ms)[0m [1mSELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1[0m [["id", 6]]
Rendered schedules/_form.html.haml (15.5ms)
Rendered schedules/edit.html.haml within layouts/application (16.9ms)
Rendered application/_flash_messages.html.haml (0.2ms)
Completed 200 OK in 29ms (Views: 28.1ms | ActiveRecord: 0.2ms)
Started GET "/assets/jquery-ui/theme.css?body=1" for 127.0.0.1 at 2014-08-19 22:06:23 -0400
Started GET "/assets/jquery-ui/core.css?body=1" for 127.0.0.1 at 2014-08-19 22:06:23 -0400
Started GET "/assets/jquery-ui/datepicker.css?body=1" for 127.0.0.1 at 2014-08-19 22:06:23 -0400
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 22:06:23 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 22:06:23 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 22:06:23 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 22:06:23 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 22:06:23 -0400
Started GET "/assets/jquery-ui/core.js?body=1" for 127.0.0.1 at 2014-08-19 22:06:23 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 22:06:23 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 22:06:23 -0400
Started GET "/assets/jquery-ui/datepicker.js?body=1" for 127.0.0.1 at 2014-08-19 22:06:23 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 22:06:24 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 22:06:24 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 22:06:24 -0400
Started PATCH "/schedules/6" for 127.0.0.1 at 2014-08-19 22:10:02 -0400
Processing by SchedulesController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"b4nkdCd015ic26VYjpn7TxyAa4/QpKmToCwMJ849akM=", "schedule"=>{"breakfast(1i)"=>"2000", "breakfast(2i)"=>"1", "breakfast(3i)"=>"1", "breakfast(4i)"=>"15", "breakfast(5i)"=>"08", "birthday"=>"11/06/2014", "appointment(1i)"=>"2014", "appointment(2i)"=>"8", "appointment(3i)"=>"19", "appointment(4i)"=>"21", "appointment(5i)"=>"59", "dinner(1i)"=>"2000", "dinner(2i)"=>"1", "dinner(3i)"=>"1", "dinner(4i)"=>"20", "dinner(5i)"=>"08", "easter"=>"04/03/2014"}, "btn_reload"=>"Save & Reload", "id"=>"6"}
[1m[35mSchedule Load (0.1ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 6]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.5ms)[0m UPDATE "schedules" SET "birthday" = ?, "easter" = ?, "updated_at" = ? WHERE "schedules"."id" = 6 [["birthday", "2014-06-11"], ["easter", "2014-03-04"], ["updated_at", "2014-08-20 02:10:02.751133"]]
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
Redirected to http://localhost:3002/schedules/6/edit
Completed 302 Found in 7ms (ActiveRecord: 1.6ms)
Started GET "/schedules/6/edit" for 127.0.0.1 at 2014-08-19 22:10:02 -0400
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"6"}
[1m[35mSchedule Load (0.2ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 6]]
Rendered schedules/_form.html.haml (12.4ms)
Rendered schedules/edit.html.haml within layouts/application (13.5ms)
Rendered application/_flash_messages.html.haml (0.2ms)
Completed 200 OK in 26ms (Views: 25.2ms | ActiveRecord: 0.2ms)
Started GET "/assets/jquery-ui/theme.css?body=1" for 127.0.0.1 at 2014-08-19 22:10:02 -0400
Started GET "/assets/jquery-ui/core.css?body=1" for 127.0.0.1 at 2014-08-19 22:10:02 -0400
Started GET "/assets/jquery-ui/datepicker.css?body=1" for 127.0.0.1 at 2014-08-19 22:10:02 -0400
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 22:10:02 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 22:10:02 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 22:10:02 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 22:10:02 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 22:10:02 -0400
Started GET "/assets/jquery-ui/core.js?body=1" for 127.0.0.1 at 2014-08-19 22:10:02 -0400
Started GET "/assets/jquery-ui/datepicker.js?body=1" for 127.0.0.1 at 2014-08-19 22:10:02 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 22:10:02 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 22:10:02 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 22:10:02 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 22:10:02 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 22:10:02 -0400
Started GET "/schedules/6/edit" for 127.0.0.1 at 2014-08-19 22:15:47 -0400
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"6"}
[1m[35mSchedule Load (0.2ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 6]]
Rendered schedules/_form.html.haml (415.8ms)
Rendered schedules/edit.html.haml within layouts/application (421.9ms)
Rendered application/_flash_messages.html.haml (1.0ms)
Completed 200 OK in 509ms (Views: 500.1ms | ActiveRecord: 0.5ms)
Started GET "/assets/jquery-ui/theme.css?body=1" for 127.0.0.1 at 2014-08-19 22:15:48 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 22:15:48 -0400
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 22:15:48 -0400
Started GET "/assets/jquery-ui/datepicker.css?body=1" for 127.0.0.1 at 2014-08-19 22:15:48 -0400
Started GET "/assets/jquery-ui/core.css?body=1" for 127.0.0.1 at 2014-08-19 22:15:48 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 22:15:48 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 22:15:48 -0400
Started GET "/assets/jquery-ui/core.js?body=1" for 127.0.0.1 at 2014-08-19 22:15:48 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 22:15:48 -0400
Started GET "/assets/jquery-ui/datepicker.js?body=1" for 127.0.0.1 at 2014-08-19 22:15:48 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 22:15:48 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 22:15:48 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 22:15:48 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 22:15:48 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 22:15:48 -0400
Started PATCH "/schedules/6" for 127.0.0.1 at 2014-08-19 22:16:04 -0400
Processing by SchedulesController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"b4nkdCd015ic26VYjpn7TxyAa4/QpKmToCwMJ849akM=", "schedule"=>{"breakfast(1i)"=>"2000", "breakfast(2i)"=>"1", "breakfast(3i)"=>"1", "breakfast(4i)"=>"15", "breakfast(5i)"=>"08", "birthday"=>"06/11/2014", "appointment(1i)"=>"2014", "appointment(2i)"=>"8", "appointment(3i)"=>"19", "appointment(4i)"=>"21", "appointment(5i)"=>"59", "dinner(1i)"=>"2000", "dinner(2i)"=>"1", "dinner(3i)"=>"1", "dinner(4i)"=>"20", "dinner(5i)"=>"08", "easter"=>"04/11/2014"}, "btn_reload"=>"Save & Reload", "id"=>"6"}
[1m[36mSchedule Load (0.1ms)[0m [1mSELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1[0m [["id", 6]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mUPDATE "schedules" SET "birthday" = ?, "easter" = ?, "updated_at" = ? WHERE "schedules"."id" = 6[0m [["birthday", "2014-11-06"], ["easter", "2014-11-04"], ["updated_at", "2014-08-20 02:16:04.327779"]]
[1m[35m (1.0ms)[0m commit transaction
Redirected to http://localhost:3002/schedules/6/edit
Completed 302 Found in 9ms (ActiveRecord: 1.7ms)
Started GET "/schedules/6/edit" for 127.0.0.1 at 2014-08-19 22:16:04 -0400
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"6"}
[1m[36mSchedule Load (0.2ms)[0m [1mSELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1[0m [["id", 6]]
Rendered schedules/_form.html.haml (13.8ms)
Rendered schedules/edit.html.haml within layouts/application (14.8ms)
Rendered application/_flash_messages.html.haml (0.2ms)
Completed 200 OK in 26ms (Views: 25.4ms | ActiveRecord: 0.2ms)
Started GET "/assets/jquery-ui/theme.css?body=1" for 127.0.0.1 at 2014-08-19 22:16:04 -0400
Started GET "/assets/jquery-ui/core.css?body=1" for 127.0.0.1 at 2014-08-19 22:16:04 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 22:16:04 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 22:16:04 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 22:16:04 -0400
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 22:16:04 -0400
Started GET "/assets/jquery-ui/datepicker.css?body=1" for 127.0.0.1 at 2014-08-19 22:16:04 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 22:16:04 -0400
Started GET "/assets/jquery-ui/core.js?body=1" for 127.0.0.1 at 2014-08-19 22:16:04 -0400
Started GET "/assets/jquery-ui/datepicker.js?body=1" for 127.0.0.1 at 2014-08-19 22:16:04 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 22:16:04 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 22:16:04 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 22:16:04 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 22:16:04 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 22:16:04 -0400
Started PATCH "/schedules/6" for 127.0.0.1 at 2014-08-19 22:18:17 -0400
Processing by SchedulesController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"b4nkdCd015ic26VYjpn7TxyAa4/QpKmToCwMJ849akM=", "schedule"=>{"breakfast(1i)"=>"2000", "breakfast(2i)"=>"1", "breakfast(3i)"=>"1", "breakfast(4i)"=>"15", "breakfast(5i)"=>"08", "birthday"=>"11/06/2014", "appointment(1i)"=>"2017", "appointment(2i)"=>"9", "appointment(3i)"=>"12", "appointment(4i)"=>"21", "appointment(5i)"=>"59", "dinner(1i)"=>"2000", "dinner(2i)"=>"1", "dinner(3i)"=>"1", "dinner(4i)"=>"20", "dinner(5i)"=>"08", "easter"=>"11/04/2014"}, "btn_reload"=>"Save & Reload", "id"=>"6"}
[1m[35mSchedule Load (0.1ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 6]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m UPDATE "schedules" SET "appointment" = ?, "birthday" = ?, "easter" = ?, "updated_at" = ? WHERE "schedules"."id" = 6 [["appointment", "2017-09-13 01:59:00.000000"], ["birthday", "2014-06-11"], ["easter", "2014-04-11"], ["updated_at", "2014-08-20 02:18:17.461485"]]
[1m[36m (0.9ms)[0m [1mcommit transaction[0m
Redirected to http://localhost:3002/schedules/6/edit
Completed 302 Found in 7ms (ActiveRecord: 1.6ms)
Started GET "/schedules/6/edit" for 127.0.0.1 at 2014-08-19 22:18:17 -0400
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"6"}
[1m[35mSchedule Load (0.1ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 6]]
Rendered schedules/_form.html.haml (11.2ms)
Rendered schedules/edit.html.haml within layouts/application (12.2ms)
Rendered application/_flash_messages.html.haml (0.2ms)
Completed 200 OK in 25ms (Views: 23.9ms | ActiveRecord: 0.1ms)
Started GET "/assets/jquery-ui/theme.css?body=1" for 127.0.0.1 at 2014-08-19 22:18:17 -0400
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 22:18:17 -0400
Started GET "/assets/jquery-ui/core.css?body=1" for 127.0.0.1 at 2014-08-19 22:18:17 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 22:18:17 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 22:18:17 -0400
Started GET "/assets/jquery-ui/datepicker.css?body=1" for 127.0.0.1 at 2014-08-19 22:18:17 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 22:18:17 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 22:18:17 -0400
Started GET "/assets/jquery-ui/core.js?body=1" for 127.0.0.1 at 2014-08-19 22:18:17 -0400
Started GET "/assets/jquery-ui/datepicker.js?body=1" for 127.0.0.1 at 2014-08-19 22:18:17 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 22:18:17 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 22:18:17 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 22:18:17 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 22:18:17 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 22:18:17 -0400
Started PATCH "/schedules/6" for 127.0.0.1 at 2014-08-19 22:18:22 -0400
Processing by SchedulesController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"b4nkdCd015ic26VYjpn7TxyAa4/QpKmToCwMJ849akM=", "schedule"=>{"breakfast(1i)"=>"2000", "breakfast(2i)"=>"1", "breakfast(3i)"=>"1", "breakfast(4i)"=>"15", "breakfast(5i)"=>"08", "birthday"=>"06/11/2014", "appointment(1i)"=>"2017", "appointment(2i)"=>"9", "appointment(3i)"=>"12", "appointment(4i)"=>"21", "appointment(5i)"=>"59", "dinner(1i)"=>"2000", "dinner(2i)"=>"1", "dinner(3i)"=>"1", "dinner(4i)"=>"20", "dinner(5i)"=>"08", "easter"=>"04/11/2014"}, "btn_reload"=>"Save & Reload", "id"=>"6"}
[1m[36mSchedule Load (0.2ms)[0m [1mSELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1[0m [["id", 6]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mUPDATE "schedules" SET "birthday" = ?, "easter" = ?, "updated_at" = ? WHERE "schedules"."id" = 6[0m [["birthday", "2014-11-06"], ["easter", "2014-11-04"], ["updated_at", "2014-08-20 02:18:22.062221"]]
[1m[35m (1.0ms)[0m commit transaction
Redirected to http://localhost:3002/schedules/6/edit
Completed 302 Found in 6ms (ActiveRecord: 1.7ms)
Started GET "/schedules/6/edit" for 127.0.0.1 at 2014-08-19 22:18:22 -0400
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"6"}
[1m[36mSchedule Load (0.2ms)[0m [1mSELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1[0m [["id", 6]]
Rendered schedules/_form.html.haml (12.0ms)
Rendered schedules/edit.html.haml within layouts/application (13.0ms)
Rendered application/_flash_messages.html.haml (0.2ms)
Completed 200 OK in 27ms (Views: 25.6ms | ActiveRecord: 0.2ms)
Started GET "/assets/jquery-ui/theme.css?body=1" for 127.0.0.1 at 2014-08-19 22:18:22 -0400
Started GET "/assets/jquery-ui/datepicker.css?body=1" for 127.0.0.1 at 2014-08-19 22:18:22 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 22:18:22 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 22:18:22 -0400
Started GET "/assets/jquery-ui/core.css?body=1" for 127.0.0.1 at 2014-08-19 22:18:22 -0400
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 22:18:22 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 22:18:22 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 22:18:22 -0400
Started GET "/assets/jquery-ui/core.js?body=1" for 127.0.0.1 at 2014-08-19 22:18:22 -0400
Started GET "/assets/jquery-ui/datepicker.js?body=1" for 127.0.0.1 at 2014-08-19 22:18:22 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 22:18:22 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 22:18:22 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 22:18:22 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 22:18:22 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 22:18:22 -0400
Started PATCH "/schedules/6" for 127.0.0.1 at 2014-08-19 22:18:23 -0400
Processing by SchedulesController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"b4nkdCd015ic26VYjpn7TxyAa4/QpKmToCwMJ849akM=", "schedule"=>{"breakfast(1i)"=>"2000", "breakfast(2i)"=>"1", "breakfast(3i)"=>"1", "breakfast(4i)"=>"15", "breakfast(5i)"=>"08", "birthday"=>"11/06/2014", "appointment(1i)"=>"2017", "appointment(2i)"=>"9", "appointment(3i)"=>"12", "appointment(4i)"=>"21", "appointment(5i)"=>"59", "dinner(1i)"=>"2000", "dinner(2i)"=>"1", "dinner(3i)"=>"1", "dinner(4i)"=>"20", "dinner(5i)"=>"08", "easter"=>"11/04/2014"}, "btn_reload"=>"Save & Reload", "id"=>"6"}
[1m[35mSchedule Load (0.1ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 6]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "schedules" SET "birthday" = ?, "easter" = ?, "updated_at" = ? WHERE "schedules"."id" = 6 [["birthday", "2014-06-11"], ["easter", "2014-04-11"], ["updated_at", "2014-08-20 02:18:23.199502"]]
[1m[36m (1.6ms)[0m [1mcommit transaction[0m
Redirected to http://localhost:3002/schedules/6/edit
Completed 302 Found in 6ms (ActiveRecord: 2.1ms)
Started GET "/schedules/6/edit" for 127.0.0.1 at 2014-08-19 22:18:23 -0400
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"6"}
[1m[35mSchedule Load (0.1ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 6]]
Rendered schedules/_form.html.haml (19.6ms)
Rendered schedules/edit.html.haml within layouts/application (20.7ms)
Rendered application/_flash_messages.html.haml (0.2ms)
Completed 200 OK in 33ms (Views: 31.5ms | ActiveRecord: 0.1ms)
Started GET "/assets/jquery-ui/theme.css?body=1" for 127.0.0.1 at 2014-08-19 22:18:23 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 22:18:23 -0400
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 22:18:23 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 22:18:23 -0400
Started GET "/assets/jquery-ui/datepicker.css?body=1" for 127.0.0.1 at 2014-08-19 22:18:23 -0400
Started GET "/assets/jquery-ui/core.css?body=1" for 127.0.0.1 at 2014-08-19 22:18:23 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 22:18:23 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 22:18:23 -0400
Started GET "/assets/jquery-ui/core.js?body=1" for 127.0.0.1 at 2014-08-19 22:18:23 -0400
Started GET "/assets/jquery-ui/datepicker.js?body=1" for 127.0.0.1 at 2014-08-19 22:18:23 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 22:18:23 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 22:18:23 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 22:18:23 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 22:18:23 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 22:18:23 -0400
Started PATCH "/schedules/6" for 127.0.0.1 at 2014-08-19 22:18:24 -0400
Processing by SchedulesController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"b4nkdCd015ic26VYjpn7TxyAa4/QpKmToCwMJ849akM=", "schedule"=>{"breakfast(1i)"=>"2000", "breakfast(2i)"=>"1", "breakfast(3i)"=>"1", "breakfast(4i)"=>"15", "breakfast(5i)"=>"08", "birthday"=>"06/11/2014", "appointment(1i)"=>"2017", "appointment(2i)"=>"9", "appointment(3i)"=>"12", "appointment(4i)"=>"21", "appointment(5i)"=>"59", "dinner(1i)"=>"2000", "dinner(2i)"=>"1", "dinner(3i)"=>"1", "dinner(4i)"=>"20", "dinner(5i)"=>"08", "easter"=>"04/11/2014"}, "btn_reload"=>"Save & Reload", "id"=>"6"}
[1m[36mSchedule Load (0.2ms)[0m [1mSELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1[0m [["id", 6]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.3ms)[0m [1mUPDATE "schedules" SET "birthday" = ?, "easter" = ?, "updated_at" = ? WHERE "schedules"."id" = 6[0m [["birthday", "2014-11-06"], ["easter", "2014-11-04"], ["updated_at", "2014-08-20 02:18:24.321046"]]
[1m[35m (1.0ms)[0m commit transaction
Redirected to http://localhost:3002/schedules/6/edit
Completed 302 Found in 7ms (ActiveRecord: 1.6ms)
Started GET "/schedules/6/edit" for 127.0.0.1 at 2014-08-19 22:18:24 -0400
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"6"}
[1m[36mSchedule Load (0.1ms)[0m [1mSELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1[0m [["id", 6]]
Rendered schedules/_form.html.haml (13.6ms)
Rendered schedules/edit.html.haml within layouts/application (15.0ms)
Rendered application/_flash_messages.html.haml (0.2ms)
Completed 200 OK in 29ms (Views: 28.2ms | ActiveRecord: 0.1ms)
Started GET "/assets/jquery-ui/theme.css?body=1" for 127.0.0.1 at 2014-08-19 22:18:24 -0400
Started GET "/assets/jquery-ui/core.css?body=1" for 127.0.0.1 at 2014-08-19 22:18:24 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 22:18:24 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 22:18:24 -0400
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 22:18:24 -0400
Started GET "/assets/jquery-ui/datepicker.css?body=1" for 127.0.0.1 at 2014-08-19 22:18:24 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 22:18:24 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 22:18:24 -0400
Started GET "/assets/jquery-ui/core.js?body=1" for 127.0.0.1 at 2014-08-19 22:18:24 -0400
Started GET "/assets/jquery-ui/datepicker.js?body=1" for 127.0.0.1 at 2014-08-19 22:18:24 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 22:18:24 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 22:18:24 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 22:18:24 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 22:18:24 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 22:18:24 -0400
Started PATCH "/schedules/6" for 127.0.0.1 at 2014-08-19 22:20:46 -0400
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by SchedulesController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"b4nkdCd015ic26VYjpn7TxyAa4/QpKmToCwMJ849akM=", "schedule"=>{"breakfast(1i)"=>"2000", "breakfast(2i)"=>"1", "breakfast(3i)"=>"1", "breakfast(4i)"=>"15", "breakfast(5i)"=>"08", "birthday"=>"11/06/2014", "appointment(1i)"=>"2017", "appointment(2i)"=>"9", "appointment(3i)"=>"12", "appointment(4i)"=>"21", "appointment(5i)"=>"59", "dinner(1i)"=>"2000", "dinner(2i)"=>"1", "dinner(3i)"=>"1", "dinner(4i)"=>"20", "dinner(5i)"=>"08", "easter"=>"11/04/2014"}, "btn_index"=>"Save & Back to List", "id"=>"6"}
[1m[35mSchedule Load (0.2ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 6]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m UPDATE "schedules" SET "birthday" = ?, "easter" = ?, "updated_at" = ? WHERE "schedules"."id" = 6 [["birthday", "2014-06-11"], ["easter", "2014-04-11"], ["updated_at", "2014-08-20 02:20:46.742176"]]
[1m[36m (2.0ms)[0m [1mcommit transaction[0m
Redirected to http://localhost:3002/schedules
Completed 302 Found in 28ms (ActiveRecord: 2.9ms)
Started GET "/schedules" for 127.0.0.1 at 2014-08-19 22:20:46 -0400
Processing by SchedulesController#index as HTML
Rendered application/_sort_form.html.haml (2.0ms)
Rendered application/_search_form.html.haml (1.9ms)
[1m[35mSchedule Load (0.3ms)[0m SELECT "schedules".* FROM "schedules" WHERE (1=2 or breakfast like '%%' or birthday like '%%' or appointment like '%%' or dinner like '%%' or easter like '%%') LIMIT 15 OFFSET 0
[1m[36mSchedule Load (0.3ms)[0m [1mSELECT "schedules".* FROM "schedules" WHERE (1=2 or breakfast like '%%' or birthday like '%%' or appointment like '%%' or dinner like '%%' or easter like '%%') LIMIT 1 OFFSET 0[0m
Rendered application/_pagination.html.haml (374.9ms)
Rendered schedules/index.html.haml within layouts/application (398.7ms)
Rendered application/_flash_messages.html.haml (1.1ms)
Completed 200 OK in 482ms (Views: 479.5ms | ActiveRecord: 0.5ms)
Started GET "/assets/jquery-ui/core.css?body=1" for 127.0.0.1 at 2014-08-19 22:20:47 -0400
Started GET "/assets/jquery-ui/theme.css?body=1" for 127.0.0.1 at 2014-08-19 22:20:47 -0400
Started GET "/assets/jquery-ui/datepicker.css?body=1" for 127.0.0.1 at 2014-08-19 22:20:47 -0400
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 22:20:47 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 22:20:47 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 22:20:47 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 22:20:47 -0400
Started GET "/assets/jquery-ui/core.js?body=1" for 127.0.0.1 at 2014-08-19 22:20:47 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 22:20:47 -0400
Started GET "/assets/jquery-ui/datepicker.js?body=1" for 127.0.0.1 at 2014-08-19 22:20:47 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 22:20:47 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 22:20:47 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 22:20:47 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 22:20:47 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 22:20:47 -0400
Started GET "/schedules/7/edit" for 127.0.0.1 at 2014-08-19 22:20:52 -0400
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"7"}
[1m[35mSchedule Load (0.1ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 7]]
Rendered schedules/_form.html.haml (19.5ms)
Rendered schedules/edit.html.haml within layouts/application (21.4ms)
Rendered application/_flash_messages.html.haml (0.1ms)
Completed 200 OK in 34ms (Views: 33.4ms | ActiveRecord: 0.1ms)
Started GET "/assets/jquery-ui/core.css?body=1" for 127.0.0.1 at 2014-08-19 22:20:52 -0400
Started GET "/assets/jquery-ui/datepicker.css?body=1" for 127.0.0.1 at 2014-08-19 22:20:52 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 22:20:52 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 22:20:52 -0400
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 22:20:52 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 22:20:52 -0400
Started GET "/assets/jquery-ui/theme.css?body=1" for 127.0.0.1 at 2014-08-19 22:20:52 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 22:20:52 -0400
Started GET "/assets/jquery-ui/core.js?body=1" for 127.0.0.1 at 2014-08-19 22:20:52 -0400
Started GET "/assets/jquery-ui/datepicker.js?body=1" for 127.0.0.1 at 2014-08-19 22:20:52 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 22:20:52 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 22:20:52 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 22:20:52 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 22:20:52 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 22:20:52 -0400
Started PATCH "/schedules/7" for 127.0.0.1 at 2014-08-19 22:20:55 -0400
Processing by SchedulesController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"b4nkdCd015ic26VYjpn7TxyAa4/QpKmToCwMJ849akM=", "schedule"=>{"breakfast(1i)"=>"2000", "breakfast(2i)"=>"1", "breakfast(3i)"=>"1", "breakfast(4i)"=>"09", "breakfast(5i)"=>"36", "birthday"=>"", "appointment(1i)"=>"2014", "appointment(2i)"=>"8", "appointment(3i)"=>"19", "appointment(4i)"=>"23", "appointment(5i)"=>"31", "dinner(1i)"=>"2000", "dinner(2i)"=>"1", "dinner(3i)"=>"1", "dinner(4i)"=>"03", "dinner(5i)"=>"31", "easter"=>"09/10/2014"}, "btn_reload"=>"Save & Reload", "id"=>"7"}
[1m[36mSchedule Load (0.1ms)[0m [1mSELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1[0m [["id", 7]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mUPDATE "schedules" SET "easter" = ?, "updated_at" = ? WHERE "schedules"."id" = 7[0m [["easter", "2014-10-09"], ["updated_at", "2014-08-20 02:20:55.315128"]]
[1m[35m (1.0ms)[0m commit transaction
Redirected to http://localhost:3002/schedules/7/edit
Completed 302 Found in 6ms (ActiveRecord: 1.6ms)
Started GET "/schedules/7/edit" for 127.0.0.1 at 2014-08-19 22:20:55 -0400
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"7"}
[1m[36mSchedule Load (0.1ms)[0m [1mSELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1[0m [["id", 7]]
Rendered schedules/_form.html.haml (12.0ms)
Rendered schedules/edit.html.haml within layouts/application (13.2ms)
Rendered application/_flash_messages.html.haml (0.2ms)
Completed 200 OK in 27ms (Views: 25.7ms | ActiveRecord: 0.1ms)
Started GET "/assets/jquery-ui/datepicker.css?body=1" for 127.0.0.1 at 2014-08-19 22:20:55 -0400
Started GET "/assets/jquery-ui/core.css?body=1" for 127.0.0.1 at 2014-08-19 22:20:55 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 22:20:55 -0400
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 22:20:55 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 22:20:55 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 22:20:55 -0400
Started GET "/assets/jquery-ui/theme.css?body=1" for 127.0.0.1 at 2014-08-19 22:20:55 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 22:20:55 -0400
Started GET "/assets/jquery-ui/core.js?body=1" for 127.0.0.1 at 2014-08-19 22:20:55 -0400
Started GET "/assets/jquery-ui/datepicker.js?body=1" for 127.0.0.1 at 2014-08-19 22:20:55 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 22:20:55 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 22:20:55 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 22:20:55 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 22:20:55 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 22:20:55 -0400
Started PATCH "/schedules/7" for 127.0.0.1 at 2014-08-19 22:20:57 -0400
Processing by SchedulesController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"b4nkdCd015ic26VYjpn7TxyAa4/QpKmToCwMJ849akM=", "schedule"=>{"breakfast(1i)"=>"2000", "breakfast(2i)"=>"1", "breakfast(3i)"=>"1", "breakfast(4i)"=>"09", "breakfast(5i)"=>"36", "birthday"=>"", "appointment(1i)"=>"2014", "appointment(2i)"=>"8", "appointment(3i)"=>"19", "appointment(4i)"=>"23", "appointment(5i)"=>"31", "dinner(1i)"=>"2000", "dinner(2i)"=>"1", "dinner(3i)"=>"1", "dinner(4i)"=>"03", "dinner(5i)"=>"31", "easter"=>"10/09/2014"}, "btn_reload"=>"Save & Reload", "id"=>"7"}
[1m[35mSchedule Load (0.1ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 7]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "schedules" SET "easter" = ?, "updated_at" = ? WHERE "schedules"."id" = 7 [["easter", "2014-09-10"], ["updated_at", "2014-08-20 02:20:57.125329"]]
[1m[36m (1.0ms)[0m [1mcommit transaction[0m
Redirected to http://localhost:3002/schedules/7/edit
Completed 302 Found in 5ms (ActiveRecord: 1.5ms)
Started GET "/schedules/7/edit" for 127.0.0.1 at 2014-08-19 22:20:57 -0400
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"7"}
[1m[35mSchedule Load (0.2ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 7]]
Rendered schedules/_form.html.haml (12.8ms)
Rendered schedules/edit.html.haml within layouts/application (14.4ms)
Rendered application/_flash_messages.html.haml (0.2ms)
Completed 200 OK in 62ms (Views: 61.2ms | ActiveRecord: 0.2ms)
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 22:20:57 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 22:20:57 -0400
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 22:20:57 -0400
Started GET "/assets/jquery-ui/datepicker.css?body=1" for 127.0.0.1 at 2014-08-19 22:20:57 -0400
Started GET "/assets/jquery-ui/core.css?body=1" for 127.0.0.1 at 2014-08-19 22:20:57 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 22:20:57 -0400
Started GET "/assets/jquery-ui/theme.css?body=1" for 127.0.0.1 at 2014-08-19 22:20:57 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 22:20:57 -0400
Started GET "/assets/jquery-ui/core.js?body=1" for 127.0.0.1 at 2014-08-19 22:20:57 -0400
Started GET "/assets/jquery-ui/datepicker.js?body=1" for 127.0.0.1 at 2014-08-19 22:20:57 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 22:20:57 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 22:20:57 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 22:20:57 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 22:20:57 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 22:20:57 -0400
Started GET "/schedules/7/edit" for 127.0.0.1 at 2014-08-19 22:31:12 -0400
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"7"}
[1m[36mSchedule Load (0.2ms)[0m [1mSELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1[0m [["id", 7]]
Rendered schedules/_form.html.haml (372.2ms)
Rendered schedules/edit.html.haml within layouts/application (374.2ms)
Rendered application/_flash_messages.html.haml (1.1ms)
Completed 200 OK in 394ms (Views: 385.9ms | ActiveRecord: 0.7ms)
Started GET "/assets/jquery-ui/theme.css?body=1" for 127.0.0.1 at 2014-08-19 22:31:13 -0400
Started GET "/assets/jquery-ui/core.css?body=1" for 127.0.0.1 at 2014-08-19 22:31:13 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 22:31:13 -0400
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 22:31:13 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 22:31:13 -0400
Started GET "/assets/jquery-ui/datepicker.css?body=1" for 127.0.0.1 at 2014-08-19 22:31:13 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 22:31:13 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 22:31:13 -0400
Started GET "/assets/jquery-ui/core.js?body=1" for 127.0.0.1 at 2014-08-19 22:31:13 -0400
Started GET "/assets/jquery-ui/datepicker.js?body=1" for 127.0.0.1 at 2014-08-19 22:31:13 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 22:31:13 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 22:31:13 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 22:31:13 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 22:31:13 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 22:31:13 -0400
Started PATCH "/schedules/7" for 127.0.0.1 at 2014-08-19 22:31:38 -0400
Processing by SchedulesController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"b4nkdCd015ic26VYjpn7TxyAa4/QpKmToCwMJ849akM=", "schedule"=>{"breakfast(1i)"=>"2000", "breakfast(2i)"=>"1", "breakfast(3i)"=>"1", "breakfast(4i)"=>"09", "breakfast(5i)"=>"36", "birthday"=>"", "appointment(1i)"=>"2014", "appointment(2i)"=>"8", "appointment(3i)"=>"19", "appointment(4i)"=>"23", "appointment(5i)"=>"31", "dinner(1i)"=>"2000", "dinner(2i)"=>"1", "dinner(3i)"=>"1", "dinner(4i)"=>"03", "dinner(5i)"=>"31", "easter"=>"2014-08-14"}, "btn_reload"=>"Save & Reload", "id"=>"7"}
[1m[35mSchedule Load (0.1ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 7]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.5ms)[0m UPDATE "schedules" SET "easter" = ?, "updated_at" = ? WHERE "schedules"."id" = 7 [["easter", "2014-08-14"], ["updated_at", "2014-08-20 02:31:38.850566"]]
[1m[36m (1.8ms)[0m [1mcommit transaction[0m
Redirected to http://localhost:3002/schedules/7/edit
Completed 302 Found in 7ms (ActiveRecord: 2.4ms)
Started GET "/schedules/7/edit" for 127.0.0.1 at 2014-08-19 22:31:38 -0400
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"7"}
[1m[35mSchedule Load (0.1ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 7]]
Rendered schedules/_form.html.haml (11.9ms)
Rendered schedules/edit.html.haml within layouts/application (13.0ms)
Rendered application/_flash_messages.html.haml (0.2ms)
Completed 200 OK in 24ms (Views: 23.4ms | ActiveRecord: 0.1ms)
Started GET "/assets/jquery-ui/core.css?body=1" for 127.0.0.1 at 2014-08-19 22:31:38 -0400
Started GET "/assets/jquery-ui/datepicker.css?body=1" for 127.0.0.1 at 2014-08-19 22:31:38 -0400
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 22:31:38 -0400
Started GET "/assets/jquery-ui/theme.css?body=1" for 127.0.0.1 at 2014-08-19 22:31:38 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 22:31:38 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 22:31:38 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 22:31:38 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 22:31:38 -0400
Started GET "/assets/jquery-ui/core.js?body=1" for 127.0.0.1 at 2014-08-19 22:31:38 -0400
Started GET "/assets/jquery-ui/datepicker.js?body=1" for 127.0.0.1 at 2014-08-19 22:31:38 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 22:31:38 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 22:31:38 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 22:31:38 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 22:31:39 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 22:31:39 -0400
Started GET "/schedules/7/edit" for 127.0.0.1 at 2014-08-19 22:34:28 -0400
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"7"}
[1m[35mSchedule Load (0.3ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 7]]
Rendered schedules/_form.html.haml (392.3ms)
Rendered schedules/edit.html.haml within layouts/application (397.1ms)
Rendered application/_flash_messages.html.haml (1.0ms)
Completed 200 OK in 484ms (Views: 474.6ms | ActiveRecord: 0.6ms)
Started GET "/assets/jquery-ui/theme.css?body=1" for 127.0.0.1 at 2014-08-19 22:34:29 -0400
Started GET "/assets/jquery-ui/datepicker.css?body=1" for 127.0.0.1 at 2014-08-19 22:34:29 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 22:34:29 -0400
Started GET "/assets/jquery-ui/core.css?body=1" for 127.0.0.1 at 2014-08-19 22:34:29 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 22:34:29 -0400
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 22:34:29 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 22:34:29 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 22:34:29 -0400
Started GET "/assets/jquery-ui/core.js?body=1" for 127.0.0.1 at 2014-08-19 22:34:29 -0400
Started GET "/assets/jquery-ui/datepicker.js?body=1" for 127.0.0.1 at 2014-08-19 22:34:29 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 22:34:29 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 22:34:29 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 22:34:29 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 22:34:29 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 22:34:29 -0400
Started PATCH "/schedules/7" for 127.0.0.1 at 2014-08-19 22:34:40 -0400
Processing by SchedulesController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"b4nkdCd015ic26VYjpn7TxyAa4/QpKmToCwMJ849akM=", "schedule"=>{"breakfast(1i)"=>"2000", "breakfast(2i)"=>"1", "breakfast(3i)"=>"1", "breakfast(4i)"=>"09", "breakfast(5i)"=>"36", "birthday"=>"", "appointment(1i)"=>"2014", "appointment(2i)"=>"8", "appointment(3i)"=>"19", "appointment(4i)"=>"23", "appointment(5i)"=>"31", "dinner(1i)"=>"2000", "dinner(2i)"=>"1", "dinner(3i)"=>"1", "dinner(4i)"=>"03", "dinner(5i)"=>"31", "easter"=>"2014-08-16"}, "btn_reload"=>"Save & Reload", "id"=>"7"}
[1m[36mSchedule Load (0.1ms)[0m [1mSELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1[0m [["id", 7]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mUPDATE "schedules" SET "easter" = ?, "updated_at" = ? WHERE "schedules"."id" = 7[0m [["easter", "2014-08-16"], ["updated_at", "2014-08-20 02:34:40.495597"]]
[1m[35m (1.0ms)[0m commit transaction
Redirected to http://localhost:3002/schedules/7/edit
Completed 302 Found in 9ms (ActiveRecord: 1.5ms)
Started GET "/schedules/7/edit" for 127.0.0.1 at 2014-08-19 22:34:40 -0400
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"7"}
[1m[36mSchedule Load (0.2ms)[0m [1mSELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1[0m [["id", 7]]
Rendered schedules/_form.html.haml (11.4ms)
Rendered schedules/edit.html.haml within layouts/application (12.4ms)
Rendered application/_flash_messages.html.haml (0.2ms)
Completed 200 OK in 25ms (Views: 23.3ms | ActiveRecord: 0.2ms)
Started GET "/assets/jquery-ui/theme.css?body=1" for 127.0.0.1 at 2014-08-19 22:34:40 -0400
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 22:34:40 -0400
Started GET "/assets/jquery-ui/core.css?body=1" for 127.0.0.1 at 2014-08-19 22:34:40 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 22:34:40 -0400
Started GET "/assets/jquery-ui/datepicker.css?body=1" for 127.0.0.1 at 2014-08-19 22:34:40 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 22:34:40 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 22:34:40 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 22:34:40 -0400
Started GET "/assets/jquery-ui/core.js?body=1" for 127.0.0.1 at 2014-08-19 22:34:40 -0400
Started GET "/assets/jquery-ui/datepicker.js?body=1" for 127.0.0.1 at 2014-08-19 22:34:40 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 22:34:40 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 22:34:40 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 22:34:40 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 22:34:40 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 22:34:40 -0400
Started PATCH "/schedules/7" for 127.0.0.1 at 2014-08-19 22:34:46 -0400
Processing by SchedulesController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"b4nkdCd015ic26VYjpn7TxyAa4/QpKmToCwMJ849akM=", "schedule"=>{"breakfast(1i)"=>"2000", "breakfast(2i)"=>"1", "breakfast(3i)"=>"1", "breakfast(4i)"=>"09", "breakfast(5i)"=>"36", "birthday"=>"", "appointment(1i)"=>"2014", "appointment(2i)"=>"8", "appointment(3i)"=>"19", "appointment(4i)"=>"23", "appointment(5i)"=>"31", "dinner(1i)"=>"2000", "dinner(2i)"=>"1", "dinner(3i)"=>"1", "dinner(4i)"=>"03", "dinner(5i)"=>"31", "easter"=>"2014-08-07"}, "btn_reload"=>"Save & Reload", "id"=>"7"}
[1m[35mSchedule Load (0.1ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 7]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.3ms)[0m UPDATE "schedules" SET "easter" = ?, "updated_at" = ? WHERE "schedules"."id" = 7 [["easter", "2014-08-07"], ["updated_at", "2014-08-20 02:34:46.774761"]]
[1m[36m (1.6ms)[0m [1mcommit transaction[0m
Redirected to http://localhost:3002/schedules/7/edit
Completed 302 Found in 7ms (ActiveRecord: 2.1ms)
Started GET "/schedules/7/edit" for 127.0.0.1 at 2014-08-19 22:34:46 -0400
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"7"}
[1m[35mSchedule Load (0.4ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 7]]
Rendered schedules/_form.html.haml (11.9ms)
Rendered schedules/edit.html.haml within layouts/application (13.0ms)
Rendered application/_flash_messages.html.haml (0.1ms)
Completed 200 OK in 28ms (Views: 25.1ms | ActiveRecord: 0.4ms)
Started GET "/assets/jquery-ui/theme.css?body=1" for 127.0.0.1 at 2014-08-19 22:34:46 -0400
Started GET "/assets/jquery-ui/core.css?body=1" for 127.0.0.1 at 2014-08-19 22:34:46 -0400
Started GET "/assets/jquery-ui/datepicker.css?body=1" for 127.0.0.1 at 2014-08-19 22:34:46 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 22:34:46 -0400
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 22:34:46 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 22:34:46 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 22:34:46 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 22:34:46 -0400
Started GET "/assets/jquery-ui/core.js?body=1" for 127.0.0.1 at 2014-08-19 22:34:46 -0400
Started GET "/assets/jquery-ui/datepicker.js?body=1" for 127.0.0.1 at 2014-08-19 22:34:46 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 22:34:46 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 22:34:46 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 22:34:46 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 22:34:46 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 22:34:46 -0400
Started PATCH "/schedules/7" for 127.0.0.1 at 2014-08-19 22:35:06 -0400
Processing by SchedulesController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"b4nkdCd015ic26VYjpn7TxyAa4/QpKmToCwMJ849akM=", "schedule"=>{"breakfast(1i)"=>"2000", "breakfast(2i)"=>"1", "breakfast(3i)"=>"1", "breakfast(4i)"=>"09", "breakfast(5i)"=>"36", "birthday"=>"2014-11-11", "appointment(1i)"=>"2014", "appointment(2i)"=>"8", "appointment(3i)"=>"19", "appointment(4i)"=>"23", "appointment(5i)"=>"31", "dinner(1i)"=>"2000", "dinner(2i)"=>"1", "dinner(3i)"=>"1", "dinner(4i)"=>"03", "dinner(5i)"=>"31", "easter"=>"2014-08-07"}, "btn_reload"=>"Save & Reload", "id"=>"7"}
[1m[36mSchedule Load (0.1ms)[0m [1mSELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1[0m [["id", 7]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.5ms)[0m [1mUPDATE "schedules" SET "birthday" = ?, "updated_at" = ? WHERE "schedules"."id" = 7[0m [["birthday", "2014-11-11"], ["updated_at", "2014-08-20 02:35:06.864354"]]
[1m[35m (1.0ms)[0m commit transaction
Redirected to http://localhost:3002/schedules/7/edit
Completed 302 Found in 6ms (ActiveRecord: 1.7ms)
Started GET "/schedules/7/edit" for 127.0.0.1 at 2014-08-19 22:35:06 -0400
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"7"}
[1m[36mSchedule Load (0.1ms)[0m [1mSELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1[0m [["id", 7]]
Rendered schedules/_form.html.haml (13.4ms)
Rendered schedules/edit.html.haml within layouts/application (14.5ms)
Rendered application/_flash_messages.html.haml (0.2ms)
Completed 200 OK in 27ms (Views: 26.0ms | ActiveRecord: 0.1ms)
Started GET "/assets/jquery-ui/core.css?body=1" for 127.0.0.1 at 2014-08-19 22:35:06 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 22:35:06 -0400
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 22:35:06 -0400
Started GET "/assets/jquery-ui/theme.css?body=1" for 127.0.0.1 at 2014-08-19 22:35:06 -0400
Started GET "/assets/jquery-ui/datepicker.css?body=1" for 127.0.0.1 at 2014-08-19 22:35:06 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 22:35:06 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 22:35:06 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 22:35:06 -0400
Started GET "/assets/jquery-ui/core.js?body=1" for 127.0.0.1 at 2014-08-19 22:35:06 -0400
Started GET "/assets/jquery-ui/datepicker.js?body=1" for 127.0.0.1 at 2014-08-19 22:35:07 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 22:35:07 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 22:35:07 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 22:35:07 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 22:35:07 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 22:35:07 -0400
Started GET "/schedules/7/edit" for 127.0.0.1 at 2014-08-19 22:40:03 -0400
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"7"}
[1m[35mSchedule Load (0.2ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 7]]
Rendered schedules/_form.html.haml (423.6ms)
Rendered schedules/edit.html.haml within layouts/application (425.4ms)
Rendered application/_flash_messages.html.haml (2.0ms)
Completed 200 OK in 449ms (Views: 439.5ms | ActiveRecord: 0.9ms)
Started GET "/assets/jquery-ui/theme.css?body=1" for 127.0.0.1 at 2014-08-19 22:40:04 -0400
Started GET "/assets/jquery-ui/core.css?body=1" for 127.0.0.1 at 2014-08-19 22:40:04 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 22:40:04 -0400
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 22:40:04 -0400
Started GET "/assets/jquery-ui/datepicker.css?body=1" for 127.0.0.1 at 2014-08-19 22:40:04 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 22:40:04 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 22:40:04 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 22:40:04 -0400
Started GET "/assets/jquery-ui/core.js?body=1" for 127.0.0.1 at 2014-08-19 22:40:04 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 22:40:04 -0400
Started GET "/assets/jquery-ui/datepicker.js?body=1" for 127.0.0.1 at 2014-08-19 22:40:04 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 22:40:04 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 22:40:04 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 22:40:04 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 22:40:04 -0400
Started GET "/schedules/7/edit" for 127.0.0.1 at 2014-08-19 22:42:06 -0400
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"7"}
[1m[36mSchedule Load (0.1ms)[0m [1mSELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1[0m [["id", 7]]
Rendered schedules/_form.html.haml (380.9ms)
Rendered schedules/edit.html.haml within layouts/application (382.9ms)
Rendered application/_flash_messages.html.haml (1.0ms)
Completed 200 OK in 402ms (Views: 394.8ms | ActiveRecord: 0.6ms)
Started GET "/assets/jquery-ui/core.css?body=1" for 127.0.0.1 at 2014-08-19 22:42:06 -0400
Started GET "/assets/jquery-ui/datepicker.css?body=1" for 127.0.0.1 at 2014-08-19 22:42:06 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 22:42:06 -0400
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 22:42:06 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 22:42:06 -0400
Started GET "/assets/jquery-ui/theme.css?body=1" for 127.0.0.1 at 2014-08-19 22:42:06 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 22:42:06 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 22:42:06 -0400
Started GET "/assets/jquery-ui/core.js?body=1" for 127.0.0.1 at 2014-08-19 22:42:06 -0400
Started GET "/assets/jquery-ui/datepicker.js?body=1" for 127.0.0.1 at 2014-08-19 22:42:06 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 22:42:06 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 22:42:06 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 22:42:06 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 22:42:06 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 22:42:06 -0400
Started PATCH "/schedules/7" for 127.0.0.1 at 2014-08-19 22:43:34 -0400
Processing by SchedulesController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"b4nkdCd015ic26VYjpn7TxyAa4/QpKmToCwMJ849akM=", "schedule"=>{"breakfast"=>"18:30", "birthday"=>"2014-11-11", "appointment"=>"2014-08-22T00:06", "dinner"=>"18:45", "easter"=>"2014-08-07"}, "btn_reload"=>"Save & Reload", "id"=>"7"}
[1m[35mSchedule Load (0.2ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 7]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m UPDATE "schedules" SET "appointment" = ?, "breakfast" = ?, "dinner" = ?, "updated_at" = ? WHERE "schedules"."id" = 7 [["appointment", "2014-08-22 04:06:00.000000"], ["breakfast", "2000-01-01 18:30:00.000000"], ["dinner", "2000-01-01 18:45:00.000000"], ["updated_at", "2014-08-20 02:43:34.643370"]]
[1m[36m (1.7ms)[0m [1mcommit transaction[0m
Redirected to http://localhost:3002/schedules/7/edit
Completed 302 Found in 8ms (ActiveRecord: 2.4ms)
Started GET "/schedules/7/edit" for 127.0.0.1 at 2014-08-19 22:43:34 -0400
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"7"}
[1m[35mSchedule Load (0.1ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 7]]
Rendered schedules/_form.html.haml (4.7ms)
Rendered schedules/edit.html.haml within layouts/application (5.5ms)
Rendered application/_flash_messages.html.haml (0.2ms)
Completed 200 OK in 17ms (Views: 16.2ms | ActiveRecord: 0.1ms)
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 22:43:34 -0400
Started GET "/assets/jquery-ui/datepicker.css?body=1" for 127.0.0.1 at 2014-08-19 22:43:34 -0400
Started GET "/assets/jquery-ui/core.css?body=1" for 127.0.0.1 at 2014-08-19 22:43:34 -0400
Started GET "/assets/jquery-ui/theme.css?body=1" for 127.0.0.1 at 2014-08-19 22:43:34 -0400
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 22:43:34 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 22:43:34 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 22:43:34 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 22:43:34 -0400
Started GET "/assets/jquery-ui/core.js?body=1" for 127.0.0.1 at 2014-08-19 22:43:34 -0400
Started GET "/assets/jquery-ui/datepicker.js?body=1" for 127.0.0.1 at 2014-08-19 22:43:34 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 22:43:34 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 22:43:34 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 22:43:34 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 22:43:34 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 22:43:34 -0400
Started GET "/schedules" for 127.0.0.1 at 2014-08-19 22:44:45 -0400
Processing by SchedulesController#index as HTML
Rendered application/_sort_form.html.haml (2.0ms)
Rendered application/_search_form.html.haml (2.1ms)
[1m[36mSchedule Load (0.3ms)[0m [1mSELECT "schedules".* FROM "schedules" WHERE (1=2 or breakfast like '%%' or birthday like '%%' or appointment like '%%' or dinner like '%%' or easter like '%%') LIMIT 15 OFFSET 0[0m
[1m[35mSchedule Load (0.2ms)[0m SELECT "schedules".* FROM "schedules" WHERE (1=2 or breakfast like '%%' or birthday like '%%' or appointment like '%%' or dinner like '%%' or easter like '%%') LIMIT 1 OFFSET 0
Rendered application/_pagination.html.haml (4.7ms)
Rendered schedules/index.html.haml within layouts/application (23.4ms)
Rendered application/_flash_messages.html.haml (0.2ms)
Completed 200 OK in 36ms (Views: 34.4ms | ActiveRecord: 0.4ms)
Started GET "/assets/jquery-ui/theme.css?body=1" for 127.0.0.1 at 2014-08-19 22:44:45 -0400
Started GET "/assets/jquery-ui/datepicker.css?body=1" for 127.0.0.1 at 2014-08-19 22:44:45 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 22:44:45 -0400
Started GET "/assets/jquery-ui/core.css?body=1" for 127.0.0.1 at 2014-08-19 22:44:45 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 22:44:45 -0400
Started GET "/assets/jquery-ui/core.js?body=1" for 127.0.0.1 at 2014-08-19 22:44:45 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 22:44:45 -0400
Started GET "/assets/jquery-ui/datepicker.js?body=1" for 127.0.0.1 at 2014-08-19 22:44:45 -0400
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 22:44:45 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 22:44:45 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 22:44:45 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 22:44:45 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 22:44:45 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 22:44:45 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 22:44:45 -0400
Started GET "/schedules/6/edit" for 127.0.0.1 at 2014-08-19 22:56:20 -0400
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"6"}
[1m[36mSchedule Load (0.2ms)[0m [1mSELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1[0m [["id", 6]]
Rendered schedules/_form.html.haml (4.4ms)
Rendered schedules/edit.html.haml within layouts/application (5.2ms)
Rendered application/_flash_messages.html.haml (0.1ms)
Completed 200 OK in 18ms (Views: 15.9ms | ActiveRecord: 0.2ms)
Started GET "/assets/jquery-ui/theme.css?body=1" for 127.0.0.1 at 2014-08-19 22:56:21 -0400
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 22:56:21 -0400
Started GET "/assets/jquery-ui/datepicker.css?body=1" for 127.0.0.1 at 2014-08-19 22:56:21 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 22:56:21 -0400
Started GET "/assets/jquery-ui/core.css?body=1" for 127.0.0.1 at 2014-08-19 22:56:21 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 22:56:21 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 22:56:21 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 22:56:21 -0400
Started GET "/assets/jquery-ui/core.js?body=1" for 127.0.0.1 at 2014-08-19 22:56:21 -0400
Started GET "/assets/jquery-ui/datepicker.js?body=1" for 127.0.0.1 at 2014-08-19 22:56:21 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 22:56:21 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 22:56:21 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 22:56:21 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 22:56:21 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 22:56:21 -0400
Started PATCH "/schedules/6" for 127.0.0.1 at 2014-08-19 22:56:40 -0400
Processing by SchedulesController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"b4nkdCd015ic26VYjpn7TxyAa4/QpKmToCwMJ849akM=", "schedule"=>{"breakfast"=>"", "birthday"=>"2014-06-11", "appointment"=>"2014-08-23T01:01", "dinner"=>"", "easter"=>"2014-04-11"}, "btn_reload"=>"Save & Reload", "id"=>"6"}
[1m[35mSchedule Load (0.1ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 6]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.4ms)[0m UPDATE "schedules" SET "appointment" = ?, "breakfast" = ?, "dinner" = ?, "updated_at" = ? WHERE "schedules"."id" = 6 [["appointment", "2014-08-23 05:01:00.000000"], ["breakfast", nil], ["dinner", nil], ["updated_at", "2014-08-20 02:56:40.547364"]]
[1m[36m (1.6ms)[0m [1mcommit transaction[0m
Redirected to http://localhost:3002/schedules/6/edit
Completed 302 Found in 6ms (ActiveRecord: 2.2ms)
Started GET "/schedules/6/edit" for 127.0.0.1 at 2014-08-19 22:56:40 -0400
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"6"}
[1m[35mSchedule Load (0.1ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 6]]
Rendered schedules/_form.html.haml (3.8ms)
Rendered schedules/edit.html.haml within layouts/application (4.6ms)
Rendered application/_flash_messages.html.haml (0.2ms)
Completed 200 OK in 15ms (Views: 14.3ms | ActiveRecord: 0.1ms)
Started GET "/assets/jquery-ui/core.css?body=1" for 127.0.0.1 at 2014-08-19 22:56:40 -0400
Started GET "/assets/jquery-ui/datepicker.css?body=1" for 127.0.0.1 at 2014-08-19 22:56:40 -0400
Started GET "/assets/jquery-ui/theme.css?body=1" for 127.0.0.1 at 2014-08-19 22:56:40 -0400
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 22:56:40 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 22:56:40 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 22:56:40 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 22:56:40 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 22:56:40 -0400
Started GET "/assets/jquery-ui/datepicker.js?body=1" for 127.0.0.1 at 2014-08-19 22:56:40 -0400
Started GET "/assets/jquery-ui/core.js?body=1" for 127.0.0.1 at 2014-08-19 22:56:40 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 22:56:40 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 22:56:40 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 22:56:40 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 22:56:40 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 22:56:40 -0400
Started GET "/schedules/6/edit" for 127.0.0.1 at 2014-08-19 23:07:14 -0400
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"6"}
[1m[35mSchedule Load (0.2ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 6]]
Rendered schedules/_form.html.haml (403.9ms)
Rendered schedules/edit.html.haml within layouts/application (410.0ms)
Rendered application/_flash_messages.html.haml (1.0ms)
Completed 200 OK in 494ms (Views: 485.8ms | ActiveRecord: 0.4ms)
Started GET "/assets/jquery-ui/theme.css?body=1" for 127.0.0.1 at 2014-08-19 23:07:15 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 23:07:15 -0400
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 23:07:15 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 23:07:15 -0400
Started GET "/assets/jquery-ui/core.css?body=1" for 127.0.0.1 at 2014-08-19 23:07:15 -0400
Started GET "/assets/jquery-ui/datepicker.css?body=1" for 127.0.0.1 at 2014-08-19 23:07:15 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 23:07:15 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 23:07:15 -0400
Started GET "/assets/jquery-ui/core.js?body=1" for 127.0.0.1 at 2014-08-19 23:07:15 -0400
Started GET "/assets/jquery-ui/datepicker.js?body=1" for 127.0.0.1 at 2014-08-19 23:07:15 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 23:07:15 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 23:07:15 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 23:07:15 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 23:07:15 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 23:07:15 -0400
Started GET "/schedules/6/edit" for 127.0.0.1 at 2014-08-19 23:09:23 -0400
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"6"}
[1m[35mSchedule Load (0.2ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 6]]
Rendered schedules/_form.html.haml (385.4ms)
Rendered schedules/edit.html.haml within layouts/application (391.9ms)
Rendered application/_flash_messages.html.haml (1.0ms)
Completed 200 OK in 477ms (Views: 468.8ms | ActiveRecord: 0.5ms)
Started GET "/assets/jquery-ui/theme.css?body=1" for 127.0.0.1 at 2014-08-19 23:09:24 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 23:09:24 -0400
Started GET "/assets/jquery-ui/core.css?body=1" for 127.0.0.1 at 2014-08-19 23:09:24 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 23:09:24 -0400
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 23:09:24 -0400
Started GET "/assets/jquery-ui/datepicker.css?body=1" for 127.0.0.1 at 2014-08-19 23:09:24 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 23:09:24 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 23:09:24 -0400
Started GET "/assets/jquery-ui/core.js?body=1" for 127.0.0.1 at 2014-08-19 23:09:24 -0400
Started GET "/assets/jquery-ui/datepicker.js?body=1" for 127.0.0.1 at 2014-08-19 23:09:24 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 23:09:24 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 23:09:24 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 23:09:24 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 23:09:24 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 23:09:24 -0400
Started GET "/schedules/6/edit" for 127.0.0.1 at 2014-08-19 23:09:48 -0400
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"6"}
[1m[35mSchedule Load (0.2ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 6]]
Rendered schedules/_form.html.haml (382.2ms)
Rendered schedules/edit.html.haml within layouts/application (388.6ms)
Rendered application/_flash_messages.html.haml (0.9ms)
Completed 200 OK in 478ms (Views: 467.0ms | ActiveRecord: 0.6ms)
Started GET "/assets/jquery-ui/theme.css?body=1" for 127.0.0.1 at 2014-08-19 23:09:49 -0400
Started GET "/assets/jquery-ui/core.css?body=1" for 127.0.0.1 at 2014-08-19 23:09:49 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 23:09:49 -0400
Started GET "/assets/jquery-ui/datepicker.css?body=1" for 127.0.0.1 at 2014-08-19 23:09:49 -0400
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 23:09:49 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 23:09:49 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 23:09:49 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 23:09:49 -0400
Started GET "/assets/jquery-ui/core.js?body=1" for 127.0.0.1 at 2014-08-19 23:09:49 -0400
Started GET "/assets/jquery-ui/datepicker.js?body=1" for 127.0.0.1 at 2014-08-19 23:09:49 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 23:09:49 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 23:09:49 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 23:09:49 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 23:09:49 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 23:09:49 -0400
Started GET "/schedules/6/edit" for 127.0.0.1 at 2014-08-19 23:36:13 -0400
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"6"}
[1m[35mSchedule Load (0.2ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 6]]
Rendered schedules/_form.html.haml (427.8ms)
Rendered schedules/edit.html.haml within layouts/application (432.3ms)
Rendered application/_flash_messages.html.haml (0.9ms)
Completed 200 OK in 558ms (Views: 548.0ms | ActiveRecord: 0.6ms)
Started GET "/assets/jquery-ui/theme.css?body=1" for 127.0.0.1 at 2014-08-19 23:36:14 -0400
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 23:36:14 -0400
Started GET "/assets/jquery-ui/datepicker.css?body=1" for 127.0.0.1 at 2014-08-19 23:36:14 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 23:36:14 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 23:36:14 -0400
Started GET "/assets/jquery-ui/core.css?body=1" for 127.0.0.1 at 2014-08-19 23:36:14 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 23:36:14 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 23:36:14 -0400
Started GET "/assets/jquery-ui/core.js?body=1" for 127.0.0.1 at 2014-08-19 23:36:14 -0400
Started GET "/assets/jquery-ui/datepicker.js?body=1" for 127.0.0.1 at 2014-08-19 23:36:14 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 23:36:14 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 23:36:14 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 23:36:14 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 23:36:14 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 23:36:14 -0400
Started GET "/schedules/6/edit" for 127.0.0.1 at 2014-08-19 23:36:41 -0400
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"6"}
[1m[35mSchedule Load (0.2ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 6]]
Rendered schedules/_form.html.haml (375.3ms)
Rendered schedules/edit.html.haml within layouts/application (380.4ms)
Rendered application/_flash_messages.html.haml (1.0ms)
Completed 200 OK in 468ms (Views: 459.7ms | ActiveRecord: 0.5ms)
Started GET "/assets/jquery-ui/theme.css?body=1" for 127.0.0.1 at 2014-08-19 23:36:42 -0400
Started GET "/assets/jquery-ui/datepicker.css?body=1" for 127.0.0.1 at 2014-08-19 23:36:42 -0400
Started GET "/assets/jquery-ui/core.css?body=1" for 127.0.0.1 at 2014-08-19 23:36:42 -0400
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 23:36:42 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 23:36:42 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 23:36:42 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 23:36:42 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 23:36:42 -0400
Started GET "/assets/jquery-ui/core.js?body=1" for 127.0.0.1 at 2014-08-19 23:36:42 -0400
Started GET "/assets/jquery-ui/datepicker.js?body=1" for 127.0.0.1 at 2014-08-19 23:36:42 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 23:36:42 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 23:36:42 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 23:36:42 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 23:36:42 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 23:36:42 -0400
Started GET "/schedules/6/edit" for 127.0.0.1 at 2014-08-19 23:37:13 -0400
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"6"}
[1m[35mSchedule Load (0.2ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 6]]
Rendered schedules/_form.html.haml (373.8ms)
Rendered schedules/edit.html.haml within layouts/application (378.3ms)
Rendered application/_flash_messages.html.haml (1.6ms)
Completed 200 OK in 467ms (Views: 457.6ms | ActiveRecord: 0.5ms)
Started GET "/assets/jquery-ui/theme.css?body=1" for 127.0.0.1 at 2014-08-19 23:37:14 -0400
Started GET "/assets/jquery-ui/datepicker.css?body=1" for 127.0.0.1 at 2014-08-19 23:37:14 -0400
Started GET "/assets/jquery-ui/core.css?body=1" for 127.0.0.1 at 2014-08-19 23:37:14 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 23:37:14 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 23:37:14 -0400
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 23:37:14 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 23:37:14 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 23:37:14 -0400
Started GET "/assets/jquery-ui/core.js?body=1" for 127.0.0.1 at 2014-08-19 23:37:14 -0400
Started GET "/assets/jquery-ui/datepicker.js?body=1" for 127.0.0.1 at 2014-08-19 23:37:14 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 23:37:14 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 23:37:14 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 23:37:14 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 23:37:14 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 23:37:14 -0400
Started PATCH "/schedules/6" for 127.0.0.1 at 2014-08-19 23:37:46 -0400
Processing by SchedulesController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"b4nkdCd015ic26VYjpn7TxyAa4/QpKmToCwMJ849akM=", "schedule"=>{"breakfast"=>"02:01", "birthday"=>"2014-06-11", "appointment"=>"2014-08-23T01:01:00", "dinner"=>"", "easter"=>"2014-04-11"}, "btn_reload"=>"Save & Reload", "id"=>"6"}
[1m[36mSchedule Load (0.1ms)[0m [1mSELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1[0m [["id", 6]]
[1m[35m (0.1ms)[0m begin transaction
[1m[36mSQL (0.4ms)[0m [1mUPDATE "schedules" SET "appointment" = ?, "breakfast" = ?, "updated_at" = ? WHERE "schedules"."id" = 6[0m [["appointment", "2014-08-23 05:01:00.000000"], ["breakfast", "2000-01-01 02:01:00.000000"], ["updated_at", "2014-08-20 03:37:46.533033"]]
[1m[35m (1.1ms)[0m commit transaction
Redirected to http://localhost:3002/schedules/6/edit
Completed 302 Found in 9ms (ActiveRecord: 1.7ms)
Started GET "/schedules/6/edit" for 127.0.0.1 at 2014-08-19 23:37:46 -0400
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"6"}
[1m[36mSchedule Load (0.1ms)[0m [1mSELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1[0m [["id", 6]]
Rendered schedules/_form.html.haml (4.0ms)
Rendered schedules/edit.html.haml within layouts/application (4.7ms)
Rendered application/_flash_messages.html.haml (0.3ms)
Completed 200 OK in 17ms (Views: 16.4ms | ActiveRecord: 0.1ms)
Started GET "/assets/jquery-ui/theme.css?body=1" for 127.0.0.1 at 2014-08-19 23:37:46 -0400
Started GET "/assets/jquery-ui/datepicker.css?body=1" for 127.0.0.1 at 2014-08-19 23:37:46 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 23:37:46 -0400
Started GET "/assets/jquery-ui/core.css?body=1" for 127.0.0.1 at 2014-08-19 23:37:46 -0400
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 23:37:46 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 23:37:46 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 23:37:46 -0400
Started GET "/assets/jquery-ui/core.js?body=1" for 127.0.0.1 at 2014-08-19 23:37:46 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 23:37:46 -0400
Started GET "/assets/jquery-ui/datepicker.js?body=1" for 127.0.0.1 at 2014-08-19 23:37:46 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 23:37:46 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 23:37:46 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 23:37:46 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 23:37:46 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 23:37:46 -0400
Started GET "/schedules/6/edit" for 127.0.0.1 at 2014-08-19 23:42:04 -0400
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"6"}
[1m[35mSchedule Load (0.2ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 6]]
Rendered schedules/_form.html.haml (369.1ms)
Rendered schedules/edit.html.haml within layouts/application (373.6ms)
Completed 500 Internal Server Error in 391ms
ActionView::Template::Error (undefined method `strftime' for nil:NilClass):
15:
16: %tr
17: %td= f.label :dinner
18: %td.field= f.time_field :dinner, value: display_time(f.object.dinner)
19:
20: %tr
21: %td= f.label :easter
app/views/schedules/_form.html.haml:18:in `block in _app_views_schedules__form_html_haml___4543989025070202912_2204160780'
app/views/schedules/_form.html.haml:1:in `_app_views_schedules__form_html_haml___4543989025070202912_2204160780'
app/views/schedules/edit.html.haml:2:in `_app_views_schedules_edit_html_haml___1685714303844319428_2204386280'
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.9ms)
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (9.5ms)
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (20.8ms)
Started GET "/schedules/6/edit" for 127.0.0.1 at 2014-08-19 23:42:45 -0400
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"6"}
[1m[35mSchedule Load (0.2ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 6]]
Rendered schedules/_form.html.haml (405.4ms)
Rendered schedules/edit.html.haml within layouts/application (410.9ms)
Rendered application/_flash_messages.html.haml (1.3ms)
Completed 200 OK in 499ms (Views: 490.3ms | ActiveRecord: 0.5ms)
Started GET "/assets/jquery-ui/theme.css?body=1" for 127.0.0.1 at 2014-08-19 23:42:46 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 23:42:46 -0400
Started GET "/assets/jquery-ui/datepicker.css?body=1" for 127.0.0.1 at 2014-08-19 23:42:46 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 23:42:46 -0400
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 23:42:46 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 23:42:46 -0400
Started GET "/assets/jquery-ui/core.css?body=1" for 127.0.0.1 at 2014-08-19 23:42:46 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 23:42:46 -0400
Started GET "/assets/jquery-ui/core.js?body=1" for 127.0.0.1 at 2014-08-19 23:42:46 -0400
Started GET "/assets/jquery-ui/datepicker.js?body=1" for 127.0.0.1 at 2014-08-19 23:42:46 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 23:42:46 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 23:42:46 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 23:42:46 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 23:42:46 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 23:42:46 -0400
Started GET "/schedules/6/edit" for 127.0.0.1 at 2014-08-19 23:43:21 -0400
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"6"}
[1m[35mSchedule Load (0.2ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 6]]
Rendered schedules/_form.html.haml (133468.2ms)
Rendered schedules/edit.html.haml within layouts/application (133472.5ms)
Rendered application/_flash_messages.html.haml (37.1ms)
Completed 200 OK in 133601ms (Views: 133591.7ms | ActiveRecord: 0.5ms)
Started GET "/assets/jquery-ui/core.css?body=1" for 127.0.0.1 at 2014-08-19 23:45:34 -0400
Started GET "/assets/jquery-ui/datepicker.css?body=1" for 127.0.0.1 at 2014-08-19 23:45:34 -0400
Started GET "/assets/jquery-ui/theme.css?body=1" for 127.0.0.1 at 2014-08-19 23:45:34 -0400
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 23:45:34 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 23:45:34 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 23:45:34 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 23:45:34 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 23:45:34 -0400
Started GET "/assets/jquery-ui/core.js?body=1" for 127.0.0.1 at 2014-08-19 23:45:34 -0400
Started GET "/assets/jquery-ui/datepicker.js?body=1" for 127.0.0.1 at 2014-08-19 23:45:34 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 23:45:34 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 23:45:34 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 23:45:34 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 23:45:34 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 23:45:34 -0400
Started GET "/schedules/6/edit" for 127.0.0.1 at 2014-08-19 23:45:43 -0400
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"6"}
[1m[35mSchedule Load (0.2ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 6]]
Rendered schedules/_form.html.haml (387.0ms)
Rendered schedules/edit.html.haml within layouts/application (391.7ms)
Rendered application/_flash_messages.html.haml (1.1ms)
Completed 200 OK in 479ms (Views: 471.4ms | ActiveRecord: 0.5ms)
Started GET "/assets/jquery-ui/theme.css?body=1" for 127.0.0.1 at 2014-08-19 23:45:44 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-19 23:45:44 -0400
Started GET "/assets/jquery-ui/core.css?body=1" for 127.0.0.1 at 2014-08-19 23:45:44 -0400
Started GET "/assets/jquery-ui/datepicker.css?body=1" for 127.0.0.1 at 2014-08-19 23:45:44 -0400
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-19 23:45:44 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-19 23:45:44 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-19 23:45:44 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-19 23:45:44 -0400
Started GET "/assets/jquery-ui/core.js?body=1" for 127.0.0.1 at 2014-08-19 23:45:44 -0400
Started GET "/assets/jquery-ui/datepicker.js?body=1" for 127.0.0.1 at 2014-08-19 23:45:44 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-19 23:45:44 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-19 23:45:44 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-19 23:45:44 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-19 23:45:44 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-19 23:45:44 -0400
Started GET "/schedules/6/edit" for 127.0.0.1 at 2014-08-20 08:23:35 -0400
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"6"}
[1m[36mSchedule Load (0.1ms)[0m [1mSELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1[0m [["id", 6]]
Rendered schedules/_form.html.haml (3.6ms)
Rendered schedules/edit.html.haml within layouts/application (4.4ms)
Rendered application/_flash_messages.html.haml (0.1ms)
Completed 200 OK in 70ms (Views: 69.1ms | ActiveRecord: 0.1ms)
Started GET "/assets/jquery-ui/theme.css?body=1" for 127.0.0.1 at 2014-08-20 08:23:35 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-20 08:23:35 -0400
Started GET "/assets/jquery-ui/core.css?body=1" for 127.0.0.1 at 2014-08-20 08:23:35 -0400
Started GET "/assets/jquery-ui/datepicker.css?body=1" for 127.0.0.1 at 2014-08-20 08:23:35 -0400
Started GET "/assets/jquery.datetimepicker.css?body=1" for 127.0.0.1 at 2014-08-20 08:23:35 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-08-20 08:23:35 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-20 08:23:35 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-20 08:23:35 -0400
Started GET "/assets/jquery-ui/core.js?body=1" for 127.0.0.1 at 2014-08-20 08:23:35 -0400
Started GET "/assets/jquery-ui/datepicker.js?body=1" for 127.0.0.1 at 2014-08-20 08:23:35 -0400
Started GET "/assets/ext_form.js?body=1" for 127.0.0.1 at 2014-08-20 08:23:35 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-20 08:23:35 -0400
Started GET "/assets/jquery.datetimepicker.js?body=1" for 127.0.0.1 at 2014-08-20 08:23:35 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-20 08:23:35 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-20 08:23:35 -0400
Started GET "/schedules/6/edit" for 127.0.0.1 at 2014-08-21 11:19:04 -0400
ActionController::RoutingError (No route matches [GET] "/schedules/6/edit"):
actionpack (4.1.5) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
actionpack (4.1.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.1.5) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.1.5) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.1.5) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.1.5) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.1.5) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.1.5) 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.5) 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.5) lib/action_dispatch/middleware/static.rb:64:in `call'
rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
railties (4.1.5) lib/rails/engine.rb:514:in `call'
railties (4.1.5) 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.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms)
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/routes/_table.html.erb (9.3ms)
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.5/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (21.4ms)
Started GET "/schedules/6/edit" for 127.0.0.1 at 2014-08-21 11:49:06 -0400
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"6"}
[1m[35mSchedule Load (0.1ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 6]]
Rendered schedules/_form.html.haml (463.5ms)
Rendered schedules/edit.html.haml within layouts/application (465.3ms)
Rendered application/_flash_messages.html.haml (1.2ms)
Completed 200 OK in 621ms (Views: 614.4ms | ActiveRecord: 0.6ms)
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-21 11:49:07 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-21 11:49:07 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-21 11:49:07 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-21 11:49:07 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-21 11:49:07 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-21 11:49:07 -0400
Started GET "/schedules/6/edit" for 127.0.0.1 at 2014-08-21 11:49:13 -0400
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"6"}
[1m[36mSchedule Load (0.2ms)[0m [1mSELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1[0m [["id", 6]]
Rendered schedules/_form.html.haml (5.4ms)
Rendered schedules/edit.html.haml within layouts/application (6.5ms)
Rendered application/_flash_messages.html.haml (0.2ms)
Completed 200 OK in 20ms (Views: 17.1ms | ActiveRecord: 0.2ms)
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-08-21 11:49:13 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-21 11:49:13 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-08-21 11:49:13 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-08-21 11:49:13 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-08-21 11:49:13 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-21 11:49:13 -0400
Started PATCH "/schedules/6" for 127.0.0.1 at 2014-08-21 11:49:32 -0400
Processing by SchedulesController#update as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"aR2t5Xx0ltOGU635OdtstQieqxfYFxXE9n/yXmjMvqg=", "schedule"=>{"breakfast"=>"02:01:00", "birthday"=>"2014-06-11", "appointment"=>"2014-08-23T01:01:00", "dinner"=>"023:00:00", "easter"=>"2014-04-11"}, "btn_index"=>"Save & Back to List", "id"=>"6"}
[1m[35mSchedule Load (0.2ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 6]]
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
[1m[35mSQL (0.5ms)[0m UPDATE "schedules" SET "appointment" = ?, "dinner" = ?, "updated_at" = ? WHERE "schedules"."id" = 6 [["appointment", "2014-08-23 05:01:00.000000"], ["dinner", "2000-01-01 23:00:00.000000"], ["updated_at", "2014-08-21 15:49:32.709507"]]
[1m[36m (23.5ms)[0m [1mcommit transaction[0m
Redirected to http://localhost:3002/schedules
Completed 302 Found in 36ms (ActiveRecord: 24.2ms)
Started GET "/schedules" for 127.0.0.1 at 2014-08-21 11:49:32 -0400
Processing by SchedulesController#index as HTML
Rendered application/_sort_form.html.haml (2.8ms)
Rendered application/_search_form.html.haml (3.0ms)
[1m[35mSchedule Load (0.3ms)[0m SELECT "schedules".* FROM "schedules" WHERE (1=2 or breakfast like '%%' or birthday like '%%' or appointment like '%%' or dinner like '%%' or easter like '%%') LIMIT 15 OFFSET 0
[1m[36mSchedule Load (0.2ms)[0m [1mSELECT "schedules".* FROM "schedules" WHERE (1=2 or breakfast like '%%' or birthday like '%%' or appointment like '%%' or dinner like '%%' or easter like '%%') LIMIT 1 OFFSET 0[0m
Rendered application/_pagination.html.haml (5.7ms)
Rendered schedules/index.html.haml within layouts/application (42.6ms)
Rendered application/_flash_messages.html.haml (0.1ms)
Completed 200 OK in 50ms (Views: 48.4ms | ActiveRecord: 0.5ms)
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-21 11:49:33 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-21 11:49:33 -0400
Started GET "/schedules/6/edit" for 127.0.0.1 at 2014-08-21 11:49:41 -0400
Processing by SchedulesController#edit as HTML
Parameters: {"id"=>"6"}
[1m[35mSchedule Load (0.2ms)[0m SELECT "schedules".* FROM "schedules" WHERE "schedules"."id" = ? LIMIT 1 [["id", 6]]
Rendered schedules/_form.html.haml (5.8ms)
Rendered schedules/edit.html.haml within layouts/application (6.6ms)
Rendered application/_flash_messages.html.haml (0.3ms)
Completed 200 OK in 16ms (Views: 14.5ms | ActiveRecord: 0.2ms)
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-08-21 11:49:41 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-21 11:49:41 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-08-21 11:50:29 -0400
[1m[36mPerson Load (0.3ms)[0m [1mSELECT "people".* FROM "people" ORDER BY "people"."id" ASC LIMIT 1[0m
[1m[36mPerson Load (1.2ms)[0m [1mSELECT "people".* FROM "people"[0m
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Migrating to CreateUnsearchables (20141013173403)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.6ms)[0m [1mCREATE TABLE "unsearchables" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "dt" date, "bool" boolean, "created_at" datetime, "updated_at" datetime) [0m
[1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20141013173403"]]
[1m[36m (21.9ms)[0m [1mcommit transaction[0m
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
[1m[36m (1.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[35m (1.2ms)[0m CREATE TABLE "dinosaurs" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "age" varchar(255), "good_dino" boolean, "created_at" datetime, "updated_at" datetime)
[1m[36m (1.1ms)[0m [1mCREATE TABLE "fellows" ("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.1ms)[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[36m (1.1ms)[0m [1mCREATE TABLE "schedules" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "breakfast" time, "birthday" date, "appointment" datetime, "dinner" time, "easter" date, "created_at" datetime, "updated_at" datetime) [0m
[1m[35m (1.2ms)[0m CREATE TABLE "unsearchables" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "dt" date, "bool" boolean, "created_at" datetime, "updated_at" datetime)
[1m[36m (1.1ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
[1m[35m (0.1ms)[0m select sqlite_version(*)
[1m[36m (1.0ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
[1m[36m (1.2ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20141013173403')[0m
[1m[35m (1.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20140711034542')
[1m[36m (1.3ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20140731014857')[0m
[1m[35m (1.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20140806202909')
[1m[36m (1.5ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20140811153902')[0m
Started GET "/people" for 127.0.0.1 at 2014-10-13 22:19:11 -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.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.1.6) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.1.6) 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.6) 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.6) lib/action_dispatch/middleware/static.rb:64:in `call'
rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
railties (4.1.6) lib/rails/engine.rb:514:in `call'
railties (4.1.6) 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.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms)
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.2ms)
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (16.1ms)
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (40.3ms)
Started GET "/credit_card_infos" for 127.0.0.1 at 2014-10-13 22:19:27 -0400
ActionController::RoutingError (uninitialized constant CreditCardInfosController):
activesupport (4.1.6) lib/active_support/inflector/methods.rb:238:in `const_get'
activesupport (4.1.6) lib/active_support/inflector/methods.rb:238:in `block in constantize'
activesupport (4.1.6) lib/active_support/inflector/methods.rb:236:in `each'
activesupport (4.1.6) lib/active_support/inflector/methods.rb:236:in `inject'
activesupport (4.1.6) lib/active_support/inflector/methods.rb:236:in `constantize'
actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:78:in `controller_reference'
actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:68:in `controller'
actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:46:in `call'
actionpack (4.1.6) lib/action_dispatch/journey/router.rb:73:in `block in call'
actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `each'
actionpack (4.1.6) lib/action_dispatch/journey/router.rb:59:in `call'
actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:678:in `call'
rack (1.5.2) lib/rack/etag.rb:23:in `call'
rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
rack (1.5.2) lib/rack/head.rb:11:in `call'
actionpack (4.1.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
actionpack (4.1.6) lib/action_dispatch/middleware/flash.rb:254:in `call'
rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
actionpack (4.1.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
activerecord (4.1.6) lib/active_record/query_cache.rb:36:in `call'
activerecord (4.1.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
activerecord (4.1.6) lib/active_record/migration.rb:380:in `call'
actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
activesupport (4.1.6) lib/active_support/callbacks.rb:82:in `run_callbacks'
actionpack (4.1.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
actionpack (4.1.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
actionpack (4.1.6) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
actionpack (4.1.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
actionpack (4.1.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
railties (4.1.6) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.1.6) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.1.6) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.1.6) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.1.6) lib/rails/rack/logger.rb:20:in `call'
actionpack (4.1.6) 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.6) 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.6) lib/action_dispatch/middleware/static.rb:64:in `call'
rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
railties (4.1.6) lib/rails/engine.rb:514:in `call'
railties (4.1.6) 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.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.9ms)
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.2ms)
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.3ms)
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (20.5ms)
Started GET "/credit_card_infos" for 127.0.0.1 at 2014-10-13 22:20:46 -0400
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by CreditCardInfosController#index as HTML
Rendered application/_sort_form.html.haml (1.8ms)
Rendered application/_search_form.html.haml (2.5ms)
[1m[35mCreditCardInfo Load (0.3ms)[0m SELECT "credit_card_infos".* FROM "credit_card_infos" WHERE (1=2 or cardholder like '%%' or secret_code like '%%') LIMIT 15 OFFSET 0
[1m[36mCreditCardInfo Load (0.2ms)[0m [1mSELECT "credit_card_infos".* FROM "credit_card_infos" WHERE (1=2 or cardholder like '%%' or secret_code like '%%') LIMIT 1 OFFSET 0[0m
Rendered application/_pagination.html.haml (454.4ms)
Rendered credit_card_infos/index.html.haml within layouts/application (479.0ms)
Completed 500 Internal Server Error in 497ms
ActionView::Template::Error (couldn't find file 'hot_date_rails'
(in /Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/assets/stylesheets/application.css:13)):
2:
3:
4: Dummy
5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
7: <%= csrf_meta_tags %>
8:
app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb__1275332757950285053_2215338280'
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms)
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (10.9ms)
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (23.9ms)
Started GET "/credit_card_infos" for 127.0.0.1 at 2014-10-13 22:23:39 -0400
[1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by CreditCardInfosController#index as HTML
Rendered application/_sort_form.html.haml (2.4ms)
Rendered application/_search_form.html.haml (2.5ms)
[1m[35mCreditCardInfo Load (0.3ms)[0m SELECT "credit_card_infos".* FROM "credit_card_infos" WHERE (1=2 or cardholder like '%%' or secret_code like '%%') LIMIT 15 OFFSET 0
[1m[36mCreditCardInfo Load (0.2ms)[0m [1mSELECT "credit_card_infos".* FROM "credit_card_infos" WHERE (1=2 or cardholder like '%%' or secret_code like '%%') LIMIT 1 OFFSET 0[0m
Rendered application/_pagination.html.haml (398.5ms)
Rendered credit_card_infos/index.html.haml within layouts/application (422.7ms)
Completed 500 Internal Server Error in 441ms
ActionView::Template::Error (couldn't find file 'hot_date_rails'
(in /Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/assets/stylesheets/application.css:15)):
2:
3:
4: Dummy
5: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
6: <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
7: <%= csrf_meta_tags %>
8:
app/views/layouts/application.html.erb:5:in `_app_views_layouts_application_html_erb___2907552649025354349_2216153760'
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms)
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (17.2ms)
Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (26.6ms)
Started GET "/credit_card_infos" for 127.0.0.1 at 2014-10-13 23:17:54 -0400
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Processing by CreditCardInfosController#index as HTML
Rendered application/_sort_form.html.haml (1.4ms)
Rendered application/_search_form.html.haml (1.5ms)
[1m[35mCreditCardInfo Load (0.3ms)[0m SELECT "credit_card_infos".* FROM "credit_card_infos" WHERE (1=2 or cardholder like '%%' or secret_code like '%%') LIMIT 15 OFFSET 0
[1m[36mCreditCardInfo Load (0.2ms)[0m [1mSELECT "credit_card_infos".* FROM "credit_card_infos" WHERE (1=2 or cardholder like '%%' or secret_code like '%%') LIMIT 1 OFFSET 0[0m
Rendered application/_pagination.html.haml (413.1ms)
Rendered credit_card_infos/index.html.haml within layouts/application (435.5ms)
Rendered application/_flash_messages.html.haml (1.5ms)
Completed 200 OK in 2307ms (Views: 2302.6ms | ActiveRecord: 1.0ms)
Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2014-10-13 23:17:57 -0400
Started GET "/assets/jquery-ui-timepicker-addon.css?body=1" for 127.0.0.1 at 2014-10-13 23:17:57 -0400
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-13 23:17:57 -0400
Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-10-13 23:17:57 -0400
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-13 23:17:57 -0400
Started GET "/assets/hot_date_rails.css?body=1" for 127.0.0.1 at 2014-10-13 23:17:57 -0400
Started GET "/assets/hot_date_rails/hot_date_rails.css?body=1" for 127.0.0.1 at 2014-10-13 23:17:57 -0400
Started GET "/assets/jquery-ui.min.js?body=1" for 127.0.0.1 at 2014-10-13 23:17:57 -0400
Started GET "/assets/jquery-ui-timepicker-addon.js?body=1" for 127.0.0.1 at 2014-10-13 23:17:57 -0400
Started GET "/assets/hot_date_rails/hot_date_rails.js?body=1" for 127.0.0.1 at 2014-10-13 23:17:57 -0400
Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-10-13 23:17:57 -0400
Started GET "/assets/hot_date_rails.js?body=1" for 127.0.0.1 at 2014-10-13 23:17:57 -0400
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-13 23:17:57 -0400
Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-10-13 23:17:57 -0400
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-13 23:17:57 -0400
Started GET "/credit_card_infos/1/edit" for 127.0.0.1 at 2014-10-13 23:18:05 -0400
Processing by CreditCardInfosController#edit as HTML
Parameters: {"id"=>"1"}
[1m[35mCreditCardInfo Load (0.3ms)[0m SELECT "credit_card_infos".* FROM "credit_card_infos" WHERE "credit_card_infos"."id" = ? LIMIT 1 [["id", 1]]
Rendered credit_card_infos/_form.html.haml (48.4ms)
Rendered credit_card_infos/edit.html.haml within layouts/application (50.4ms)
Rendered application/_flash_messages.html.haml (0.1ms)
Completed 200 OK in 156ms (Views: 153.6ms | ActiveRecord: 0.3ms)
Started GET "/assets/ui-bg_highlight-soft_100_eeeeee_1x100.png" for 127.0.0.1 at 2014-10-13 23:18:06 -0400
Started GET "/assets/ui-bg_gloss-wave_35_f6a828_500x100.png" for 127.0.0.1 at 2014-10-13 23:18:08 -0400
Started GET "/assets/ui-icons_ffffff_256x240.png" for 127.0.0.1 at 2014-10-13 23:18:08 -0400
Started GET "/assets/ui-bg_glass_65_ffffff_1x400.png" for 127.0.0.1 at 2014-10-13 23:18:08 -0400
Started GET "/assets/ui-bg_glass_100_f6f6f6_1x400.png" for 127.0.0.1 at 2014-10-13 23:18:08 -0400
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
Migrating to CreateSchedules (20141014223742)
[1m[35m (0.1ms)[0m begin transaction
[1m[36m (0.2ms)[0m [1mCREATE TABLE "schedules" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "birthday" date, "lunch" time, "epoch" datetime, "created_at" datetime, "updated_at" datetime) [0m
SQLite3::SQLException: table "schedules" already exists: CREATE TABLE "schedules" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "birthday" date, "lunch" time, "epoch" datetime, "created_at" datetime, "updated_at" datetime)
[1m[35m (0.1ms)[0m rollback transaction
[1m[36mSchedule Load (1.8ms)[0m [1mSELECT "schedules".* FROM "schedules"[0m
[1m[36mSchedule Load (0.3ms)[0m [1mSELECT "schedules".* FROM "schedules" ORDER BY "schedules"."id" ASC LIMIT 1[0m