test/dummy/log/development.log in controller_scaffolding-1.3.0 vs test/dummy/log/development.log in controller_scaffolding-1.4.0
- old
+ new
@@ -14743,5 +14743,1263 @@
[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
+
+
+Started GET "/people" for 127.0.0.1 at 2014-10-20 19:03:14 -0400
+ [1m[36mActiveRecord::SchemaMigration Load (22.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+Processing by PeopleController#index as HTML
+ Rendered people/index.html.erb within layouts/application (29.4ms)
+Completed 500 Internal Server Error in 54ms
+
+SyntaxError (/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:11: syntax error, unexpected '<', expecting ')'
+ </td>
+ ^
+/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:14: unknown regexp options - td
+/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:15: syntax error, unexpected '<'
+ </tr>
+ ^
+/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:16: unknown regexp options - tabl
+/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:17: syntax error, unexpected '<'
+ </td>
+ ^
+/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:18: unknown regexp options - tr
+/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:21: syntax error, unexpected '<'
+ <tr class="header-row" style="font-weight: bold;"></tr>
+ ^
+/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:21: syntax error, unexpected tIDENTIFIER, expecting ')'
+ <tr class="header-row" style="font-weight: bold;"></tr>
+ ^
+/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:21: syntax error, unexpected '<'
+ <tr class="header-row" style="font-weight: bold;"></tr>
+ ^
+/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:23: unknown regexp options - td
+/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:25: syntax error, unexpected '<'
+ <td>Last name</td>
+ ^
+/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:25: syntax error, unexpected tIDENTIFIER, expecting keyword_do or '{' or '('
+ <td>Last name</td>
+ ^
+/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:27: unknown regexp options - td
+/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:29: syntax error, unexpected '<'
+ <td>Title</td>
+ ^
+/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:31: unknown regexp options - td
+/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:33: syntax error, unexpected '<'
+ <td>Is manager</td>
+ ^
+/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:33: syntax error, unexpected tIDENTIFIER, expecting keyword_do or '{' or '('
+ <td>Is manager</td>
+ ^
+/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:36: unknown regexp options - td
+/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:39: syntax error, unexpected '<'
+ <td class="link_col"></td>
+ ^
+/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:39: syntax error, unexpected '<'
+ <td class="link_col"></td>
+ ^
+/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:41: unknown regexp options - thad
+/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:42: syntax error, unexpected '<'
+ <tbody class="items">
+ ^
+/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:44: syntax error, unexpected keyword_class, expecting keyword_do or '{' or '('
+@output_buffer.safe_append=' <tr class="item"></tr>
+ ^
+/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:44: syntax error, unexpected '<'
+@output_buffer.safe_append=' <tr class="item"></tr>
+ ^
+/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:46: unknown regexp options - td
+/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:48: syntax error, unexpected '<'
+ <td>'.freeze;@output_buffer.ap...
+ ^
+/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:50: unknown regexp options - td
+/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:52: syntax error, unexpected '<'
+ <td>'.freeze;@output_buffer.ap...
+ ^
+/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:54: unknown regexp options - td
+/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:56: syntax error, unexpected '<'
+ <td>'.freeze;@output_buffer.ap...
+ ^
+/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:59: unknown regexp options - td
+/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:62: syntax error, unexpected '<'
+ <td>'.freeze;@output_buffer.ap...
+ ^
+/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:65: unknown regexp options - tbdy
+/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:67: syntax error, unexpected '<'
+ <tr id="pagination-row">
+ ^
+/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:68: syntax error, unexpected '<'
+ <td colspan=\'8\' class= "pagination-container">
+ ^
+/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:68: syntax error, unexpected $undefined
+ <td colspan=\'8\' class= "pagination-container">
+ ^
+/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:79: syntax error, unexpected keyword_ensure, expecting ')'
+/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:81: syntax error, unexpected keyword_end, expecting ')'):
+ app/views/people/index.html.erb:11: syntax error, unexpected '<', expecting ')'
+ app/views/people/index.html.erb:14: unknown regexp options - td
+ app/views/people/index.html.erb:15: syntax error, unexpected '<'
+ app/views/people/index.html.erb:16: unknown regexp options - tabl
+ app/views/people/index.html.erb:17: syntax error, unexpected '<'
+ app/views/people/index.html.erb:18: unknown regexp options - tr
+ app/views/people/index.html.erb:21: syntax error, unexpected '<'
+ app/views/people/index.html.erb:21: syntax error, unexpected tIDENTIFIER, expecting ')'
+ app/views/people/index.html.erb:21: syntax error, unexpected '<'
+ app/views/people/index.html.erb:23: unknown regexp options - td
+ app/views/people/index.html.erb:25: syntax error, unexpected '<'
+ app/views/people/index.html.erb:25: syntax error, unexpected tIDENTIFIER, expecting keyword_do or '{' or '('
+ app/views/people/index.html.erb:27: unknown regexp options - td
+ app/views/people/index.html.erb:29: syntax error, unexpected '<'
+ app/views/people/index.html.erb:31: unknown regexp options - td
+ app/views/people/index.html.erb:33: syntax error, unexpected '<'
+ app/views/people/index.html.erb:33: syntax error, unexpected tIDENTIFIER, expecting keyword_do or '{' or '('
+ app/views/people/index.html.erb:36: unknown regexp options - td
+ app/views/people/index.html.erb:39: syntax error, unexpected '<'
+ app/views/people/index.html.erb:39: syntax error, unexpected '<'
+ app/views/people/index.html.erb:41: unknown regexp options - thad
+ app/views/people/index.html.erb:42: syntax error, unexpected '<'
+ app/views/people/index.html.erb:44: syntax error, unexpected keyword_class, expecting keyword_do or '{' or '('
+ app/views/people/index.html.erb:44: syntax error, unexpected '<'
+ app/views/people/index.html.erb:46: unknown regexp options - td
+ app/views/people/index.html.erb:48: syntax error, unexpected '<'
+ app/views/people/index.html.erb:50: unknown regexp options - td
+ app/views/people/index.html.erb:52: syntax error, unexpected '<'
+ app/views/people/index.html.erb:54: unknown regexp options - td
+ app/views/people/index.html.erb:56: syntax error, unexpected '<'
+ app/views/people/index.html.erb:59: unknown regexp options - td
+ app/views/people/index.html.erb:62: syntax error, unexpected '<'
+ app/views/people/index.html.erb:65: unknown regexp options - tbdy
+ app/views/people/index.html.erb:67: syntax error, unexpected '<'
+ app/views/people/index.html.erb:68: syntax error, unexpected '<'
+ app/views/people/index.html.erb:68: syntax error, unexpected $undefined
+ app/views/people/index.html.erb:79: syntax error, unexpected keyword_ensure, expecting ')'
+ app/views/people/index.html.erb:81: syntax error, unexpected keyword_end, expecting ')'
+
+
+ Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.8ms)
+ Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.7ms)
+ 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.6ms)
+ Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (34.8ms)
+
+
+Started GET "/people" for 127.0.0.1 at 2014-10-20 19:10:23 -0400
+ [1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+Processing by PeopleController#index as HTML
+ Rendered people/index.html.erb within layouts/application (1.4ms)
+Completed 500 Internal Server Error in 12ms
+
+SyntaxError (/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:11: syntax error, unexpected '<', expecting ')'
+ </td>
+ ^
+/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:14: unknown regexp options - td
+/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:15: syntax error, unexpected '<'
+ </tr>
+ ^
+/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:16: unknown regexp options - tabl
+/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:17: syntax error, unexpected '<'
+ </td>
+ ^
+/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:18: unknown regexp options - tr
+/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:21: syntax error, unexpected '<'
+ <tr class="header-row" style="font-weight: bold;"></tr>
+ ^
+/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:21: syntax error, unexpected tIDENTIFIER, expecting ')'
+ <tr class="header-row" style="font-weight: bold;"></tr>
+ ^
+/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:21: syntax error, unexpected '<'
+ <tr class="header-row" style="font-weight: bold;"></tr>
+ ^
+/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:23: unknown regexp options - td
+/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:25: syntax error, unexpected '<'
+ <td>Last name</td>
+ ^
+/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:25: syntax error, unexpected tIDENTIFIER, expecting keyword_do or '{' or '('
+ <td>Last name</td>
+ ^
+/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:27: unknown regexp options - td
+/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:29: syntax error, unexpected '<'
+ <td>Title</td>
+ ^
+/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:31: unknown regexp options - td
+/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:33: syntax error, unexpected '<'
+ <td>Is manager</td>
+ ^
+/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:33: syntax error, unexpected tIDENTIFIER, expecting keyword_do or '{' or '('
+ <td>Is manager</td>
+ ^
+/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:36: unknown regexp options - td
+/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:39: syntax error, unexpected '<'
+ <td class="link_col"></td>
+ ^
+/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:39: syntax error, unexpected '<'
+ <td class="link_col"></td>
+ ^
+/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:41: unknown regexp options - thad
+/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:42: syntax error, unexpected '<'
+ <tbody class="items">
+ ^
+/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:44: syntax error, unexpected keyword_class, expecting keyword_do or '{' or '('
+@output_buffer.safe_append=' <tr class="item"></tr>
+ ^
+/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:44: syntax error, unexpected '<'
+@output_buffer.safe_append=' <tr class="item"></tr>
+ ^
+/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:46: unknown regexp options - td
+/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:48: syntax error, unexpected '<'
+ <td>'.freeze;@output_buffer.ap...
+ ^
+/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:50: unknown regexp options - td
+/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:52: syntax error, unexpected '<'
+ <td>'.freeze;@output_buffer.ap...
+ ^
+/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:54: unknown regexp options - td
+/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:56: syntax error, unexpected '<'
+ <td>'.freeze;@output_buffer.ap...
+ ^
+/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:59: unknown regexp options - td
+/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:62: syntax error, unexpected '<'
+ <td>'.freeze;@output_buffer.ap...
+ ^
+/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:65: unknown regexp options - tbdy
+/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:67: syntax error, unexpected '<'
+ <tr id="pagination-row">
+ ^
+/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:68: syntax error, unexpected '<'
+ <td colspan=\'8\' class= "pagination-container">
+ ^
+/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:68: syntax error, unexpected $undefined
+ <td colspan=\'8\' class= "pagination-container">
+ ^
+/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:79: syntax error, unexpected keyword_ensure, expecting ')'
+/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:81: syntax error, unexpected keyword_end, expecting ')'):
+ app/views/people/index.html.erb:11: syntax error, unexpected '<', expecting ')'
+ app/views/people/index.html.erb:14: unknown regexp options - td
+ app/views/people/index.html.erb:15: syntax error, unexpected '<'
+ app/views/people/index.html.erb:16: unknown regexp options - tabl
+ app/views/people/index.html.erb:17: syntax error, unexpected '<'
+ app/views/people/index.html.erb:18: unknown regexp options - tr
+ app/views/people/index.html.erb:21: syntax error, unexpected '<'
+ app/views/people/index.html.erb:21: syntax error, unexpected tIDENTIFIER, expecting ')'
+ app/views/people/index.html.erb:21: syntax error, unexpected '<'
+ app/views/people/index.html.erb:23: unknown regexp options - td
+ app/views/people/index.html.erb:25: syntax error, unexpected '<'
+ app/views/people/index.html.erb:25: syntax error, unexpected tIDENTIFIER, expecting keyword_do or '{' or '('
+ app/views/people/index.html.erb:27: unknown regexp options - td
+ app/views/people/index.html.erb:29: syntax error, unexpected '<'
+ app/views/people/index.html.erb:31: unknown regexp options - td
+ app/views/people/index.html.erb:33: syntax error, unexpected '<'
+ app/views/people/index.html.erb:33: syntax error, unexpected tIDENTIFIER, expecting keyword_do or '{' or '('
+ app/views/people/index.html.erb:36: unknown regexp options - td
+ app/views/people/index.html.erb:39: syntax error, unexpected '<'
+ app/views/people/index.html.erb:39: syntax error, unexpected '<'
+ app/views/people/index.html.erb:41: unknown regexp options - thad
+ app/views/people/index.html.erb:42: syntax error, unexpected '<'
+ app/views/people/index.html.erb:44: syntax error, unexpected keyword_class, expecting keyword_do or '{' or '('
+ app/views/people/index.html.erb:44: syntax error, unexpected '<'
+ app/views/people/index.html.erb:46: unknown regexp options - td
+ app/views/people/index.html.erb:48: syntax error, unexpected '<'
+ app/views/people/index.html.erb:50: unknown regexp options - td
+ app/views/people/index.html.erb:52: syntax error, unexpected '<'
+ app/views/people/index.html.erb:54: unknown regexp options - td
+ app/views/people/index.html.erb:56: syntax error, unexpected '<'
+ app/views/people/index.html.erb:59: unknown regexp options - td
+ app/views/people/index.html.erb:62: syntax error, unexpected '<'
+ app/views/people/index.html.erb:65: unknown regexp options - tbdy
+ app/views/people/index.html.erb:67: syntax error, unexpected '<'
+ app/views/people/index.html.erb:68: syntax error, unexpected '<'
+ app/views/people/index.html.erb:68: syntax error, unexpected $undefined
+ app/views/people/index.html.erb:79: syntax error, unexpected keyword_ensure, expecting ')'
+ app/views/people/index.html.erb:81: syntax error, unexpected keyword_end, expecting ')'
+
+
+ Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.8ms)
+ Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms)
+ 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 (14.7ms)
+ Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (30.9ms)
+
+
+Started GET "/people" for 127.0.0.1 at 2014-10-20 19:12:04 -0400
+Processing by PeopleController#index as HTML
+ Rendered application/_sort_form.html.haml (2.1ms)
+ 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 '%%') 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 '%%')[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 '%%') LIMIT 1 OFFSET 0
+ Rendered application/_pagination.html.erb (527.0ms)
+ Rendered people/index.html.erb within layouts/application (592.0ms)
+ Rendered application/_flash_messages.html.erb (0.5ms)
+Completed 200 OK in 725ms (Views: 722.7ms | ActiveRecord: 0.7ms)
+
+
+Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-10-20 19:12:05 -0400
+
+
+Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-20 19:12:05 -0400
+
+
+Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-10-20 19:12:05 -0400
+
+
+Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-10-20 19:12:05 -0400
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-20 19:12:05 -0400
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-20 19:12:05 -0400
+
+
+Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-20 19:12:05 -0400
+
+
+Started GET "/people/4/edit" for 127.0.0.1 at 2014-10-20 19:12:11 -0400
+Processing by PeopleController#edit as HTML
+ Parameters: {"id"=>"4"}
+ [1m[36mPerson Load (0.2ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 4]]
+ Rendered people/_form.html.erb (86.3ms)
+ Rendered people/edit.html.erb within layouts/application (87.4ms)
+ Rendered application/_flash_messages.html.erb (0.1ms)
+Completed 200 OK in 162ms (Views: 160.7ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-20 19:12:12 -0400
+
+
+Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-10-20 19:12:12 -0400
+
+
+Started GET "/people" for 127.0.0.1 at 2014-10-20 20:34:46 -0400
+ [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+Processing by PeopleController#index as HTML
+ Rendered people/index.html.erb within layouts/application (1.3ms)
+Completed 500 Internal Server Error in 40ms
+
+SyntaxError (/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:11: syntax error, unexpected '<', expecting ')'
+ </td>
+ ^
+/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:14: unknown regexp options - td
+/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:15: syntax error, unexpected '<'
+ </tr>
+ ^
+/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:16: unknown regexp options - tabl
+/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:17: syntax error, unexpected '<'
+ </td>
+ ^
+/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:18: unknown regexp options - tr
+/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:21: syntax error, unexpected '<'
+ <tr class="header-row" style="font-weight: bold;">
+ ^
+/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:21: syntax error, unexpected tIDENTIFIER, expecting ')'
+ <tr class="header-row" style="font-weight: bold;">
+ ^
+/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:23: syntax error, unexpected '<'
+ <td>First name</td>
+ ^
+/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:23: syntax error, unexpected tIDENTIFIER, expecting keyword_do or '{' or '('
+ <td>First name</td>
+ ^
+/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:25: unknown regexp options - td
+/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:27: syntax error, unexpected '<'
+ <td>Email</td>
+ ^
+/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:29: unknown regexp options - td
+/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:31: syntax error, unexpected '<'
+ <td>Dob</td>
+ ^
+/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:33: unknown regexp options - td
+/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:36: syntax error, unexpected '<'
+ <td class="link_col"></td>
+ ^
+/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:36: syntax error, unexpected '<'
+ <td class="link_col"></td>
+ ^
+/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:39: unknown regexp options - td
+/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:41: syntax error, unexpected '<'
+ </tr>
+ ^
+/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:42: unknown regexp options - thad
+/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:43: syntax error, unexpected '<'
+ <tbody class="items">
+ ^
+/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:45: syntax error, unexpected keyword_class, expecting keyword_do or '{' or '('
+@output_buffer.safe_append=' <tr class="item">
+ ^
+/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:47: syntax error, unexpected '<'
+ <td>'.freeze;@output_buffer.ap...
+ ^
+/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:49: unknown regexp options - td
+/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:51: syntax error, unexpected '<'
+ <td>'.freeze;@output_buffer.ap...
+ ^
+/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:53: unknown regexp options - td
+/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:55: syntax error, unexpected '<'
+ <td>'.freeze;@output_buffer.ap...
+ ^
+/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:57: unknown regexp options - td
+/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:60: syntax error, unexpected '<'
+ <td>'.freeze;@output_buffer.ap...
+ ^
+/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:63: unknown regexp options - td
+/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:65: syntax error, unexpected '<'
+ </tr>
+ ^
+/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:67: unknown regexp options - tbdy
+/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:69: syntax error, unexpected '<'
+ <tr id="pagination-row">
+ ^
+/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:70: syntax error, unexpected '<'
+ <td colspan=\'8\' class= "pagination-container">
+ ^
+/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:70: syntax error, unexpected $undefined
+ <td colspan=\'8\' class= "pagination-container">
+ ^
+/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:81: syntax error, unexpected keyword_ensure, expecting ')'
+/Users/johnomalley/Rails_Projects/Rails_4.1/controller_scaffolding/test/dummy/app/views/people/index.html.erb:83: syntax error, unexpected keyword_end, expecting ')'):
+ app/views/people/index.html.erb:11: syntax error, unexpected '<', expecting ')'
+ app/views/people/index.html.erb:14: unknown regexp options - td
+ app/views/people/index.html.erb:15: syntax error, unexpected '<'
+ app/views/people/index.html.erb:16: unknown regexp options - tabl
+ app/views/people/index.html.erb:17: syntax error, unexpected '<'
+ app/views/people/index.html.erb:18: unknown regexp options - tr
+ app/views/people/index.html.erb:21: syntax error, unexpected '<'
+ app/views/people/index.html.erb:21: syntax error, unexpected tIDENTIFIER, expecting ')'
+ app/views/people/index.html.erb:23: syntax error, unexpected '<'
+ app/views/people/index.html.erb:23: syntax error, unexpected tIDENTIFIER, expecting keyword_do or '{' or '('
+ app/views/people/index.html.erb:25: unknown regexp options - td
+ app/views/people/index.html.erb:27: syntax error, unexpected '<'
+ app/views/people/index.html.erb:29: unknown regexp options - td
+ app/views/people/index.html.erb:31: syntax error, unexpected '<'
+ app/views/people/index.html.erb:33: unknown regexp options - td
+ app/views/people/index.html.erb:36: syntax error, unexpected '<'
+ app/views/people/index.html.erb:36: syntax error, unexpected '<'
+ app/views/people/index.html.erb:39: unknown regexp options - td
+ app/views/people/index.html.erb:41: syntax error, unexpected '<'
+ app/views/people/index.html.erb:42: unknown regexp options - thad
+ app/views/people/index.html.erb:43: syntax error, unexpected '<'
+ app/views/people/index.html.erb:45: syntax error, unexpected keyword_class, expecting keyword_do or '{' or '('
+ app/views/people/index.html.erb:47: syntax error, unexpected '<'
+ app/views/people/index.html.erb:49: unknown regexp options - td
+ app/views/people/index.html.erb:51: syntax error, unexpected '<'
+ app/views/people/index.html.erb:53: unknown regexp options - td
+ app/views/people/index.html.erb:55: syntax error, unexpected '<'
+ app/views/people/index.html.erb:57: unknown regexp options - td
+ app/views/people/index.html.erb:60: syntax error, unexpected '<'
+ app/views/people/index.html.erb:63: unknown regexp options - td
+ app/views/people/index.html.erb:65: syntax error, unexpected '<'
+ app/views/people/index.html.erb:67: unknown regexp options - tbdy
+ app/views/people/index.html.erb:69: syntax error, unexpected '<'
+ app/views/people/index.html.erb:70: syntax error, unexpected '<'
+ app/views/people/index.html.erb:70: syntax error, unexpected $undefined
+ app/views/people/index.html.erb:81: syntax error, unexpected keyword_ensure, expecting ')'
+ app/views/people/index.html.erb:83: syntax error, unexpected keyword_end, expecting ')'
+
+
+ Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.6ms)
+ 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.4ms)
+ Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (25.9ms)
+
+
+Started GET "/people" for 127.0.0.1 at 2014-10-20 20:36:18 -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.7ms)
+ Rendered application/_search_form.html.haml (2.0ms)
+ [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 '%%') 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 '%%')[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 '%%') LIMIT 1 OFFSET 0
+ Rendered application/_pagination.html.erb (412.4ms)
+ Rendered people/index.html.erb within layouts/application (438.3ms)
+ Rendered application/_flash_messages.html.erb (0.5ms)
+Completed 200 OK in 656ms (Views: 651.4ms | ActiveRecord: 1.1ms)
+
+
+Started GET "/assets/jquery-ui-timepicker-addon.css?body=1" for 127.0.0.1 at 2014-10-20 20:36:19 -0400
+
+
+Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-20 20:36:19 -0400
+
+
+Started GET "/assets/hot_date_rails.css?body=1" for 127.0.0.1 at 2014-10-20 20:36:19 -0400
+
+
+Started GET "/assets/hot_date_rails/hot_date_rails.css?body=1" for 127.0.0.1 at 2014-10-20 20:36:19 -0400
+
+
+Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-10-20 20:36:19 -0400
+
+
+Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2014-10-20 20:36:19 -0400
+
+
+Started GET "/assets/jquery-ui.min.js?body=1" for 127.0.0.1 at 2014-10-20 20:36:19 -0400
+
+
+Started GET "/assets/jquery-ui-timepicker-addon.js?body=1" for 127.0.0.1 at 2014-10-20 20:36:19 -0400
+
+
+Started GET "/assets/hot_date_rails.js?body=1" for 127.0.0.1 at 2014-10-20 20:36:19 -0400
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-20 20:36:19 -0400
+
+
+Started GET "/assets/hot_date_rails/hot_date_rails.js?body=1" for 127.0.0.1 at 2014-10-20 20:36:19 -0400
+
+
+Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-10-20 20:36:19 -0400
+
+
+Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-10-20 20:36:19 -0400
+
+
+Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-20 20:36:19 -0400
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-20 20:36:19 -0400
+
+
+Started GET "/people?sort_by=dob+desc" for 127.0.0.1 at 2014-10-20 20:36:33 -0400
+Processing by PeopleController#index as HTML
+ Parameters: {"sort_by"=>"dob desc"}
+ Rendered application/_sort_form.html.haml (1.2ms)
+ Rendered application/_search_form.html.haml (0.5ms)
+ [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 '%%') ORDER BY "people"."dob" DESC 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 '%%')
+ [1m[36mPerson Load (0.7ms)[0m [1mSELECT "people".* FROM "people" WHERE (1=2 or first_name like '%%' or last_name like '%%' or email like '%%' or title like '%%') ORDER BY "people"."dob" DESC LIMIT 1 OFFSET 0[0m
+ Rendered application/_pagination.html.erb (5.7ms)
+ Rendered people/index.html.erb within layouts/application (25.9ms)
+ Rendered application/_flash_messages.html.erb (0.1ms)
+Completed 200 OK in 131ms (Views: 128.5ms | ActiveRecord: 1.5ms)
+
+
+Started GET "/assets/hot_date_rails/hot_date_rails.css?body=1" for 127.0.0.1 at 2014-10-20 20:36:33 -0400
+
+
+Started GET "/assets/jquery-ui-timepicker-addon.css?body=1" for 127.0.0.1 at 2014-10-20 20:36:33 -0400
+
+
+Started GET "/assets/jquery-ui.min.js?body=1" for 127.0.0.1 at 2014-10-20 20:36:33 -0400
+
+
+Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-10-20 20:36:33 -0400
+
+
+Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-20 20:36:33 -0400
+
+
+Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2014-10-20 20:36:33 -0400
+
+
+Started GET "/assets/jquery-ui-timepicker-addon.js?body=1" for 127.0.0.1 at 2014-10-20 20:36:33 -0400
+
+
+Started GET "/assets/hot_date_rails.css?body=1" for 127.0.0.1 at 2014-10-20 20:36:33 -0400
+
+
+Started GET "/assets/hot_date_rails.js?body=1" for 127.0.0.1 at 2014-10-20 20:36:33 -0400
+
+
+Started GET "/assets/hot_date_rails/hot_date_rails.js?body=1" for 127.0.0.1 at 2014-10-20 20:36:33 -0400
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-20 20:36:33 -0400
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-20 20:36:33 -0400
+
+
+Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-10-20 20:36:33 -0400
+
+
+Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-10-20 20:36:33 -0400
+
+
+Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-20 20:36:33 -0400
+
+
+Started GET "/people?sort_by=dob+desc&search_for=lou" for 127.0.0.1 at 2014-10-20 20:36:52 -0400
+Processing by PeopleController#index as HTML
+ Parameters: {"sort_by"=>"dob desc", "search_for"=>"lou"}
+ 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 '%lou%' or last_name like '%lou%' or email like '%lou%' or title like '%lou%') ORDER BY "people"."dob" DESC LIMIT 15 OFFSET 0
+ [1m[36mPerson Load (0.3ms)[0m [1mSELECT "people".* FROM "people" WHERE (1=2 or first_name like '%lou%' or last_name like '%lou%' or email like '%lou%' or title like '%lou%') ORDER BY "people"."dob" DESC LIMIT 1 OFFSET 0[0m
+ Rendered application/_pagination.html.erb (1.9ms)
+ Rendered people/index.html.erb within layouts/application (9.6ms)
+ Rendered application/_flash_messages.html.erb (0.1ms)
+Completed 200 OK in 122ms (Views: 120.0ms | ActiveRecord: 0.7ms)
+
+
+Started GET "/assets/jquery-ui-timepicker-addon.css?body=1" for 127.0.0.1 at 2014-10-20 20:36:52 -0400
+
+
+Started GET "/assets/hot_date_rails.css?body=1" for 127.0.0.1 at 2014-10-20 20:36:52 -0400
+
+
+Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-20 20:36:52 -0400
+
+
+Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2014-10-20 20:36:52 -0400
+
+
+Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-10-20 20:36:52 -0400
+
+
+Started GET "/assets/hot_date_rails/hot_date_rails.css?body=1" for 127.0.0.1 at 2014-10-20 20:36:52 -0400
+
+
+Started GET "/assets/jquery-ui.min.js?body=1" for 127.0.0.1 at 2014-10-20 20:36:52 -0400
+
+
+Started GET "/assets/jquery-ui-timepicker-addon.js?body=1" for 127.0.0.1 at 2014-10-20 20:36:52 -0400
+
+
+Started GET "/assets/hot_date_rails/hot_date_rails.js?body=1" for 127.0.0.1 at 2014-10-20 20:36:52 -0400
+
+
+Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-10-20 20:36:52 -0400
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-20 20:36:52 -0400
+
+
+Started GET "/assets/hot_date_rails.js?body=1" for 127.0.0.1 at 2014-10-20 20:36:52 -0400
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-20 20:36:52 -0400
+
+
+Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-10-20 20:36:52 -0400
+
+
+Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-20 20:36:52 -0400
+
+
+Started GET "/people?sort_by=dob+desc&search_for=" for 127.0.0.1 at 2014-10-20 20:37:03 -0400
+Processing by PeopleController#index as HTML
+ Parameters: {"sort_by"=>"dob desc", "search_for"=>""}
+ Rendered application/_sort_form.html.haml (0.8ms)
+ 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 '%%') ORDER BY "people"."dob" DESC 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 '%%')[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 '%%') ORDER BY "people"."dob" DESC LIMIT 1 OFFSET 0
+ Rendered application/_pagination.html.erb (3.5ms)
+ Rendered people/index.html.erb within layouts/application (16.9ms)
+ Rendered application/_flash_messages.html.erb (0.1ms)
+Completed 200 OK in 115ms (Views: 112.5ms | ActiveRecord: 1.0ms)
+
+
+Started GET "/assets/jquery-ui-timepicker-addon.css?body=1" for 127.0.0.1 at 2014-10-20 20:37:04 -0400
+
+
+Started GET "/assets/hot_date_rails/hot_date_rails.css?body=1" for 127.0.0.1 at 2014-10-20 20:37:04 -0400
+
+
+Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-10-20 20:37:04 -0400
+
+
+Started GET "/assets/hot_date_rails.css?body=1" for 127.0.0.1 at 2014-10-20 20:37:04 -0400
+
+
+Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2014-10-20 20:37:04 -0400
+
+
+Started GET "/assets/jquery-ui.min.js?body=1" for 127.0.0.1 at 2014-10-20 20:37:04 -0400
+
+
+Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-20 20:37:04 -0400
+
+
+Started GET "/assets/jquery-ui-timepicker-addon.js?body=1" for 127.0.0.1 at 2014-10-20 20:37:04 -0400
+
+
+Started GET "/assets/hot_date_rails/hot_date_rails.js?body=1" for 127.0.0.1 at 2014-10-20 20:37:04 -0400
+
+
+Started GET "/assets/hot_date_rails.js?body=1" for 127.0.0.1 at 2014-10-20 20:37:04 -0400
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-20 20:37:04 -0400
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-20 20:37:04 -0400
+
+
+Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-10-20 20:37:04 -0400
+
+
+Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-10-20 20:37:04 -0400
+
+
+Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-20 20:37:04 -0400
+
+
+Started GET "/people/65/edit" for 127.0.0.1 at 2014-10-20 20:37:08 -0400
+Processing by PeopleController#edit as HTML
+ Parameters: {"id"=>"65"}
+ [1m[36mPerson Load (0.3ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 65]]
+ Rendered people/_form.html.erb (47.8ms)
+ Rendered people/edit.html.erb within layouts/application (49.3ms)
+ Rendered application/_flash_messages.html.erb (0.1ms)
+Completed 200 OK in 151ms (Views: 148.9ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2014-10-20 20:37:08 -0400
+
+
+Started GET "/assets/hot_date_rails.css?body=1" for 127.0.0.1 at 2014-10-20 20:37:08 -0400
+
+
+Started GET "/assets/jquery-ui-timepicker-addon.css?body=1" for 127.0.0.1 at 2014-10-20 20:37:08 -0400
+
+
+Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-10-20 20:37:08 -0400
+
+
+Started GET "/assets/hot_date_rails/hot_date_rails.css?body=1" for 127.0.0.1 at 2014-10-20 20:37:08 -0400
+
+
+Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-20 20:37:08 -0400
+
+
+Started GET "/assets/jquery-ui.min.js?body=1" for 127.0.0.1 at 2014-10-20 20:37:08 -0400
+
+
+Started GET "/assets/jquery-ui-timepicker-addon.js?body=1" for 127.0.0.1 at 2014-10-20 20:37:08 -0400
+
+
+Started GET "/assets/hot_date_rails.js?body=1" for 127.0.0.1 at 2014-10-20 20:37:08 -0400
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-20 20:37:08 -0400
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-20 20:37:08 -0400
+
+
+Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-10-20 20:37:08 -0400
+
+
+Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-10-20 20:37:08 -0400
+
+
+Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-20 20:37:08 -0400
+
+
+Started GET "/assets/hot_date_rails/hot_date_rails.js?body=1" for 127.0.0.1 at 2014-10-20 20:37:08 -0400
+
+
+Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2014-10-20 20:39:05 -0400
+
+
+Started GET "/assets/hot_date_rails.css?body=1" for 127.0.0.1 at 2014-10-20 20:39:05 -0400
+
+
+Started GET "/assets/jquery-ui-timepicker-addon.css?body=1" for 127.0.0.1 at 2014-10-20 20:39:05 -0400
+
+
+Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-10-20 20:39:05 -0400
+
+
+Started GET "/assets/hot_date_rails/hot_date_rails.css?body=1" for 127.0.0.1 at 2014-10-20 20:39:05 -0400
+
+
+Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-20 20:39:05 -0400
+
+
+Started PATCH "/people/65" for 127.0.0.1 at 2014-10-20 20:39:54 -0400
+Processing by PeopleController#update as HTML
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"+IJvj9ktBJ4CSwsoZY5tnXpufRWxKW/mrr9ssssLSts=", "person"=>{"first_name"=>"Mathilde", "last_name"=>"O'Connell", "email"=>"vivien_bernier@stoltenbergwyman.net", "title"=>"Sales Rep", "dob"=>"2014-04-08 07:04:00.000000", "is_manager"=>"0"}, "dob"=>"04/08/2014 07:04", "btn_index"=>"Save & Back to List", "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 commit transaction
+Redirected to http://localhost:3000/people
+Completed 302 Found in 3ms (ActiveRecord: 0.2ms)
+
+
+Started GET "/people" for 127.0.0.1 at 2014-10-20 20:39:54 -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 '%%') 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 '%%')
+ [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 '%%') LIMIT 1 OFFSET 0[0m
+ Rendered application/_pagination.html.erb (3.1ms)
+ Rendered people/index.html.erb within layouts/application (13.5ms)
+ Rendered application/_flash_messages.html.erb (0.1ms)
+Completed 200 OK in 107ms (Views: 105.6ms | ActiveRecord: 0.6ms)
+
+
+Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2014-10-20 20:39:54 -0400
+
+
+Started GET "/assets/hot_date_rails/hot_date_rails.css?body=1" for 127.0.0.1 at 2014-10-20 20:39:54 -0400
+
+
+Started GET "/assets/jquery-ui-timepicker-addon.css?body=1" for 127.0.0.1 at 2014-10-20 20:39:54 -0400
+
+
+Started GET "/assets/jquery-ui.min.js?body=1" for 127.0.0.1 at 2014-10-20 20:39:54 -0400
+
+
+Started GET "/assets/jquery-ui-timepicker-addon.js?body=1" for 127.0.0.1 at 2014-10-20 20:39:54 -0400
+
+
+Started GET "/assets/hot_date_rails.css?body=1" for 127.0.0.1 at 2014-10-20 20:39:54 -0400
+
+
+Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-10-20 20:39:54 -0400
+
+
+Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-20 20:39:54 -0400
+
+
+Started GET "/assets/hot_date_rails/hot_date_rails.js?body=1" for 127.0.0.1 at 2014-10-20 20:39:54 -0400
+
+
+Started GET "/assets/hot_date_rails.js?body=1" for 127.0.0.1 at 2014-10-20 20:39:54 -0400
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-20 20:39:54 -0400
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-20 20:39:54 -0400
+
+
+Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-10-20 20:39:54 -0400
+
+
+Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-10-20 20:39:54 -0400
+
+
+Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-20 20:39:54 -0400
+
+
+Started DELETE "/people/1" for 127.0.0.1 at 2014-10-20 20:40:02 -0400
+Processing by PeopleController#destroy as HTML
+ Parameters: {"authenticity_token"=>"+IJvj9ktBJ4CSwsoZY5tnXpufRWxKW/mrr9ssssLSts=", "id"=>"1"}
+ [1m[35mPerson Load (0.2ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.6ms)[0m DELETE FROM "people" WHERE "people"."id" = ? [["id", 1]]
+ [1m[36m (1.3ms)[0m [1mcommit transaction[0m
+Redirected to http://localhost:3000/people
+Completed 302 Found in 45ms (ActiveRecord: 2.1ms)
+
+
+Started GET "/people" for 127.0.0.1 at 2014-10-20 20:40:02 -0400
+Processing by PeopleController#index as HTML
+ 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 '%%') 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 '%%')[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 '%%') LIMIT 1 OFFSET 0
+ Rendered application/_pagination.html.erb (5.8ms)
+ Rendered people/index.html.erb within layouts/application (23.7ms)
+ Rendered application/_flash_messages.html.erb (0.1ms)
+Completed 200 OK in 138ms (Views: 135.9ms | ActiveRecord: 0.8ms)
+
+
+Started GET "/assets/hot_date_rails/hot_date_rails.css?body=1" for 127.0.0.1 at 2014-10-20 20:40:02 -0400
+
+
+Started GET "/assets/jquery-ui-timepicker-addon.css?body=1" for 127.0.0.1 at 2014-10-20 20:40:02 -0400
+
+
+Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-10-20 20:40:02 -0400
+
+
+Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-20 20:40:02 -0400
+
+
+Started GET "/assets/jquery-ui.min.js?body=1" for 127.0.0.1 at 2014-10-20 20:40:02 -0400
+
+
+Started GET "/assets/jquery-ui-timepicker-addon.js?body=1" for 127.0.0.1 at 2014-10-20 20:40:02 -0400
+
+
+Started GET "/assets/hot_date_rails.css?body=1" for 127.0.0.1 at 2014-10-20 20:40:02 -0400
+
+
+Started GET "/assets/hot_date_rails.js?body=1" for 127.0.0.1 at 2014-10-20 20:40:02 -0400
+
+
+Started GET "/assets/hot_date_rails/hot_date_rails.js?body=1" for 127.0.0.1 at 2014-10-20 20:40:02 -0400
+
+
+Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2014-10-20 20:40:02 -0400
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-20 20:40:02 -0400
+
+
+Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-10-20 20:40:02 -0400
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-20 20:40:02 -0400
+
+
+Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-10-20 20:40:02 -0400
+
+
+Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-20 20:40:02 -0400
+
+
+Started GET "/people/2/edit" for 127.0.0.1 at 2014-10-20 20:41:22 -0400
+Processing by PeopleController#edit as HTML
+ Parameters: {"id"=>"2"}
+ [1m[36mPerson Load (0.2ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ Rendered people/_form.html.erb (3.6ms)
+ Rendered people/edit.html.erb within layouts/application (4.4ms)
+ Rendered application/_flash_messages.html.erb (0.1ms)
+Completed 200 OK in 106ms (Views: 104.6ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/assets/jquery-ui-timepicker-addon.css?body=1" for 127.0.0.1 at 2014-10-20 20:41:22 -0400
+
+
+Started GET "/assets/hot_date_rails.css?body=1" for 127.0.0.1 at 2014-10-20 20:41:22 -0400
+
+
+Started GET "/assets/controller_scaffolding.css?body=1" for 127.0.0.1 at 2014-10-20 20:41:22 -0400
+
+
+Started GET "/assets/hot_date_rails/hot_date_rails.css?body=1" for 127.0.0.1 at 2014-10-20 20:41:22 -0400
+
+
+Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-10-20 20:41:22 -0400
+
+
+Started GET "/assets/jquery-ui-timepicker-addon.js?body=1" for 127.0.0.1 at 2014-10-20 20:41:22 -0400
+
+
+Started GET "/assets/jquery-ui.min.js?body=1" for 127.0.0.1 at 2014-10-20 20:41:22 -0400
+
+
+Started GET "/assets/jquery-ui.css?body=1" for 127.0.0.1 at 2014-10-20 20:41:22 -0400
+
+
+Started GET "/assets/hot_date_rails/hot_date_rails.js?body=1" for 127.0.0.1 at 2014-10-20 20:41:22 -0400
+
+
+Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-10-20 20:41:22 -0400
+
+
+Started GET "/assets/hot_date_rails.js?body=1" for 127.0.0.1 at 2014-10-20 20:41:22 -0400
+
+
+Started GET "/assets/ext_index_nav.js?body=1" for 127.0.0.1 at 2014-10-20 20:41:22 -0400
+
+
+Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-10-20 20:41:22 -0400
+
+
+Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-10-20 20:41:22 -0400
+
+
+Started GET "/assets/sql_search_n_sort.js?body=1" for 127.0.0.1 at 2014-10-20 20:41:22 -0400
+
+
+Started GET "/people/2/edit" for 127.0.0.1 at 2014-10-20 21:00:55 -0400
+ [1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+Processing by PeopleController#edit as HTML
+ Parameters: {"id"=>"2"}
+ [1m[35mPerson Load (0.2ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ Rendered people/_form.html.erb (472.3ms)
+ Rendered people/edit.html.erb within layouts/application (477.4ms)
+ Rendered application/_flash_messages.html.erb (0.5ms)
+Completed 200 OK in 522ms (Views: 511.4ms | ActiveRecord: 0.5ms)
+
+
+Started GET "/assets/application.js" for 127.0.0.1 at 2014-10-20 21:00:56 -0400
+
+
+Started GET "/assets/application.css" for 127.0.0.1 at 2014-10-20 21:00:56 -0400
+
+
+Started GET "/people/2/edit" for 127.0.0.1 at 2014-10-20 21:01:10 -0400
+Processing by PeopleController#edit as HTML
+ Parameters: {"id"=>"2"}
+ [1m[36mPerson Load (0.2ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ Rendered people/_form.html.erb (3.7ms)
+ Rendered people/edit.html.erb within layouts/application (4.4ms)
+ Rendered application/_flash_messages.html.erb (0.1ms)
+Completed 200 OK in 10ms (Views: 9.1ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/assets/application.css" for 127.0.0.1 at 2014-10-20 21:01:10 -0400
+
+
+Started GET "/assets/application.js" for 127.0.0.1 at 2014-10-20 21:01:10 -0400
+
+
+Started GET "/people/2/edit" for 127.0.0.1 at 2014-10-20 21:02:24 -0400
+ [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+Processing by PeopleController#edit as HTML
+ Parameters: {"id"=>"2"}
+ [1m[35mPerson Load (0.2ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ Rendered people/_form.html.erb (414.3ms)
+ Rendered people/edit.html.erb within layouts/application (418.9ms)
+ Rendered application/_flash_messages.html.erb (0.8ms)
+Completed 200 OK in 470ms (Views: 461.9ms | ActiveRecord: 0.5ms)
+
+
+Started GET "/assets/application.css" for 127.0.0.1 at 2014-10-20 21:02:25 -0400
+
+
+Started GET "/assets/application.js" for 127.0.0.1 at 2014-10-20 21:02:25 -0400
+
+
+Started GET "/assets/ui-bg_highlight-soft_100_eeeeee_1x100.png" for 127.0.0.1 at 2014-10-20 21:02:25 -0400
+
+
+Started GET "/assets/ui-bg_gloss-wave_35_f6a828_500x100.png" for 127.0.0.1 at 2014-10-20 21:02:30 -0400
+
+
+Started GET "/assets/ui-icons_ffffff_256x240.png" for 127.0.0.1 at 2014-10-20 21:02:30 -0400
+
+
+Started GET "/assets/ui-bg_glass_100_f6f6f6_1x400.png" for 127.0.0.1 at 2014-10-20 21:02:30 -0400
+
+
+Started GET "/assets/ui-bg_glass_65_ffffff_1x400.png" for 127.0.0.1 at 2014-10-20 21:02:30 -0400
+
+
+Started GET "/people/2/edit" for 127.0.0.1 at 2014-10-20 21:04:33 -0400
+ [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+Processing by PeopleController#edit as HTML
+ Parameters: {"id"=>"2"}
+ [1m[35mPerson Load (0.2ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ Rendered people/_form.html.erb (408.6ms)
+ Rendered people/edit.html.erb within layouts/application (412.5ms)
+ Rendered application/_flash_messages.html.erb (0.5ms)
+Completed 200 OK in 478ms (Views: 468.8ms | ActiveRecord: 0.5ms)
+
+
+Started GET "/assets/application.css" for 127.0.0.1 at 2014-10-20 21:04:34 -0400
+
+
+Started GET "/assets/application.js" for 127.0.0.1 at 2014-10-20 21:04:34 -0400
+
+
+Started GET "/assets/ui-bg_glass_100_fdf5ce_1x400.png" for 127.0.0.1 at 2014-10-20 21:04:42 -0400
+
+
+Started GET "/people/2/edit" for 127.0.0.1 at 2014-10-20 21:06:46 -0400
+ [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+Processing by PeopleController#edit as HTML
+ Parameters: {"id"=>"2"}
+ [1m[35mPerson Load (0.2ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ Rendered people/_form.html.erb (409.8ms)
+ Rendered people/edit.html.erb within layouts/application (414.3ms)
+ Rendered application/_flash_messages.html.erb (0.5ms)
+Completed 200 OK in 454ms (Views: 444.9ms | ActiveRecord: 0.6ms)
+
+
+Started GET "/assets/application.css" for 127.0.0.1 at 2014-10-20 21:06:47 -0400
+
+
+Started GET "/assets/application.js" for 127.0.0.1 at 2014-10-20 21:06:47 -0400
+
+
+Started GET "/an_action" for 127.0.0.1 at 2014-10-20 21:23:13 -0400
+
+ActionController::RoutingError (No route matches [GET] "/an_action"):
+ 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.3ms)
+ Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (35.4ms)
+ 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 (58.2ms)
+
+
+Started GET "/an_action" for 127.0.0.1 at 2014-10-20 21:39:20 -0400
+ [1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+
+ActionController::RoutingError (No route matches [GET] "/an_action"):
+ 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.3ms)
+ Rendered /Users/johnomalley/.rvm/gems/ruby-2.1.1/gems/actionpack-4.1.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (3.0ms)
+ 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 (28.7ms)
+
+
+Started GET "/people/an_action" for 127.0.0.1 at 2014-10-20 21:39:35 -0400
+
+AbstractController::ActionNotFound (The action 'show' could not be found for PeopleController):
+ actionpack (4.1.6) lib/abstract_controller/base.rb:131:in `process'
+ actionview (4.1.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action'
+ actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call'
+ actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch'
+ actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50: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/unknown_action.html.erb within rescues/layout (0.5ms)
+
+
+Started GET "/people/an_action" for 127.0.0.1 at 2014-10-20 21:40:35 -0400
+ [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+
+AbstractController::ActionNotFound (The action 'show' could not be found for PeopleController):
+ actionpack (4.1.6) lib/abstract_controller/base.rb:131:in `process'
+ actionview (4.1.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.1.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.1.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.1.6) lib/action_controller/metal.rb:232:in `block in action'
+ actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `call'
+ actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:82:in `dispatch'
+ actionpack (4.1.6) lib/action_dispatch/routing/route_set.rb:50: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/unknown_action.html.erb within rescues/layout (2.1ms)
+
+
+Started GET "/people/an_action" for 127.0.0.1 at 2014-10-20 21:41:41 -0400
+ [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+Processing by PeopleController#an_action as HTML
+ Rendered people/an_action.html.erb within layouts/application (1.2ms)
+ Rendered application/_flash_messages.html.erb (0.9ms)
+Completed 200 OK in 50ms (Views: 49.5ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/application.css" for 127.0.0.1 at 2014-10-20 21:41:42 -0400
+
+
+Started GET "/assets/application.js" for 127.0.0.1 at 2014-10-20 21:41:42 -0400