diff --git a/.DS_Store b/.DS_Store
new file mode 100644
index 000000000..5008ddfcf
Binary files /dev/null and b/.DS_Store differ
diff --git a/Gemfile b/Gemfile
new file mode 100644
index 000000000..6abf8efbf
--- /dev/null
+++ b/Gemfile
@@ -0,0 +1,56 @@
+source 'https://rubygems.org'
+
+
+# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
+gem 'rails', '4.2.6'
+# Use sqlite3 as the database for Active Record
+# gem 'sqlite3'
+# Use SCSS for stylesheets
+gem 'sass-rails', '~> 5.0'
+# Use Uglifier as compressor for JavaScript assets
+gem 'uglifier', '>= 1.3.0'
+# Use CoffeeScript for .coffee assets and views
+gem 'coffee-rails', '~> 4.1.0'
+# See https://github.com/rails/execjs#readme for more supported runtimes
+# gem 'therubyracer', platforms: :ruby
+
+# Use jquery as the JavaScript library
+gem 'jquery-rails'
+# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks
+gem 'turbolinks'
+# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
+gem 'jbuilder', '~> 2.0'
+# bundle exec rake doc:rails generates the API under doc/api.
+gem 'sdoc', '~> 0.4.0', group: :doc
+
+gem 'chronic', '~>0.10.2'
+# Use ActiveModel has_secure_password
+# gem 'bcrypt', '~> 3.1.7'
+
+# Use Unicorn as the app server
+# gem 'unicorn'
+
+# Use Capistrano for deployment
+# gem 'capistrano-rails', group: :development
+
+group :development, :test do
+ # Call 'byebug' anywhere in the code to stop execution and get a debugger console
+ gem 'byebug'
+ gem 'sqlite3'
+end
+
+group :development do
+ # Access an IRB console on exception pages or by using <%= console %> in views
+ gem 'web-console', '~> 2.0'
+
+ # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
+ gem 'spring'
+
+ gem "better_errors"
+ gem "binding_of_caller"
+end
+
+group :production do
+ gem 'pg'
+ gem 'rails_12factor'
+end
diff --git a/Gemfile.lock b/Gemfile.lock
new file mode 100644
index 000000000..39cab0e86
--- /dev/null
+++ b/Gemfile.lock
@@ -0,0 +1,177 @@
+GEM
+ remote: https://rubygems.org/
+ specs:
+ actionmailer (4.2.6)
+ actionpack (= 4.2.6)
+ actionview (= 4.2.6)
+ activejob (= 4.2.6)
+ mail (~> 2.5, >= 2.5.4)
+ rails-dom-testing (~> 1.0, >= 1.0.5)
+ actionpack (4.2.6)
+ actionview (= 4.2.6)
+ activesupport (= 4.2.6)
+ rack (~> 1.6)
+ rack-test (~> 0.6.2)
+ rails-dom-testing (~> 1.0, >= 1.0.5)
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
+ actionview (4.2.6)
+ activesupport (= 4.2.6)
+ builder (~> 3.1)
+ erubis (~> 2.7.0)
+ rails-dom-testing (~> 1.0, >= 1.0.5)
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
+ activejob (4.2.6)
+ activesupport (= 4.2.6)
+ globalid (>= 0.3.0)
+ activemodel (4.2.6)
+ activesupport (= 4.2.6)
+ builder (~> 3.1)
+ activerecord (4.2.6)
+ activemodel (= 4.2.6)
+ activesupport (= 4.2.6)
+ arel (~> 6.0)
+ activesupport (4.2.6)
+ i18n (~> 0.7)
+ json (~> 1.7, >= 1.7.7)
+ minitest (~> 5.1)
+ thread_safe (~> 0.3, >= 0.3.4)
+ tzinfo (~> 1.1)
+ arel (6.0.3)
+ better_errors (2.1.1)
+ coderay (>= 1.0.0)
+ erubis (>= 2.6.6)
+ rack (>= 0.9.0)
+ binding_of_caller (0.7.2)
+ debug_inspector (>= 0.0.1)
+ builder (3.2.2)
+ byebug (8.2.4)
+ chronic (0.10.2)
+ coderay (1.1.1)
+ coffee-rails (4.1.1)
+ coffee-script (>= 2.2.0)
+ railties (>= 4.0.0, < 5.1.x)
+ coffee-script (2.4.1)
+ coffee-script-source
+ execjs
+ coffee-script-source (1.10.0)
+ concurrent-ruby (1.0.1)
+ debug_inspector (0.0.2)
+ erubis (2.7.0)
+ execjs (2.6.0)
+ globalid (0.3.6)
+ activesupport (>= 4.1.0)
+ i18n (0.7.0)
+ jbuilder (2.4.1)
+ activesupport (>= 3.0.0, < 5.1)
+ multi_json (~> 1.2)
+ jquery-rails (4.1.1)
+ rails-dom-testing (>= 1, < 3)
+ railties (>= 4.2.0)
+ thor (>= 0.14, < 2.0)
+ json (1.8.3)
+ loofah (2.0.3)
+ nokogiri (>= 1.5.9)
+ mail (2.6.4)
+ mime-types (>= 1.16, < 4)
+ mime-types (3.0)
+ mime-types-data (~> 3.2015)
+ mime-types-data (3.2016.0221)
+ mini_portile2 (2.0.0)
+ minitest (5.8.4)
+ multi_json (1.11.2)
+ nokogiri (1.6.7.2)
+ mini_portile2 (~> 2.0.0.rc2)
+ pg (0.18.4)
+ rack (1.6.4)
+ rack-test (0.6.3)
+ rack (>= 1.0)
+ rails (4.2.6)
+ actionmailer (= 4.2.6)
+ actionpack (= 4.2.6)
+ actionview (= 4.2.6)
+ activejob (= 4.2.6)
+ activemodel (= 4.2.6)
+ activerecord (= 4.2.6)
+ activesupport (= 4.2.6)
+ bundler (>= 1.3.0, < 2.0)
+ railties (= 4.2.6)
+ sprockets-rails
+ rails-deprecated_sanitizer (1.0.3)
+ activesupport (>= 4.2.0.alpha)
+ rails-dom-testing (1.0.7)
+ activesupport (>= 4.2.0.beta, < 5.0)
+ nokogiri (~> 1.6.0)
+ rails-deprecated_sanitizer (>= 1.0.1)
+ rails-html-sanitizer (1.0.3)
+ loofah (~> 2.0)
+ rails_12factor (0.0.3)
+ rails_serve_static_assets
+ rails_stdout_logging
+ rails_serve_static_assets (0.0.5)
+ rails_stdout_logging (0.0.5)
+ railties (4.2.6)
+ actionpack (= 4.2.6)
+ activesupport (= 4.2.6)
+ rake (>= 0.8.7)
+ thor (>= 0.18.1, < 2.0)
+ rake (11.1.2)
+ rdoc (4.2.2)
+ json (~> 1.4)
+ sass (3.4.22)
+ sass-rails (5.0.4)
+ railties (>= 4.0.0, < 5.0)
+ sass (~> 3.1)
+ sprockets (>= 2.8, < 4.0)
+ sprockets-rails (>= 2.0, < 4.0)
+ tilt (>= 1.1, < 3)
+ sdoc (0.4.1)
+ json (~> 1.7, >= 1.7.7)
+ rdoc (~> 4.0)
+ spring (1.7.1)
+ sprockets (3.6.0)
+ concurrent-ruby (~> 1.0)
+ rack (> 1, < 3)
+ sprockets-rails (3.0.4)
+ actionpack (>= 4.0)
+ activesupport (>= 4.0)
+ sprockets (>= 3.0.0)
+ sqlite3 (1.3.11)
+ thor (0.19.1)
+ thread_safe (0.3.5)
+ tilt (2.0.2)
+ turbolinks (2.5.3)
+ coffee-rails
+ tzinfo (1.2.2)
+ thread_safe (~> 0.1)
+ uglifier (3.0.0)
+ execjs (>= 0.3.0, < 3)
+ web-console (2.3.0)
+ activemodel (>= 4.0)
+ binding_of_caller (>= 0.7.2)
+ railties (>= 4.0)
+ sprockets-rails (>= 2.0, < 4.0)
+
+PLATFORMS
+ ruby
+
+DEPENDENCIES
+ better_errors
+ binding_of_caller
+ byebug
+ chronic (~> 0.10.2)
+ coffee-rails (~> 4.1.0)
+ jbuilder (~> 2.0)
+ jquery-rails
+ pg
+ rails (= 4.2.6)
+ rails_12factor
+ sass-rails (~> 5.0)
+ sdoc (~> 0.4.0)
+ spring
+ sqlite3
+ turbolinks
+ uglifier (>= 1.3.0)
+ web-console (~> 2.0)
+
+BUNDLED WITH
+ 1.11.2
diff --git a/README.md b/README.md
deleted file mode 100644
index 5d73b6980..000000000
--- a/README.md
+++ /dev/null
@@ -1,75 +0,0 @@
-# Task List Rails
-Let's build our Task List in Rails. Solving the same problem--tracking tasks in a web app--will let us focus on following Rails conventions and learning how data flows through a Rails application. This project will enable us to keep track of and persist, add, edit and remove tasks.
-
-## Baseline
-Once you've achieved this baseline, take a walk around the room and see if you can answer questions or help other folks.
-
-This project...
-
-- Will have our standard Github setup (fork this repo and clone to your machine)
-- requires you to create a Rails 4.2.6 application
- - create a controller for your `Tasks`
- - create a `Task` model a migration.
- - create the database schema and tables with `rake db:migrate`
- - the `Task` model should include _at least_ a name, a description and a completion indicator
- - conform to Rails conventions on naming and inflection
-
-Tinker with your Model in the `rails console` in order to ensure you have created your model and can interact with it as expected.
-
-## Wave 1
-This wave is where we will introduce the view layer to interact with our application via the browser.
-
-- Use the provided seed data to pre-populate your database with a given set of tasks.
- - Hint: research `rake db:seed`
-- Set up necessary controller(s) and route(s) that you will need in order to show a task from the database
-- Create a root route for your application that directs users to the list of tasks
- - Each task name in the list should link to a `show` action that will render a new view for the user.
- - The `show` view should include the complete information about the task: name, description, completion status, and completion date.
-- All markup in all views should have semantic relevance.
-- Add some basic styles to your task list.
-
-## Wave 2
-In this wave we will add the first set of user interactivity and persistence.
-
-- Be able to create a new task:
- - The home page should contain a link to Add a new task. This will give the user a form to fill out with the appropriate task fields.
- - After the new task is added, the site should take the user back to the home page which displays the full list of tasks. The new task that was just added should be included in the full list of tasks.
-- Be able to delete an existing task:
- - Add a route and controller action whose responsibility is deleting a task (RESTful routes)
- - On the home page, add a button or link for each task that will, once clicked...
- 1. Ask the user to confirm that they definitely want to delete the task.
- 1. Delete the task from the database and redirect the user back to the list of remaining tasks
-
-## Wave 3
-In this wave we will extend the interactivity with users, allowing them to edit existing tasks in a couple of different ways. As always, follow _RESTful_ conventions when implementing these features.
-
-- Add the ability for the user to mark a task complete
- - Add a button to the list of tasks on the home page that, when clicked, will mark a task complete.
- - Update the database with the task's completed date
-- Add the ability for the user to edit a task's details.
- - Add an `edit` action that renders a form allowing the user to update all the fields of a task.
- - Submitting the form from the `edit` action should _update_ the existing task; not create a new one.
- - Research: ActiveRecord's `update` method.
- - Link to the `edit` action from the task's `show` page.
- - DRY up your code by reusing the view code from the `new` functionality
- - Hint: Rendering _partials_ in Rails.
-
-## Final Wave!
-In this wave, we explore creating ActiveRecord associations by creating `belongs_to` and `has_many` relationships.
-
-- Create a model & migration for a new Person object.
- - at a minimum, a Person should have a name
-- Create seed data to add at least three Person records to the database.
-- Each Task in your database can be assigned to a Person, indicating that Person is responsible for completing the Task.
- - Express the relationship between Person and Task using `belongs_to` and `has_many`
- - Update your Task `index` and `show` actions to include displaying the Person's name to which the Task belongs.
- - Update your Task's `new` and `edit` actions to allow for selecting an _existing_ Person to which the Task should be associated.
-- Add a new people (the plural of Person) controller with the following routes and actions
- - `index` action: Show a list of all people in the database.
- - Link each Person's name to their `show` action.
- - The index should include a count of how many _uncompleted_ tasks are assigned to each Person.
- - `show` action: show all of the Person's information
-- Create a custom route and action for showing a complete list of a Person's tasks, both complete and incomplete.
- - The url of this page should look something like `http://localhost:5000/people/1/tasks`.
- - Link to this action from a Person's `show` view.
-- Deploy your completed app to Heroku.
diff --git a/README.rdoc b/README.rdoc
new file mode 100644
index 000000000..dd4e97e22
--- /dev/null
+++ b/README.rdoc
@@ -0,0 +1,28 @@
+== README
+
+This README would normally document whatever steps are necessary to get the
+application up and running.
+
+Things you may want to cover:
+
+* Ruby version
+
+* System dependencies
+
+* Configuration
+
+* Database creation
+
+* Database initialization
+
+* How to run the test suite
+
+* Services (job queues, cache servers, search engines, etc.)
+
+* Deployment instructions
+
+* ...
+
+
+Please feel free to use a different markup language if you do not plan to run
+rake doc:app.
diff --git a/Rakefile b/Rakefile
new file mode 100644
index 000000000..ba6b733dd
--- /dev/null
+++ b/Rakefile
@@ -0,0 +1,6 @@
+# Add your own tasks in files placed in lib/tasks ending in .rake,
+# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
+
+require File.expand_path('../config/application', __FILE__)
+
+Rails.application.load_tasks
diff --git a/app/assets/images/.keep b/app/assets/images/.keep
new file mode 100644
index 000000000..e69de29bb
diff --git a/app/assets/javascripts/application.js b/app/assets/javascripts/application.js
new file mode 100644
index 000000000..e07c5a830
--- /dev/null
+++ b/app/assets/javascripts/application.js
@@ -0,0 +1,16 @@
+// This is a manifest file that'll be compiled into application.js, which will include all the files
+// listed below.
+//
+// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts,
+// or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path.
+//
+// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
+// compiled file.
+//
+// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details
+// about supported directives.
+//
+//= require jquery
+//= require jquery_ujs
+//= require turbolinks
+//= require_tree .
diff --git a/app/assets/javascripts/list.coffee b/app/assets/javascripts/list.coffee
new file mode 100644
index 000000000..24f83d18b
--- /dev/null
+++ b/app/assets/javascripts/list.coffee
@@ -0,0 +1,3 @@
+# Place all the behaviors and hooks related to the matching controller here.
+# All this logic will automatically be available in application.js.
+# You can use CoffeeScript in this file: http://coffeescript.org/
diff --git a/app/assets/javascripts/people.coffee b/app/assets/javascripts/people.coffee
new file mode 100644
index 000000000..24f83d18b
--- /dev/null
+++ b/app/assets/javascripts/people.coffee
@@ -0,0 +1,3 @@
+# Place all the behaviors and hooks related to the matching controller here.
+# All this logic will automatically be available in application.js.
+# You can use CoffeeScript in this file: http://coffeescript.org/
diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css
new file mode 100644
index 000000000..55e620770
--- /dev/null
+++ b/app/assets/stylesheets/application.css
@@ -0,0 +1,67 @@
+/*
+ * This is a manifest file that'll be compiled into application.css, which will include all the files
+ * listed below.
+ *
+ * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
+ * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
+ *
+ * You're free to add application-wide styles to this file and they'll appear at the bottom of the
+ * compiled file so the styles you add here take precedence over styles defined in any styles
+ * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
+ * file per style scope.
+ *
+ *= require_tree .
+ *= require_self
+ */
+
+html {
+ background-color: red;
+ }
+
+a{
+ color: rgb(0, 224, 224);
+}
+
+h1{
+ background-color: green;
+ text-align: center;
+ font-size: 3vw;
+ color: white;
+}
+
+ul li{
+ list-style: none;
+}
+
+ul li a {
+ text-decoration: none;
+}
+
+form {
+ display: inline;
+}
+
+.homeheader {
+ /*font-family: "Arial Black", Gadget, sans-serif;
+ font-size: 0.1vw;*/
+ /*background-color: rgba(255, 255, 255, 0.4);*/
+ width: 100%;
+ border: solid white;
+ height: 15%;
+}
+header nav ul{
+ text-align: center;
+
+}
+header nav ul li{
+ display: inline;
+}
+
+header nav ul li a{
+ padding-left: 7px;
+ padding-right: 7px;
+}
+
+h2{
+ color:green;
+}
diff --git a/app/assets/stylesheets/list.scss b/app/assets/stylesheets/list.scss
new file mode 100644
index 000000000..7655ec62d
--- /dev/null
+++ b/app/assets/stylesheets/list.scss
@@ -0,0 +1,3 @@
+// Place all the styles related to the List controller here.
+// They will automatically be included in application.css.
+// You can use Sass (SCSS) here: http://sass-lang.com/
diff --git a/app/assets/stylesheets/people.scss b/app/assets/stylesheets/people.scss
new file mode 100644
index 000000000..521746256
--- /dev/null
+++ b/app/assets/stylesheets/people.scss
@@ -0,0 +1,3 @@
+// Place all the styles related to the People controller here.
+// They will automatically be included in application.css.
+// You can use Sass (SCSS) here: http://sass-lang.com/
diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb
new file mode 100644
index 000000000..d83690e1b
--- /dev/null
+++ b/app/controllers/application_controller.rb
@@ -0,0 +1,5 @@
+class ApplicationController < ActionController::Base
+ # Prevent CSRF attacks by raising an exception.
+ # For APIs, you may want to use :null_session instead.
+ protect_from_forgery with: :exception
+end
diff --git a/app/controllers/concerns/.keep b/app/controllers/concerns/.keep
new file mode 100644
index 000000000..e69de29bb
diff --git a/app/controllers/list_controller.rb b/app/controllers/list_controller.rb
new file mode 100644
index 000000000..b5ad649f8
--- /dev/null
+++ b/app/controllers/list_controller.rb
@@ -0,0 +1,64 @@
+class ListController < ApplicationController
+
+ def index
+ @lists = Task.order(id: :asc)
+ end
+
+ def show
+ @list = Task.find(params[:id])
+ @people = Person.find(@list.person_id) if @list.person_id != nil
+ end
+
+ def new
+ @list = Task.new
+ end
+
+ def create
+ @list = Task.new(list_create_params[:task])
+ if @list.save
+ redirect_to root_path
+ else
+ render :new
+ end
+ end
+
+ def destroy
+ @list = Task.find(params[:id]).destroy
+ redirect_to root_path
+ end
+
+ def edit
+ @list = Task.find(params[:id])
+ end
+
+ def update
+ @list = Task.update(params[:id],list_edit_params[:task])
+
+ if @list.save
+ redirect_to root_path
+ else
+ render :edit
+ end
+ end
+
+ def complete
+ @list = Task.find(params[:id])
+ @list.update(completed_on: DateTime.now)
+ redirect_to root_path
+ end
+
+ def incomplete
+ @list = Task.find(params[:id])
+ @list.update(completed_on: nil)
+ redirect_to root_path
+ end
+
+ private
+ def list_create_params
+ params.permit(task: [:title, :description, :person_id])
+ end
+
+ def list_edit_params
+ params.permit(task: [:title, :description, :completed_on, :updated_at, :person_id])
+ end
+end
diff --git a/app/controllers/people_controller.rb b/app/controllers/people_controller.rb
new file mode 100644
index 000000000..a0b564c4a
--- /dev/null
+++ b/app/controllers/people_controller.rb
@@ -0,0 +1,11 @@
+class PeopleController < ApplicationController
+ def index
+ @people = Person.order(id: :asc)
+ @list = Task.group(:person_id).where(completed_on: nil).count
+
+ end
+
+ def show
+ @list = Task.where(person_id: params[:id])
+ end
+end
diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb
new file mode 100644
index 000000000..de6be7945
--- /dev/null
+++ b/app/helpers/application_helper.rb
@@ -0,0 +1,2 @@
+module ApplicationHelper
+end
diff --git a/app/helpers/list_helper.rb b/app/helpers/list_helper.rb
new file mode 100644
index 000000000..eaa1d0e15
--- /dev/null
+++ b/app/helpers/list_helper.rb
@@ -0,0 +1,2 @@
+module ListHelper
+end
diff --git a/app/helpers/people_helper.rb b/app/helpers/people_helper.rb
new file mode 100644
index 000000000..b682fbf12
--- /dev/null
+++ b/app/helpers/people_helper.rb
@@ -0,0 +1,2 @@
+module PeopleHelper
+end
diff --git a/app/mailers/.keep b/app/mailers/.keep
new file mode 100644
index 000000000..e69de29bb
diff --git a/app/models/.keep b/app/models/.keep
new file mode 100644
index 000000000..e69de29bb
diff --git a/app/models/concerns/.keep b/app/models/concerns/.keep
new file mode 100644
index 000000000..e69de29bb
diff --git a/app/models/person.rb b/app/models/person.rb
new file mode 100644
index 000000000..4ed22ba8b
--- /dev/null
+++ b/app/models/person.rb
@@ -0,0 +1,3 @@
+class Person < ActiveRecord::Base
+ has_many :tasks
+end
diff --git a/app/models/task.rb b/app/models/task.rb
new file mode 100644
index 000000000..c3c534741
--- /dev/null
+++ b/app/models/task.rb
@@ -0,0 +1,3 @@
+class Task < ActiveRecord::Base
+ belongs_to :person
+end
diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb
new file mode 100644
index 000000000..ef3b66243
--- /dev/null
+++ b/app/views/layouts/application.html.erb
@@ -0,0 +1,28 @@
+
+
+
+ TaskList
+ <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %>
+ <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %>
+ <%= csrf_meta_tags %>
+
+
+
+<%= yield %>
+
+
+
+
diff --git a/app/views/list/edit.html.erb b/app/views/list/edit.html.erb
new file mode 100644
index 000000000..ab3bde6b2
--- /dev/null
+++ b/app/views/list/edit.html.erb
@@ -0,0 +1,20 @@
+Edit A Task
+
+<%= form_for @list , method: :patch, url: editz_path(@list) do |f| %>
+ <%= f.label :title%>
+ <%= f.text_field :title %>
+
+
+ <%= f.label :description %>
+ <%= f.text_field :description %>
+
+
+ <%= f.label :"Select a Name" %>
+ <%= f.select(:person_id) do %>
+ <%= options_from_collection_for_select(Person.all, :id, :name) %>
+ <%end%>
+
+
+ <%= f.submit :'SUBMIT!!' %>
+<%end%>
+
diff --git a/app/views/list/index.html.erb b/app/views/list/index.html.erb
new file mode 100644
index 000000000..7e74edf69
--- /dev/null
+++ b/app/views/list/index.html.erb
@@ -0,0 +1,17 @@
+
+
+ <% @lists.each do |list| %>
+ -
+ <%= if list.completed_on != nil
+ link_to "β
", incomplete_path(list.id), method: :patch
+ else
+ link_to "β¬", completez_path(list.id), method: :patch
+ end%>
+ <%= link_to list.title, "/list/#{list.id}"%>
+ <%= "Description: #{list.description}" if list.description != ""%>
+ <%= "Completed on: #{list.completed_on}" if list.completed_on != nil %>
+ <%= "Owner: #{Person.find(list.person_id).name}" if list.person_id != nil %>
+ <%= button_to 'Delete π',url_for(action: :destroy,id: list.id),method: :delete, data: {confirm: "Are you sure you want to delete this task?"} %>
+
+ <% end %>
+
diff --git a/app/views/list/new.html.erb b/app/views/list/new.html.erb
new file mode 100644
index 000000000..2f698da30
--- /dev/null
+++ b/app/views/list/new.html.erb
@@ -0,0 +1,21 @@
+Create a new task!
+
+<%= form_for @list do |f| %>
+
+ <%= f.label :title%>
+ <%= f.text_field :title %>
+
+
+ <%= f.label :description %>
+ <%= f.text_field :description %>
+
+
+ <%= f.label :"Select a Name" %>
+ <%= f.select(:person_id) do %>
+ <%= options_from_collection_for_select(Person.all, :id, :name ) %>
+ <%end%>
+
+
+ <%= f.submit :'SUBMIT!!' %>
+<%end%>
+
diff --git a/app/views/list/show.html.erb b/app/views/list/show.html.erb
new file mode 100644
index 000000000..67bb9bbf2
--- /dev/null
+++ b/app/views/list/show.html.erb
@@ -0,0 +1,20 @@
+<%= @list.title %>
+
+ <% unless @list.description.empty?%>
+ - <%= "Description: #{ @list.description}" %>
+ <% end %>
+ - <%= "Created At: #{@list.created_at}" unless @list.created_at.nil?%>
+ - <%= "Updated At: #{@list.updated_at}" unless @list.updated_at.nil?%>
+
+ <% if @list.completed_on != nil%>
+ - <%= "Completed On: #{@list.completed_on}" %>
+ <%end%>
+
+
+ <% if @list.person_id != nil%>
+ - <%= "Task Belongs To: #{@people.name}" %>
+ <%end%>
+
+
+
+<%= link_to "Edit", "/list/#{@list.id}/edit"%>
diff --git a/app/views/people/index.html.erb b/app/views/people/index.html.erb
new file mode 100644
index 000000000..2c404bd23
--- /dev/null
+++ b/app/views/people/index.html.erb
@@ -0,0 +1,8 @@
+PEOPLE with TASKS!
+
+ <% @people.each do |peeps| %>
+ - <%= link_to peeps.name, "people/#{peeps.id}"%>
+ <%="Incomplete Tasks: "%> <%=@list[(peeps.id)] ? "#{@list[(peeps.id)]}": "0" %>
+
+ <% end %>
+
diff --git a/app/views/people/show.html.erb b/app/views/people/show.html.erb
new file mode 100644
index 000000000..60555aefb
--- /dev/null
+++ b/app/views/people/show.html.erb
@@ -0,0 +1,16 @@
+TASK STUFF
+
+ <% @list.each do |stuff| %>
+ - <%= "Title: #{stuff.title}" unless stuff.title.nil?%>
+ <% unless stuff.description.empty?%>
+ <%= "Description: #{ stuff.description}" %>
+ <% end %>
+ <%= "Created At: #{stuff.created_at}" unless stuff.created_at.nil?%>
+ <%= "Updated At: #{stuff.updated_at}" unless stuff.updated_at.nil?%>
+
+ <% if stuff.completed_on != nil%>
+ <%= "Completed On: #{stuff.completed_on}" %>
+ <%end%>
+
+<%end%>
+
diff --git a/bin/bundle b/bin/bundle
new file mode 100755
index 000000000..66e9889e8
--- /dev/null
+++ b/bin/bundle
@@ -0,0 +1,3 @@
+#!/usr/bin/env ruby
+ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
+load Gem.bin_path('bundler', 'bundle')
diff --git a/bin/rails b/bin/rails
new file mode 100755
index 000000000..0138d79b7
--- /dev/null
+++ b/bin/rails
@@ -0,0 +1,9 @@
+#!/usr/bin/env ruby
+begin
+ load File.expand_path('../spring', __FILE__)
+rescue LoadError => e
+ raise unless e.message.include?('spring')
+end
+APP_PATH = File.expand_path('../../config/application', __FILE__)
+require_relative '../config/boot'
+require 'rails/commands'
diff --git a/bin/rake b/bin/rake
new file mode 100755
index 000000000..d87d5f578
--- /dev/null
+++ b/bin/rake
@@ -0,0 +1,9 @@
+#!/usr/bin/env ruby
+begin
+ load File.expand_path('../spring', __FILE__)
+rescue LoadError => e
+ raise unless e.message.include?('spring')
+end
+require_relative '../config/boot'
+require 'rake'
+Rake.application.run
diff --git a/bin/setup b/bin/setup
new file mode 100755
index 000000000..acdb2c138
--- /dev/null
+++ b/bin/setup
@@ -0,0 +1,29 @@
+#!/usr/bin/env ruby
+require 'pathname'
+
+# path to your application root.
+APP_ROOT = Pathname.new File.expand_path('../../', __FILE__)
+
+Dir.chdir APP_ROOT do
+ # This script is a starting point to setup your application.
+ # Add necessary setup steps to this file:
+
+ puts "== Installing dependencies =="
+ system "gem install bundler --conservative"
+ system "bundle check || bundle install"
+
+ # puts "\n== Copying sample files =="
+ # unless File.exist?("config/database.yml")
+ # system "cp config/database.yml.sample config/database.yml"
+ # end
+
+ puts "\n== Preparing database =="
+ system "bin/rake db:setup"
+
+ puts "\n== Removing old logs and tempfiles =="
+ system "rm -f log/*"
+ system "rm -rf tmp/cache"
+
+ puts "\n== Restarting application server =="
+ system "touch tmp/restart.txt"
+end
diff --git a/bin/spring b/bin/spring
new file mode 100755
index 000000000..7fe232c3a
--- /dev/null
+++ b/bin/spring
@@ -0,0 +1,15 @@
+#!/usr/bin/env ruby
+
+# This file loads spring without using Bundler, in order to be fast.
+# It gets overwritten when you run the `spring binstub` command.
+
+unless defined?(Spring)
+ require 'rubygems'
+ require 'bundler'
+
+ if (match = Bundler.default_lockfile.read.match(/^GEM$.*?^ (?: )*spring \((.*?)\)$.*?^$/m))
+ Gem.paths = { 'GEM_PATH' => [Bundler.bundle_path.to_s, *Gem.path].uniq.join(Gem.path_separator) }
+ gem 'spring', match[1]
+ require 'spring/binstub'
+ end
+end
diff --git a/config.ru b/config.ru
new file mode 100644
index 000000000..bd83b2541
--- /dev/null
+++ b/config.ru
@@ -0,0 +1,4 @@
+# This file is used by Rack-based servers to start the application.
+
+require ::File.expand_path('../config/environment', __FILE__)
+run Rails.application
diff --git a/config/application.rb b/config/application.rb
new file mode 100644
index 000000000..fe39b94eb
--- /dev/null
+++ b/config/application.rb
@@ -0,0 +1,26 @@
+require File.expand_path('../boot', __FILE__)
+
+require 'rails/all'
+
+# Require the gems listed in Gemfile, including any gems
+# you've limited to :test, :development, or :production.
+Bundler.require(*Rails.groups)
+
+module TaskList
+ class Application < Rails::Application
+ # Settings in config/environments/* take precedence over those specified here.
+ # Application configuration should go into files in config/initializers
+ # -- all .rb files in that directory are automatically loaded.
+
+ # Set Time.zone default to the specified zone and make Active Record auto-convert to this zone.
+ # Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC.
+ # config.time_zone = 'Central Time (US & Canada)'
+
+ # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded.
+ # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s]
+ # config.i18n.default_locale = :de
+
+ # Do not swallow errors in after_commit/after_rollback callbacks.
+ config.active_record.raise_in_transactional_callbacks = true
+ end
+end
diff --git a/config/boot.rb b/config/boot.rb
new file mode 100644
index 000000000..6b750f00b
--- /dev/null
+++ b/config/boot.rb
@@ -0,0 +1,3 @@
+ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
+
+require 'bundler/setup' # Set up gems listed in the Gemfile.
diff --git a/config/database.yml b/config/database.yml
new file mode 100644
index 000000000..1c1a37ca8
--- /dev/null
+++ b/config/database.yml
@@ -0,0 +1,25 @@
+# SQLite version 3.x
+# gem install sqlite3
+#
+# Ensure the SQLite 3 gem is defined in your Gemfile
+# gem 'sqlite3'
+#
+default: &default
+ adapter: sqlite3
+ pool: 5
+ timeout: 5000
+
+development:
+ <<: *default
+ database: db/development.sqlite3
+
+# Warning: The database defined as "test" will be erased and
+# re-generated from your development database when you run "rake".
+# Do not set this db to the same as development or production.
+test:
+ <<: *default
+ database: db/test.sqlite3
+
+production:
+ <<: *default
+ database: db/production.sqlite3
diff --git a/config/environment.rb b/config/environment.rb
new file mode 100644
index 000000000..ee8d90dc6
--- /dev/null
+++ b/config/environment.rb
@@ -0,0 +1,5 @@
+# Load the Rails application.
+require File.expand_path('../application', __FILE__)
+
+# Initialize the Rails application.
+Rails.application.initialize!
diff --git a/config/environments/development.rb b/config/environments/development.rb
new file mode 100644
index 000000000..b55e2144b
--- /dev/null
+++ b/config/environments/development.rb
@@ -0,0 +1,41 @@
+Rails.application.configure do
+ # Settings specified here will take precedence over those in config/application.rb.
+
+ # In the development environment your application's code is reloaded on
+ # every request. This slows down response time but is perfect for development
+ # since you don't have to restart the web server when you make code changes.
+ config.cache_classes = false
+
+ # Do not eager load code on boot.
+ config.eager_load = false
+
+ # Show full error reports and disable caching.
+ config.consider_all_requests_local = true
+ config.action_controller.perform_caching = false
+
+ # Don't care if the mailer can't send.
+ config.action_mailer.raise_delivery_errors = false
+
+ # Print deprecation notices to the Rails logger.
+ config.active_support.deprecation = :log
+
+ # Raise an error on page load if there are pending migrations.
+ config.active_record.migration_error = :page_load
+
+ # Debug mode disables concatenation and preprocessing of assets.
+ # This option may cause significant delays in view rendering with a large
+ # number of complex assets.
+ config.assets.debug = true
+
+ # Asset digests allow you to set far-future HTTP expiration dates on all assets,
+ # yet still be able to expire them through the digest params.
+ config.assets.digest = true
+
+ # Adds additional error checking when serving assets at runtime.
+ # Checks for improperly declared sprockets dependencies.
+ # Raises helpful error messages.
+ config.assets.raise_runtime_errors = true
+
+ # Raises error for missing translations
+ # config.action_view.raise_on_missing_translations = true
+end
diff --git a/config/environments/production.rb b/config/environments/production.rb
new file mode 100644
index 000000000..5c1b32e48
--- /dev/null
+++ b/config/environments/production.rb
@@ -0,0 +1,79 @@
+Rails.application.configure do
+ # Settings specified here will take precedence over those in config/application.rb.
+
+ # Code is not reloaded between requests.
+ config.cache_classes = true
+
+ # Eager load code on boot. This eager loads most of Rails and
+ # your application in memory, allowing both threaded web servers
+ # and those relying on copy on write to perform better.
+ # Rake tasks automatically ignore this option for performance.
+ config.eager_load = true
+
+ # Full error reports are disabled and caching is turned on.
+ config.consider_all_requests_local = false
+ config.action_controller.perform_caching = true
+
+ # Enable Rack::Cache to put a simple HTTP cache in front of your application
+ # Add `rack-cache` to your Gemfile before enabling this.
+ # For large-scale production use, consider using a caching reverse proxy like
+ # NGINX, varnish or squid.
+ # config.action_dispatch.rack_cache = true
+
+ # Disable serving static files from the `/public` folder by default since
+ # Apache or NGINX already handles this.
+ config.serve_static_files = ENV['RAILS_SERVE_STATIC_FILES'].present?
+
+ # Compress JavaScripts and CSS.
+ config.assets.js_compressor = :uglifier
+ # config.assets.css_compressor = :sass
+
+ # Do not fallback to assets pipeline if a precompiled asset is missed.
+ config.assets.compile = false
+
+ # Asset digests allow you to set far-future HTTP expiration dates on all assets,
+ # yet still be able to expire them through the digest params.
+ config.assets.digest = true
+
+ # `config.assets.precompile` and `config.assets.version` have moved to config/initializers/assets.rb
+
+ # Specifies the header that your server uses for sending files.
+ # config.action_dispatch.x_sendfile_header = 'X-Sendfile' # for Apache
+ # config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for NGINX
+
+ # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies.
+ # config.force_ssl = true
+
+ # Use the lowest log level to ensure availability of diagnostic information
+ # when problems arise.
+ config.log_level = :debug
+
+ # Prepend all log lines with the following tags.
+ # config.log_tags = [ :subdomain, :uuid ]
+
+ # Use a different logger for distributed setups.
+ # config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new)
+
+ # Use a different cache store in production.
+ # config.cache_store = :mem_cache_store
+
+ # Enable serving of images, stylesheets, and JavaScripts from an asset server.
+ # config.action_controller.asset_host = 'http://assets.example.com'
+
+ # Ignore bad email addresses and do not raise email delivery errors.
+ # Set this to true and configure the email server for immediate delivery to raise delivery errors.
+ # config.action_mailer.raise_delivery_errors = false
+
+ # Enable locale fallbacks for I18n (makes lookups for any locale fall back to
+ # the I18n.default_locale when a translation cannot be found).
+ config.i18n.fallbacks = true
+
+ # Send deprecation notices to registered listeners.
+ config.active_support.deprecation = :notify
+
+ # Use default logging formatter so that PID and timestamp are not suppressed.
+ config.log_formatter = ::Logger::Formatter.new
+
+ # Do not dump schema after migrations.
+ config.active_record.dump_schema_after_migration = false
+end
diff --git a/config/environments/test.rb b/config/environments/test.rb
new file mode 100644
index 000000000..1c19f08b2
--- /dev/null
+++ b/config/environments/test.rb
@@ -0,0 +1,42 @@
+Rails.application.configure do
+ # Settings specified here will take precedence over those in config/application.rb.
+
+ # The test environment is used exclusively to run your application's
+ # test suite. You never need to work with it otherwise. Remember that
+ # your test database is "scratch space" for the test suite and is wiped
+ # and recreated between test runs. Don't rely on the data there!
+ config.cache_classes = true
+
+ # Do not eager load code on boot. This avoids loading your whole application
+ # just for the purpose of running a single test. If you are using a tool that
+ # preloads Rails for running tests, you may have to set it to true.
+ config.eager_load = false
+
+ # Configure static file server for tests with Cache-Control for performance.
+ config.serve_static_files = true
+ config.static_cache_control = 'public, max-age=3600'
+
+ # Show full error reports and disable caching.
+ config.consider_all_requests_local = true
+ config.action_controller.perform_caching = false
+
+ # Raise exceptions instead of rendering exception templates.
+ config.action_dispatch.show_exceptions = false
+
+ # Disable request forgery protection in test environment.
+ config.action_controller.allow_forgery_protection = false
+
+ # Tell Action Mailer not to deliver emails to the real world.
+ # The :test delivery method accumulates sent emails in the
+ # ActionMailer::Base.deliveries array.
+ config.action_mailer.delivery_method = :test
+
+ # Randomize the order test cases are executed.
+ config.active_support.test_order = :random
+
+ # Print deprecation notices to the stderr.
+ config.active_support.deprecation = :stderr
+
+ # Raises error for missing translations
+ # config.action_view.raise_on_missing_translations = true
+end
diff --git a/config/initializers/assets.rb b/config/initializers/assets.rb
new file mode 100644
index 000000000..01ef3e663
--- /dev/null
+++ b/config/initializers/assets.rb
@@ -0,0 +1,11 @@
+# Be sure to restart your server when you modify this file.
+
+# Version of your assets, change this if you want to expire all your assets.
+Rails.application.config.assets.version = '1.0'
+
+# Add additional assets to the asset load path
+# Rails.application.config.assets.paths << Emoji.images_path
+
+# Precompile additional assets.
+# application.js, application.css, and all non-JS/CSS in app/assets folder are already added.
+# Rails.application.config.assets.precompile += %w( search.js )
diff --git a/config/initializers/backtrace_silencers.rb b/config/initializers/backtrace_silencers.rb
new file mode 100644
index 000000000..59385cdf3
--- /dev/null
+++ b/config/initializers/backtrace_silencers.rb
@@ -0,0 +1,7 @@
+# Be sure to restart your server when you modify this file.
+
+# You can add backtrace silencers for libraries that you're using but don't wish to see in your backtraces.
+# Rails.backtrace_cleaner.add_silencer { |line| line =~ /my_noisy_library/ }
+
+# You can also remove all the silencers if you're trying to debug a problem that might stem from framework code.
+# Rails.backtrace_cleaner.remove_silencers!
diff --git a/config/initializers/cookies_serializer.rb b/config/initializers/cookies_serializer.rb
new file mode 100644
index 000000000..7f70458de
--- /dev/null
+++ b/config/initializers/cookies_serializer.rb
@@ -0,0 +1,3 @@
+# Be sure to restart your server when you modify this file.
+
+Rails.application.config.action_dispatch.cookies_serializer = :json
diff --git a/config/initializers/filter_parameter_logging.rb b/config/initializers/filter_parameter_logging.rb
new file mode 100644
index 000000000..4a994e1e7
--- /dev/null
+++ b/config/initializers/filter_parameter_logging.rb
@@ -0,0 +1,4 @@
+# Be sure to restart your server when you modify this file.
+
+# Configure sensitive parameters which will be filtered from the log file.
+Rails.application.config.filter_parameters += [:password]
diff --git a/config/initializers/inflections.rb b/config/initializers/inflections.rb
new file mode 100644
index 000000000..ac033bf9d
--- /dev/null
+++ b/config/initializers/inflections.rb
@@ -0,0 +1,16 @@
+# Be sure to restart your server when you modify this file.
+
+# Add new inflection rules using the following format. Inflections
+# are locale specific, and you may define rules for as many different
+# locales as you wish. All of these examples are active by default:
+# ActiveSupport::Inflector.inflections(:en) do |inflect|
+# inflect.plural /^(ox)$/i, '\1en'
+# inflect.singular /^(ox)en/i, '\1'
+# inflect.irregular 'person', 'people'
+# inflect.uncountable %w( fish sheep )
+# end
+
+# These inflection rules are supported but not enabled by default:
+# ActiveSupport::Inflector.inflections(:en) do |inflect|
+# inflect.acronym 'RESTful'
+# end
diff --git a/config/initializers/mime_types.rb b/config/initializers/mime_types.rb
new file mode 100644
index 000000000..dc1899682
--- /dev/null
+++ b/config/initializers/mime_types.rb
@@ -0,0 +1,4 @@
+# Be sure to restart your server when you modify this file.
+
+# Add new mime types for use in respond_to blocks:
+# Mime::Type.register "text/richtext", :rtf
diff --git a/config/initializers/session_store.rb b/config/initializers/session_store.rb
new file mode 100644
index 000000000..cd8c247a5
--- /dev/null
+++ b/config/initializers/session_store.rb
@@ -0,0 +1,3 @@
+# Be sure to restart your server when you modify this file.
+
+Rails.application.config.session_store :cookie_store, key: '_task-list_session'
diff --git a/config/initializers/wrap_parameters.rb b/config/initializers/wrap_parameters.rb
new file mode 100644
index 000000000..33725e95f
--- /dev/null
+++ b/config/initializers/wrap_parameters.rb
@@ -0,0 +1,14 @@
+# Be sure to restart your server when you modify this file.
+
+# This file contains settings for ActionController::ParamsWrapper which
+# is enabled by default.
+
+# Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array.
+ActiveSupport.on_load(:action_controller) do
+ wrap_parameters format: [:json] if respond_to?(:wrap_parameters)
+end
+
+# To enable root element in JSON for ActiveRecord objects.
+# ActiveSupport.on_load(:active_record) do
+# self.include_root_in_json = true
+# end
diff --git a/config/locales/en.yml b/config/locales/en.yml
new file mode 100644
index 000000000..065395716
--- /dev/null
+++ b/config/locales/en.yml
@@ -0,0 +1,23 @@
+# Files in the config/locales directory are used for internationalization
+# and are automatically loaded by Rails. If you want to use locales other
+# than English, add the necessary files in this directory.
+#
+# To use the locales, use `I18n.t`:
+#
+# I18n.t 'hello'
+#
+# In views, this is aliased to just `t`:
+#
+# <%= t('hello') %>
+#
+# To use a different locale, set it with `I18n.locale`:
+#
+# I18n.locale = :es
+#
+# This would use the information in config/locales/es.yml.
+#
+# To learn more, please read the Rails Internationalization guide
+# available at http://guides.rubyonrails.org/i18n.html.
+
+en:
+ hello: "Hello world"
diff --git a/config/routes.rb b/config/routes.rb
new file mode 100644
index 000000000..0a32d20e0
--- /dev/null
+++ b/config/routes.rb
@@ -0,0 +1,79 @@
+Rails.application.routes.draw do
+ # The priority is based upon order of creation: first created -> highest priority.
+ # See how all your routes lay out with "rake routes".
+
+ # You can have the root of your site routed with "root"
+ # root 'welcome#index'
+
+ # Example of regular route:
+ # get 'products/:id' => 'catalog#view'
+
+ root 'list#index'
+
+ get '/list' => 'list#index'
+ # post '/list' => 'list#create'
+ get '/list/new' => 'list#new', as: 'tasks'
+ post '/list/new' => 'list#create'
+
+ get '/list/:id/edit' => 'list#edit'
+ patch '/list/:id/' => 'list#update', as: 'editz'
+ patch 'list/:id/complete' => 'list#complete', as: 'completez'
+ patch 'list/:id/incomplete' => 'list#incomplete', as: 'incomplete'
+
+ get '/list/:id' => 'list#show'
+
+ get '/people' => 'people#index', as: 'peepz'
+ get '/people/:id' => 'people#show'
+
+
+ delete '/list/:id' => 'list#destroy', as: 'delete'
+
+ # , as 'tasks'
+ # # , as: 'task'
+ # get '/new', to: 'list#new'
+ # Example of named route that can be invoked with purchase_url(id: product.id)
+ # get 'products/:id/purchase' => 'catalog#purchase', as: :purchase
+
+ # Example resource route (maps HTTP verbs to controller actions automatically):
+ # resources :products
+
+ # Example resource route with options:
+ # resources :products do
+ # member do
+ # get 'short'
+ # post 'toggle'
+ # end
+ #
+ # collection do
+ # get 'sold'
+ # end
+ # end
+
+ # Example resource route with sub-resources:
+ # resources :products do
+ # resources :comments, :sales
+ # resource :seller
+ # end
+
+ # Example resource route with more complex sub-resources:
+ # resources :products do
+ # resources :comments
+ # resources :sales do
+ # get 'recent', on: :collection
+ # end
+ # end
+
+ # Example resource route with concerns:
+ # concern :toggleable do
+ # post 'toggle'
+ # end
+ # resources :posts, concerns: :toggleable
+ # resources :photos, concerns: :toggleable
+
+ # Example resource route within a namespace:
+ # namespace :admin do
+ # # Directs /admin/products/* to Admin::ProductsController
+ # # (app/controllers/admin/products_controller.rb)
+ # resources :products
+ # end
+end
diff --git a/config/secrets.yml b/config/secrets.yml
new file mode 100644
index 000000000..ca2c63d94
--- /dev/null
+++ b/config/secrets.yml
@@ -0,0 +1,22 @@
+# Be sure to restart your server when you modify this file.
+
+# Your secret key is used for verifying the integrity of signed cookies.
+# If you change this key, all old signed cookies will become invalid!
+
+# Make sure the secret is at least 30 characters and all random,
+# no regular words or you'll be exposed to dictionary attacks.
+# You can use `rake secret` to generate a secure secret key.
+
+# Make sure the secrets in this file are kept private
+# if you're sharing your code publicly.
+
+development:
+ secret_key_base: cb379abcb653b3825cf7776a630d238622fdac334af802154b2e123eaf60a8828b08bf18e7afdfed956cde7fa444be5d259dd29ff4b238f0756636374925ec94
+
+test:
+ secret_key_base: 9097b68fbcfad05b1d53c016ef155ddb86ae3342caee0e7633e695068edeebd3fb424d6498fb3a22ce7995fd8b3530d679737324699f481087f99c008061940f
+
+# Do not keep production secrets in the repository,
+# instead read values from the environment.
+production:
+ secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>
diff --git a/db/development.sqlite3 b/db/development.sqlite3
new file mode 100644
index 000000000..3eaf344c0
Binary files /dev/null and b/db/development.sqlite3 differ
diff --git a/db/migrate/20160419203210_create_tasks.rb b/db/migrate/20160419203210_create_tasks.rb
new file mode 100644
index 000000000..43d3659e7
--- /dev/null
+++ b/db/migrate/20160419203210_create_tasks.rb
@@ -0,0 +1,10 @@
+class CreateTasks < ActiveRecord::Migration
+ def change
+ create_table :tasks do |t|
+ t.string :title, null: false
+ t.string :description, null: false
+ t.datetime :completed_on
+ t.timestamps null: false
+ end
+ end
+end
diff --git a/db/migrate/20160425000911_create_people.rb b/db/migrate/20160425000911_create_people.rb
new file mode 100644
index 000000000..2f098e0bc
--- /dev/null
+++ b/db/migrate/20160425000911_create_people.rb
@@ -0,0 +1,8 @@
+class CreatePeople < ActiveRecord::Migration
+ def change
+ create_table :people do |t|
+ t.string :name
+ t.timestamps null: false
+ end
+ end
+end
diff --git a/db/migrate/20160425003330_task_people_person_poo.rb b/db/migrate/20160425003330_task_people_person_poo.rb
new file mode 100644
index 000000000..aaae2b7da
--- /dev/null
+++ b/db/migrate/20160425003330_task_people_person_poo.rb
@@ -0,0 +1,5 @@
+class TaskPeoplePersonPoo < ActiveRecord::Migration
+ def change
+ add_column :tasks, :person_id, :integer
+ end
+end
diff --git a/db/schema.rb b/db/schema.rb
new file mode 100644
index 000000000..1c316bc3e
--- /dev/null
+++ b/db/schema.rb
@@ -0,0 +1,31 @@
+# encoding: UTF-8
+# This file is auto-generated from the current state of the database. Instead
+# of editing this file, please use the migrations feature of Active Record to
+# incrementally modify your database, and then regenerate this schema definition.
+#
+# Note that this schema.rb definition is the authoritative source for your
+# database schema. If you need to create the application database on another
+# system, you should be using db:schema:load, not running all the migrations
+# from scratch. The latter is a flawed and unsustainable approach (the more migrations
+# you'll amass, the slower it'll run and the greater likelihood for issues).
+#
+# It's strongly recommended that you check this file into your version control system.
+
+ActiveRecord::Schema.define(version: 20160425003330) do
+
+ create_table "people", force: :cascade do |t|
+ t.string "name"
+ t.datetime "created_at", null: false
+ t.datetime "updated_at", null: false
+ end
+
+ create_table "tasks", force: :cascade do |t|
+ t.string "title", null: false
+ t.string "description", null: false
+ t.datetime "completed_on"
+ t.datetime "created_at", null: false
+ t.datetime "updated_at", null: false
+ t.integer "person_id"
+ end
+
+end
diff --git a/db/seeds.rb b/db/seeds.rb
new file mode 100644
index 000000000..597f00300
--- /dev/null
+++ b/db/seeds.rb
@@ -0,0 +1,34 @@
+# This file should contain all the record creation needed to seed the database with its default values.
+# The data can then be loaded with the rake db:seed (or created alongside the db with db:setup).
+#
+# Examples:
+#
+# cities = City.create([{ name: 'Chicago' }, { name: 'Copenhagen' }])
+# Mayor.create(name: 'Emanuel', city: cities.first)
+
+def random_time
+ Time.at(rand * Time.now.to_i)
+end
+
+tasks = [
+ { title: "The First Task", description: "a", completed_on: random_time },
+ { title: "Go to Brunch", description: "b" },
+ { title: "Go to Lunch", description: "c", completed_on: random_time },
+ { title: "Go to Second Lunch", description: "" },
+ { title: "Play Video Games", description: "", completed_on: random_time },
+ { title: "High Five Somebody You Don't Know", description: "", completed_on: random_time },
+ { title: "Plant Flowers", description: "", completed_on: random_time },
+ { title: "Call Mom", description: "", person_id: 1 },
+ { title: "She worries, you know.", description: "", person_id: 2 },
+ { title: "Nap.", description: "", completed_on: random_time, person_id: 2 }
+]
+
+tasks.each do |task|
+ Task.create task
+end
+
+people = [{ name: "Joseph"}, { name: "Jaime"}, { name: "Jain"}]
+
+people.each do |peeps|
+ Person.create peeps
+end
diff --git a/db/test.sqlite3 b/db/test.sqlite3
new file mode 100644
index 000000000..a0a7c633c
Binary files /dev/null and b/db/test.sqlite3 differ
diff --git a/lib/assets/.keep b/lib/assets/.keep
new file mode 100644
index 000000000..e69de29bb
diff --git a/lib/tasks/.keep b/lib/tasks/.keep
new file mode 100644
index 000000000..e69de29bb
diff --git a/log/.keep b/log/.keep
new file mode 100644
index 000000000..e69de29bb
diff --git a/log/development.log b/log/development.log
new file mode 100644
index 000000000..3a478b164
--- /dev/null
+++ b/log/development.log
@@ -0,0 +1,41907 @@
+ [1m[36m (2.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
+ [1m[35m (0.1ms)[0m select sqlite_version(*)
+ [1m[36m (0.9ms)[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 CreateTasks (20160419203210)
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.4ms)[0m CREATE TABLE "tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "description" varchar, "completed_on" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20160419203210"]]
+ [1m[35m (1.1ms)[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
+ [1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
+ [1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+ [1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
+Migrating to CreateTasks (20160419203210)
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.8ms)[0m DROP TABLE "tasks"
+ [1m[36mSQL (0.2ms)[0m [1mDELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = ?[0m [["version", "20160419203210"]]
+ [1m[35m (0.8ms)[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 CreateTasks (20160419203210)
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.5ms)[0m [1mCREATE TABLE "tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar NOT NULL, "description" varchar NOT NULL, "completed_on" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160419203210"]]
+ [1m[36m (1.8ms)[0m [1mcommit transaction[0m
+ [1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
+ [1m[36mActiveRecord::SchemaMigration Load (0.3ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+ [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.8ms)[0m [1mINSERT INTO "tasks" ("title", "description", "completed_on", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "The First Task"], ["description", ""], ["completed_on", "1983-07-17 11:39:36.975844"], ["created_at", "2016-04-19 23:47:49.318442"], ["updated_at", "2016-04-19 23:47:49.318442"]]
+ [1m[35m (0.5ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Go to Brunch"], ["description", ""], ["created_at", "2016-04-19 23:47:49.323237"], ["updated_at", "2016-04-19 23:47:49.323237"]]
+ [1m[36m (0.5ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "tasks" ("title", "description", "completed_on", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "Go to Lunch"], ["description", ""], ["completed_on", "2000-01-16 21:09:39.857589"], ["created_at", "2016-04-19 23:47:49.325389"], ["updated_at", "2016-04-19 23:47:49.325389"]]
+ [1m[35m (0.7ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Go to Second Lunch"], ["description", ""], ["created_at", "2016-04-19 23:47:49.327690"], ["updated_at", "2016-04-19 23:47:49.327690"]]
+ [1m[36m (0.7ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "tasks" ("title", "description", "completed_on", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "Play Video Games"], ["description", ""], ["completed_on", "1970-07-04 15:21:57.352700"], ["created_at", "2016-04-19 23:47:49.330695"], ["updated_at", "2016-04-19 23:47:49.330695"]]
+ [1m[35m (0.7ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "tasks" ("title", "description", "completed_on", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "High Five Somebody You Don't Know"], ["description", ""], ["completed_on", "1974-03-28 21:01:17.674055"], ["created_at", "2016-04-19 23:47:49.333832"], ["updated_at", "2016-04-19 23:47:49.333832"]]
+ [1m[36m (0.7ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "tasks" ("title", "description", "completed_on", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "Plant Flowers"], ["description", ""], ["completed_on", "1982-09-24 01:47:21.360340"], ["created_at", "2016-04-19 23:47:49.336922"], ["updated_at", "2016-04-19 23:47:49.336922"]]
+ [1m[35m (0.7ms)[0m commit transaction
+ [1m[36m (0.2ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Call Mom"], ["description", ""], ["created_at", "2016-04-19 23:47:49.340987"], ["updated_at", "2016-04-19 23:47:49.340987"]]
+ [1m[36m (0.9ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "She worries, you know."], ["description", ""], ["created_at", "2016-04-19 23:47:49.344827"], ["updated_at", "2016-04-19 23:47:49.344827"]]
+ [1m[35m (0.7ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "tasks" ("title", "description", "completed_on", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Nap."], ["description", ""], ["completed_on", "1992-11-29 00:00:50.235668"], ["created_at", "2016-04-19 23:47:49.347781"], ["updated_at", "2016-04-19 23:47:49.347781"]]
+ [1m[36m (0.6ms)[0m [1mcommit transaction[0m
+
+
+Started GET "/" for ::1 at 2016-04-19 16:55:10 -0700
+ [1m[36mActiveRecord::SchemaMigration Load (0.3ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+Processing by Rails::WelcomeController#index as HTML
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/railties-4.2.6/lib/rails/templates/rails/welcome/index.html.erb (1.7ms)
+Completed 200 OK in 20ms (Views: 12.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/" for ::1 at 2016-04-19 16:55:18 -0700
+Processing by Rails::WelcomeController#index as HTML
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/railties-4.2.6/lib/rails/templates/rails/welcome/index.html.erb (0.0ms)
+Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/" for ::1 at 2016-04-19 16:56:58 -0700
+Processing by ListController#index as HTML
+Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)
+
+NameError (uninitialized constant ListController::List):
+ app/controllers/list_controller.rb:3:in `index'
+
+
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.8ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (51.1ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (51.8ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.5ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (108.8ms)
+
+
+Started GET "/" for ::1 at 2016-04-19 16:57:51 -0700
+Processing by ListController#index as HTML
+ Rendered list/index.html.erb within layouts/application (0.8ms)
+Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.0ms)
+
+SyntaxError (/Users/cristal/C5/projects/TaskListRails/task-list/app/views/list/index.html.erb:9: syntax error, unexpected keyword_ensure, expecting keyword_end
+/Users/cristal/C5/projects/TaskListRails/task-list/app/views/list/index.html.erb:11: syntax error, unexpected end-of-input, expecting keyword_end):
+ app/views/list/index.html.erb:9: syntax error, unexpected keyword_ensure, expecting keyword_end
+ app/views/list/index.html.erb:11: syntax error, unexpected end-of-input, expecting keyword_end
+
+
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.1ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.8ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (48.2ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (40.8ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.2ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (86.7ms)
+
+
+Started GET "/" for ::1 at 2016-04-19 16:58:25 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.5ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ Rendered list/index.html.erb within layouts/application (5.1ms)
+Completed 200 OK in 1527ms (Views: 1526.1ms | ActiveRecord: 0.7ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-19 16:58:27 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-19 16:58:27 -0700
+
+
+Started GET "/" for ::1 at 2016-04-19 16:59:03 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ Rendered list/index.html.erb within layouts/application (1.5ms)
+Completed 200 OK in 21ms (Views: 19.7ms | ActiveRecord: 0.2ms)
+ [1m[36mActiveRecord::SchemaMigration Load (0.7ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (1.5ms)[0m [1mINSERT INTO "tasks" ("title", "description", "completed_on", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "The First Task"], ["description", "a"], ["completed_on", "1971-04-16 12:01:46.699598"], ["created_at", "2016-04-19 23:59:41.910294"], ["updated_at", "2016-04-19 23:59:41.910294"]]
+ [1m[35m (1.2ms)[0m commit transaction
+ [1m[36m (0.2ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.5ms)[0m INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Go to Brunch"], ["description", "b"], ["created_at", "2016-04-19 23:59:41.919001"], ["updated_at", "2016-04-19 23:59:41.919001"]]
+ [1m[36m (1.1ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "tasks" ("title", "description", "completed_on", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "Go to Lunch"], ["description", "c"], ["completed_on", "2013-02-12 12:19:11.705349"], ["created_at", "2016-04-19 23:59:41.923744"], ["updated_at", "2016-04-19 23:59:41.923744"]]
+ [1m[35m (1.1ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Go to Second Lunch"], ["description", ""], ["created_at", "2016-04-19 23:59:41.926506"], ["updated_at", "2016-04-19 23:59:41.926506"]]
+ [1m[36m (0.7ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "tasks" ("title", "description", "completed_on", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "Play Video Games"], ["description", ""], ["completed_on", "2015-01-19 04:16:57.634019"], ["created_at", "2016-04-19 23:59:41.929196"], ["updated_at", "2016-04-19 23:59:41.929196"]]
+ [1m[35m (0.8ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "tasks" ("title", "description", "completed_on", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "High Five Somebody You Don't Know"], ["description", ""], ["completed_on", "1992-01-29 22:47:05.383426"], ["created_at", "2016-04-19 23:59:41.932374"], ["updated_at", "2016-04-19 23:59:41.932374"]]
+ [1m[36m (4.9ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "tasks" ("title", "description", "completed_on", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "Plant Flowers"], ["description", ""], ["completed_on", "1989-08-19 13:51:43.551070"], ["created_at", "2016-04-19 23:59:41.941423"], ["updated_at", "2016-04-19 23:59:41.941423"]]
+ [1m[35m (2.5ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.6ms)[0m INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Call Mom"], ["description", ""], ["created_at", "2016-04-19 23:59:41.945860"], ["updated_at", "2016-04-19 23:59:41.945860"]]
+ [1m[36m (1.9ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (1.5ms)[0m [1mINSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "She worries, you know."], ["description", ""], ["created_at", "2016-04-19 23:59:41.953213"], ["updated_at", "2016-04-19 23:59:41.953213"]]
+ [1m[35m (0.9ms)[0m commit transaction
+ [1m[36m (2.8ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (1.8ms)[0m INSERT INTO "tasks" ("title", "description", "completed_on", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Nap."], ["description", ""], ["completed_on", "1988-03-03 08:47:16.375923"], ["created_at", "2016-04-19 23:59:41.965436"], ["updated_at", "2016-04-19 23:59:41.965436"]]
+ [1m[36m (0.8ms)[0m [1mcommit transaction[0m
+
+
+Started GET "/" for ::1 at 2016-04-20 00:42:20 -0700
+ [1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+Processing by ListController#index as HTML
+Completed 500 Internal Server Error in 36ms (ActiveRecord: 0.0ms)
+
+ActionView::MissingTemplate (Missing template list/index, application/index with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :coffee, :jbuilder]}. Searched in:
+ * "/Users/cristal/C5/projects/TaskListRails/task-list/app/views"
+):
+ actionview (4.2.6) lib/action_view/path_set.rb:46:in `find'
+ actionview (4.2.6) lib/action_view/lookup_context.rb:121:in `find'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:40:in `determine_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:8:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `each'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.5ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.9ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb within rescues/layout (52.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.5ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (56.0ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.5ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (171.7ms)
+
+
+Started GET "/" for ::1 at 2016-04-20 00:43:40 -0700
+Processing by ListController#index as HTML
+Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)
+
+ActionView::MissingTemplate (Missing template list/index, application/index with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :coffee, :jbuilder]}. Searched in:
+ * "/Users/cristal/C5/projects/TaskListRails/task-list/app/views"
+):
+ actionview (4.2.6) lib/action_view/path_set.rb:46:in `find'
+ actionview (4.2.6) lib/action_view/lookup_context.rb:121:in `find'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:40:in `determine_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:8:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `each'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.8ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.8ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb within rescues/layout (49.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (40.2ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.2ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (85.6ms)
+
+
+Started GET "/" for ::1 at 2016-04-20 00:43:41 -0700
+Processing by ListController#index as HTML
+Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms)
+
+ActionView::MissingTemplate (Missing template list/index, application/index with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :coffee, :jbuilder]}. Searched in:
+ * "/Users/cristal/C5/projects/TaskListRails/task-list/app/views"
+):
+ actionview (4.2.6) lib/action_view/path_set.rb:46:in `find'
+ actionview (4.2.6) lib/action_view/lookup_context.rb:121:in `find'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:40:in `determine_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:8:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `each'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.0ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb within rescues/layout (47.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (40.5ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.2ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (90.4ms)
+ [1m[36m (1.3ms)[0m [1mSELECT COUNT(*) FROM "tasks"[0m
+
+
+Started GET "/" for ::1 at 2016-04-20 00:47:56 -0700
+ [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+Processing by ListController#index as HTML
+Completed 500 Internal Server Error in 16ms (ActiveRecord: 0.0ms)
+
+ActionView::MissingTemplate (Missing template list/index, application/index with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :coffee, :jbuilder]}. Searched in:
+ * "/Users/cristal/C5/projects/TaskListRails/task-list/app/views"
+):
+ actionview (4.2.6) lib/action_view/path_set.rb:46:in `find'
+ actionview (4.2.6) lib/action_view/lookup_context.rb:121:in `find'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:40:in `determine_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:8:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `each'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.1ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.9ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.8ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb within rescues/layout (45.6ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (46.5ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.5ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (97.7ms)
+
+
+Started GET "/" for ::1 at 2016-04-20 00:47:57 -0700
+Processing by ListController#index as HTML
+Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms)
+
+ActionView::MissingTemplate (Missing template list/index, application/index with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :coffee, :jbuilder]}. Searched in:
+ * "/Users/cristal/C5/projects/TaskListRails/task-list/app/views"
+):
+ actionview (4.2.6) lib/action_view/path_set.rb:46:in `find'
+ actionview (4.2.6) lib/action_view/lookup_context.rb:121:in `find'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:40:in `determine_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:8:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `each'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.7ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.0ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.8ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb within rescues/layout (51.8ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (41.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.2ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (86.8ms)
+
+
+Started GET "/" for ::1 at 2016-04-20 00:48:18 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.3ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ Rendered list/index.html.erb within layouts/application (6.2ms)
+Completed 200 OK in 215ms (Views: 213.1ms | ActiveRecord: 0.6ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-20 00:48:19 -0700
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-04-20 00:48:19 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-20 00:48:19 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-20 00:48:19 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-20 00:48:19 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-20 00:48:19 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-20 00:48:19 -0700
+
+
+Started GET "/The%20First%20Task" for ::1 at 2016-04-20 00:48:59 -0700
+Processing by ListController#by_task as HTML
+ Parameters: {"title"=>"The First Task"}
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."title" = ?[0m [["title", "The First Task"]]
+ Rendered list/index.html.erb within layouts/application (24.5ms)
+Completed 200 OK in 48ms (Views: 40.5ms | ActiveRecord: 0.6ms)
+
+
+Started GET "/Go%20to%20Brunch" for ::1 at 2016-04-20 00:49:09 -0700
+Processing by ListController#by_task as HTML
+ Parameters: {"title"=>"Go to Brunch"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."title" = ? [["title", "Go to Brunch"]]
+ Rendered list/index.html.erb within layouts/application (0.8ms)
+Completed 200 OK in 15ms (Views: 13.8ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/" for ::1 at 2016-04-20 00:49:14 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ Rendered list/index.html.erb within layouts/application (4.5ms)
+Completed 200 OK in 24ms (Views: 22.6ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/Play%20Video%20Games" for ::1 at 2016-04-20 00:49:17 -0700
+Processing by ListController#by_task as HTML
+ Parameters: {"title"=>"Play Video Games"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."title" = ? [["title", "Play Video Games"]]
+ Rendered list/index.html.erb within layouts/application (1.1ms)
+Completed 200 OK in 28ms (Views: 26.0ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/" for ::1 at 2016-04-20 14:26:03 -0700
+ [1m[36mActiveRecord::SchemaMigration Load (0.3ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.5ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ Rendered list/index.html.erb within layouts/application (10.6ms)
+Completed 200 OK in 216ms (Views: 206.1ms | ActiveRecord: 0.8ms)
+
+
+Started GET "/The%20First%20Task" for ::1 at 2016-04-20 14:26:07 -0700
+Processing by ListController#by_task as HTML
+ Parameters: {"title"=>"The First Task"}
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."title" = ?[0m [["title", "The First Task"]]
+ Rendered list/index.html.erb within layouts/application (4.6ms)
+Completed 200 OK in 23ms (Views: 18.5ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/lists/new" for ::1 at 2016-04-20 14:26:21 -0700
+Processing by ListController#new as HTML
+ Rendered list/new.html.erb within layouts/application (22.8ms)
+Completed 500 Internal Server Error in 26ms (ActiveRecord: 0.0ms)
+
+ActionView::Template::Error (undefined method `tasks_path' for #<#:0x007fb14bf091d8>
+Did you mean? asset_path):
+ 3: <%= params %>
+ 4:
+ 5:
+ 6: <%= form_for @list do |f|%>
+ 7: <%= f.label :title%>
+ 8: <%= f.text_field :title %>
+ 9:
+ app/views/list/new.html.erb:6:in `_app_views_list_new_html_erb__354207753521076674_70199729967460'
+
+
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.2ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.2ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (56.2ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.8ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (1.1ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.6ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (64.1ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.7ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (126.5ms)
+
+
+Started GET "/lists/new" for ::1 at 2016-04-20 14:27:16 -0700
+Processing by ListController#new as HTML
+ Rendered list/new.html.erb within layouts/application (22.2ms)
+Completed 500 Internal Server Error in 38ms (ActiveRecord: 0.8ms)
+
+ActionView::Template::Error (undefined method `tasks_path' for #<#:0x007fb14bf687f0>
+Did you mean? asset_path):
+ 3: <%= params %>
+ 4:
+ 5:
+ 6: <%= form_for @list do |f|%>
+ 7: <%= f.label :title%>
+ 8: <%= f.text_field :title %>
+ 9:
+ app/views/list/new.html.erb:6:in `_app_views_list_new_html_erb__354207753521076674_70199729967460'
+
+
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.5ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.2ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.7ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (47.6ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (42.7ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (93.4ms)
+
+
+Started GET "/lists/new" for ::1 at 2016-04-20 14:27:55 -0700
+Processing by ListController#new as HTML
+ Rendered list/new.html.erb within layouts/application (17.2ms)
+Completed 500 Internal Server Error in 26ms (ActiveRecord: 0.4ms)
+
+ActionView::Template::Error (undefined method `tasks_path' for #<#:0x007fb150c27a78>
+Did you mean? asset_path):
+ 3: <%= params %>
+ 4:
+ 5:
+ 6: <%= form_for @list do |f|%>
+ 7: <%= f.label :title%>
+ 8: <%= f.text_field :title %>
+ 9:
+ app/views/list/new.html.erb:6:in `_app_views_list_new_html_erb__354207753521076674_70199729967460'
+
+
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.8ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (45.7ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.8ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (42.6ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.5ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (91.8ms)
+
+
+Started GET "/lists/new" for ::1 at 2016-04-20 14:29:17 -0700
+Processing by ListController#new as HTML
+ Rendered list/new.html.erb within layouts/application (16.1ms)
+Completed 500 Internal Server Error in 27ms (ActiveRecord: 0.3ms)
+
+ActionView::Template::Error (undefined method `tasks_path' for #<#:0x007fb14c9ca4a0>
+Did you mean? asset_path):
+ 3: <%= params %>
+ 4:
+ 5:
+ 6: <%= form_for @list do |f|%>
+ 7: <%= f.label :title%>
+ 8: <%= f.text_field :title %>
+ 9:
+ app/views/list/new.html.erb:6:in `_app_views_list_new_html_erb__354207753521076674_70199729967460'
+
+
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.1ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.7ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (46.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.5ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (42.0ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.2ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (88.7ms)
+
+
+Started GET "/lists/new" for ::1 at 2016-04-20 14:30:34 -0700
+
+ActionController::RoutingError (No route matches [GET] "/lists/new"):
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.1ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (13.0ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (70.1ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (38.0ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (83.4ms)
+
+
+Started GET "/" for ::1 at 2016-04-20 14:30:37 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.4ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ Rendered list/index.html.erb within layouts/application (7.1ms)
+Completed 200 OK in 28ms (Views: 25.7ms | ActiveRecord: 0.8ms)
+
+
+Started GET "/list" for ::1 at 2016-04-20 14:30:40 -0700
+Processing by ListController#by_task as HTML
+ Parameters: {"title"=>"list"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."title" = ?[0m [["title", "list"]]
+ Rendered list/index.html.erb within layouts/application (0.5ms)
+Completed 200 OK in 14ms (Views: 13.1ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/list/new" for ::1 at 2016-04-20 14:30:43 -0700
+Processing by ListController#new as HTML
+ Rendered list/new.html.erb within layouts/application (16.5ms)
+Completed 500 Internal Server Error in 20ms (ActiveRecord: 0.0ms)
+
+ActionView::Template::Error (undefined method `tasks_path' for #<#:0x007fb15235e520>
+Did you mean? asset_path):
+ 3: <%= params %>
+ 4:
+ 5:
+ 6: <%= form_for @list do |f|%>
+ 7: <%= f.label :title%>
+ 8: <%= f.text_field :title %>
+ 9:
+ app/views/list/new.html.erb:6:in `_app_views_list_new_html_erb__354207753521076674_70199729967460'
+
+
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.2ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.6ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (46.2ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (42.0ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (90.5ms)
+
+
+Started GET "/list/new" for ::1 at 2016-04-20 14:31:25 -0700
+Processing by ListController#new as HTML
+ Rendered list/new.html.erb within layouts/application (16.3ms)
+Completed 500 Internal Server Error in 19ms (ActiveRecord: 0.0ms)
+
+ActionView::Template::Error (undefined method `tasks_path' for #<#:0x007fb150abb658>
+Did you mean? asset_path):
+ 3:
+ 4:
+ 5:
+ 6: <%= form_for @list do |f|%>
+ 7: <%= f.label :title%>
+ 8: <%= f.text_field :title %>
+ 9:
+ app/views/list/new.html.erb:6:in `_app_views_list_new_html_erb__354207753521076674_70199769682240'
+
+
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.6ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.9ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.7ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (44.8ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (40.2ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.2ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.5ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (87.9ms)
+
+
+Started GET "/list/new" for ::1 at 2016-04-20 14:31:40 -0700
+Processing by ListController#new as HTML
+ Rendered list/new.html.erb within layouts/application (2.1ms)
+Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.0ms)
+
+ActionView::Template::Error (First argument in form cannot contain nil or be empty):
+ 3:
+ 4:
+ 5:
+ 6: <%= form_for @lists do |f|%>
+ 7: <%= f.label :title%>
+ 8: <%= f.text_field :title %>
+ 9:
+ app/views/list/new.html.erb:6:in `_app_views_list_new_html_erb__354207753521076674_70199759441720'
+
+
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.7ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.0ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.7ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (45.6ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (37.9ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (85.1ms)
+
+
+Started GET "/list/new" for ::1 at 2016-04-20 14:33:57 -0700
+Processing by ListController#new as HTML
+ Rendered list/new.html.erb within layouts/application (15.0ms)
+Completed 500 Internal Server Error in 18ms (ActiveRecord: 0.0ms)
+
+ActionView::Template::Error (undefined method `tasks_path' for #<#:0x007fb15246bf58>
+Did you mean? asset_path):
+ 3:
+ 4:
+ 5:
+ 6:
+ app/views/list/new.html.erb:4:in `_app_views_list_new_html_erb__354207753521076674_70199781566500'
+
+
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (11.5ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.2ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.8ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (57.6ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.5ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (43.7ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.5ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (96.2ms)
+
+
+Started GET "/list/new" for ::1 at 2016-04-20 14:34:59 -0700
+Processing by ListController#new as HTML
+ Rendered list/new.html.erb within layouts/application (0.9ms)
+Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms)
+
+SyntaxError (/Users/cristal/C5/projects/TaskListRails/task-list/app/views/list/new.html.erb:7: syntax error, unexpected keyword_ensure, expecting end-of-input):
+ app/views/list/new.html.erb:7: syntax error, unexpected keyword_ensure, expecting end-of-input
+
+
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.8ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.0ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.7ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (45.5ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (41.7ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (88.0ms)
+
+
+Started GET "/list/new" for ::1 at 2016-04-20 14:35:24 -0700
+Processing by ListController#new as HTML
+ Rendered list/new.html.erb within layouts/application (0.3ms)
+Completed 200 OK in 18ms (Views: 17.3ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-20 14:35:24 -0700
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-04-20 14:35:24 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-20 14:35:24 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-20 14:35:24 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-20 14:35:24 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-20 14:35:24 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-20 14:35:24 -0700
+
+
+Started GET "/list/new" for ::1 at 2016-04-20 14:35:31 -0700
+Processing by ListController#new as HTML
+ Rendered list/new.html.erb within layouts/application (0.8ms)
+Completed 200 OK in 21ms (Views: 20.9ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-04-20 14:35:31 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-20 14:35:31 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-20 14:35:31 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-20 14:35:31 -0700
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-20 14:35:31 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-20 14:35:31 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-20 14:35:31 -0700
+
+
+Started GET "/list/new" for ::1 at 2016-04-20 14:35:39 -0700
+Processing by ListController#new as HTML
+ Rendered list/new.html.erb within layouts/application (0.4ms)
+Completed 200 OK in 12ms (Views: 11.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-04-20 14:35:39 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-20 14:35:39 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-20 14:35:39 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-20 14:35:40 -0700
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-20 14:35:40 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-20 14:35:40 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-20 14:35:40 -0700
+
+
+Started GET "/list/new" for ::1 at 2016-04-20 14:36:02 -0700
+Processing by ListController#new as HTML
+ Rendered list/new.html.erb within layouts/application (16.5ms)
+Completed 500 Internal Server Error in 20ms (ActiveRecord: 0.0ms)
+
+ActionView::Template::Error (undefined method `tasks_path' for #<#:0x007fb14c2501c0>
+Did you mean? asset_path):
+ 3: <%= params %>
+ 4: <%= @list %>
+ 5:
+ 6: <%= form_for @list do |f|%>
+ 7:
+ 8: <%end%>
+ app/views/list/new.html.erb:6:in `_app_views_list_new_html_erb__354207753521076674_70199782938000'
+
+
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (8.6ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.8ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (53.7ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.6ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (39.2ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (85.3ms)
+
+
+Started GET "/list/new" for ::1 at 2016-04-20 14:43:54 -0700
+ [1m[36mActiveRecord::SchemaMigration Load (0.3ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+Processing by ListController#new as HTML
+ Rendered list/new.html.erb within layouts/application (19.3ms)
+Completed 500 Internal Server Error in 42ms (ActiveRecord: 0.3ms)
+
+ActionView::Template::Error (undefined method `tasks_path' for #<#:0x007fb0db88aed0>
+Did you mean? asset_path):
+ 3: <%= params %>
+ 4: <%= @list %>
+ 5:
+ 6: <%= form_for @list do |f|%>
+ 7: <%= f.label :title%>
+ 8: <%= f.text_field :title %>
+ 9:
+ app/views/list/new.html.erb:6:in `_app_views_list_new_html_erb___2475351542971836476_70198786921540'
+
+
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.8ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.0ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.8ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (52.0ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (52.0ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.6ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (112.8ms)
+
+
+Started GET "/list/new" for ::1 at 2016-04-20 14:45:20 -0700
+
+ArgumentError (Invalid route name, already in use: 'list'
+You may have defined two routes with the same name using the `:as` option, or you may be overriding a route already defined by a resource with the same naming. For the latter, you can restrict the routes created with `resources` as explained here:
+http://guides.rubyonrails.org/routing.html#restricting-the-routes-created):
+ config/routes.rb:14:in `block in '
+ config/routes.rb:1:in `'
+
+
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.0ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.7ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (42.7ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.2ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (39.5ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (85.1ms)
+
+
+Started GET "/list/new" for ::1 at 2016-04-20 14:45:32 -0700
+Processing by ListController#new as HTML
+ Rendered list/new.html.erb within layouts/application (16.8ms)
+Completed 500 Internal Server Error in 27ms (ActiveRecord: 0.4ms)
+
+ActionView::Template::Error (undefined method `tasks_path' for #<#:0x007fb0de110a58>
+Did you mean? asset_path):
+ 3: <%= params %>
+ 4: <%= @list %>
+ 5:
+ 6: <%= form_for @list do |f|%>
+ 7: <%= f.label :title%>
+ 8: <%= f.text_field :title %>
+ 9:
+ app/views/list/new.html.erb:6:in `_app_views_list_new_html_erb___2475351542971836476_70198786921540'
+
+
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (49.1ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (44.1ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (1.0ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (95.0ms)
+
+
+Started GET "/list/new" for ::1 at 2016-04-20 14:45:48 -0700
+Processing by ListController#new as HTML
+ Rendered list/new.html.erb within layouts/application (19.0ms)
+Completed 500 Internal Server Error in 30ms (ActiveRecord: 0.3ms)
+
+ActionView::Template::Error (undefined method `tasks_path' for #<#:0x007fb0d9ea3d78>
+Did you mean? asset_path):
+ 3: <%= params %>
+ 4: <%= @list %>
+ 5:
+ 6: <%= form_for @list do |f|%>
+ 7: <%= f.label :title%>
+ 8: <%= f.text_field :title %>
+ 9:
+ app/views/list/new.html.erb:6:in `_app_views_list_new_html_erb___2475351542971836476_70198786921540'
+
+
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.0ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.8ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (49.1ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.5ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (40.9ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.5ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (91.5ms)
+
+
+Started GET "/list/new" for ::1 at 2016-04-20 14:46:01 -0700
+Processing by ListController#new as HTML
+ Rendered list/new.html.erb within layouts/application (20.0ms)
+Completed 500 Internal Server Error in 30ms (ActiveRecord: 0.4ms)
+
+ActionView::Template::Error (undefined method `tasks_path' for #<#:0x007fb0da2e2470>
+Did you mean? task_path):
+ 3: <%= params %>
+ 4: <%= @list %>
+ 5:
+ 6: <%= form_for @list do |f|%>
+ 7: <%= f.label :title%>
+ 8: <%= f.text_field :title %>
+ 9:
+ app/views/list/new.html.erb:6:in `_app_views_list_new_html_erb___2475351542971836476_70198786921540'
+
+
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.2ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.8ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (48.9ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.6ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (44.9ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (100.9ms)
+
+
+Started GET "/list/new" for ::1 at 2016-04-20 14:46:06 -0700
+Processing by ListController#new as HTML
+ Rendered list/new.html.erb within layouts/application (14.6ms)
+Completed 200 OK in 221ms (Views: 215.5ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-20 14:46:06 -0700
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-04-20 14:46:06 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-20 14:46:06 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-20 14:46:06 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-20 14:46:06 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-20 14:46:06 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-20 14:46:06 -0700
+
+
+Started POST "/list" for ::1 at 2016-04-20 14:46:21 -0700
+Processing by ListController#create as HTML
+ Parameters: {"utf8"=>"β", "authenticity_token"=>"RReDesTVSBVhDeAU9mBCpX+dVuUWdPJWOl0luCxOFp3v41MUzXoTTw15urwGLegjy6bbLufErKEz8p6AoRTrEg==", "task"=>{"title"=>"AAAAAA", "description"=>"MEOW MEOW"}, "commit"=>"SUBMIT!!"}
+Unpermitted parameters: utf8, authenticity_token, commit
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.8ms)[0m [1mINSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "AAAAAA"], ["description", "MEOW MEOW"], ["created_at", "2016-04-20 21:46:21.885022"], ["updated_at", "2016-04-20 21:46:21.885022"]]
+ [1m[35m (0.6ms)[0m commit transaction
+Redirected to http://localhost:3000/
+Completed 302 Found in 8ms (ActiveRecord: 1.5ms)
+
+
+Started GET "/" for ::1 at 2016-04-20 14:46:21 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ Rendered list/index.html.erb within layouts/application (4.7ms)
+Completed 200 OK in 22ms (Views: 21.3ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/AAAAAA" for ::1 at 2016-04-20 14:46:26 -0700
+Processing by ListController#by_task as HTML
+ Parameters: {"title"=>"AAAAAA"}
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."title" = ? [["title", "AAAAAA"]]
+ Rendered list/index.html.erb within layouts/application (2.1ms)
+Completed 200 OK in 40ms (Views: 27.1ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/" for ::1 at 2016-04-21 11:10:06 -0700
+ [1m[36mActiveRecord::SchemaMigration Load (0.3ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.4ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ Rendered list/index.html.erb within layouts/application (9.3ms)
+Completed 200 OK in 250ms (Views: 238.7ms | ActiveRecord: 0.7ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-21 11:10:07 -0700
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-04-21 11:10:07 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-21 11:10:07 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-21 11:10:07 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-21 11:10:07 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-21 11:10:07 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-21 11:10:07 -0700
+
+
+Started GET "/The%20First%20Task" for ::1 at 2016-04-21 11:10:12 -0700
+Processing by ListController#by_task as HTML
+ Parameters: {"title"=>"The First Task"}
+ [1m[36mTask Load (0.3ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."title" = ?[0m [["title", "The First Task"]]
+ Rendered list/index.html.erb within layouts/application (4.5ms)
+Completed 200 OK in 21ms (Views: 16.1ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/list/new" for ::1 at 2016-04-21 11:10:19 -0700
+Processing by ListController#new as HTML
+ Rendered list/new.html.erb within layouts/application (14.4ms)
+Completed 200 OK in 27ms (Views: 26.3ms | ActiveRecord: 0.0ms)
+
+
+Started POST "/list" for ::1 at 2016-04-21 11:10:28 -0700
+Processing by ListController#create as HTML
+ Parameters: {"utf8"=>"β", "authenticity_token"=>"TfPoyNzI8Bn1J9VeOR3a6pIj2lRinWKISzYgjSpPRVHnBzim1WerQ5lTj/bJUHBsJhhXn5MtPH9CmZu1pxW43g==", "task"=>{"title"=>"HELLO", "description"=>"IT WORKS"}, "commit"=>"SUBMIT!!"}
+Unpermitted parameters: utf8, authenticity_token, commit
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.6ms)[0m [1mINSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "HELLO"], ["description", "IT WORKS"], ["created_at", "2016-04-21 18:10:28.018556"], ["updated_at", "2016-04-21 18:10:28.018556"]]
+ [1m[35m (0.6ms)[0m commit transaction
+Redirected to http://localhost:3000/
+Completed 302 Found in 5ms (ActiveRecord: 1.3ms)
+
+
+Started GET "/" for ::1 at 2016-04-21 11:10:28 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ Rendered list/index.html.erb within layouts/application (3.3ms)
+Completed 200 OK in 16ms (Views: 15.8ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/" for ::1 at 2016-04-21 11:38:17 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.7ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ Rendered list/index.html.erb within layouts/application (9.2ms)
+Completed 200 OK in 32ms (Views: 28.9ms | ActiveRecord: 0.9ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-21 11:38:17 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-21 11:38:17 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-21 11:38:17 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-21 11:38:17 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-21 11:38:17 -0700
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-04-21 11:38:17 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-21 11:38:17 -0700
+
+
+Started GET "/" for ::1 at 2016-04-21 11:38:18 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.3ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ Rendered list/index.html.erb within layouts/application (3.7ms)
+Completed 200 OK in 18ms (Views: 16.7ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-21 11:38:18 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-21 11:38:18 -0700
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-04-21 11:38:18 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-21 11:38:18 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-21 11:38:18 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-21 11:38:18 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-21 11:38:18 -0700
+
+
+Started GET "/" for ::1 at 2016-04-21 11:38:19 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ Rendered list/index.html.erb within layouts/application (3.0ms)
+Completed 200 OK in 17ms (Views: 16.1ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-04-21 11:38:19 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-21 11:38:19 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-21 11:38:19 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-21 11:38:19 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-21 11:38:19 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-21 11:38:19 -0700
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-21 11:38:19 -0700
+
+
+Started GET "/" for ::1 at 2016-04-21 11:38:20 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ Rendered list/index.html.erb within layouts/application (5.0ms)
+Completed 200 OK in 18ms (Views: 16.9ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-21 11:38:20 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-21 11:38:20 -0700
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-04-21 11:38:20 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-21 11:38:20 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-21 11:38:20 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-21 11:38:20 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-21 11:38:20 -0700
+
+
+Started GET "/HELLO" for ::1 at 2016-04-21 11:38:23 -0700
+Processing by ListController#by_task as HTML
+ Parameters: {"title"=>"HELLO"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."title" = ? [["title", "HELLO"]]
+ Rendered list/index.html.erb within layouts/application (0.9ms)
+Completed 200 OK in 18ms (Views: 16.8ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/" for ::1 at 2016-04-21 11:38:25 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ Rendered list/index.html.erb within layouts/application (3.3ms)
+Completed 200 OK in 18ms (Views: 17.3ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/" for ::1 at 2016-04-21 11:38:32 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ Rendered list/index.html.erb within layouts/application (11.0ms)
+Completed 500 Internal Server Error in 14ms (ActiveRecord: 0.2ms)
+
+ArgumentError - wrong number of arguments (given 0, expected 1):
+ app/views/list/index.html.erb:10:in `_app_views_list_index_html_erb__2131646824756555568_70219420074040'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/96cbd39d4b33ddba/variables" for ::1 at 2016-04-21 11:38:32 -0700
+
+
+Started GET "/" for ::1 at 2016-04-21 11:39:19 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ Rendered list/index.html.erb within layouts/application (5.7ms)
+Completed 500 Internal Server Error in 10ms (ActiveRecord: 0.2ms)
+
+ArgumentError - wrong number of arguments (given 0, expected 1):
+ app/views/list/index.html.erb:10:in `_app_views_list_index_html_erb__2131646824756555568_70219405198820'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/56af3098f7d1dc53/variables" for ::1 at 2016-04-21 11:39:20 -0700
+
+
+Started GET "/" for ::1 at 2016-04-21 11:39:21 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ Rendered list/index.html.erb within layouts/application (4.5ms)
+Completed 500 Internal Server Error in 8ms (ActiveRecord: 0.2ms)
+
+ArgumentError - wrong number of arguments (given 0, expected 1):
+ app/views/list/index.html.erb:10:in `_app_views_list_index_html_erb__2131646824756555568_70219405198820'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/31296b80739ff060/variables" for ::1 at 2016-04-21 11:39:21 -0700
+
+
+Started GET "/" for ::1 at 2016-04-21 11:41:31 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.4ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ Rendered list/index.html.erb within layouts/application (7.6ms)
+Completed 200 OK in 23ms (Views: 20.8ms | ActiveRecord: 0.7ms)
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-04-21 11:41:31 -0700
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-21 11:41:31 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-21 11:41:31 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-21 11:41:31 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-21 11:41:31 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-21 11:41:31 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-21 11:41:31 -0700
+
+
+Started GET "/list" for ::1 at 2016-04-21 11:41:33 -0700
+Processing by ListController#by_task as HTML
+ Parameters: {"title"=>"list"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."title" = ? [["title", "list"]]
+ Rendered list/index.html.erb within layouts/application (1.1ms)
+Completed 200 OK in 15ms (Views: 14.5ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/" for ::1 at 2016-04-21 11:41:37 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ Rendered list/index.html.erb within layouts/application (3.4ms)
+Completed 200 OK in 17ms (Views: 16.5ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/" for ::1 at 2016-04-21 11:42:12 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.4ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ Rendered list/index.html.erb within layouts/application (7.3ms)
+Completed 200 OK in 26ms (Views: 23.6ms | ActiveRecord: 0.7ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-21 11:42:13 -0700
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-04-21 11:42:13 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-21 11:42:13 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-21 11:42:13 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-21 11:42:13 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-21 11:42:13 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-21 11:42:13 -0700
+
+
+Started GET "/" for ::1 at 2016-04-21 11:42:14 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ Rendered list/index.html.erb within layouts/application (3.1ms)
+Completed 200 OK in 22ms (Views: 21.1ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-04-21 11:42:14 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-21 11:42:14 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-21 11:42:14 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-21 11:42:14 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-21 11:42:14 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-21 11:42:14 -0700
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-21 11:42:14 -0700
+
+
+Started GET "/list/new" for ::1 at 2016-04-21 11:42:15 -0700
+Processing by ListController#new as HTML
+ Rendered list/new.html.erb within layouts/application (2.4ms)
+Completed 200 OK in 21ms (Views: 20.4ms | ActiveRecord: 0.0ms)
+
+
+Started POST "/list/new" for ::1 at 2016-04-21 13:29:08 -0700
+
+ActionController::RoutingError (No route matches [POST] "/list/new"):
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.2ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (3.9ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (3.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (72.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (1.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.7ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.5ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.8ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (51.2ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.5ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (1.1ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (115.1ms)
+
+
+Started GET "/" for ::1 at 2016-04-21 13:32:00 -0700
+
+SyntaxError - syntax error, unexpected tIDENTIFIER, expecting keyword_end
+ get '/list' => 'list#index' as: 'tasks'
+ ^:
+ config/routes.rb:12:in `'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:268:in `block in load'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:240:in `load_dependency'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:268:in `load'
+ railties (4.2.6) lib/rails/application/routes_reloader.rb:40:in `block in load_paths'
+ railties (4.2.6) lib/rails/application/routes_reloader.rb:40:in `load_paths'
+ railties (4.2.6) lib/rails/application/routes_reloader.rb:16:in `reload!'
+ railties (4.2.6) lib/rails/application/routes_reloader.rb:26:in `block in updater'
+ activesupport (4.2.6) lib/active_support/file_update_checker.rb:75:in `execute'
+ railties (4.2.6) lib/rails/application/routes_reloader.rb:7:in `execute'
+ railties (4.2.6) lib/rails/application/finisher.rb:81:in `block (2 levels) in '
+ activesupport (4.2.6) lib/active_support/callbacks.rb:446:in `block in make_lambda'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:192:in `block in simple'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:504:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:504:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_prepare_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:83:in `prepare!'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:71:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/467f7ba45335c503/variables" for ::1 at 2016-04-21 13:32:00 -0700
+
+
+Started POST "/__better_errors/467f7ba45335c503/variables" for ::1 at 2016-04-21 13:33:11 -0700
+
+
+Started GET "/" for ::1 at 2016-04-21 13:34:16 -0700
+
+SyntaxError - syntax error, unexpected tIDENTIFIER, expecting keyword_end
+ get '/list' => 'list#index' as: 'task'
+ ^:
+ config/routes.rb:13:in `'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:268:in `block in load'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:240:in `load_dependency'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:268:in `load'
+ railties (4.2.6) lib/rails/application/routes_reloader.rb:40:in `block in load_paths'
+ railties (4.2.6) lib/rails/application/routes_reloader.rb:40:in `load_paths'
+ railties (4.2.6) lib/rails/application/routes_reloader.rb:16:in `reload!'
+ railties (4.2.6) lib/rails/application/routes_reloader.rb:26:in `block in updater'
+ activesupport (4.2.6) lib/active_support/file_update_checker.rb:75:in `execute'
+ railties (4.2.6) lib/rails/application/routes_reloader.rb:7:in `execute'
+ railties (4.2.6) lib/rails/application/finisher.rb:81:in `block (2 levels) in '
+ activesupport (4.2.6) lib/active_support/callbacks.rb:446:in `block in make_lambda'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:192:in `block in simple'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:504:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:504:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_prepare_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:83:in `prepare!'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:71:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/f0e7f3a233707e5e/variables" for ::1 at 2016-04-21 13:34:16 -0700
+
+
+Started GET "/" for ::1 at 2016-04-21 13:34:17 -0700
+
+ActionController::RoutingError (No route matches [GET] "/"):
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.7ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (49.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.6ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.5ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (1.2ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (48.1ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.6ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (100.4ms)
+
+
+Started GET "/" for ::1 at 2016-04-21 13:34:38 -0700
+
+ActionController::RoutingError (No route matches [GET] "/"):
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (44.5ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.5ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.5ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (40.8ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (1.0ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (89.4ms)
+
+
+Started GET "/" for ::1 at 2016-04-21 13:34:40 -0700
+
+ActionController::RoutingError (No route matches [GET] "/"):
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.7ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (46.8ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (40.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (89.5ms)
+
+
+Started GET "/" for ::1 at 2016-04-21 13:35:02 -0700
+
+ActionController::RoutingError (No route matches [GET] "/"):
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (49.0ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (39.8ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (89.8ms)
+
+
+Started GET "/" for ::1 at 2016-04-21 13:35:37 -0700
+
+SyntaxError - syntax error, unexpected tIDENTIFIER, expecting keyword_end
+ get '/list' => 'list#index' as: 'list'
+ ^:
+ config/routes.rb:13:in `'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:268:in `block in load'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:240:in `load_dependency'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:268:in `load'
+ railties (4.2.6) lib/rails/application/routes_reloader.rb:40:in `block in load_paths'
+ railties (4.2.6) lib/rails/application/routes_reloader.rb:40:in `load_paths'
+ railties (4.2.6) lib/rails/application/routes_reloader.rb:16:in `reload!'
+ railties (4.2.6) lib/rails/application/routes_reloader.rb:26:in `block in updater'
+ activesupport (4.2.6) lib/active_support/file_update_checker.rb:75:in `execute'
+ railties (4.2.6) lib/rails/application/routes_reloader.rb:7:in `execute'
+ railties (4.2.6) lib/rails/application/finisher.rb:81:in `block (2 levels) in '
+ activesupport (4.2.6) lib/active_support/callbacks.rb:446:in `block in make_lambda'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:192:in `block in simple'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:504:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:504:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_prepare_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:83:in `prepare!'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:71:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/57909cc6a30cece6/variables" for ::1 at 2016-04-21 13:35:37 -0700
+
+
+Started GET "/" for ::1 at 2016-04-21 13:35:48 -0700
+
+SyntaxError - syntax error, unexpected tIDENTIFIER, expecting keyword_end
+ get '/list' => 'list#index' as: 'lists'
+ ^:
+ config/routes.rb:13:in `'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:268:in `block in load'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:240:in `load_dependency'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:268:in `load'
+ railties (4.2.6) lib/rails/application/routes_reloader.rb:40:in `block in load_paths'
+ railties (4.2.6) lib/rails/application/routes_reloader.rb:40:in `load_paths'
+ railties (4.2.6) lib/rails/application/routes_reloader.rb:16:in `reload!'
+ railties (4.2.6) lib/rails/application/routes_reloader.rb:26:in `block in updater'
+ activesupport (4.2.6) lib/active_support/file_update_checker.rb:75:in `execute'
+ railties (4.2.6) lib/rails/application/routes_reloader.rb:7:in `execute'
+ railties (4.2.6) lib/rails/application/finisher.rb:81:in `block (2 levels) in '
+ activesupport (4.2.6) lib/active_support/callbacks.rb:446:in `block in make_lambda'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:192:in `block in simple'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:504:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:504:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_prepare_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:83:in `prepare!'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:71:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/100b4695e18909bb/variables" for ::1 at 2016-04-21 13:35:48 -0700
+
+
+Started GET "/" for ::1 at 2016-04-21 13:35:57 -0700
+
+SyntaxError - syntax error, unexpected tIDENTIFIER, expecting keyword_end
+ get '/list' => 'list#index' as: 'tasks'
+ ^:
+ config/routes.rb:13:in `'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:268:in `block in load'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:240:in `load_dependency'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:268:in `load'
+ railties (4.2.6) lib/rails/application/routes_reloader.rb:40:in `block in load_paths'
+ railties (4.2.6) lib/rails/application/routes_reloader.rb:40:in `load_paths'
+ railties (4.2.6) lib/rails/application/routes_reloader.rb:16:in `reload!'
+ railties (4.2.6) lib/rails/application/routes_reloader.rb:26:in `block in updater'
+ activesupport (4.2.6) lib/active_support/file_update_checker.rb:75:in `execute'
+ railties (4.2.6) lib/rails/application/routes_reloader.rb:7:in `execute'
+ railties (4.2.6) lib/rails/application/finisher.rb:81:in `block (2 levels) in '
+ activesupport (4.2.6) lib/active_support/callbacks.rb:446:in `block in make_lambda'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:192:in `block in simple'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:504:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:504:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_prepare_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:83:in `prepare!'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:71:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/35e6171f3787b493/variables" for ::1 at 2016-04-21 13:35:57 -0700
+
+
+Started GET "/" for ::1 at 2016-04-21 13:36:05 -0700
+
+SyntaxError - syntax error, unexpected tIDENTIFIER, expecting keyword_end
+ get '/list' => 'list#index' as: 'task'
+ ^:
+ config/routes.rb:13:in `'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:268:in `block in load'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:240:in `load_dependency'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:268:in `load'
+ railties (4.2.6) lib/rails/application/routes_reloader.rb:40:in `block in load_paths'
+ railties (4.2.6) lib/rails/application/routes_reloader.rb:40:in `load_paths'
+ railties (4.2.6) lib/rails/application/routes_reloader.rb:16:in `reload!'
+ railties (4.2.6) lib/rails/application/routes_reloader.rb:26:in `block in updater'
+ activesupport (4.2.6) lib/active_support/file_update_checker.rb:75:in `execute'
+ railties (4.2.6) lib/rails/application/routes_reloader.rb:7:in `execute'
+ railties (4.2.6) lib/rails/application/finisher.rb:81:in `block (2 levels) in '
+ activesupport (4.2.6) lib/active_support/callbacks.rb:446:in `block in make_lambda'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:192:in `block in simple'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:504:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:504:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_prepare_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:83:in `prepare!'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:71:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/eb066373413c10ff/variables" for ::1 at 2016-04-21 13:36:05 -0700
+
+
+Started GET "/" for ::1 at 2016-04-21 13:36:09 -0700
+
+ActionController::RoutingError (No route matches [GET] "/"):
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.1ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (52.6ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.5ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (40.9ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (87.8ms)
+
+
+Started GET "/" for ::1 at 2016-04-21 13:36:30 -0700
+
+SyntaxError - syntax error, unexpected tIDENTIFIER, expecting keyword_end
+ get '/list' => 'list#index' as: 'task'
+ ^:
+ config/routes.rb:13:in `'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:268:in `block in load'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:240:in `load_dependency'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:268:in `load'
+ railties (4.2.6) lib/rails/application/routes_reloader.rb:40:in `block in load_paths'
+ railties (4.2.6) lib/rails/application/routes_reloader.rb:40:in `load_paths'
+ railties (4.2.6) lib/rails/application/routes_reloader.rb:16:in `reload!'
+ railties (4.2.6) lib/rails/application/routes_reloader.rb:26:in `block in updater'
+ activesupport (4.2.6) lib/active_support/file_update_checker.rb:75:in `execute'
+ railties (4.2.6) lib/rails/application/routes_reloader.rb:7:in `execute'
+ railties (4.2.6) lib/rails/application/finisher.rb:81:in `block (2 levels) in '
+ activesupport (4.2.6) lib/active_support/callbacks.rb:446:in `block in make_lambda'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:192:in `block in simple'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:504:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:504:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_prepare_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:83:in `prepare!'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:71:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/2680edb85aa3747e/variables" for ::1 at 2016-04-21 13:36:30 -0700
+
+
+Started GET "/" for ::1 at 2016-04-21 13:36:41 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.3ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."title" ASC
+ Rendered list/index.html.erb within layouts/application (38.7ms)
+Completed 500 Internal Server Error in 46ms (ActiveRecord: 0.5ms)
+
+NameError - undefined local variable or method `tasks_path' for #<#:0x007fba757e9320>
+Did you mean? asset_path:
+ app/views/list/index.html.erb:10:in `_app_views_list_index_html_erb__2131646824756555568_70219419524980'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/43fc76ed7b70b1f4/variables" for ::1 at 2016-04-21 13:36:41 -0700
+
+
+Started GET "/" for ::1 at 2016-04-21 13:36:58 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."title" ASC[0m
+ Rendered list/index.html.erb within layouts/application (3.7ms)
+Completed 200 OK in 21ms (Views: 19.9ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-04-21 13:36:59 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-21 13:36:59 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-21 13:36:59 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-21 13:36:59 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-21 13:36:59 -0700
+
+
+Started GET "/" for ::1 at 2016-04-21 13:37:03 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."title" ASC
+ Rendered list/index.html.erb within layouts/application (5.2ms)
+Completed 200 OK in 19ms (Views: 18.4ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/AAAAAA" for ::1 at 2016-04-21 13:37:05 -0700
+
+ActionController::RoutingError (No route matches [GET] "/AAAAAA"):
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.6ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.2ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (64.1ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (45.0ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.5ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.6ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (97.5ms)
+
+
+Started GET "/AAAAAA" for ::1 at 2016-04-21 13:37:05 -0700
+
+ActionController::RoutingError (No route matches [GET] "/AAAAAA"):
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.6ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (57.1ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (39.6ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (90.0ms)
+
+
+Started GET "/" for ::1 at 2016-04-21 13:37:33 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.3ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."title" ASC[0m
+ Rendered list/index.html.erb within layouts/application (6.6ms)
+Completed 200 OK in 25ms (Views: 22.6ms | ActiveRecord: 0.6ms)
+
+
+Started GET "/AAAAAA" for ::1 at 2016-04-21 13:37:35 -0700
+
+ActionController::RoutingError (No route matches [GET] "/AAAAAA"):
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.6ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.7ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.8ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (62.8ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.7ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (42.1ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.7ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (92.5ms)
+
+
+Started GET "/AAAAAA" for ::1 at 2016-04-21 13:37:35 -0700
+
+ActionController::RoutingError (No route matches [GET] "/AAAAAA"):
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.7ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.1ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (58.2ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (41.0ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (87.2ms)
+
+
+Started GET "/list" for ::1 at 2016-04-21 13:37:39 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.6ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."title" ASC
+ Rendered list/index.html.erb within layouts/application (4.0ms)
+Completed 200 OK in 16ms (Views: 15.1ms | ActiveRecord: 0.6ms)
+
+
+Started GET "/list" for ::1 at 2016-04-21 13:37:48 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.3ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."title" ASC[0m
+ Rendered list/index.html.erb within layouts/application (6.2ms)
+Completed 200 OK in 22ms (Views: 20.0ms | ActiveRecord: 0.5ms)
+
+
+Started GET "/list" for ::1 at 2016-04-21 13:38:05 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.3ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."title" ASC
+ Rendered list/index.html.erb within layouts/application (5.9ms)
+Completed 200 OK in 22ms (Views: 19.9ms | ActiveRecord: 0.5ms)
+
+
+Started GET "/AAAAAA" for ::1 at 2016-04-21 13:38:06 -0700
+
+ActionController::RoutingError (No route matches [GET] "/AAAAAA"):
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.7ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (57.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (39.7ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (86.3ms)
+
+
+Started GET "/AAAAAA" for ::1 at 2016-04-21 13:38:07 -0700
+
+ActionController::RoutingError (No route matches [GET] "/AAAAAA"):
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.6ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (55.7ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.5ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (40.7ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (89.6ms)
+
+
+Started GET "/list" for ::1 at 2016-04-21 13:38:20 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.3ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."title" ASC[0m
+ Rendered list/index.html.erb within layouts/application (6.2ms)
+Completed 200 OK in 21ms (Views: 19.1ms | ActiveRecord: 0.6ms)
+
+
+Started GET "/AAAAAA" for ::1 at 2016-04-21 13:38:22 -0700
+
+ActionController::RoutingError (No route matches [GET] "/AAAAAA"):
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.8ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.2ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (63.5ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (40.1ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (89.8ms)
+
+
+Started GET "/AAAAAA" for ::1 at 2016-04-21 13:38:22 -0700
+
+ActionController::RoutingError (No route matches [GET] "/AAAAAA"):
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.8ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.8ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.1ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (65.9ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (42.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (89.8ms)
+
+
+Started GET "/" for ::1 at 2016-04-21 13:39:40 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."title" ASC
+ Rendered list/index.html.erb within layouts/application (3.2ms)
+Completed 200 OK in 20ms (Views: 19.0ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/" for ::1 at 2016-04-21 13:41:08 -0700
+
+SyntaxError - syntax error, unexpected end-of-input, expecting keyword_end:
+ app/controllers/list_controller.rb:33:in `'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:457:in `block in load_file'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:647:in `new_constants_in'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:456:in `load_file'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:354:in `require_or_load'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:494:in `load_missing_constant'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:184:in `const_missing'
+ activesupport (4.2.6) lib/active_support/inflector/methods.rb:261:in `block in constantize'
+ activesupport (4.2.6) lib/active_support/inflector/methods.rb:259:in `constantize'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:566:in `get'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:597:in `constantize'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:70:in `controller_reference'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:60:in `controller'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:39:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/06c883029df5ccbe/variables" for ::1 at 2016-04-21 13:41:08 -0700
+
+
+Started GET "/" for ::1 at 2016-04-21 13:41:37 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.3ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."title" ASC[0m
+ Rendered list/index.html.erb within layouts/application (6.8ms)
+Completed 200 OK in 31ms (Views: 28.7ms | ActiveRecord: 0.5ms)
+
+
+Started GET "/AAAAAA" for ::1 at 2016-04-21 13:41:39 -0700
+
+ActionController::RoutingError (No route matches [GET] "/AAAAAA"):
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.7ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.8ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.9ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (66.6ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.6ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.5ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (42.7ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.5ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (96.7ms)
+
+
+Started GET "/AAAAAA" for ::1 at 2016-04-21 13:41:39 -0700
+
+ActionController::RoutingError (No route matches [GET] "/AAAAAA"):
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.8ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (59.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.5ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (41.1ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.5ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (89.2ms)
+
+
+Started GET "/" for ::1 at 2016-04-21 13:42:33 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.3ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."title" ASC
+ Rendered list/index.html.erb within layouts/application (6.5ms)
+Completed 200 OK in 26ms (Views: 23.4ms | ActiveRecord: 0.5ms)
+
+
+Started GET "/AAAAAA" for ::1 at 2016-04-21 13:42:35 -0700
+
+ActionController::RoutingError (No route matches [GET] "/AAAAAA"):
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.8ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.1ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (64.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (44.0ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.5ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (97.6ms)
+
+
+Started GET "/AAAAAA" for ::1 at 2016-04-21 13:42:35 -0700
+
+ActionController::RoutingError (No route matches [GET] "/AAAAAA"):
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.7ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.1ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (53.9ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (36.5ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.2ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (80.4ms)
+
+
+Started GET "/" for ::1 at 2016-04-21 13:46:36 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.3ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."title" ASC[0m
+ Rendered list/index.html.erb within layouts/application (6.1ms)
+Completed 200 OK in 35ms (Views: 32.6ms | ActiveRecord: 0.5ms)
+
+
+Started GET "/" for ::1 at 2016-04-21 13:48:08 -0700
+
+SyntaxError - syntax error, unexpected tSTRING_BEG, expecting keyword_do or '{' or '('
+ get '/list/:title' => 'list#show', as 'tas'
+ ^:
+ config/routes.rb:17:in `'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:268:in `block in load'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:240:in `load_dependency'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:268:in `load'
+ railties (4.2.6) lib/rails/application/routes_reloader.rb:40:in `block in load_paths'
+ railties (4.2.6) lib/rails/application/routes_reloader.rb:40:in `load_paths'
+ railties (4.2.6) lib/rails/application/routes_reloader.rb:16:in `reload!'
+ railties (4.2.6) lib/rails/application/routes_reloader.rb:26:in `block in updater'
+ activesupport (4.2.6) lib/active_support/file_update_checker.rb:75:in `execute'
+ railties (4.2.6) lib/rails/application/routes_reloader.rb:7:in `execute'
+ railties (4.2.6) lib/rails/application/finisher.rb:81:in `block (2 levels) in '
+ activesupport (4.2.6) lib/active_support/callbacks.rb:446:in `block in make_lambda'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:192:in `block in simple'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:504:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:504:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_prepare_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:83:in `prepare!'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:71:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/e4a9ea171fd10530/variables" for ::1 at 2016-04-21 13:48:08 -0700
+
+
+Started GET "/" for ::1 at 2016-04-21 13:48:21 -0700
+
+SyntaxError - syntax error, unexpected tSTRING_BEG, expecting keyword_do or '{' or '('
+ get '/list/:title' => 'list#show', as 'tasks'
+ ^:
+ config/routes.rb:17:in `'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:268:in `block in load'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:240:in `load_dependency'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:268:in `load'
+ railties (4.2.6) lib/rails/application/routes_reloader.rb:40:in `block in load_paths'
+ railties (4.2.6) lib/rails/application/routes_reloader.rb:40:in `load_paths'
+ railties (4.2.6) lib/rails/application/routes_reloader.rb:16:in `reload!'
+ railties (4.2.6) lib/rails/application/routes_reloader.rb:26:in `block in updater'
+ activesupport (4.2.6) lib/active_support/file_update_checker.rb:75:in `execute'
+ railties (4.2.6) lib/rails/application/routes_reloader.rb:7:in `execute'
+ railties (4.2.6) lib/rails/application/finisher.rb:81:in `block (2 levels) in '
+ activesupport (4.2.6) lib/active_support/callbacks.rb:446:in `block in make_lambda'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:192:in `block in simple'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:504:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:504:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_prepare_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:83:in `prepare!'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:71:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/fc27bf1b00fb31f0/variables" for ::1 at 2016-04-21 13:48:21 -0700
+
+
+Started GET "/" for ::1 at 2016-04-21 13:48:37 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.3ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."title" ASC
+ Rendered list/index.html.erb within layouts/application (8.0ms)
+Completed 200 OK in 33ms (Views: 30.3ms | ActiveRecord: 0.5ms)
+
+
+Started GET "/AAAAAA" for ::1 at 2016-04-21 13:48:39 -0700
+
+ActionController::RoutingError (No route matches [GET] "/AAAAAA"):
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.9ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.6ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.2ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (63.6ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.5ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.9ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.5ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.5ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (44.1ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.8ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (99.4ms)
+
+
+Started GET "/AAAAAA" for ::1 at 2016-04-21 13:48:40 -0700
+
+ActionController::RoutingError (No route matches [GET] "/AAAAAA"):
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.0ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (58.0ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.5ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.5ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (39.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.6ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (89.5ms)
+
+
+Started GET "/AAAAAA" for ::1 at 2016-04-21 13:50:18 -0700
+
+ActionController::RoutingError (No route matches [GET] "/AAAAAA"):
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.7ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (57.8ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (39.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (88.2ms)
+
+
+Started GET "/" for ::1 at 2016-04-21 13:50:21 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.3ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."title" ASC[0m
+ Rendered list/index.html.erb within layouts/application (7.8ms)
+Completed 200 OK in 30ms (Views: 27.5ms | ActiveRecord: 0.6ms)
+
+
+Started GET "/AAAAAA" for ::1 at 2016-04-21 13:50:23 -0700
+
+ActionController::RoutingError (No route matches [GET] "/AAAAAA"):
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.5ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.1ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (63.6ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (40.2ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (91.1ms)
+
+
+Started GET "/AAAAAA" for ::1 at 2016-04-21 13:50:23 -0700
+
+ActionController::RoutingError (No route matches [GET] "/AAAAAA"):
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.9ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.1ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (64.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.5ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (38.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.2ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (85.2ms)
+
+
+Started GET "/AAAAAA" for ::1 at 2016-04-21 13:52:18 -0700
+
+ActionController::RoutingError (No route matches [GET] "/AAAAAA"):
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.8ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.2ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (64.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.6ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (44.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (98.3ms)
+
+
+Started GET "/" for ::1 at 2016-04-21 13:52:22 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.3ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."title" ASC
+ Rendered list/index.html.erb within layouts/application (6.6ms)
+Completed 200 OK in 30ms (Views: 27.3ms | ActiveRecord: 0.5ms)
+
+
+Started GET "/AAAAAA" for ::1 at 2016-04-21 13:53:47 -0700
+
+ActionController::RoutingError (No route matches [GET] "/AAAAAA"):
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.7ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.1ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (56.6ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.5ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (38.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.5ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (84.5ms)
+
+
+Started GET "/AAAAAA" for ::1 at 2016-04-21 13:53:47 -0700
+
+ActionController::RoutingError (No route matches [GET] "/AAAAAA"):
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.8ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.1ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (56.9ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (42.7ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (89.7ms)
+
+
+Started GET "/AAAAAA" for ::1 at 2016-04-21 13:55:23 -0700
+
+ActionController::RoutingError (No route matches [GET] "/AAAAAA"):
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.8ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (54.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.2ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (37.7ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.2ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (82.0ms)
+
+
+Started GET "/AAAAAA" for ::1 at 2016-04-21 13:55:24 -0700
+
+ActionController::RoutingError (No route matches [GET] "/AAAAAA"):
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.9ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.6ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (59.9ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.5ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (43.7ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.5ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (96.0ms)
+
+
+Started GET "/" for ::1 at 2016-04-21 13:55:30 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.3ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."title" ASC[0m
+ Rendered list/index.html.erb within layouts/application (4.3ms)
+Completed 200 OK in 23ms (Views: 21.8ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/list/AAAAAA" for ::1 at 2016-04-21 13:55:32 -0700
+Processing by ListController#show as HTML
+ Parameters: {"title"=>"AAAAAA"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 0]]
+Completed 404 Not Found in 7ms (ActiveRecord: 0.1ms)
+
+ActiveRecord::RecordNotFound - Couldn't find Task with 'id'=AAAAAA:
+ activerecord (4.2.6) lib/active_record/core.rb:155:in `find'
+ app/controllers/list_controller.rb:12:in `show'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started GET "/list/AAAAAA" for ::1 at 2016-04-21 13:55:32 -0700
+Processing by ListController#show as HTML
+ Parameters: {"title"=>"AAAAAA"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 0]]
+Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms)
+
+ActiveRecord::RecordNotFound - Couldn't find Task with 'id'=AAAAAA:
+ activerecord (4.2.6) lib/active_record/core.rb:155:in `find'
+ app/controllers/list_controller.rb:12:in `show'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/e3017da11c6be897/variables" for ::1 at 2016-04-21 13:55:32 -0700
+
+
+Started GET "/list/Call%20Mom" for ::1 at 2016-04-21 13:56:02 -0700
+Processing by ListController#show as HTML
+ Parameters: {"title"=>"Call Mom"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 0]]
+Completed 404 Not Found in 2ms (ActiveRecord: 0.1ms)
+
+ActiveRecord::RecordNotFound - Couldn't find Task with 'id'=Call Mom:
+ activerecord (4.2.6) lib/active_record/core.rb:155:in `find'
+ app/controllers/list_controller.rb:12:in `show'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started GET "/list/Call%20Mom" for ::1 at 2016-04-21 13:56:03 -0700
+Processing by ListController#show as HTML
+ Parameters: {"title"=>"Call Mom"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 0]]
+Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms)
+
+ActiveRecord::RecordNotFound - Couldn't find Task with 'id'=Call Mom:
+ activerecord (4.2.6) lib/active_record/core.rb:155:in `find'
+ app/controllers/list_controller.rb:12:in `show'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/13bd9dc231e91681/variables" for ::1 at 2016-04-21 13:56:03 -0700
+
+
+Started GET "/" for ::1 at 2016-04-21 13:56:29 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.3ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."title" ASC
+ Rendered list/index.html.erb within layouts/application (6.6ms)
+Completed 200 OK in 69ms (Views: 67.5ms | ActiveRecord: 0.5ms)
+
+
+Started GET "/list/21" for ::1 at 2016-04-21 13:56:31 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"21"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", nil]]
+Completed 404 Not Found in 2ms (ActiveRecord: 0.1ms)
+
+ActiveRecord::RecordNotFound - Couldn't find Task with 'id'=:
+ activerecord (4.2.6) lib/active_record/core.rb:155:in `find'
+ app/controllers/list_controller.rb:12:in `show'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started GET "/list/21" for ::1 at 2016-04-21 13:56:31 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"21"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", nil]]
+Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms)
+
+ActiveRecord::RecordNotFound - Couldn't find Task with 'id'=:
+ activerecord (4.2.6) lib/active_record/core.rb:155:in `find'
+ app/controllers/list_controller.rb:12:in `show'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/f636ffefd23d8539/variables" for ::1 at 2016-04-21 13:56:31 -0700
+
+
+Started GET "/" for ::1 at 2016-04-21 13:56:55 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.4ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."title" ASC[0m
+ Rendered list/index.html.erb within layouts/application (6.3ms)
+Completed 200 OK in 20ms (Views: 18.1ms | ActiveRecord: 0.7ms)
+
+
+Started GET "/list/21" for ::1 at 2016-04-21 13:56:57 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"21"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 21]]
+ Rendered list/show.html.erb within layouts/application (6.8ms)
+Completed 500 Internal Server Error in 13ms (ActiveRecord: 0.1ms)
+
+NoMethodError - undefined method `released' for #
+Did you mean? reload:
+ activemodel (4.2.6) lib/active_model/attribute_methods.rb:433:in `method_missing'
+ app/views/list/show.html.erb:3:in `_app_views_list_show_html_erb___1468422654349002699_70219423655140'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started GET "/list/21" for ::1 at 2016-04-21 13:56:57 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"21"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 21]]
+ Rendered list/show.html.erb within layouts/application (6.8ms)
+Completed 500 Internal Server Error in 11ms (ActiveRecord: 0.1ms)
+
+NoMethodError - undefined method `released' for #
+Did you mean? reload:
+ activemodel (4.2.6) lib/active_model/attribute_methods.rb:433:in `method_missing'
+ app/views/list/show.html.erb:3:in `_app_views_list_show_html_erb___1468422654349002699_70219420621080'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/ef1ece3a280f5892/variables" for ::1 at 2016-04-21 13:56:57 -0700
+
+
+Started POST "/__better_errors/ef1ece3a280f5892/eval" for ::1 at 2016-04-21 13:57:13 -0700
+
+
+Started GET "/" for ::1 at 2016-04-21 13:57:37 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."title" ASC
+ Rendered list/index.html.erb within layouts/application (3.3ms)
+Completed 200 OK in 15ms (Views: 14.2ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/list/21" for ::1 at 2016-04-21 13:57:39 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"21"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 21]]
+ Rendered list/show.html.erb within layouts/application (0.6ms)
+Completed 200 OK in 14ms (Views: 13.2ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/list/8" for ::1 at 2016-04-21 13:57:41 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"8"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 8]]
+ Rendered list/show.html.erb within layouts/application (0.2ms)
+Completed 200 OK in 14ms (Views: 13.0ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/" for ::1 at 2016-04-21 14:00:01 -0700
+
+ArgumentError - Invalid route name, already in use: 'list'
+You may have defined two routes with the same name using the `:as` option, or you may be overriding a route already defined by a resource with the same naming. For the latter, you can restrict the routes created with `resources` as explained here:
+http://guides.rubyonrails.org/routing.html#restricting-the-routes-created:
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:549:in `add_route'
+ actionpack (4.2.6) lib/action_dispatch/routing/mapper.rb:1562:in `add_route'
+ actionpack (4.2.6) lib/action_dispatch/routing/mapper.rb:1537:in `decomposed_match'
+ actionpack (4.2.6) lib/action_dispatch/routing/mapper.rb:1518:in `block in match'
+ actionpack (4.2.6) lib/action_dispatch/routing/mapper.rb:1508:in `match'
+ actionpack (4.2.6) lib/action_dispatch/routing/mapper.rb:690:in `map_method'
+ actionpack (4.2.6) lib/action_dispatch/routing/mapper.rb:659:in `post'
+ config/routes.rb:14:in `block in '
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:432:in `eval_block'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:410:in `draw'
+ config/routes.rb:1:in `'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:268:in `block in load'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:240:in `load_dependency'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:268:in `load'
+ railties (4.2.6) lib/rails/application/routes_reloader.rb:40:in `block in load_paths'
+ railties (4.2.6) lib/rails/application/routes_reloader.rb:40:in `load_paths'
+ railties (4.2.6) lib/rails/application/routes_reloader.rb:16:in `reload!'
+ railties (4.2.6) lib/rails/application/routes_reloader.rb:26:in `block in updater'
+ activesupport (4.2.6) lib/active_support/file_update_checker.rb:75:in `execute'
+ railties (4.2.6) lib/rails/application/routes_reloader.rb:7:in `execute'
+ railties (4.2.6) lib/rails/application/finisher.rb:81:in `block (2 levels) in '
+ activesupport (4.2.6) lib/active_support/callbacks.rb:446:in `block in make_lambda'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:192:in `block in simple'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:504:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:504:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_prepare_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:83:in `prepare!'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:71:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/c8ef5d6b9f1d7e27/variables" for ::1 at 2016-04-21 14:00:01 -0700
+
+
+Started GET "/" for ::1 at 2016-04-21 14:00:15 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.3ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."title" ASC[0m
+ Rendered list/index.html.erb within layouts/application (38.6ms)
+Completed 500 Internal Server Error in 46ms (ActiveRecord: 0.6ms)
+
+NameError - undefined local variable or method `tasks_path' for #<#:0x007fba7889f730>
+Did you mean? asset_path:
+ app/views/list/index.html.erb:10:in `_app_views_list_index_html_erb__2131646824756555568_70219431473660'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/17b418e9452003a9/variables" for ::1 at 2016-04-21 14:00:15 -0700
+
+
+Started GET "/" for ::1 at 2016-04-21 14:00:28 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."title" ASC
+ Rendered list/index.html.erb within layouts/application (4.0ms)
+Completed 200 OK in 21ms (Views: 20.5ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/list" for ::1 at 2016-04-21 14:00:33 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."title" ASC[0m
+ Rendered list/index.html.erb within layouts/application (4.4ms)
+Completed 200 OK in 17ms (Views: 16.7ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/" for ::1 at 2016-04-21 14:19:23 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.3ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."title" ASC
+ Rendered list/index.html.erb within layouts/application (6.1ms)
+Completed 200 OK in 23ms (Views: 21.3ms | ActiveRecord: 0.5ms)
+
+
+Started GET "/list/21" for ::1 at 2016-04-21 14:19:24 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"21"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 21]]
+ Rendered list/show.html.erb within layouts/application (0.5ms)
+Completed 200 OK in 13ms (Views: 12.0ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/list/new" for ::1 at 2016-04-21 14:19:28 -0700
+Processing by ListController#new as HTML
+ Rendered list/new.html.erb within layouts/application (18.3ms)
+Completed 500 Internal Server Error in 23ms (ActiveRecord: 0.0ms)
+
+NoMethodError - undefined method `tasks_path' for #<#:0x007fba77d6e398>
+Did you mean? asset_path:
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method'
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:466:in `apply_form_for_options!'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:434:in `form_for'
+ app/views/list/new.html.erb:6:in `_app_views_list_new_html_erb___1342200859297188644_70219420032420'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started GET "/list/new" for ::1 at 2016-04-21 14:19:28 -0700
+Processing by ListController#new as HTML
+ Rendered list/new.html.erb within layouts/application (15.1ms)
+Completed 500 Internal Server Error in 19ms (ActiveRecord: 0.0ms)
+
+NoMethodError - undefined method `tasks_path' for #<#:0x007fba77c3c1c8>
+Did you mean? asset_path:
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method'
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:466:in `apply_form_for_options!'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:434:in `form_for'
+ app/views/list/new.html.erb:6:in `_app_views_list_new_html_erb___1342200859297188644_70219419682620'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/ffc98d6490029c81/variables" for ::1 at 2016-04-21 14:19:28 -0700
+
+
+Started GET "/list/new" for ::1 at 2016-04-21 14:20:02 -0700
+Processing by ListController#new as HTML
+ Rendered list/new.html.erb within layouts/application (16.9ms)
+Completed 500 Internal Server Error in 26ms (ActiveRecord: 0.4ms)
+
+NoMethodError - undefined method `tasks_path' for #<#:0x007fba79408a90>
+Did you mean? asset_path:
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method'
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:466:in `apply_form_for_options!'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:434:in `form_for'
+ app/views/list/new.html.erb:6:in `_app_views_list_new_html_erb___1342200859297188644_70219419682620'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/471723406004c833/variables" for ::1 at 2016-04-21 14:20:02 -0700
+
+
+Started GET "/list/new" for ::1 at 2016-04-21 14:22:39 -0700
+Processing by ListController#new as HTML
+ Rendered list/new.html.erb within layouts/application (1.5ms)
+Completed 200 OK in 26ms (Views: 21.2ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/" for ::1 at 2016-04-21 14:22:43 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."title" ASC
+ Rendered list/index.html.erb within layouts/application (4.3ms)
+Completed 200 OK in 17ms (Views: 16.1ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/list/21" for ::1 at 2016-04-21 14:22:45 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"21"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 21]]
+ Rendered list/show.html.erb within layouts/application (0.2ms)
+Completed 200 OK in 15ms (Views: 13.7ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/list/new" for ::1 at 2016-04-21 14:22:48 -0700
+Processing by ListController#new as HTML
+ Rendered list/new.html.erb within layouts/application (1.7ms)
+Completed 200 OK in 16ms (Views: 15.5ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/list/new" for ::1 at 2016-04-21 14:23:18 -0700
+Processing by ListController#new as HTML
+ Rendered list/new.html.erb within layouts/application (1.6ms)
+Completed 200 OK in 14ms (Views: 13.7ms | ActiveRecord: 0.0ms)
+
+
+Started POST "/list/new" for ::1 at 2016-04-21 14:23:36 -0700
+
+ActionController::RoutingError (No route matches [POST] "/list/new"):
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.7ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.1ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.0ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (60.0ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.5ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (41.2ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.5ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (90.6ms)
+
+
+Started GET "/list/new" for ::1 at 2016-04-21 14:25:04 -0700
+Processing by ListController#new as HTML
+ Rendered list/new.html.erb within layouts/application (1.4ms)
+Completed 200 OK in 25ms (Views: 19.6ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/" for ::1 at 2016-04-21 14:25:09 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."title" ASC
+ Rendered list/index.html.erb within layouts/application (3.7ms)
+Completed 200 OK in 16ms (Views: 15.7ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/list/21" for ::1 at 2016-04-21 14:25:11 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"21"}
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 21]]
+ Rendered list/show.html.erb within layouts/application (0.2ms)
+Completed 200 OK in 16ms (Views: 14.0ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/list/new" for ::1 at 2016-04-21 14:25:16 -0700
+Processing by ListController#new as HTML
+ Rendered list/new.html.erb within layouts/application (1.5ms)
+Completed 200 OK in 16ms (Views: 15.6ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/list/new" for ::1 at 2016-04-21 14:25:27 -0700
+Processing by ListController#new as HTML
+ Rendered list/new.html.erb within layouts/application (1.3ms)
+Completed 200 OK in 20ms (Views: 15.9ms | ActiveRecord: 0.4ms)
+
+
+Started POST "/list/new" for ::1 at 2016-04-21 14:25:34 -0700
+Processing by ListController#create as HTML
+ Parameters: {"utf8"=>"β", "authenticity_token"=>"mHY0vSIlGK592AlAtOnU457DfnRsml/hrqYJciiORIoyguTTK4pD9BGsU+hEpH5lKvjzv50qARanCbJKpdS5BQ==", "task"=>{"title"=>"trialsss", "description"=>"pls work"}, "commit"=>"SUBMIT!!"}
+Unpermitted parameters: utf8, authenticity_token, commit
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "trialsss"], ["description", "pls work"], ["created_at", "2016-04-21 21:25:34.390105"], ["updated_at", "2016-04-21 21:25:34.390105"]]
+ [1m[35m (0.5ms)[0m commit transaction
+Redirected to http://localhost:3000/
+Completed 302 Found in 4ms (ActiveRecord: 0.9ms)
+
+
+Started GET "/" for ::1 at 2016-04-21 14:25:34 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."title" ASC[0m
+ Rendered list/index.html.erb within layouts/application (3.8ms)
+Completed 200 OK in 18ms (Views: 17.5ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/list/18" for ::1 at 2016-04-21 14:25:52 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"18"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 18]]
+ Rendered list/show.html.erb within layouts/application (0.3ms)
+Completed 200 OK in 14ms (Views: 12.4ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/" for ::1 at 2016-04-21 14:25:54 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."title" ASC[0m
+ Rendered list/index.html.erb within layouts/application (4.0ms)
+Completed 200 OK in 21ms (Views: 19.8ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/list/new" for ::1 at 2016-04-21 14:25:57 -0700
+Processing by ListController#new as HTML
+ Rendered list/new.html.erb within layouts/application (1.7ms)
+Completed 200 OK in 14ms (Views: 12.9ms | ActiveRecord: 0.0ms)
+
+
+Started POST "/list/new" for ::1 at 2016-04-21 14:26:01 -0700
+Processing by ListController#create as HTML
+ Parameters: {"utf8"=>"β", "authenticity_token"=>"TRh+XgO/Ki0DLFeP9RMPQWwYpdXYJdzigLL0PjzMoyTn7K4wChBxd29YDScFXqXH2CMoHimVghWJHU8GsZZeqw==", "task"=>{"title"=>"let it go", "description"=>"meow"}, "commit"=>"SUBMIT!!"}
+Unpermitted parameters: utf8, authenticity_token, commit
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "let it go"], ["description", "meow"], ["created_at", "2016-04-21 21:26:01.369853"], ["updated_at", "2016-04-21 21:26:01.369853"]]
+ [1m[35m (0.5ms)[0m commit transaction
+Redirected to http://localhost:3000/
+Completed 302 Found in 3ms (ActiveRecord: 0.8ms)
+
+
+Started GET "/" for ::1 at 2016-04-21 14:26:01 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."title" ASC[0m
+ Rendered list/index.html.erb within layouts/application (3.5ms)
+Completed 200 OK in 25ms (Views: 24.2ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/" for ::1 at 2016-04-21 14:26:42 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.3ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ Rendered list/index.html.erb within layouts/application (7.7ms)
+Completed 200 OK in 26ms (Views: 23.2ms | ActiveRecord: 0.5ms)
+
+
+Started GET "/" for ::1 at 2016-04-21 14:26:50 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ Rendered list/index.html.erb within layouts/application (3.7ms)
+Completed 200 OK in 21ms (Views: 19.4ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/list/new" for ::1 at 2016-04-21 14:27:32 -0700
+Processing by ListController#new as HTML
+ Rendered list/new.html.erb within layouts/application (2.0ms)
+Completed 200 OK in 19ms (Views: 18.7ms | ActiveRecord: 0.0ms)
+
+
+Started POST "/list/new" for ::1 at 2016-04-21 14:27:36 -0700
+Processing by ListController#create as HTML
+ Parameters: {"utf8"=>"β", "authenticity_token"=>"zD1TySzwaFFkz7Qv2n/dYVu1By0A2YtFjSTVeoBErx1myYOnJV8zCwi77ocqMnfn746K5vFp1bKEi25CDR5Skg==", "task"=>{"title"=>"Moo", "description"=>"meww"}, "commit"=>"SUBMIT!!"}
+Unpermitted parameters: utf8, authenticity_token, commit
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "Moo"], ["description", "meww"], ["created_at", "2016-04-21 21:27:36.019833"], ["updated_at", "2016-04-21 21:27:36.019833"]]
+ [1m[35m (0.7ms)[0m commit transaction
+Redirected to http://localhost:3000/
+Completed 302 Found in 4ms (ActiveRecord: 1.0ms)
+
+
+Started GET "/" for ::1 at 2016-04-21 14:27:36 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ Rendered list/index.html.erb within layouts/application (4.2ms)
+Completed 200 OK in 16ms (Views: 15.8ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/list/19" for ::1 at 2016-04-21 14:29:23 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"19"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 19]]
+ Rendered list/show.html.erb within layouts/application (0.3ms)
+Completed 200 OK in 26ms (Views: 19.7ms | ActiveRecord: 0.6ms)
+
+
+Started GET "/" for ::1 at 2016-04-21 14:33:27 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ Rendered list/index.html.erb within layouts/application (3.2ms)
+Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.2ms)
+
+ArgumentError - wrong number of arguments (given 1, expected 0):
+ activerecord (4.2.6) lib/active_record/persistence.rb:155:in `delete'
+ app/views/list/index.html.erb:6:in `block in _app_views_list_index_html_erb__2131646824756555568_70219425275260'
+ activerecord (4.2.6) lib/active_record/relation/delegation.rb:46:in `each'
+ activerecord (4.2.6) lib/active_record/relation/delegation.rb:46:in `each'
+ app/views/list/index.html.erb:3:in `_app_views_list_index_html_erb__2131646824756555568_70219425275260'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `each'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/b733e949698308e1/variables" for ::1 at 2016-04-21 14:33:27 -0700
+
+
+Started GET "/" for ::1 at 2016-04-21 14:33:47 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ Rendered list/index.html.erb within layouts/application (3.2ms)
+Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.2ms)
+
+ArgumentError - wrong number of arguments (given 1, expected 0):
+ activerecord (4.2.6) lib/active_record/transactions.rb:280:in `destroy'
+ app/views/list/index.html.erb:6:in `block in _app_views_list_index_html_erb__2131646824756555568_70219437646600'
+ activerecord (4.2.6) lib/active_record/relation/delegation.rb:46:in `each'
+ activerecord (4.2.6) lib/active_record/relation/delegation.rb:46:in `each'
+ app/views/list/index.html.erb:3:in `_app_views_list_index_html_erb__2131646824756555568_70219437646600'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `each'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/3639795c4cb02fbc/variables" for ::1 at 2016-04-21 14:33:47 -0700
+
+
+Started GET "/" for ::1 at 2016-04-21 14:38:50 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.3ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ Rendered list/index.html.erb within layouts/application (14.1ms)
+Completed 200 OK in 35ms (Views: 32.5ms | ActiveRecord: 0.5ms)
+
+
+Started POST "/" for ::1 at 2016-04-21 14:38:52 -0700
+
+ActionController::RoutingError (No route matches [POST] "/"):
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.9ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.1ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (59.5ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (39.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (87.1ms)
+
+
+Started GET "/" for ::1 at 2016-04-21 14:39:17 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ Rendered list/index.html.erb within layouts/application (7.4ms)
+Completed 200 OK in 21ms (Views: 20.4ms | ActiveRecord: 0.2ms)
+
+
+Started POST "/list/" for ::1 at 2016-04-21 14:39:19 -0700
+
+ActionController::RoutingError (No route matches [POST] "/list"):
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.8ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.2ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (61.1ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (39.9ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.5ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (87.6ms)
+
+
+Started GET "/list/" for ::1 at 2016-04-21 14:39:35 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ Rendered list/index.html.erb within layouts/application (9.6ms)
+Completed 200 OK in 22ms (Views: 21.2ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/" for ::1 at 2016-04-21 14:39:38 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ Rendered list/index.html.erb within layouts/application (8.0ms)
+Completed 200 OK in 20ms (Views: 19.2ms | ActiveRecord: 0.2ms)
+
+
+Started POST "/list/1" for ::1 at 2016-04-21 14:39:39 -0700
+
+ActionController::RoutingError (No route matches [POST] "/list/1"):
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.8ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.2ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (61.5ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (40.7ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.5ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (90.0ms)
+
+
+Started GET "/list/1" for ::1 at 2016-04-21 14:39:59 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"1"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 1]]
+ Rendered list/show.html.erb within layouts/application (0.7ms)
+Completed 200 OK in 25ms (Views: 19.8ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/" for ::1 at 2016-04-21 14:40:25 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ Rendered list/index.html.erb within layouts/application (6.4ms)
+Completed 200 OK in 19ms (Views: 17.8ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/" for ::1 at 2016-04-21 14:41:55 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ Rendered list/index.html.erb within layouts/application (5.5ms)
+Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.2ms)
+
+NoMethodError - undefined method `id' for nil:NilClass:
+ app/views/list/index.html.erb:6:in `block in _app_views_list_index_html_erb__2131646824756555568_70219403903220'
+ activerecord (4.2.6) lib/active_record/relation/delegation.rb:46:in `each'
+ app/views/list/index.html.erb:3:in `_app_views_list_index_html_erb__2131646824756555568_70219403903220'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/e961530e4252890b/variables" for ::1 at 2016-04-21 14:41:55 -0700
+
+
+Started GET "/" for ::1 at 2016-04-21 14:42:11 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ Rendered list/index.html.erb within layouts/application (3.6ms)
+Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.2ms)
+
+NoMethodError - undefined method `id' for nil:NilClass:
+ app/views/list/index.html.erb:6:in `block in _app_views_list_index_html_erb__2131646824756555568_70219435628540'
+ activerecord (4.2.6) lib/active_record/relation/delegation.rb:46:in `each'
+ app/views/list/index.html.erb:3:in `_app_views_list_index_html_erb__2131646824756555568_70219435628540'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/b06a3e8a5e0e36d5/variables" for ::1 at 2016-04-21 14:42:11 -0700
+
+
+Started GET "/" for ::1 at 2016-04-21 14:42:36 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ Rendered list/index.html.erb within layouts/application (8.7ms)
+Completed 200 OK in 19ms (Views: 18.4ms | ActiveRecord: 0.2ms)
+
+
+Started DELETE "/list/25" for ::1 at 2016-04-21 14:42:46 -0700
+
+ActionController::RoutingError (No route matches [DELETE] "/list/25"):
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.0ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (58.0ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (38.6ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (86.4ms)
+
+
+Started GET "/" for ::1 at 2016-04-21 14:43:03 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.3ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ Rendered list/index.html.erb within layouts/application (21.3ms)
+Completed 200 OK in 37ms (Views: 35.3ms | ActiveRecord: 0.5ms)
+
+
+Started GET "/" for ::1 at 2016-04-21 14:43:42 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.5ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ Rendered list/index.html.erb within layouts/application (18.2ms)
+Completed 200 OK in 34ms (Views: 31.5ms | ActiveRecord: 0.9ms)
+
+
+Started DELETE "/list/24" for ::1 at 2016-04-21 14:43:46 -0700
+Processing by ListController#delete as HTML
+ Parameters: {"authenticity_token"=>"uPCK/SPzTKmCX2/AfRs6Huu27/ZPTU1z6XsdossY0oUSBFqTKlwX8+4rNWiNVpCYX41iPb79E4Tg1KaaRkIvCg==", "id"=>"24"}
+Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms)
+
+ActionView::MissingTemplate - Missing template list/delete, application/delete with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :coffee, :jbuilder]}. Searched in:
+ * "/Users/cristal/C5/projects/TaskListRails/task-list/app/views"
+:
+ actionview (4.2.6) lib/action_view/path_set.rb:46:in `find'
+ actionview (4.2.6) lib/action_view/lookup_context.rb:121:in `find'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:40:in `determine_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:8:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:38:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/5230cc787c05a770/variables" for ::1 at 2016-04-21 14:43:46 -0700
+
+
+Started GET "/" for ::1 at 2016-04-21 14:47:20 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.3ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ Rendered list/index.html.erb within layouts/application (13.7ms)
+Completed 200 OK in 28ms (Views: 26.3ms | ActiveRecord: 0.6ms)
+
+
+Started DELETE "/list/25" for ::1 at 2016-04-21 14:47:25 -0700
+Processing by ListController#delete as HTML
+ Parameters: {"authenticity_token"=>"Od1jCo2LEro1V1WNw3xvwu1crbQS7AIhljobfk5zv2uTKbNkhCRJ4FkjDyUzMcVEWWcgf+NcXNaflaBGwylC5A==", "id"=>"25"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 25]]
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mDELETE FROM "tasks" WHERE "tasks"."id" = ?[0m [["id", 25]]
+ [1m[35m (1.4ms)[0m commit transaction
+Completed 500 Internal Server Error in 6ms (ActiveRecord: 1.9ms)
+
+ActionView::MissingTemplate - Missing template list/delete, application/delete with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :coffee, :jbuilder]}. Searched in:
+ * "/Users/cristal/C5/projects/TaskListRails/task-list/app/views"
+:
+ actionview (4.2.6) lib/action_view/path_set.rb:46:in `find'
+ actionview (4.2.6) lib/action_view/lookup_context.rb:121:in `find'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:40:in `determine_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:8:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:38:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/19d766901d464b7b/variables" for ::1 at 2016-04-21 14:47:25 -0700
+
+
+Started GET "/" for ::1 at 2016-04-21 14:47:32 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ Rendered list/index.html.erb within layouts/application (9.3ms)
+Completed 200 OK in 22ms (Views: 21.7ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/" for ::1 at 2016-04-21 14:47:57 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.3ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ Rendered list/index.html.erb within layouts/application (11.9ms)
+Completed 200 OK in 28ms (Views: 25.8ms | ActiveRecord: 0.6ms)
+
+
+Started DELETE "/list/24" for ::1 at 2016-04-21 14:48:01 -0700
+Processing by ListController#delete as HTML
+ Parameters: {"authenticity_token"=>"p6uin3o9nuYldhbIL+KaZB1zCp9s6fGMpwLhnhrJ9nMNX3Lxc5LFvEkCTGDfrzDiqUiHVJ1Zr3uurVqml5ML/A==", "id"=>"24"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 24]]
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mDELETE FROM "tasks" WHERE "tasks"."id" = ?[0m [["id", 24]]
+ [1m[35m (1.4ms)[0m commit transaction
+ Rendered list/index.html.erb within layouts/application (3.2ms)
+Completed 500 Internal Server Error in 11ms (ActiveRecord: 1.9ms)
+
+NoMethodError - undefined method `each' for nil:NilClass:
+ app/views/list/index.html.erb:3:in `_app_views_list_index_html_erb__2131646824756555568_70219382387400'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ app/controllers/list_controller.rb:30:in `delete'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:38:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/c874760d2a598fcd/variables" for ::1 at 2016-04-21 14:48:02 -0700
+
+
+Started GET "/" for ::1 at 2016-04-21 14:49:02 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.3ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ Rendered list/index.html.erb within layouts/application (11.8ms)
+Completed 200 OK in 26ms (Views: 24.3ms | ActiveRecord: 0.5ms)
+
+
+Started DELETE "/list/23" for ::1 at 2016-04-21 14:49:05 -0700
+Processing by ListController#delete as HTML
+ Parameters: {"authenticity_token"=>"pb2vo+Cv+4WZKDI9wPQBPlKGWERa+KkA762Vfu+5HfwPSX/N6QCg3/VcaJUwuau45r3Vj6tI9/fmAi5GYuPgcw==", "id"=>"23"}
+ [1m[35mTask Load (0.3ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 23]]
+ [1m[36m (0.2ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.5ms)[0m DELETE FROM "tasks" WHERE "tasks"."id" = ? [["id", 23]]
+ [1m[36m (0.6ms)[0m [1mcommit transaction[0m
+Redirected to http://localhost:3000/
+Completed 302 Found in 7ms (ActiveRecord: 1.6ms)
+
+
+Started GET "/" for ::1 at 2016-04-21 14:49:05 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.4ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ Rendered list/index.html.erb within layouts/application (13.7ms)
+Completed 200 OK in 28ms (Views: 26.5ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/" for ::1 at 2016-04-21 14:57:07 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (1.4ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ Rendered list/index.html.erb within layouts/application (34.6ms)
+Completed 200 OK in 76ms (Views: 67.9ms | ActiveRecord: 1.4ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-21 14:57:08 -0700
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-04-21 14:57:08 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-21 14:57:08 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-21 14:57:08 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-21 14:57:08 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-21 14:57:08 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-21 14:57:08 -0700
+
+
+Started GET "/" for ::1 at 2016-04-21 14:59:57 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.3ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ Rendered list/index.html.erb within layouts/application (21.8ms)
+Completed 200 OK in 38ms (Views: 37.1ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-21 14:59:57 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-21 14:59:57 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-21 14:59:57 -0700
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-04-21 14:59:57 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-21 14:59:57 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-21 14:59:57 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-21 14:59:57 -0700
+
+
+Started GET "/" for ::1 at 2016-04-21 15:01:02 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.4ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ Rendered list/index.html.erb within layouts/application (19.2ms)
+Completed 200 OK in 45ms (Views: 44.5ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-21 15:01:03 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-21 15:01:03 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-21 15:01:03 -0700
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-04-21 15:01:03 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-21 15:01:03 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-21 15:01:03 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-21 15:01:03 -0700
+
+
+Started GET "/" for ::1 at 2016-04-21 15:04:31 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ Rendered list/index.html.erb within layouts/application (5.8ms)
+Completed 500 Internal Server Error in 10ms (ActiveRecord: 0.2ms)
+
+ArgumentError - invalid date:
+ app/views/list/index.html.erb:8:in `block in _app_views_list_index_html_erb__2131646824756555568_70219370620080'
+ activerecord (4.2.6) lib/active_record/relation/delegation.rb:46:in `each'
+ app/views/list/index.html.erb:4:in `_app_views_list_index_html_erb__2131646824756555568_70219370620080'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/7307b2a30d45e6df/variables" for ::1 at 2016-04-21 15:04:31 -0700
+
+
+Started GET "/" for ::1 at 2016-04-21 15:05:08 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.3ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ Rendered list/index.html.erb within layouts/application (7.6ms)
+Completed 500 Internal Server Error in 15ms (ActiveRecord: 0.6ms)
+
+ArgumentError - invalid date:
+ app/views/list/index.html.erb:7:in `block in _app_views_list_index_html_erb__2131646824756555568_70219432634140'
+ activerecord (4.2.6) lib/active_record/relation/delegation.rb:46:in `each'
+ app/views/list/index.html.erb:3:in `_app_views_list_index_html_erb__2131646824756555568_70219432634140'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/edc5e6a282df7919/variables" for ::1 at 2016-04-21 15:05:09 -0700
+
+
+Started GET "/" for ::1 at 2016-04-21 15:07:07 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ Rendered list/index.html.erb within layouts/application (13.8ms)
+Completed 200 OK in 31ms (Views: 30.4ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/" for ::1 at 2016-04-21 15:12:35 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.3ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ Rendered list/index.html.erb within layouts/application (12.6ms)
+Completed 500 Internal Server Error in 18ms (ActiveRecord: 0.3ms)
+
+NameError - uninitialized constant ActionView::CompiledTemplates::Chronic:
+ activesupport (4.2.6) lib/active_support/dependencies.rb:533:in `load_missing_constant'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:184:in `const_missing'
+ app/views/list/index.html.erb:7:in `block in _app_views_list_index_html_erb__2131646824756555568_70219433785460'
+ activerecord (4.2.6) lib/active_record/relation/delegation.rb:46:in `each'
+ app/views/list/index.html.erb:3:in `_app_views_list_index_html_erb__2131646824756555568_70219433785460'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/b6b76e254ecb2da6/variables" for ::1 at 2016-04-21 15:12:35 -0700
+
+
+Started GET "/" for ::1 at 2016-04-21 15:13:09 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ Rendered list/index.html.erb within layouts/application (10.0ms)
+Completed 500 Internal Server Error in 14ms (ActiveRecord: 0.2ms)
+
+NameError - uninitialized constant ActionView::CompiledTemplates::Chronic:
+ activesupport (4.2.6) lib/active_support/dependencies.rb:533:in `load_missing_constant'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:184:in `const_missing'
+ app/views/list/index.html.erb:7:in `block in _app_views_list_index_html_erb__2131646824756555568_70219435227680'
+ activerecord (4.2.6) lib/active_record/relation/delegation.rb:46:in `each'
+ app/views/list/index.html.erb:3:in `_app_views_list_index_html_erb__2131646824756555568_70219435227680'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/fbc95a9bb1e37a66/variables" for ::1 at 2016-04-21 15:13:09 -0700
+
+
+Started GET "/" for ::1 at 2016-04-21 15:13:21 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ Rendered list/index.html.erb within layouts/application (11.5ms)
+Completed 500 Internal Server Error in 15ms (ActiveRecord: 0.2ms)
+
+NameError - uninitialized constant ActionView::CompiledTemplates::Chronic:
+ activesupport (4.2.6) lib/active_support/dependencies.rb:533:in `load_missing_constant'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:184:in `const_missing'
+ app/views/list/index.html.erb:7:in `block in _app_views_list_index_html_erb__2131646824756555568_70219425726060'
+ activerecord (4.2.6) lib/active_record/relation/delegation.rb:46:in `each'
+ app/views/list/index.html.erb:3:in `_app_views_list_index_html_erb__2131646824756555568_70219425726060'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/f7aede25bc2f76fc/variables" for ::1 at 2016-04-21 15:13:21 -0700
+
+
+Started GET "/" for ::1 at 2016-04-21 15:14:24 -0700
+
+LoadError - cannot load such file -- Chronic:
+ activesupport (4.2.6) lib/active_support/dependencies.rb:274:in `block in require'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:238:in `block in load_dependency'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:647:in `new_constants_in'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:238:in `load_dependency'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:274:in `require'
+ app/controllers/list_controller.rb:1:in `'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:457:in `block in load_file'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:647:in `new_constants_in'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:456:in `load_file'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:354:in `require_or_load'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:494:in `load_missing_constant'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:184:in `const_missing'
+ activesupport (4.2.6) lib/active_support/inflector/methods.rb:261:in `block in constantize'
+ activesupport (4.2.6) lib/active_support/inflector/methods.rb:259:in `constantize'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:566:in `get'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:597:in `constantize'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:70:in `controller_reference'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:60:in `controller'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:39:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/d083c96086789962/variables" for ::1 at 2016-04-21 15:14:24 -0700
+
+
+Started GET "/" for ::1 at 2016-04-21 15:14:55 -0700
+
+LoadError - cannot load such file -- Chronic:
+ activesupport (4.2.6) lib/active_support/dependencies.rb:274:in `block in require'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:238:in `block in load_dependency'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:647:in `new_constants_in'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:238:in `load_dependency'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:274:in `require'
+ app/controllers/list_controller.rb:1:in `'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:457:in `block in load_file'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:647:in `new_constants_in'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:456:in `load_file'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:354:in `require_or_load'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:494:in `load_missing_constant'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:184:in `const_missing'
+ activesupport (4.2.6) lib/active_support/inflector/methods.rb:261:in `block in constantize'
+ activesupport (4.2.6) lib/active_support/inflector/methods.rb:259:in `constantize'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:566:in `get'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:597:in `constantize'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:70:in `controller_reference'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:60:in `controller'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:39:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/2e569d783907bf83/variables" for ::1 at 2016-04-21 15:14:55 -0700
+
+
+Started GET "/" for ::1 at 2016-04-21 15:15:04 -0700
+Processing by ListController#index as HTML
+ Rendered list/index.html.erb within layouts/application (2.4ms)
+Completed 500 Internal Server Error in 10ms (ActiveRecord: 0.0ms)
+
+LoadError - cannot load such file -- chronic:
+ activesupport (4.2.6) lib/active_support/dependencies.rb:274:in `block in require'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:240:in `load_dependency'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:274:in `require'
+ app/views/list/index.html.erb:1:in `_app_views_list_index_html_erb__2131646824756555568_70219435465860'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/30a347a14348339c/variables" for ::1 at 2016-04-21 15:15:04 -0700
+ [1m[35mTask Load (0.4ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+
+
+Started GET "/" for ::1 at 2016-04-21 15:15:59 -0700
+Processing by ListController#index as HTML
+ Rendered list/index.html.erb within layouts/application (2.1ms)
+Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.0ms)
+
+LoadError - cannot load such file -- chronic:
+ activesupport (4.2.6) lib/active_support/dependencies.rb:274:in `block in require'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:240:in `load_dependency'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:274:in `require'
+ app/views/list/index.html.erb:1:in `_app_views_list_index_html_erb__2131646824756555568_70219421518640'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/4ee84eb33d16f9d0/variables" for ::1 at 2016-04-21 15:15:59 -0700
+ [1m[36mTask Load (0.3ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+
+
+Started GET "/" for ::1 at 2016-04-21 15:16:11 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ Rendered list/index.html.erb within layouts/application (10.9ms)
+Completed 500 Internal Server Error in 14ms (ActiveRecord: 0.2ms)
+
+NameError - uninitialized constant ActionView::CompiledTemplates::Chronic:
+ activesupport (4.2.6) lib/active_support/dependencies.rb:533:in `load_missing_constant'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:184:in `const_missing'
+ app/views/list/index.html.erb:7:in `block in _app_views_list_index_html_erb__2131646824756555568_70219382139940'
+ activerecord (4.2.6) lib/active_record/relation/delegation.rb:46:in `each'
+ app/views/list/index.html.erb:3:in `_app_views_list_index_html_erb__2131646824756555568_70219382139940'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/4e02e11153336a59/variables" for ::1 at 2016-04-21 15:16:11 -0700
+
+
+Started GET "/" for ::1 at 2016-04-21 15:17:29 -0700
+
+LoadError - cannot load such file -- chronic:
+ activesupport (4.2.6) lib/active_support/dependencies.rb:274:in `block in require'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:240:in `load_dependency'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:274:in `require'
+ config/routes.rb:2:in `block in '
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:432:in `eval_block'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:410:in `draw'
+ config/routes.rb:1:in `'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:268:in `block in load'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:240:in `load_dependency'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:268:in `load'
+ railties (4.2.6) lib/rails/application/routes_reloader.rb:40:in `block in load_paths'
+ railties (4.2.6) lib/rails/application/routes_reloader.rb:40:in `load_paths'
+ railties (4.2.6) lib/rails/application/routes_reloader.rb:16:in `reload!'
+ railties (4.2.6) lib/rails/application/routes_reloader.rb:26:in `block in updater'
+ activesupport (4.2.6) lib/active_support/file_update_checker.rb:75:in `execute'
+ railties (4.2.6) lib/rails/application/routes_reloader.rb:7:in `execute'
+ railties (4.2.6) lib/rails/application/finisher.rb:81:in `block (2 levels) in '
+ activesupport (4.2.6) lib/active_support/callbacks.rb:446:in `block in make_lambda'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:192:in `block in simple'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:504:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:504:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_prepare_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:83:in `prepare!'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:71:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/1ba0a13463be243e/variables" for ::1 at 2016-04-21 15:17:29 -0700
+
+
+Started GET "/" for ::1 at 2016-04-21 15:18:33 -0700
+
+LoadError - cannot load such file -- chronic:
+ activesupport (4.2.6) lib/active_support/dependencies.rb:274:in `block in require'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:238:in `block in load_dependency'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:647:in `new_constants_in'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:238:in `load_dependency'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:274:in `require'
+ app/controllers/list_controller.rb:1:in `'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:457:in `block in load_file'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:647:in `new_constants_in'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:456:in `load_file'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:354:in `require_or_load'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:494:in `load_missing_constant'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:184:in `const_missing'
+ activesupport (4.2.6) lib/active_support/inflector/methods.rb:261:in `block in constantize'
+ activesupport (4.2.6) lib/active_support/inflector/methods.rb:259:in `constantize'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:566:in `get'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:597:in `constantize'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:70:in `controller_reference'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:60:in `controller'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:39:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/96375d5589289b10/variables" for ::1 at 2016-04-21 15:18:33 -0700
+
+
+Started GET "/" for ::1 at 2016-04-21 15:18:48 -0700
+
+LoadError - cannot load such file -- chronic:
+ activesupport (4.2.6) lib/active_support/dependencies.rb:274:in `block in require'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:238:in `block in load_dependency'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:647:in `new_constants_in'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:238:in `load_dependency'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:274:in `require'
+ app/controllers/list_controller.rb:1:in `'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:457:in `block in load_file'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:647:in `new_constants_in'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:456:in `load_file'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:354:in `require_or_load'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:494:in `load_missing_constant'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:184:in `const_missing'
+ activesupport (4.2.6) lib/active_support/inflector/methods.rb:261:in `block in constantize'
+ activesupport (4.2.6) lib/active_support/inflector/methods.rb:259:in `constantize'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:566:in `get'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:597:in `constantize'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:70:in `controller_reference'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:60:in `controller'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:39:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/4efb8b020d6922b9/variables" for ::1 at 2016-04-21 15:18:48 -0700
+
+
+Started GET "/" for ::1 at 2016-04-21 15:22:35 -0700
+
+LoadError - cannot load such file -- chronic:
+ activesupport (4.2.6) lib/active_support/dependencies.rb:274:in `block in require'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:238:in `block in load_dependency'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:647:in `new_constants_in'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:238:in `load_dependency'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:274:in `require'
+ app/controllers/list_controller.rb:1:in `'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:457:in `block in load_file'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:647:in `new_constants_in'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:456:in `load_file'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:354:in `require_or_load'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:494:in `load_missing_constant'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:184:in `const_missing'
+ activesupport (4.2.6) lib/active_support/inflector/methods.rb:261:in `block in constantize'
+ activesupport (4.2.6) lib/active_support/inflector/methods.rb:259:in `constantize'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:566:in `get'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:597:in `constantize'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:70:in `controller_reference'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:60:in `controller'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:39:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/2157efd96d4559fa/variables" for ::1 at 2016-04-21 15:22:35 -0700
+
+
+Started GET "/" for ::1 at 2016-04-21 15:23:02 -0700
+ [1m[36mActiveRecord::SchemaMigration Load (0.3ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+Processing by ListController#index as HTML
+Completed 500 Internal Server Error in 21ms (ActiveRecord: 0.0ms)
+
+ActionView::MissingTemplate - Missing template list/chronic, application/chronic with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :coffee, :jbuilder]}. Searched in:
+ * "/Users/cristal/C5/projects/TaskListRails/task-list/app/views"
+:
+ actionview (4.2.6) lib/action_view/path_set.rb:46:in `find'
+ actionview (4.2.6) lib/action_view/lookup_context.rb:121:in `find'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:40:in `determine_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:8:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ app/controllers/list_controller.rb:6:in `index'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/8ed545ccda538dc8/variables" for ::1 at 2016-04-21 15:23:02 -0700
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+
+
+Started GET "/" for ::1 at 2016-04-21 15:23:22 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.3ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ Rendered list/index.html.erb within layouts/application (57.2ms)
+Completed 200 OK in 287ms (Views: 285.3ms | ActiveRecord: 0.6ms)
+
+
+Started DELETE "/list/22" for ::1 at 2016-04-21 15:42:32 -0700
+Processing by ListController#delete as HTML
+ Parameters: {"authenticity_token"=>"Bey2pjGmwMifZ5lbneVc+6KgsijOj9a6khQtAYYY7n+vGGbIOAmbkvMTw/NtqPZ9Fps/4z8/iE2bu5Y5C0IT8A==", "id"=>"22"}
+ [1m[35mTask Load (1.0ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 22]]
+ [1m[36m (0.2ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.7ms)[0m DELETE FROM "tasks" WHERE "tasks"."id" = ? [["id", 22]]
+ [1m[36m (0.7ms)[0m [1mcommit transaction[0m
+Redirected to http://localhost:3000/
+Completed 302 Found in 49ms (ActiveRecord: 2.6ms)
+
+
+Started GET "/" for ::1 at 2016-04-21 15:42:32 -0700
+Processing by ListController#index as HTML
+ Rendered list/index.html.erb within layouts/application (4.9ms)
+Completed 500 Internal Server Error in 13ms (ActiveRecord: 0.0ms)
+
+SyntaxError - syntax error, unexpected '.'
+...freeze;@output_buffer.append=(.parse("#{list.completed_on}")...
+... ^:
+ app/views/list/index.html.erb:7:in `'
+ actionview (4.2.6) lib/action_view/template.rb:296:in `compile'
+ actionview (4.2.6) lib/action_view/template.rb:245:in `block (2 levels) in compile!'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:244:in `block in compile!'
+ actionview (4.2.6) lib/action_view/template.rb:232:in `compile!'
+ actionview (4.2.6) lib/action_view/template.rb:144:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/c839550b4371cceb/variables" for ::1 at 2016-04-21 15:42:32 -0700
+ [1m[35mTask Load (0.3ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+
+
+Started GET "/" for ::1 at 2016-04-21 15:42:39 -0700
+Processing by ListController#index as HTML
+ Rendered list/index.html.erb within layouts/application (1.4ms)
+Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.0ms)
+
+SyntaxError - syntax error, unexpected '.'
+...freeze;@output_buffer.append=(.parse("#{list.completed_on}")...
+... ^:
+ app/views/list/index.html.erb:7:in `'
+ actionview (4.2.6) lib/action_view/template.rb:296:in `compile'
+ actionview (4.2.6) lib/action_view/template.rb:245:in `block (2 levels) in compile!'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:244:in `block in compile!'
+ actionview (4.2.6) lib/action_view/template.rb:232:in `compile!'
+ actionview (4.2.6) lib/action_view/template.rb:144:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/44f9368942242728/variables" for ::1 at 2016-04-21 15:42:39 -0700
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+
+
+Started GET "/" for ::1 at 2016-04-21 15:51:52 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.3ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ Rendered list/index.html.erb within layouts/application (8.1ms)
+Completed 500 Internal Server Error in 15ms (ActiveRecord: 0.5ms)
+
+ActionController::UrlGenerationError - No route matches {:action=>"delete", :controller=>"list", :id=>1}:
+ actionpack (4.2.6) lib/action_dispatch/journey/formatter.rb:46:in `generate'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:721:in `generate'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:752:in `generate'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:799:in `url_for'
+ actionpack (4.2.6) lib/action_dispatch/routing/url_for.rb:156:in `url_for'
+ actionview (4.2.6) lib/action_view/routing_url_for.rb:94:in `url_for'
+ turbolinks (2.5.3) lib/turbolinks/xhr_url_for.rb:12:in `url_for_with_xhr_referer'
+ app/views/list/index.html.erb:9:in `block in _app_views_list_index_html_erb___4592563076921358769_70366143873440'
+ activerecord (4.2.6) lib/active_record/relation/delegation.rb:46:in `each'
+ app/views/list/index.html.erb:3:in `_app_views_list_index_html_erb___4592563076921358769_70366143873440'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/3f809b274043a07f/variables" for ::1 at 2016-04-21 15:51:52 -0700
+
+
+Started GET "/" for ::1 at 2016-04-21 15:52:20 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ Rendered list/index.html.erb within layouts/application (3.2ms)
+Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.1ms)
+
+ActionController::UrlGenerationError - No route matches {:action=>"delete", :controller=>"list", :id=>1}:
+ actionpack (4.2.6) lib/action_dispatch/journey/formatter.rb:46:in `generate'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:721:in `generate'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:752:in `generate'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:799:in `url_for'
+ actionpack (4.2.6) lib/action_dispatch/routing/url_for.rb:156:in `url_for'
+ actionview (4.2.6) lib/action_view/routing_url_for.rb:94:in `url_for'
+ turbolinks (2.5.3) lib/turbolinks/xhr_url_for.rb:12:in `url_for_with_xhr_referer'
+ app/views/list/index.html.erb:9:in `block in _app_views_list_index_html_erb___4592563076921358769_70366143873440'
+ activerecord (4.2.6) lib/active_record/relation/delegation.rb:46:in `each'
+ app/views/list/index.html.erb:3:in `_app_views_list_index_html_erb___4592563076921358769_70366143873440'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/87d2fa1c348f2e7d/variables" for ::1 at 2016-04-21 15:52:20 -0700
+
+
+Started GET "/" for ::1 at 2016-04-21 15:52:36 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ Rendered list/index.html.erb within layouts/application (3.5ms)
+Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.2ms)
+
+ActionController::UrlGenerationError - No route matches {:action=>"delete", :controller=>"list", :id=>1}:
+ actionpack (4.2.6) lib/action_dispatch/journey/formatter.rb:46:in `generate'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:721:in `generate'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:752:in `generate'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:799:in `url_for'
+ actionpack (4.2.6) lib/action_dispatch/routing/url_for.rb:156:in `url_for'
+ actionview (4.2.6) lib/action_view/routing_url_for.rb:94:in `url_for'
+ turbolinks (2.5.3) lib/turbolinks/xhr_url_for.rb:12:in `url_for_with_xhr_referer'
+ app/views/list/index.html.erb:9:in `block in _app_views_list_index_html_erb___4592563076921358769_70366144999340'
+ activerecord (4.2.6) lib/active_record/relation/delegation.rb:46:in `each'
+ app/views/list/index.html.erb:3:in `_app_views_list_index_html_erb___4592563076921358769_70366144999340'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/febcb53fcc89304e/variables" for ::1 at 2016-04-21 15:52:37 -0700
+
+
+Started GET "/" for ::1 at 2016-04-21 15:52:52 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ Rendered list/index.html.erb within layouts/application (3.5ms)
+Completed 500 Internal Server Error in 8ms (ActiveRecord: 0.2ms)
+
+ActionController::UrlGenerationError - No route matches {:action=>"delete", :controller=>"list", :id=>1}:
+ actionpack (4.2.6) lib/action_dispatch/journey/formatter.rb:46:in `generate'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:721:in `generate'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:752:in `generate'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:799:in `url_for'
+ actionpack (4.2.6) lib/action_dispatch/routing/url_for.rb:156:in `url_for'
+ actionview (4.2.6) lib/action_view/routing_url_for.rb:94:in `url_for'
+ turbolinks (2.5.3) lib/turbolinks/xhr_url_for.rb:12:in `url_for_with_xhr_referer'
+ app/views/list/index.html.erb:9:in `block in _app_views_list_index_html_erb___4592563076921358769_70366144999340'
+ activerecord (4.2.6) lib/active_record/relation/delegation.rb:46:in `each'
+ app/views/list/index.html.erb:3:in `_app_views_list_index_html_erb___4592563076921358769_70366144999340'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/acc4df8b4a25bbdc/variables" for ::1 at 2016-04-21 15:52:52 -0700
+
+
+Started GET "/" for ::1 at 2016-04-21 15:53:13 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ Rendered list/index.html.erb within layouts/application (4.0ms)
+Completed 200 OK in 24ms (Views: 23.8ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/" for ::1 at 2016-04-21 15:53:18 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ Rendered list/index.html.erb within layouts/application (4.1ms)
+Completed 500 Internal Server Error in 8ms (ActiveRecord: 0.2ms)
+
+ActionController::UrlGenerationError - No route matches {:action=>"delete", :controller=>"list", :id=>1}:
+ actionpack (4.2.6) lib/action_dispatch/journey/formatter.rb:46:in `generate'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:721:in `generate'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:752:in `generate'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:799:in `url_for'
+ actionpack (4.2.6) lib/action_dispatch/routing/url_for.rb:156:in `url_for'
+ actionview (4.2.6) lib/action_view/routing_url_for.rb:94:in `url_for'
+ turbolinks (2.5.3) lib/turbolinks/xhr_url_for.rb:12:in `url_for_with_xhr_referer'
+ app/views/list/index.html.erb:9:in `block in _app_views_list_index_html_erb___4592563076921358769_70366134789260'
+ activerecord (4.2.6) lib/active_record/relation/delegation.rb:46:in `each'
+ app/views/list/index.html.erb:3:in `_app_views_list_index_html_erb___4592563076921358769_70366134789260'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/b3768c265c99ce0f/variables" for ::1 at 2016-04-21 15:53:18 -0700
+
+
+Started GET "/" for ::1 at 2016-04-21 15:53:26 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.5ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ Rendered list/index.html.erb within layouts/application (13.0ms)
+Completed 200 OK in 31ms (Views: 28.2ms | ActiveRecord: 0.8ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-21 15:53:26 -0700
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-04-21 15:53:26 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-21 15:53:26 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-21 15:53:26 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-21 15:53:26 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-21 15:53:26 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-21 15:53:26 -0700
+
+
+Started GET "/" for ::1 at 2016-04-21 15:53:52 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.3ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ Rendered list/index.html.erb within layouts/application (11.8ms)
+Completed 200 OK in 26ms (Views: 24.0ms | ActiveRecord: 0.6ms)
+
+
+Started GET "/" for ::1 at 2016-04-21 15:53:53 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ Rendered list/index.html.erb within layouts/application (17.7ms)
+Completed 200 OK in 32ms (Views: 31.0ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-21 15:53:53 -0700
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-04-21 15:53:53 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-21 15:53:53 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-21 15:53:53 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-21 15:53:53 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-21 15:53:53 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-21 15:53:53 -0700
+
+
+Started DELETE "/list/1" for ::1 at 2016-04-21 15:53:57 -0700
+Processing by ListController#delete as HTML
+ Parameters: {"authenticity_token"=>"WXyE8zl4VdUBzX/QWXg+Zq2TT5eBAEpGvKD1ofCxOyzziFSdMNcOj225JXipNZTgGajCXHCwFLG1D06ZfevGow==", "id"=>"1"}
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mDELETE FROM "tasks" WHERE "tasks"."id" = ?[0m [["id", 1]]
+ [1m[35m (3.0ms)[0m commit transaction
+Redirected to http://localhost:3000/
+Completed 302 Found in 7ms (ActiveRecord: 3.6ms)
+
+
+Started GET "/" for ::1 at 2016-04-21 15:53:57 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ Rendered list/index.html.erb within layouts/application (11.3ms)
+Completed 200 OK in 26ms (Views: 25.3ms | ActiveRecord: 0.2ms)
+
+
+Started DELETE "/list/21" for ::1 at 2016-04-21 15:54:04 -0700
+Processing by ListController#delete as HTML
+ Parameters: {"authenticity_token"=>"MEu/N/gbPoR36/t7wIiM/V/mKLR21Qi0qjSRuIWe3rSav29Z8bRl3hufodMwxSZ7692lf4dlVkOjmyqACMQjOw==", "id"=>"21"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 21]]
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m DELETE FROM "tasks" WHERE "tasks"."id" = ? [["id", 21]]
+ [1m[36m (1.4ms)[0m [1mcommit transaction[0m
+Redirected to http://localhost:3000/
+Completed 302 Found in 4ms (ActiveRecord: 1.7ms)
+
+
+Started GET "/" for ::1 at 2016-04-21 15:54:04 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ Rendered list/index.html.erb within layouts/application (10.9ms)
+Completed 200 OK in 26ms (Views: 25.4ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/" for ::1 at 2016-04-21 16:18:00 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ Rendered list/index.html.erb within layouts/application (8.7ms)
+Completed 200 OK in 25ms (Views: 24.9ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/" for ::1 at 2016-04-21 16:20:45 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ Rendered list/index.html.erb within layouts/application (7.7ms)
+Completed 200 OK in 25ms (Views: 23.6ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/" for ::1 at 2016-04-21 16:21:30 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ Rendered list/index.html.erb within layouts/application (8.9ms)
+Completed 200 OK in 21ms (Views: 20.3ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/" for ::1 at 2016-04-21 16:22:09 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.3ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ Rendered list/index.html.erb within layouts/application (7.0ms)
+Completed 200 OK in 24ms (Views: 23.7ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/" for ::1 at 2016-04-21 16:22:18 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ Rendered list/index.html.erb within layouts/application (6.8ms)
+Completed 200 OK in 20ms (Views: 19.0ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/" for ::1 at 2016-04-21 16:23:05 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ Rendered list/index.html.erb within layouts/application (6.7ms)
+Completed 200 OK in 20ms (Views: 19.0ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-21 16:23:05 -0700
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-04-21 16:23:05 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-21 16:23:05 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-21 16:23:05 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-21 16:23:05 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-21 16:23:05 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-21 16:23:05 -0700
+
+
+Started GET "/" for ::1 at 2016-04-21 16:23:08 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.8ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ Rendered list/index.html.erb within layouts/application (10.7ms)
+Completed 200 OK in 24ms (Views: 22.7ms | ActiveRecord: 0.8ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-21 16:23:08 -0700
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-04-21 16:23:08 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-21 16:23:08 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-21 16:23:08 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-21 16:23:08 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-21 16:23:08 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-21 16:23:08 -0700
+
+
+Started GET "/" for ::1 at 2016-04-21 16:23:16 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ Rendered list/index.html.erb within layouts/application (6.6ms)
+Completed 200 OK in 20ms (Views: 19.6ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/" for ::1 at 2016-04-21 16:23:24 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ Rendered list/index.html.erb within layouts/application (6.6ms)
+Completed 200 OK in 20ms (Views: 18.8ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/" for ::1 at 2016-04-21 16:40:29 -0700
+Processing by ListController#index as HTML
+ Rendered list/index.html.erb within layouts/application (1.2ms)
+Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.0ms)
+
+SyntaxError - syntax error, unexpected ')', expecting keyword_end
+ 'β
');@output_buffer.safe_append='
+ ^
+/Users/cristal/C5/projects/TaskListRails/task-list/app/views/list/index.html.erb:20: syntax error, unexpected keyword_ensure, expecting ')'
+/Users/cristal/C5/projects/TaskListRails/task-list/app/views/list/index.html.erb:22: syntax error, unexpected keyword_end, expecting ')':
+ app/views/list/index.html.erb:8:in `'
+ actionview (4.2.6) lib/action_view/template.rb:296:in `compile'
+ actionview (4.2.6) lib/action_view/template.rb:245:in `block (2 levels) in compile!'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:244:in `block in compile!'
+ actionview (4.2.6) lib/action_view/template.rb:232:in `compile!'
+ actionview (4.2.6) lib/action_view/template.rb:144:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/c3d062355324a876/variables" for ::1 at 2016-04-21 16:40:29 -0700
+ [1m[35mTask Load (0.3ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+
+
+Started GET "/" for ::1 at 2016-04-21 16:40:55 -0700
+Processing by ListController#index as HTML
+ Rendered list/index.html.erb within layouts/application (1.1ms)
+Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.0ms)
+
+SyntaxError - syntax error, unexpected ')', expecting keyword_end
+ 'β
');@output_buffer.safe_append='
+ ^
+/Users/cristal/C5/projects/TaskListRails/task-list/app/views/list/index.html.erb:20: syntax error, unexpected keyword_ensure, expecting ')'
+/Users/cristal/C5/projects/TaskListRails/task-list/app/views/list/index.html.erb:22: syntax error, unexpected keyword_end, expecting ')':
+ app/views/list/index.html.erb:8:in `'
+ actionview (4.2.6) lib/action_view/template.rb:296:in `compile'
+ actionview (4.2.6) lib/action_view/template.rb:245:in `block (2 levels) in compile!'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:244:in `block in compile!'
+ actionview (4.2.6) lib/action_view/template.rb:232:in `compile!'
+ actionview (4.2.6) lib/action_view/template.rb:144:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/53f9f2f9468885f3/variables" for ::1 at 2016-04-21 16:40:56 -0700
+ [1m[36mTask Load (0.3ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+
+
+Started GET "/" for ::1 at 2016-04-21 16:41:04 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ Rendered list/index.html.erb within layouts/application (10.5ms)
+Completed 200 OK in 26ms (Views: 25.7ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/" for ::1 at 2016-04-21 16:41:22 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ Rendered list/index.html.erb within layouts/application (10.3ms)
+Completed 200 OK in 22ms (Views: 21.6ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/list/2" for ::1 at 2016-04-21 16:41:26 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"2"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 2]]
+ Rendered list/show.html.erb within layouts/application (0.6ms)
+Completed 200 OK in 15ms (Views: 14.1ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/" for ::1 at 2016-04-21 16:41:43 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ Rendered list/index.html.erb within layouts/application (7.4ms)
+Completed 200 OK in 20ms (Views: 19.2ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/list/2" for ::1 at 2016-04-21 16:42:55 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"2"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 2]]
+ Rendered list/show.html.erb within layouts/application (0.2ms)
+Completed 200 OK in 16ms (Views: 15.5ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/" for ::1 at 2016-04-21 16:43:06 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ Rendered list/index.html.erb within layouts/application (7.5ms)
+Completed 200 OK in 22ms (Views: 21.6ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/list/2" for ::1 at 2016-04-21 16:47:29 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"2"}
+ [1m[35mTask Load (0.5ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 2]]
+ Rendered list/show.html.erb within layouts/application (119.0ms)
+Completed 500 Internal Server Error in 136ms (ActiveRecord: 0.5ms)
+
+NameError - undefined local variable or method `list' for #<#:0x007ffec8e747e8>
+Did you mean? @list:
+ app/views/list/show.html.erb:7:in `_app_views_list_show_html_erb__4092105888252460561_70366144035260'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started GET "/list/2" for ::1 at 2016-04-21 16:47:29 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"2"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 2]]
+ Rendered list/show.html.erb within layouts/application (29.0ms)
+Completed 500 Internal Server Error in 33ms (ActiveRecord: 0.1ms)
+
+NameError - undefined local variable or method `list' for #<#:0x007ffec5ab44f8>
+Did you mean? @list:
+ app/views/list/show.html.erb:7:in `_app_views_list_show_html_erb__4092105888252460561_70366145444000'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/96d44993287753ff/variables" for ::1 at 2016-04-21 16:47:30 -0700
+
+
+Started GET "/" for ::1 at 2016-04-21 16:50:37 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ Rendered list/index.html.erb within layouts/application (21.2ms)
+Completed 200 OK in 52ms (Views: 46.9ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/list/2" for ::1 at 2016-04-21 16:50:40 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"2"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 2]]
+ Rendered list/show.html.erb within layouts/application (1.6ms)
+Completed 200 OK in 21ms (Views: 20.3ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/list/2" for ::1 at 2016-04-21 16:51:46 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"2"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 2]]
+ Rendered list/show.html.erb within layouts/application (0.7ms)
+Completed 200 OK in 19ms (Views: 18.4ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-21 16:51:46 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-21 16:51:46 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-21 16:51:46 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-21 16:51:46 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-21 16:51:46 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-21 16:51:46 -0700
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-04-21 16:51:46 -0700
+
+
+Started GET "/list/2" for ::1 at 2016-04-21 16:51:47 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"2"}
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 2]]
+ Rendered list/show.html.erb within layouts/application (0.4ms)
+Completed 200 OK in 20ms (Views: 18.5ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-21 16:51:47 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-21 16:51:47 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-21 16:51:47 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-21 16:51:47 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-21 16:51:47 -0700
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-04-21 16:51:47 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-21 16:51:47 -0700
+
+
+Started GET "/" for ::1 at 2016-04-21 16:52:04 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ Rendered list/index.html.erb within layouts/application (13.1ms)
+Completed 200 OK in 33ms (Views: 32.1ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/list/3" for ::1 at 2016-04-21 16:52:07 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"3"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 3]]
+ Rendered list/show.html.erb within layouts/application (0.7ms)
+Completed 200 OK in 16ms (Views: 15.5ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/" for ::1 at 2016-04-21 16:56:39 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.3ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ Rendered list/index.html.erb within layouts/application (10.3ms)
+Completed 200 OK in 28ms (Views: 24.5ms | ActiveRecord: 0.6ms)
+
+
+Started GET "/" for ::1 at 2016-04-21 16:56:40 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ Rendered list/index.html.erb within layouts/application (9.7ms)
+Completed 200 OK in 23ms (Views: 22.7ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-21 16:56:40 -0700
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-04-21 16:56:40 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-21 16:56:40 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-21 16:56:40 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-21 16:56:40 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-21 16:56:40 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-21 16:56:40 -0700
+
+
+Started GET "/list/2" for ::1 at 2016-04-21 16:56:42 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"2"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 2]]
+ Rendered list/show.html.erb within layouts/application (2.3ms)
+Completed 200 OK in 17ms (Views: 15.9ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/" for ::1 at 2016-04-21 16:56:44 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ Rendered list/index.html.erb within layouts/application (9.4ms)
+Completed 200 OK in 25ms (Views: 24.0ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/list/2" for ::1 at 2016-04-21 16:56:46 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"2"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 2]]
+ Rendered list/show.html.erb within layouts/application (0.3ms)
+Completed 200 OK in 15ms (Views: 14.5ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/list/3" for ::1 at 2016-04-21 16:56:57 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"3"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 3]]
+ Rendered list/show.html.erb within layouts/application (0.3ms)
+Completed 200 OK in 16ms (Views: 14.8ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/list/4" for ::1 at 2016-04-21 16:57:00 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"4"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 4]]
+ Rendered list/show.html.erb within layouts/application (0.3ms)
+Completed 200 OK in 15ms (Views: 14.6ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/" for ::1 at 2016-04-21 16:59:14 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.4ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ Rendered list/index.html.erb within layouts/application (9.7ms)
+Completed 200 OK in 27ms (Views: 24.7ms | ActiveRecord: 0.6ms)
+
+
+Started GET "/list/2" for ::1 at 2016-04-21 16:59:16 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"2"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 2]]
+ Rendered list/show.html.erb within layouts/application (0.6ms)
+Completed 200 OK in 15ms (Views: 14.1ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/list/2" for ::1 at 2016-04-21 16:59:20 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"2"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 2]]
+ Rendered list/show.html.erb within layouts/application (0.3ms)
+Completed 200 OK in 14ms (Views: 13.7ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/list/2" for ::1 at 2016-04-21 17:00:50 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"2"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 2]]
+ Rendered list/show.html.erb within layouts/application (0.3ms)
+Completed 200 OK in 14ms (Views: 13.0ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/list/3" for ::1 at 2016-04-21 17:00:55 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"3"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 3]]
+ Rendered list/show.html.erb within layouts/application (0.3ms)
+Completed 200 OK in 14ms (Views: 12.4ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/" for ::1 at 2016-04-21 17:03:04 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ Rendered list/index.html.erb within layouts/application (19.1ms)
+Completed 500 Internal Server Error in 22ms (ActiveRecord: 0.2ms)
+
+NoMethodError - undefined method `completed=' for #
+Did you mean? completed_on=
+ completed_on:
+ activemodel (4.2.6) lib/active_model/attribute_methods.rb:433:in `method_missing'
+ app/views/list/index.html.erb:9:in `block in _app_views_list_index_html_erb___4592563076921358769_70366133756380'
+ activerecord (4.2.6) lib/active_record/relation/delegation.rb:46:in `each'
+ app/views/list/index.html.erb:3:in `_app_views_list_index_html_erb___4592563076921358769_70366133756380'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/7e12db9044680bc6/variables" for ::1 at 2016-04-21 17:03:04 -0700
+
+
+Started GET "/" for ::1 at 2016-04-21 17:03:13 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ Rendered list/index.html.erb within layouts/application (15.5ms)
+Completed 200 OK in 28ms (Views: 27.2ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/" for ::1 at 2016-04-21 17:03:37 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ Rendered list/index.html.erb within layouts/application (12.2ms)
+Completed 500 Internal Server Error in 15ms (ActiveRecord: 0.2ms)
+
+NoMethodError - undefined method `complete_on=' for #
+Did you mean? completed_on=
+ completed_on
+ completed_on?:
+ activemodel (4.2.6) lib/active_model/attribute_methods.rb:433:in `method_missing'
+ app/views/list/index.html.erb:7:in `block in _app_views_list_index_html_erb___4592563076921358769_70366103119720'
+ activerecord (4.2.6) lib/active_record/relation/delegation.rb:46:in `each'
+ app/views/list/index.html.erb:3:in `_app_views_list_index_html_erb___4592563076921358769_70366103119720'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/b6d26dd46dd17dcb/variables" for ::1 at 2016-04-21 17:03:38 -0700
+
+
+Started GET "/" for ::1 at 2016-04-21 17:03:48 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ Rendered list/index.html.erb within layouts/application (7.1ms)
+Completed 200 OK in 20ms (Views: 18.6ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/" for ::1 at 2016-04-21 17:03:56 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ Rendered list/index.html.erb within layouts/application (10.3ms)
+Completed 200 OK in 22ms (Views: 21.5ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/" for ::1 at 2016-04-21 17:03:58 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ Rendered list/index.html.erb within layouts/application (9.2ms)
+Completed 200 OK in 21ms (Views: 20.7ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/" for ::1 at 2016-04-21 17:03:59 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ Rendered list/index.html.erb within layouts/application (7.3ms)
+Completed 200 OK in 20ms (Views: 19.0ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-21 17:03:59 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-21 17:03:59 -0700
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-04-21 17:03:59 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-21 17:03:59 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-21 17:03:59 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-21 17:03:59 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-21 17:03:59 -0700
+
+
+Started GET "/list/2" for ::1 at 2016-04-21 17:04:00 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"2"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 2]]
+ Rendered list/show.html.erb within layouts/application (0.9ms)
+Completed 200 OK in 18ms (Views: 17.3ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/" for ::1 at 2016-04-21 17:04:28 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.3ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ Rendered list/index.html.erb within layouts/application (8.3ms)
+Completed 200 OK in 22ms (Views: 21.1ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/list/2" for ::1 at 2016-04-21 17:04:30 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"2"}
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 2]]
+ Rendered list/show.html.erb within layouts/application (1.4ms)
+Completed 200 OK in 18ms (Views: 16.6ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/" for ::1 at 2016-04-21 17:04:54 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.3ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ Rendered list/index.html.erb within layouts/application (10.8ms)
+Completed 200 OK in 24ms (Views: 22.7ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/list/4" for ::1 at 2016-04-21 17:04:55 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"4"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 4]]
+ Rendered list/show.html.erb within layouts/application (0.2ms)
+Completed 200 OK in 39ms (Views: 38.0ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/" for ::1 at 2016-04-21 17:05:04 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ Rendered list/index.html.erb within layouts/application (8.9ms)
+Completed 200 OK in 27ms (Views: 26.6ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/" for ::1 at 2016-04-21 17:05:13 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ Rendered list/index.html.erb within layouts/application (10.6ms)
+Completed 200 OK in 30ms (Views: 28.7ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/" for ::1 at 2016-04-21 17:05:27 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ Rendered list/index.html.erb within layouts/application (14.4ms)
+Completed 200 OK in 35ms (Views: 34.2ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/" for ::1 at 2016-04-21 17:05:29 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ Rendered list/index.html.erb within layouts/application (25.6ms)
+Completed 200 OK in 38ms (Views: 37.3ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/" for ::1 at 2016-04-21 17:05:37 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ Rendered list/index.html.erb within layouts/application (7.2ms)
+Completed 200 OK in 20ms (Views: 19.2ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/list/new" for ::1 at 2016-04-22 09:26:58 -0700
+Processing by ListController#new as HTML
+ Rendered list/new.html.erb within layouts/application (73.1ms)
+Completed 200 OK in 134ms (Views: 112.9ms | ActiveRecord: 0.0ms)
+
+
+Started POST "/list/new" for ::1 at 2016-04-22 09:27:11 -0700
+Processing by ListController#create as HTML
+ Parameters: {"utf8"=>"β", "authenticity_token"=>"d9ocyeRP6CWl/FpHO3nRvDLl7q8Fe0WNyJ/3cqHHkZndLsyn7eCzf8mIAO/LNHs6ht5jZPTLG3rBMExKLJ1sFg==", "task"=>{"title"=>"Pay Attention", "description"=>"omgz class"}, "commit"=>"SUBMIT!!"}
+Unpermitted parameters: utf8, authenticity_token, commit
+ [1m[36m (0.5ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (1.7ms)[0m INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Pay Attention"], ["description", "omgz class"], ["created_at", "2016-04-22 16:27:11.752370"], ["updated_at", "2016-04-22 16:27:11.752370"]]
+ [1m[36m (0.7ms)[0m [1mcommit transaction[0m
+Redirected to http://localhost:3000/
+Completed 302 Found in 14ms (ActiveRecord: 2.9ms)
+
+
+Started GET "/" for ::1 at 2016-04-22 09:27:11 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ Rendered list/index.html.erb within layouts/application (25.6ms)
+Completed 200 OK in 54ms (Views: 52.4ms | ActiveRecord: 0.2ms)
+
+
+Started DELETE "/list/26" for ::1 at 2016-04-22 09:27:17 -0700
+Processing by ListController#delete as HTML
+ Parameters: {"authenticity_token"=>"GSMV4LBF4kg6/bcDnwB2T+BieUBmBg68ZRqJun3galaz18WOueq5ElaJ7atvTdzJVFn0i5e2UEtstTKC8LqX2Q==", "id"=>"26"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 26]]
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mDELETE FROM "tasks" WHERE "tasks"."id" = ?[0m [["id", 26]]
+ [1m[35m (0.6ms)[0m commit transaction
+Redirected to http://localhost:3000/
+Completed 302 Found in 4ms (ActiveRecord: 1.0ms)
+
+
+Started GET "/" for ::1 at 2016-04-22 09:27:17 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ Rendered list/index.html.erb within layouts/application (12.1ms)
+Completed 200 OK in 30ms (Views: 29.5ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/list/new" for ::1 at 2016-04-22 09:27:20 -0700
+Processing by ListController#new as HTML
+ Rendered list/new.html.erb within layouts/application (1.2ms)
+Completed 200 OK in 23ms (Views: 22.3ms | ActiveRecord: 0.0ms)
+
+
+Started POST "/list/new" for ::1 at 2016-04-22 09:27:26 -0700
+Processing by ListController#create as HTML
+ Parameters: {"utf8"=>"β", "authenticity_token"=>"6qlrqzlWqkSh3ARcSl5blXkvT+qmnx20ENaaTaf+hyBAXbvFMPnxHs2oXvS6E/ETzRTCIVcvQ0MZeSF1KqR6rw==", "task"=>{"title"=>"meow meow", "description"=>"mew"}, "commit"=>"SUBMIT!!"}
+Unpermitted parameters: utf8, authenticity_token, commit
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "meow meow"], ["description", "mew"], ["created_at", "2016-04-22 16:27:26.436017"], ["updated_at", "2016-04-22 16:27:26.436017"]]
+ [1m[35m (0.9ms)[0m commit transaction
+Redirected to http://localhost:3000/
+Completed 302 Found in 4ms (ActiveRecord: 1.2ms)
+
+
+Started GET "/" for ::1 at 2016-04-22 09:27:26 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.4ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ Rendered list/index.html.erb within layouts/application (22.9ms)
+Completed 200 OK in 53ms (Views: 51.7ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/list/2" for ::1 at 2016-04-22 11:18:14 -0700
+ [1m[36mActiveRecord::SchemaMigration Load (0.3ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"2"}
+ [1m[35mTask Load (0.5ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 2]]
+ Rendered list/show.html.erb within layouts/application (1.9ms)
+Completed 200 OK in 271ms (Views: 246.7ms | ActiveRecord: 0.7ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-22 11:18:15 -0700
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-04-22 11:18:15 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-22 11:18:15 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-22 11:18:15 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-22 11:18:15 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-22 11:18:15 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-22 11:18:15 -0700
+
+
+Started GET "/" for ::1 at 2016-04-22 11:18:18 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.4ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ Rendered list/index.html.erb within layouts/application (6.8ms)
+Completed 500 Internal Server Error in 12ms (ActiveRecord: 0.4ms)
+
+ActionController::UrlGenerationError - No route matches {:action=>"delete", :controller=>"list", :id=>2}:
+ actionpack (4.2.6) lib/action_dispatch/journey/formatter.rb:46:in `generate'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:721:in `generate'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:752:in `generate'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:799:in `url_for'
+ actionpack (4.2.6) lib/action_dispatch/routing/url_for.rb:156:in `url_for'
+ actionview (4.2.6) lib/action_view/routing_url_for.rb:94:in `url_for'
+ turbolinks (2.5.3) lib/turbolinks/xhr_url_for.rb:12:in `url_for_with_xhr_referer'
+ app/views/list/index.html.erb:14:in `block in _app_views_list_index_html_erb__1562569206616642273_70219755579020'
+ activerecord (4.2.6) lib/active_record/relation/delegation.rb:46:in `each'
+ app/views/list/index.html.erb:3:in `_app_views_list_index_html_erb__1562569206616642273_70219755579020'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started GET "/" for ::1 at 2016-04-22 11:18:18 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ Rendered list/index.html.erb within layouts/application (3.8ms)
+Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.2ms)
+
+ActionController::UrlGenerationError - No route matches {:action=>"delete", :controller=>"list", :id=>2}:
+ actionpack (4.2.6) lib/action_dispatch/journey/formatter.rb:46:in `generate'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:721:in `generate'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:752:in `generate'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:799:in `url_for'
+ actionpack (4.2.6) lib/action_dispatch/routing/url_for.rb:156:in `url_for'
+ actionview (4.2.6) lib/action_view/routing_url_for.rb:94:in `url_for'
+ turbolinks (2.5.3) lib/turbolinks/xhr_url_for.rb:12:in `url_for_with_xhr_referer'
+ app/views/list/index.html.erb:14:in `block in _app_views_list_index_html_erb__1562569206616642273_70219726113160'
+ activerecord (4.2.6) lib/active_record/relation/delegation.rb:46:in `each'
+ app/views/list/index.html.erb:3:in `_app_views_list_index_html_erb__1562569206616642273_70219726113160'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/4624f09509858cb8/variables" for ::1 at 2016-04-22 11:18:18 -0700
+
+
+Started GET "/" for ::1 at 2016-04-22 11:18:27 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ Rendered list/index.html.erb within layouts/application (2.8ms)
+Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.2ms)
+
+ActionController::UrlGenerationError - No route matches {:action=>"delete", :controller=>"list", :id=>2}:
+ actionpack (4.2.6) lib/action_dispatch/journey/formatter.rb:46:in `generate'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:721:in `generate'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:752:in `generate'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:799:in `url_for'
+ actionpack (4.2.6) lib/action_dispatch/routing/url_for.rb:156:in `url_for'
+ actionview (4.2.6) lib/action_view/routing_url_for.rb:94:in `url_for'
+ turbolinks (2.5.3) lib/turbolinks/xhr_url_for.rb:12:in `url_for_with_xhr_referer'
+ app/views/list/index.html.erb:14:in `block in _app_views_list_index_html_erb__1562569206616642273_70219726113160'
+ activerecord (4.2.6) lib/active_record/relation/delegation.rb:46:in `each'
+ app/views/list/index.html.erb:3:in `_app_views_list_index_html_erb__1562569206616642273_70219726113160'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/b5e853fe2f14070a/variables" for ::1 at 2016-04-22 11:18:28 -0700
+
+
+Started GET "/" for ::1 at 2016-04-22 11:18:40 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ Rendered list/index.html.erb within layouts/application (8.7ms)
+Completed 200 OK in 20ms (Views: 19.2ms | ActiveRecord: 0.2ms)
+
+
+Started DELETE "/list/27" for ::1 at 2016-04-22 11:18:45 -0700
+Processing by ListController#destroy as HTML
+ Parameters: {"authenticity_token"=>"FVzJpTJbG0Pl1cLDt+exdGRTKVlDMhhOBb9kzgOBx8C/qBnLO/RAGYmhmGtHqhvy0GikkrKCRrkMEN/2jts6Tw==", "id"=>"27"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 27]]
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.5ms)[0m [1mDELETE FROM "tasks" WHERE "tasks"."id" = ?[0m [["id", 27]]
+ [1m[35m (1.1ms)[0m commit transaction
+Redirected to http://localhost:3000/
+Completed 302 Found in 6ms (ActiveRecord: 1.8ms)
+
+
+Started GET "/" for ::1 at 2016-04-22 11:18:45 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ Rendered list/index.html.erb within layouts/application (7.9ms)
+Completed 200 OK in 22ms (Views: 21.3ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/list/2" for ::1 at 2016-04-22 11:18:54 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"2"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 2]]
+ Rendered list/show.html.erb within layouts/application (0.6ms)
+Completed 200 OK in 14ms (Views: 13.5ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/" for ::1 at 2016-04-22 11:18:55 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ Rendered list/index.html.erb within layouts/application (8.9ms)
+Completed 200 OK in 22ms (Views: 21.8ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/list/3" for ::1 at 2016-04-22 11:18:57 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"3"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 3]]
+ Rendered list/show.html.erb within layouts/application (0.3ms)
+Completed 200 OK in 22ms (Views: 21.4ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/" for ::1 at 2016-04-22 11:19:03 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.3ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ Rendered list/index.html.erb within layouts/application (8.8ms)
+Completed 200 OK in 23ms (Views: 21.9ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/list/2" for ::1 at 2016-04-22 11:19:23 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"2"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 2]]
+ Rendered list/show.html.erb within layouts/application (0.6ms)
+Completed 200 OK in 13ms (Views: 12.5ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/" for ::1 at 2016-04-22 11:19:24 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ Rendered list/index.html.erb within layouts/application (6.9ms)
+Completed 200 OK in 21ms (Views: 20.4ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/list/2" for ::1 at 2016-04-22 11:19:57 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"2"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 2]]
+ Rendered list/show.html.erb within layouts/application (1.0ms)
+Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.1ms)
+
+SyntaxError - syntax error, unexpected ')', expecting keyword_then or ';' or '\n'
+...( if @list.completed_on != nil);@output_buffer.safe_append='
+... ^
+/Users/cristal/C5/projects/TaskListRails/task-list/app/views/list/show.html.erb:9: syntax error, unexpected keyword_end, expecting ')'
+ end);@output_buffer.safe_append='
+ ^
+/Users/cristal/C5/projects/TaskListRails/task-list/app/views/list/show.html.erb:13: syntax error, unexpected keyword_ensure, expecting ')'
+/Users/cristal/C5/projects/TaskListRails/task-list/app/views/list/show.html.erb:15: syntax error, unexpected keyword_end, expecting ')':
+ app/views/list/show.html.erb:7:in `'
+ actionview (4.2.6) lib/action_view/template.rb:296:in `compile'
+ actionview (4.2.6) lib/action_view/template.rb:245:in `block (2 levels) in compile!'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:244:in `block in compile!'
+ actionview (4.2.6) lib/action_view/template.rb:232:in `compile!'
+ actionview (4.2.6) lib/action_view/template.rb:144:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started GET "/list/2" for ::1 at 2016-04-22 11:19:57 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"2"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 2]]
+ Rendered list/show.html.erb within layouts/application (1.6ms)
+Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.1ms)
+
+SyntaxError - syntax error, unexpected ')', expecting keyword_then or ';' or '\n'
+...( if @list.completed_on != nil);@output_buffer.safe_append='
+... ^
+/Users/cristal/C5/projects/TaskListRails/task-list/app/views/list/show.html.erb:9: syntax error, unexpected keyword_end, expecting ')'
+ end);@output_buffer.safe_append='
+ ^
+/Users/cristal/C5/projects/TaskListRails/task-list/app/views/list/show.html.erb:13: syntax error, unexpected keyword_ensure, expecting ')'
+/Users/cristal/C5/projects/TaskListRails/task-list/app/views/list/show.html.erb:15: syntax error, unexpected keyword_end, expecting ')':
+ app/views/list/show.html.erb:7:in `'
+ actionview (4.2.6) lib/action_view/template.rb:296:in `compile'
+ actionview (4.2.6) lib/action_view/template.rb:245:in `block (2 levels) in compile!'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:244:in `block in compile!'
+ actionview (4.2.6) lib/action_view/template.rb:232:in `compile!'
+ actionview (4.2.6) lib/action_view/template.rb:144:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/dcd55e33fe5f3353/variables" for ::1 at 2016-04-22 11:19:58 -0700
+
+
+Started GET "/" for ::1 at 2016-04-22 11:20:37 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.3ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ Rendered list/index.html.erb within layouts/application (13.3ms)
+Completed 200 OK in 31ms (Views: 28.5ms | ActiveRecord: 0.7ms)
+
+
+Started GET "/list/new" for ::1 at 2016-04-22 11:20:39 -0700
+Processing by ListController#new as HTML
+ Rendered list/new.html.erb within layouts/application (15.7ms)
+Completed 200 OK in 36ms (Views: 35.1ms | ActiveRecord: 0.0ms)
+
+
+Started POST "/list/new" for ::1 at 2016-04-22 11:20:45 -0700
+Processing by ListController#create as HTML
+ Parameters: {"utf8"=>"β", "authenticity_token"=>"8ulJsCxyzRTttb6xjihzRyLBe5WUHEgEbty4iDVfgLxYHZneJd2WToHB5Bl+ZdnBlvr2XmWsFvNncwOwuAV9Mw==", "task"=>{"title"=>"MEOW", "description"=>"moooooo"}, "commit"=>"SUBMIT!!"}
+Unpermitted parameters: utf8, authenticity_token, commit
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "MEOW"], ["description", "moooooo"], ["created_at", "2016-04-22 18:20:45.593264"], ["updated_at", "2016-04-22 18:20:45.593264"]]
+ [1m[36m (0.6ms)[0m [1mcommit transaction[0m
+Redirected to http://localhost:3000/
+Completed 302 Found in 4ms (ActiveRecord: 1.0ms)
+
+
+Started GET "/" for ::1 at 2016-04-22 11:20:45 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.3ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ Rendered list/index.html.erb within layouts/application (10.8ms)
+Completed 200 OK in 29ms (Views: 28.2ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/list/28" for ::1 at 2016-04-22 11:20:48 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"28"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 28]]
+ Rendered list/show.html.erb within layouts/application (1.8ms)
+Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.1ms)
+
+SyntaxError - syntax error, unexpected ')', expecting keyword_then or ';' or '\n'
+...( if @list.completed_on != nil);@output_buffer.safe_append='
+... ^
+/Users/cristal/C5/projects/TaskListRails/task-list/app/views/list/show.html.erb:8: syntax error, unexpected keyword_end, expecting ')'
+ end);@output_buffer.safe_append='
+ ^
+/Users/cristal/C5/projects/TaskListRails/task-list/app/views/list/show.html.erb:12: syntax error, unexpected keyword_ensure, expecting ')'
+/Users/cristal/C5/projects/TaskListRails/task-list/app/views/list/show.html.erb:14: syntax error, unexpected keyword_end, expecting ')':
+ app/views/list/show.html.erb:6:in `'
+ actionview (4.2.6) lib/action_view/template.rb:296:in `compile'
+ actionview (4.2.6) lib/action_view/template.rb:245:in `block (2 levels) in compile!'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:244:in `block in compile!'
+ actionview (4.2.6) lib/action_view/template.rb:232:in `compile!'
+ actionview (4.2.6) lib/action_view/template.rb:144:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started GET "/list/28" for ::1 at 2016-04-22 11:20:48 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"28"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 28]]
+ Rendered list/show.html.erb within layouts/application (0.9ms)
+Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.1ms)
+
+SyntaxError - syntax error, unexpected ')', expecting keyword_then or ';' or '\n'
+...( if @list.completed_on != nil);@output_buffer.safe_append='
+... ^
+/Users/cristal/C5/projects/TaskListRails/task-list/app/views/list/show.html.erb:8: syntax error, unexpected keyword_end, expecting ')'
+ end);@output_buffer.safe_append='
+ ^
+/Users/cristal/C5/projects/TaskListRails/task-list/app/views/list/show.html.erb:12: syntax error, unexpected keyword_ensure, expecting ')'
+/Users/cristal/C5/projects/TaskListRails/task-list/app/views/list/show.html.erb:14: syntax error, unexpected keyword_end, expecting ')':
+ app/views/list/show.html.erb:6:in `'
+ actionview (4.2.6) lib/action_view/template.rb:296:in `compile'
+ actionview (4.2.6) lib/action_view/template.rb:245:in `block (2 levels) in compile!'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:244:in `block in compile!'
+ actionview (4.2.6) lib/action_view/template.rb:232:in `compile!'
+ actionview (4.2.6) lib/action_view/template.rb:144:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/8a8e8476c0c456db/variables" for ::1 at 2016-04-22 11:20:49 -0700
+
+
+Started GET "/" for ::1 at 2016-04-22 11:21:32 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ Rendered list/index.html.erb within layouts/application (7.3ms)
+Completed 200 OK in 24ms (Views: 22.4ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/list/28" for ::1 at 2016-04-22 11:21:35 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"28"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 28]]
+ Rendered list/show.html.erb within layouts/application (0.6ms)
+Completed 200 OK in 16ms (Views: 15.3ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/" for ::1 at 2016-04-22 11:21:37 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ Rendered list/index.html.erb within layouts/application (7.7ms)
+Completed 200 OK in 22ms (Views: 21.2ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/list/28" for ::1 at 2016-04-22 11:21:39 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"28"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 28]]
+ Rendered list/show.html.erb within layouts/application (0.3ms)
+Completed 200 OK in 15ms (Views: 14.0ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/" for ::1 at 2016-04-22 11:21:41 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ Rendered list/index.html.erb within layouts/application (6.2ms)
+Completed 200 OK in 26ms (Views: 25.3ms | ActiveRecord: 0.2ms)
+
+
+Started DELETE "/list/28" for ::1 at 2016-04-22 11:21:45 -0700
+Processing by ListController#destroy as HTML
+ Parameters: {"authenticity_token"=>"1RnhShdtalyeqPH4gH5S5LlmDGX0c1+GdHM9hUQwDnt/7TEkHsIxBvLcq1BwM/hiDV2BrgXDAXF93Ia9yWrz9A==", "id"=>"28"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 28]]
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m DELETE FROM "tasks" WHERE "tasks"."id" = ? [["id", 28]]
+ [1m[36m (0.8ms)[0m [1mcommit transaction[0m
+Redirected to http://localhost:3000/
+Completed 302 Found in 3ms (ActiveRecord: 1.1ms)
+
+
+Started GET "/" for ::1 at 2016-04-22 11:21:45 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ Rendered list/index.html.erb within layouts/application (7.6ms)
+Completed 200 OK in 23ms (Views: 21.8ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/list/3" for ::1 at 2016-04-22 11:21:48 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"3"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 3]]
+ Rendered list/show.html.erb within layouts/application (0.2ms)
+Completed 200 OK in 16ms (Views: 14.6ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/" for ::1 at 2016-04-22 11:21:53 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ Rendered list/index.html.erb within layouts/application (7.1ms)
+Completed 200 OK in 22ms (Views: 20.8ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/" for ::1 at 2016-04-22 11:26:12 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.3ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ Rendered list/index.html.erb within layouts/application (10.2ms)
+Completed 200 OK in 28ms (Views: 25.7ms | ActiveRecord: 0.5ms)
+
+
+Started GET "/list/complete" for ::1 at 2016-04-22 11:26:15 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"complete"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 0]]
+Completed 404 Not Found in 2ms (ActiveRecord: 0.1ms)
+
+ActiveRecord::RecordNotFound - Couldn't find Task with 'id'=complete:
+ activerecord (4.2.6) lib/active_record/core.rb:155:in `find'
+ app/controllers/list_controller.rb:22:in `show'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started GET "/list/complete" for ::1 at 2016-04-22 11:26:15 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"complete"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 0]]
+Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms)
+
+ActiveRecord::RecordNotFound - Couldn't find Task with 'id'=complete:
+ activerecord (4.2.6) lib/active_record/core.rb:155:in `find'
+ app/controllers/list_controller.rb:22:in `show'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/47247224ed367427/variables" for ::1 at 2016-04-22 11:26:15 -0700
+
+
+Started GET "/" for ::1 at 2016-04-22 12:31:22 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ Rendered list/index.html.erb within layouts/application (9.1ms)
+Completed 200 OK in 31ms (Views: 29.9ms | ActiveRecord: 0.2ms)
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", nil]]
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", nil]]
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", nil]]
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 2]]
+
+
+Started GET "/" for ::1 at 2016-04-22 13:10:57 -0700
+ [1m[36mActiveRecord::SchemaMigration Load (0.3ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ Rendered list/index.html.erb within layouts/application (13.1ms)
+Completed 200 OK in 293ms (Views: 282.3ms | ActiveRecord: 0.5ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-22 13:10:57 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-22 13:10:57 -0700
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-04-22 13:10:57 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-22 13:10:57 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-22 13:10:57 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-22 13:10:57 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-22 13:10:57 -0700
+
+
+Started GET "/list/2" for ::1 at 2016-04-22 13:11:00 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"2"}
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 2]]
+ Rendered list/show.html.erb within layouts/application (0.7ms)
+Completed 200 OK in 31ms (Views: 12.9ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/list/:id" for ::1 at 2016-04-22 13:11:03 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>":id"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 0]]
+Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms)
+
+ActiveRecord::RecordNotFound - Couldn't find Task with 'id'=:id:
+ activerecord (4.2.6) lib/active_record/core.rb:155:in `find'
+ app/controllers/list_controller.rb:22:in `show'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started GET "/list/:id" for ::1 at 2016-04-22 13:11:03 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>":id"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 0]]
+Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms)
+
+ActiveRecord::RecordNotFound - Couldn't find Task with 'id'=:id:
+ activerecord (4.2.6) lib/active_record/core.rb:155:in `find'
+ app/controllers/list_controller.rb:22:in `show'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/8c3a85e27503f9bf/variables" for ::1 at 2016-04-22 13:11:03 -0700
+
+
+Started GET "/list/new" for ::1 at 2016-04-22 13:11:10 -0700
+Processing by ListController#new as HTML
+ Rendered list/_taskform.html.erb (15.3ms)
+ Rendered list/new.html.erb within layouts/application (21.3ms)
+Completed 200 OK in 36ms (Views: 35.5ms | ActiveRecord: 0.0ms)
+
+
+Started POST "/list/new" for ::1 at 2016-04-22 13:11:14 -0700
+Processing by ListController#create as HTML
+ Parameters: {"utf8"=>"β", "authenticity_token"=>"gBOPZ0DnLGYmiPPo/MH2N8BaVScwJGq0SFpUj+yxSNwq518JSUh3PEr8qUAMjFyxdGHY7MGUNENB9e+3Yeu1Uw==", "task"=>{"title"=>"MEOW", "description"=>"he"}, "commit"=>"SUBMIT!!"}
+Unpermitted parameters: utf8, authenticity_token, commit
+ [1m[35m (0.2ms)[0m begin transaction
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "MEOW"], ["description", "he"], ["created_at", "2016-04-22 20:11:14.509290"], ["updated_at", "2016-04-22 20:11:14.509290"]]
+ [1m[35m (0.6ms)[0m commit transaction
+Redirected to http://localhost:3000/
+Completed 302 Found in 4ms (ActiveRecord: 1.2ms)
+
+
+Started GET "/" for ::1 at 2016-04-22 13:11:14 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ Rendered list/index.html.erb within layouts/application (7.5ms)
+Completed 200 OK in 21ms (Views: 20.1ms | ActiveRecord: 0.2ms)
+
+
+Started DELETE "/list/29" for ::1 at 2016-04-22 13:11:18 -0700
+Processing by ListController#destroy as HTML
+ Parameters: {"authenticity_token"=>"g3gpnVXHYwSnDmihasfoBgmfI8WZIjfygeoCfuTkfpIpjPnzXGg4Xst6MgmaikKAvaSuDmiSaQWIRblGab6DHQ==", "id"=>"29"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 29]]
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m DELETE FROM "tasks" WHERE "tasks"."id" = ? [["id", 29]]
+ [1m[36m (0.7ms)[0m [1mcommit transaction[0m
+Redirected to http://localhost:3000/
+Completed 302 Found in 4ms (ActiveRecord: 1.2ms)
+
+
+Started GET "/" for ::1 at 2016-04-22 13:11:18 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ Rendered list/index.html.erb within layouts/application (7.8ms)
+Completed 200 OK in 27ms (Views: 26.1ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/" for ::1 at 2016-04-22 13:21:55 -0700
+
+SyntaxError - syntax error, unexpected end-of-input, expecting keyword_end:
+ app/controllers/list_controller.rb:60:in `'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:457:in `block in load_file'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:647:in `new_constants_in'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:456:in `load_file'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:354:in `require_or_load'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:494:in `load_missing_constant'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:184:in `const_missing'
+ activesupport (4.2.6) lib/active_support/inflector/methods.rb:261:in `block in constantize'
+ activesupport (4.2.6) lib/active_support/inflector/methods.rb:259:in `constantize'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:566:in `get'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:597:in `constantize'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:70:in `controller_reference'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:60:in `controller'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:39:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/1fe15b280e5355a3/variables" for ::1 at 2016-04-22 13:21:55 -0700
+
+
+Started GET "/" for ::1 at 2016-04-22 13:22:11 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.5ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ Rendered list/index.html.erb within layouts/application (28.0ms)
+Completed 200 OK in 57ms (Views: 53.4ms | ActiveRecord: 1.0ms)
+
+
+Started GET "/list/:id" for ::1 at 2016-04-22 13:22:16 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>":id"}
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 0]]
+Completed 404 Not Found in 2ms (ActiveRecord: 0.2ms)
+
+ActiveRecord::RecordNotFound - Couldn't find Task with 'id'=:id:
+ activerecord (4.2.6) lib/active_record/core.rb:155:in `find'
+ app/controllers/list_controller.rb:22:in `show'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started GET "/list/:id" for ::1 at 2016-04-22 13:22:16 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>":id"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 0]]
+Completed 404 Not Found in 2ms (ActiveRecord: 0.1ms)
+
+ActiveRecord::RecordNotFound - Couldn't find Task with 'id'=:id:
+ activerecord (4.2.6) lib/active_record/core.rb:155:in `find'
+ app/controllers/list_controller.rb:22:in `show'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/ed779e14b058eafd/variables" for ::1 at 2016-04-22 13:22:16 -0700
+
+
+Started GET "/list/2" for ::1 at 2016-04-22 13:22:20 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"2"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 2]]
+ Rendered list/show.html.erb within layouts/application (0.2ms)
+Completed 200 OK in 15ms (Views: 13.7ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/" for ::1 at 2016-04-22 13:22:23 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ Rendered list/index.html.erb within layouts/application (8.6ms)
+Completed 200 OK in 22ms (Views: 20.9ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/" for ::1 at 2016-04-22 13:30:10 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.3ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ Rendered list/index.html.erb within layouts/application (15.5ms)
+Completed 500 Internal Server Error in 22ms (ActiveRecord: 0.5ms)
+
+NoMethodError - undefined method `id' for nil:NilClass:
+ app/views/list/index.html.erb:20:in `_app_views_list_index_html_erb__3636496787889686096_70240297950620'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/2b50316bd0da6b5a/variables" for ::1 at 2016-04-22 13:30:10 -0700
+
+
+Started POST "/__better_errors/2b50316bd0da6b5a/variables" for ::1 at 2016-04-22 13:31:10 -0700
+
+
+Started GET "/" for ::1 at 2016-04-22 13:31:11 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ Rendered list/index.html.erb within layouts/application (16.8ms)
+Completed 500 Internal Server Error in 20ms (ActiveRecord: 0.2ms)
+
+NoMethodError - undefined method `id' for nil:NilClass:
+ app/views/list/index.html.erb:20:in `_app_views_list_index_html_erb__3636496787889686096_70240297950620'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/62c5f58fd27439aa/variables" for ::1 at 2016-04-22 13:31:11 -0700
+
+
+Started GET "/" for ::1 at 2016-04-22 13:31:19 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ Rendered list/index.html.erb within layouts/application (7.3ms)
+Completed 200 OK in 20ms (Views: 19.8ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/list/2" for ::1 at 2016-04-22 13:31:21 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"2"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 2]]
+ Rendered list/show.html.erb within layouts/application (1.0ms)
+Completed 200 OK in 16ms (Views: 15.3ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/list/2/edit" for ::1 at 2016-04-22 13:32:25 -0700
+Processing by ListController#edit as HTML
+ Parameters: {"id"=>"2"}
+ Rendered list/_taskform.html.erb (3.0ms)
+ Rendered list/edit.html.erb within layouts/application (4.6ms)
+Completed 500 Internal Server Error in 8ms (ActiveRecord: 0.0ms)
+
+ArgumentError - First argument in form cannot contain nil or be empty:
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:432:in `form_for'
+ app/views/list/_taskform.html.erb:1:in `_app_views_list__taskform_html_erb___193042252536663747_70240274109400'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:309:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:51:in `render_partial'
+ actionview (4.2.6) lib/action_view/helpers/rendering_helper.rb:35:in `render'
+ app/views/list/edit.html.erb:2:in `_app_views_list_edit_html_erb__3437160834946780635_70240282338160'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started GET "/list/2/edit" for ::1 at 2016-04-22 13:32:25 -0700
+Processing by ListController#edit as HTML
+ Parameters: {"id"=>"2"}
+ Rendered list/_taskform.html.erb (2.2ms)
+ Rendered list/edit.html.erb within layouts/application (3.5ms)
+Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.0ms)
+
+ArgumentError - First argument in form cannot contain nil or be empty:
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:432:in `form_for'
+ app/views/list/_taskform.html.erb:1:in `_app_views_list__taskform_html_erb___193042252536663747_70240273456860'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:309:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:51:in `render_partial'
+ actionview (4.2.6) lib/action_view/helpers/rendering_helper.rb:35:in `render'
+ app/views/list/edit.html.erb:2:in `_app_views_list_edit_html_erb__3437160834946780635_70240273501980'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/af9e7d92021cd270/variables" for ::1 at 2016-04-22 13:32:25 -0700
+
+
+Started GET "/list/2/edit" for ::1 at 2016-04-22 13:33:32 -0700
+Processing by ListController#edit as HTML
+ Parameters: {"id"=>"2"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 2]]
+Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.5ms)
+
+NoMethodError - undefined method `-' for nil:NilClass:
+ app/controllers/list_controller.rb:51:in `edit'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/61f16824985cd763/variables" for ::1 at 2016-04-22 13:33:32 -0700
+
+
+Started GET "/list/2/edit" for ::1 at 2016-04-22 13:33:39 -0700
+Processing by ListController#edit as HTML
+ Parameters: {"id"=>"2"}
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 2]]
+ Rendered list/_taskform.html.erb (21.3ms)
+ Rendered list/edit.html.erb within layouts/application (22.3ms)
+Completed 500 Internal Server Error in 39ms (ActiveRecord: 0.5ms)
+
+NoMethodError - undefined method `task_path' for #<#:0x007fc430f98138>
+Did you mean? tasks_path:
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method'
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:466:in `apply_form_for_options!'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:434:in `form_for'
+ app/views/list/_taskform.html.erb:1:in `_app_views_list__taskform_html_erb___193042252536663747_70240273456860'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:309:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:51:in `render_partial'
+ actionview (4.2.6) lib/action_view/helpers/rendering_helper.rb:35:in `render'
+ app/views/list/edit.html.erb:2:in `_app_views_list_edit_html_erb__3437160834946780635_70240273501980'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/66607f09563b9c68/variables" for ::1 at 2016-04-22 13:33:39 -0700
+
+
+Started GET "/list/2/" for ::1 at 2016-04-22 13:35:26 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"2"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 2]]
+ Rendered list/show.html.erb within layouts/application (0.8ms)
+Completed 200 OK in 21ms (Views: 15.8ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/list/2/edit" for ::1 at 2016-04-22 13:35:35 -0700
+Processing by ListController#edit as HTML
+ Parameters: {"id"=>"2"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 2]]
+ Rendered list/_taskform.html.erb (20.7ms)
+ Rendered list/edit.html.erb within layouts/application (22.0ms)
+Completed 500 Internal Server Error in 26ms (ActiveRecord: 0.1ms)
+
+NoMethodError - undefined method `task_path' for #<#:0x007fc42e38d250>
+Did you mean? tasks_path:
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method'
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:466:in `apply_form_for_options!'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:434:in `form_for'
+ app/views/list/_taskform.html.erb:1:in `_app_views_list__taskform_html_erb___193042252536663747_70240273456860'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:309:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:51:in `render_partial'
+ actionview (4.2.6) lib/action_view/helpers/rendering_helper.rb:35:in `render'
+ app/views/list/edit.html.erb:2:in `_app_views_list_edit_html_erb__3437160834946780635_70240273501980'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/a8925743e526a432/variables" for ::1 at 2016-04-22 13:35:36 -0700
+
+
+Started GET "/list/2/edit" for ::1 at 2016-04-22 13:37:05 -0700
+ [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+Processing by ListController#edit as HTML
+ Parameters: {"id"=>"2"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 2]]
+ Rendered list/_taskform.html.erb (20.0ms)
+ Rendered list/edit.html.erb within layouts/application (24.1ms)
+Completed 500 Internal Server Error in 50ms (ActiveRecord: 0.4ms)
+
+NoMethodError - undefined method `task_path' for #<#:0x007fd4c40f3638>
+Did you mean? tasks_path:
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method'
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:466:in `apply_form_for_options!'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:434:in `form_for'
+ app/views/list/_taskform.html.erb:1:in `_app_views_list__taskform_html_erb__631258891826518043_70275889829160'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:309:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:51:in `render_partial'
+ actionview (4.2.6) lib/action_view/helpers/rendering_helper.rb:35:in `render'
+ app/views/list/edit.html.erb:2:in `_app_views_list_edit_html_erb___4509564856919711381_70275890221080'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/d88fb23da2fcfb4c/variables" for ::1 at 2016-04-22 13:37:05 -0700
+
+
+Started GET "/list/2/" for ::1 at 2016-04-22 13:37:09 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"2"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 2]]
+ Rendered list/show.html.erb within layouts/application (1.5ms)
+Completed 200 OK in 221ms (Views: 219.7ms | ActiveRecord: 0.1ms)
+
+
+Started POST "/__better_errors/d88fb23da2fcfb4c/variables" for ::1 at 2016-04-22 13:37:16 -0700
+
+
+Started GET "/" for ::1 at 2016-04-22 13:39:24 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ Rendered list/index.html.erb within layouts/application (9.1ms)
+Completed 200 OK in 37ms (Views: 36.2ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/list/new" for ::1 at 2016-04-22 13:39:26 -0700
+Processing by ListController#new as HTML
+ Rendered list/_taskform.html.erb (20.6ms)
+ Rendered list/new.html.erb within layouts/application (23.8ms)
+Completed 200 OK in 51ms (Views: 50.7ms | ActiveRecord: 0.0ms)
+
+
+Started POST "/list/new" for ::1 at 2016-04-22 13:39:31 -0700
+Processing by ListController#create as HTML
+ Parameters: {"utf8"=>"β", "authenticity_token"=>"06xC6b5Ls1La8jYiL9KNUOEwmxpngf2YJyfmfdfCOCx5WJKHt+ToCLaGbIrfnyfWVQsW0ZYxo28uiF1FWpjFow==", "task"=>{"title"=>"trialsss", "description"=>"pls work"}, "commit"=>"SUBMIT!!"}
+Unpermitted parameters: utf8, authenticity_token, commit
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.6ms)[0m INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "trialsss"], ["description", "pls work"], ["created_at", "2016-04-22 20:39:31.875374"], ["updated_at", "2016-04-22 20:39:31.875374"]]
+ [1m[36m (0.6ms)[0m [1mcommit transaction[0m
+Redirected to http://localhost:3000/
+Completed 302 Found in 5ms (ActiveRecord: 1.3ms)
+
+
+Started GET "/" for ::1 at 2016-04-22 13:39:31 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ Rendered list/index.html.erb within layouts/application (8.9ms)
+Completed 200 OK in 25ms (Views: 23.8ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/list/30" for ::1 at 2016-04-22 13:39:35 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"30"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 30]]
+ Rendered list/show.html.erb within layouts/application (1.1ms)
+Completed 200 OK in 16ms (Views: 15.2ms | ActiveRecord: 0.1ms)
+
+
+Started DELETE "/list/30" for ::1 at 2016-04-22 13:39:40 -0700
+Processing by ListController#destroy as HTML
+ Parameters: {"authenticity_token"=>"PsoknYOne8RDP08vD9gL23mXmDmJYLk9HSORak3RHxKUPvTzigggni9LFYf/laFdzawV8njQ58oUjCpSwIvinQ==", "id"=>"30"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 30]]
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m DELETE FROM "tasks" WHERE "tasks"."id" = ? [["id", 30]]
+ [1m[36m (0.6ms)[0m [1mcommit transaction[0m
+Redirected to http://localhost:3000/
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mcommit transaction[0m
+Redirected to
+Completed 500 Internal Server Error in 5ms (ActiveRecord: 1.2ms)
+
+AbstractController::DoubleRenderError - Render and/or redirect were called multiple times in this action. Please note that you may only call render OR redirect, and at most once per action. Also note that neither redirect nor render terminate execution of the action, so if you want to exit an action after redirecting, you need to do something like "redirect_to(...) and return".:
+ actionpack (4.2.6) lib/action_controller/metal/redirecting.rb:72:in `redirect_to'
+ actionpack (4.2.6) lib/action_controller/metal/flash.rb:57:in `redirect_to'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:64:in `block in redirect_to'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:63:in `redirect_to'
+ app/controllers/list_controller.rb:43:in `destroy'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:38:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/7f6d4d1e5673cb46/variables" for ::1 at 2016-04-22 13:39:40 -0700
+
+
+Started GET "/list/30" for ::1 at 2016-04-22 13:40:19 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"30"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 30]]
+Completed 404 Not Found in 4ms (ActiveRecord: 0.4ms)
+
+ActiveRecord::RecordNotFound - Couldn't find Task with 'id'=30:
+ activerecord (4.2.6) lib/active_record/core.rb:155:in `find'
+ app/controllers/list_controller.rb:22:in `show'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/b8aa68503fc159a3/variables" for ::1 at 2016-04-22 13:40:19 -0700
+
+
+Started GET "/" for ::1 at 2016-04-22 13:40:24 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ Rendered list/index.html.erb within layouts/application (9.2ms)
+Completed 200 OK in 23ms (Views: 22.3ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/list/new" for ::1 at 2016-04-22 13:40:27 -0700
+Processing by ListController#new as HTML
+ Rendered list/_taskform.html.erb (1.3ms)
+ Rendered list/new.html.erb within layouts/application (3.5ms)
+Completed 200 OK in 15ms (Views: 14.7ms | ActiveRecord: 0.0ms)
+
+
+Started POST "/list/new" for ::1 at 2016-04-22 13:40:32 -0700
+Processing by ListController#create as HTML
+ Parameters: {"utf8"=>"β", "authenticity_token"=>"mM9Is1zkzjy2WDpeXPdFmiYqpLjnZjfLjOcf+5gauiIyO5jdVUuVZtosYPasuu8ckhEpcxbWaTyFSKTDFUBHrQ==", "task"=>{"title"=>"trialsss", "description"=>"pls work"}, "commit"=>"SUBMIT!!"}
+Unpermitted parameters: utf8, authenticity_token, commit
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.5ms)[0m [1mINSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "trialsss"], ["description", "pls work"], ["created_at", "2016-04-22 20:40:32.091492"], ["updated_at", "2016-04-22 20:40:32.091492"]]
+ [1m[35m (0.8ms)[0m commit transaction
+Redirected to http://localhost:3000/
+Completed 302 Found in 4ms (ActiveRecord: 1.3ms)
+
+
+Started GET "/" for ::1 at 2016-04-22 13:40:32 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.3ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ Rendered list/index.html.erb within layouts/application (11.6ms)
+Completed 200 OK in 27ms (Views: 26.2ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/list/31" for ::1 at 2016-04-22 13:40:34 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"31"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 31]]
+ Rendered list/show.html.erb within layouts/application (0.4ms)
+Completed 200 OK in 15ms (Views: 14.2ms | ActiveRecord: 0.1ms)
+
+
+Started DELETE "/list/31" for ::1 at 2016-04-22 13:40:37 -0700
+Processing by ListController#destroy as HTML
+ Parameters: {"authenticity_token"=>"DJGrb+cVFtxigiFfJubAs1kDIcRnWhffDDCEa3+vHcSmZXsB7rpNhg72e/fWq2o17TisD5bqSSgFnz9T8vXgSw==", "id"=>"31"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 31]]
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mDELETE FROM "tasks" WHERE "tasks"."id" = ?[0m [["id", 31]]
+ [1m[35m (1.5ms)[0m commit transaction
+Redirected to http://localhost:3000/
+Completed 302 Found in 4ms (ActiveRecord: 2.0ms)
+
+
+Started GET "/" for ::1 at 2016-04-22 13:40:37 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ Rendered list/index.html.erb within layouts/application (6.9ms)
+Completed 200 OK in 24ms (Views: 23.5ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/list/20" for ::1 at 2016-04-22 13:40:40 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"20"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 20]]
+ Rendered list/show.html.erb within layouts/application (0.4ms)
+Completed 200 OK in 16ms (Views: 14.6ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/list/20/edit" for ::1 at 2016-04-22 13:40:41 -0700
+Processing by ListController#edit as HTML
+ Parameters: {"id"=>"20"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 20]]
+ Rendered list/_taskform.html.erb (20.2ms)
+ Rendered list/edit.html.erb within layouts/application (21.9ms)
+Completed 500 Internal Server Error in 26ms (ActiveRecord: 0.1ms)
+
+NoMethodError - undefined method `task_path' for #<#:0x007fd4c9239218>
+Did you mean? tasks_path:
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method'
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:466:in `apply_form_for_options!'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:434:in `form_for'
+ app/views/list/_taskform.html.erb:1:in `_app_views_list__taskform_html_erb__631258891826518043_70275913681260'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:309:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:51:in `render_partial'
+ actionview (4.2.6) lib/action_view/helpers/rendering_helper.rb:35:in `render'
+ app/views/list/edit.html.erb:2:in `_app_views_list_edit_html_erb___4509564856919711381_70275942158420'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started GET "/list/20/edit" for ::1 at 2016-04-22 13:40:41 -0700
+Processing by ListController#edit as HTML
+ Parameters: {"id"=>"20"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 20]]
+ Rendered list/_taskform.html.erb (20.2ms)
+ Rendered list/edit.html.erb within layouts/application (21.3ms)
+Completed 500 Internal Server Error in 26ms (ActiveRecord: 0.1ms)
+
+NoMethodError - undefined method `task_path' for #<#:0x007fd4c444c348>
+Did you mean? tasks_path:
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method'
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:466:in `apply_form_for_options!'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:434:in `form_for'
+ app/views/list/_taskform.html.erb:1:in `_app_views_list__taskform_html_erb__631258891826518043_70275889829160'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:309:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:51:in `render_partial'
+ actionview (4.2.6) lib/action_view/helpers/rendering_helper.rb:35:in `render'
+ app/views/list/edit.html.erb:2:in `_app_views_list_edit_html_erb___4509564856919711381_70275890221080'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/f7840cd49ce343c5/variables" for ::1 at 2016-04-22 13:40:41 -0700
+
+
+Started GET "/list/20" for ::1 at 2016-04-22 13:42:25 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"20"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 20]]
+ Rendered list/show.html.erb within layouts/application (0.8ms)
+Completed 200 OK in 15ms (Views: 14.4ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/list/20" for ::1 at 2016-04-22 13:42:27 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"20"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 20]]
+ Rendered list/show.html.erb within layouts/application (0.2ms)
+Completed 200 OK in 17ms (Views: 16.4ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-22 13:42:27 -0700
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-04-22 13:42:27 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-22 13:42:27 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-22 13:42:27 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-22 13:42:27 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-22 13:42:27 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-22 13:42:27 -0700
+
+
+Started GET "/list/list.id/edit" for ::1 at 2016-04-22 13:42:28 -0700
+
+ActionController::RoutingError (No route matches [GET] "/list/list.id/edit"):
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.0ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.0ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (69.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.7ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (47.7ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (104.1ms)
+
+
+Started GET "/list/list.id/edit" for ::1 at 2016-04-22 13:42:28 -0700
+
+ActionController::RoutingError (No route matches [GET] "/list/list.id/edit"):
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.8ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.1ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (57.2ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (41.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.5ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.5ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (89.6ms)
+
+
+Started GET "/" for ::1 at 2016-04-22 13:42:48 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ Rendered list/index.html.erb within layouts/application (7.1ms)
+Completed 200 OK in 18ms (Views: 17.2ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/list/20" for ::1 at 2016-04-22 13:42:50 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"20"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 20]]
+ Rendered list/show.html.erb within layouts/application (0.7ms)
+Completed 200 OK in 13ms (Views: 12.5ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/list/20/edit" for ::1 at 2016-04-22 13:42:51 -0700
+Processing by ListController#edit as HTML
+ Parameters: {"id"=>"20"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 20]]
+ Rendered list/_taskform.html.erb (18.5ms)
+ Rendered list/edit.html.erb within layouts/application (20.5ms)
+Completed 500 Internal Server Error in 25ms (ActiveRecord: 0.1ms)
+
+NoMethodError - undefined method `task_path' for #<#:0x007fd4ca06b0c0>
+Did you mean? tasks_path:
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method'
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:466:in `apply_form_for_options!'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:434:in `form_for'
+ app/views/list/_taskform.html.erb:2:in `_app_views_list__taskform_html_erb__631258891826518043_70275949629640'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:309:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:51:in `render_partial'
+ actionview (4.2.6) lib/action_view/helpers/rendering_helper.rb:35:in `render'
+ app/views/list/edit.html.erb:2:in `_app_views_list_edit_html_erb___4509564856919711381_70275942158420'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started GET "/list/20/edit" for ::1 at 2016-04-22 13:42:52 -0700
+Processing by ListController#edit as HTML
+ Parameters: {"id"=>"20"}
+ [1m[35mTask Load (0.3ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 20]]
+ Rendered list/_taskform.html.erb (22.3ms)
+ Rendered list/edit.html.erb within layouts/application (24.4ms)
+Completed 500 Internal Server Error in 31ms (ActiveRecord: 0.3ms)
+
+NoMethodError - undefined method `task_path' for #<#:0x007fd4c965ac98>
+Did you mean? tasks_path:
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method'
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:466:in `apply_form_for_options!'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:434:in `form_for'
+ app/views/list/_taskform.html.erb:2:in `_app_views_list__taskform_html_erb__631258891826518043_70275944320280'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:309:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:51:in `render_partial'
+ actionview (4.2.6) lib/action_view/helpers/rendering_helper.rb:35:in `render'
+ app/views/list/edit.html.erb:2:in `_app_views_list_edit_html_erb___4509564856919711381_70275890221080'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/eac9e043bb5996fc/variables" for ::1 at 2016-04-22 13:42:52 -0700
+
+
+Started GET "/" for ::1 at 2016-04-22 13:44:34 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.3ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ Rendered list/index.html.erb within layouts/application (15.6ms)
+Completed 200 OK in 33ms (Views: 31.9ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/list/6" for ::1 at 2016-04-22 13:44:36 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"6"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 6]]
+ Rendered list/show.html.erb within layouts/application (0.3ms)
+Completed 200 OK in 15ms (Views: 14.5ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/list/6" for ::1 at 2016-04-22 13:45:16 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"6"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 6]]
+ Rendered list/show.html.erb within layouts/application (0.8ms)
+Completed 200 OK in 26ms (Views: 20.2ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/list/6/edit" for ::1 at 2016-04-22 13:45:17 -0700
+Processing by ListController#edit as HTML
+ Parameters: {"id"=>"6"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 6]]
+ Rendered list/_taskform.html.erb (21.8ms)
+ Rendered list/edit.html.erb within layouts/application (23.5ms)
+Completed 500 Internal Server Error in 28ms (ActiveRecord: 0.1ms)
+
+NoMethodError - undefined method `task_path' for #<#:0x007fd4c70c3390>
+Did you mean? tasks_path:
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method'
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:466:in `apply_form_for_options!'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:434:in `form_for'
+ app/views/list/_taskform.html.erb:2:in `_app_views_list__taskform_html_erb__631258891826518043_70275949629640'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:309:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:51:in `render_partial'
+ actionview (4.2.6) lib/action_view/helpers/rendering_helper.rb:35:in `render'
+ app/views/list/edit.html.erb:2:in `_app_views_list_edit_html_erb___4509564856919711381_70275942158420'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started GET "/list/6/edit" for ::1 at 2016-04-22 13:45:17 -0700
+Processing by ListController#edit as HTML
+ Parameters: {"id"=>"6"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 6]]
+ Rendered list/_taskform.html.erb (23.3ms)
+ Rendered list/edit.html.erb within layouts/application (24.3ms)
+Completed 500 Internal Server Error in 28ms (ActiveRecord: 0.1ms)
+
+NoMethodError - undefined method `task_path' for #<#:0x007fd4c94ea7a0>
+Did you mean? tasks_path:
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method'
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:466:in `apply_form_for_options!'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:434:in `form_for'
+ app/views/list/_taskform.html.erb:2:in `_app_views_list__taskform_html_erb__631258891826518043_70275944320280'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:309:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:51:in `render_partial'
+ actionview (4.2.6) lib/action_view/helpers/rendering_helper.rb:35:in `render'
+ app/views/list/edit.html.erb:2:in `_app_views_list_edit_html_erb___4509564856919711381_70275890221080'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/c7c961414fe21f04/variables" for ::1 at 2016-04-22 13:45:18 -0700
+
+
+Started POST "/__better_errors/c7c961414fe21f04/eval" for ::1 at 2016-04-22 13:45:44 -0700
+
+
+Started GET "/list/6/edit" for ::1 at 2016-04-22 13:46:22 -0700
+Processing by ListController#edit as HTML
+ Parameters: {"id"=>"6"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 6]]
+ Rendered list/_taskform.html.erb (20.4ms)
+ Rendered list/edit.html.erb within layouts/application (21.9ms)
+Completed 500 Internal Server Error in 32ms (ActiveRecord: 0.4ms)
+
+NoMethodError - undefined method `task_path' for #<#:0x007fd4c3ada760>
+Did you mean? tasks_path:
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method'
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:466:in `apply_form_for_options!'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:434:in `form_for'
+ app/views/list/_taskform.html.erb:2:in `_app_views_list__taskform_html_erb__631258891826518043_70275944320280'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:309:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:51:in `render_partial'
+ actionview (4.2.6) lib/action_view/helpers/rendering_helper.rb:35:in `render'
+ app/views/list/edit.html.erb:2:in `_app_views_list_edit_html_erb___4509564856919711381_70275890221080'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/907e876fa467a82c/variables" for ::1 at 2016-04-22 13:46:22 -0700
+
+
+Started GET "/list/6/edit" for ::1 at 2016-04-22 13:47:10 -0700
+Processing by ListController#edit as HTML
+ Parameters: {"id"=>"6"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 6]]
+ Rendered list/_taskform.html.erb (17.9ms)
+ Rendered list/edit.html.erb within layouts/application (19.0ms)
+Completed 500 Internal Server Error in 30ms (ActiveRecord: 0.5ms)
+
+NoMethodError - undefined method `task_path' for #<#:0x007fd4c7194850>
+Did you mean? tasks_path:
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method'
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:466:in `apply_form_for_options!'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:434:in `form_for'
+ app/views/list/_taskform.html.erb:2:in `_app_views_list__taskform_html_erb__631258891826518043_70275944320280'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:309:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:51:in `render_partial'
+ actionview (4.2.6) lib/action_view/helpers/rendering_helper.rb:35:in `render'
+ app/views/list/edit.html.erb:2:in `_app_views_list_edit_html_erb___4509564856919711381_70275890221080'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/2f522c2e59416ab2/variables" for ::1 at 2016-04-22 13:47:10 -0700
+
+
+Started GET "/list/6/edit" for ::1 at 2016-04-22 13:48:06 -0700
+Processing by ListController#edit as HTML
+ Parameters: {"id"=>"6"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 6]]
+ Rendered list/_taskform.html.erb (17.4ms)
+ Rendered list/edit.html.erb within layouts/application (18.6ms)
+Completed 500 Internal Server Error in 22ms (ActiveRecord: 0.1ms)
+
+NoMethodError - undefined method `task_path' for #<#:0x007fd4ca058c40>
+Did you mean? tasks_path:
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method'
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:466:in `apply_form_for_options!'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:434:in `form_for'
+ app/views/list/_taskform.html.erb:2:in `_app_views_list__taskform_html_erb__631258891826518043_70275949678740'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:309:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:51:in `render_partial'
+ actionview (4.2.6) lib/action_view/helpers/rendering_helper.rb:35:in `render'
+ app/views/list/edit.html.erb:2:in `_app_views_list_edit_html_erb___4509564856919711381_70275949616220'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/d15b38a922bf5cf1/variables" for ::1 at 2016-04-22 13:48:06 -0700
+
+
+Started GET "/list/6" for ::1 at 2016-04-22 13:49:16 -0700
+ [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"6"}
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 6]]
+ Rendered list/show.html.erb within layouts/application (1.8ms)
+Completed 200 OK in 238ms (Views: 220.2ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/list/6/edit" for ::1 at 2016-04-22 13:49:19 -0700
+Processing by ListController#edit as HTML
+ Parameters: {"id"=>"6"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 6]]
+ Rendered list/_taskform.html.erb (18.8ms)
+ Rendered list/edit.html.erb within layouts/application (21.8ms)
+Completed 500 Internal Server Error in 26ms (ActiveRecord: 0.1ms)
+
+NoMethodError - undefined method `task_path' for #<#:0x007fcad044c580>
+Did you mean? tasks_path:
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method'
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:466:in `apply_form_for_options!'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:434:in `form_for'
+ app/views/list/_taskform.html.erb:2:in `_app_views_list__taskform_html_erb___1373082765350309679_70254494542900'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:309:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:51:in `render_partial'
+ actionview (4.2.6) lib/action_view/helpers/rendering_helper.rb:35:in `render'
+ app/views/list/edit.html.erb:2:in `_app_views_list_edit_html_erb___956471191947710228_70254527167840'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/80cd2e4f86b24e1e/variables" for ::1 at 2016-04-22 13:49:19 -0700
+
+
+Started GET "/list/6/edit" for ::1 at 2016-04-22 13:51:29 -0700
+Processing by ListController#edit as HTML
+ Parameters: {"id"=>"6"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 6]]
+ Rendered list/_taskform.html.erb (18.2ms)
+ Rendered list/edit.html.erb within layouts/application (20.4ms)
+Completed 500 Internal Server Error in 31ms (ActiveRecord: 0.4ms)
+
+NoMethodError - undefined method `task_path' for #<#:0x007fcad29e63b8>
+Did you mean? tasks_path:
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method'
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:466:in `apply_form_for_options!'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:434:in `form_for'
+ app/views/list/_taskform.html.erb:2:in `_app_views_list__taskform_html_erb___1373082765350309679_70254494542900'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:309:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:51:in `render_partial'
+ actionview (4.2.6) lib/action_view/helpers/rendering_helper.rb:35:in `render'
+ app/views/list/edit.html.erb:2:in `_app_views_list_edit_html_erb___956471191947710228_70254546855960'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/fae1ab9f75bd9e51/variables" for ::1 at 2016-04-22 13:51:29 -0700
+
+
+Started POST "/__better_errors/fae1ab9f75bd9e51/variables" for ::1 at 2016-04-22 13:51:37 -0700
+
+
+Started GET "/list/6/edit" for ::1 at 2016-04-22 13:51:57 -0700
+Processing by ListController#edit as HTML
+ Parameters: {"id"=>"6"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 6]]
+ Rendered list/edit.html.erb within layouts/application (0.5ms)
+Completed 200 OK in 14ms (Views: 12.7ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/list/6/edit" for ::1 at 2016-04-22 13:53:52 -0700
+Processing by ListController#edit as HTML
+ Parameters: {"id"=>"6"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 6]]
+ Rendered list/_taskform.html.erb (16.4ms)
+ Rendered list/edit.html.erb within layouts/application (18.2ms)
+Completed 500 Internal Server Error in 23ms (ActiveRecord: 0.1ms)
+
+NoMethodError - undefined method `task_path' for #<#:0x007fcad027bf30>
+Did you mean? tasks_path:
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method'
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:466:in `apply_form_for_options!'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:434:in `form_for'
+ app/views/list/_taskform.html.erb:2:in `_app_views_list__taskform_html_erb___1373082765350309679_70254494542900'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:309:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:51:in `render_partial'
+ actionview (4.2.6) lib/action_view/helpers/rendering_helper.rb:35:in `render'
+ app/views/list/edit.html.erb:2:in `_app_views_list_edit_html_erb___956471191947710228_70254526187260'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/0cabd0e681556230/variables" for ::1 at 2016-04-22 13:53:52 -0700
+
+
+Started GET "/list/6/edit" for ::1 at 2016-04-22 13:53:55 -0700
+Processing by ListController#edit as HTML
+ Parameters: {"id"=>"6"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 6]]
+ Rendered list/_taskform.html.erb (26.0ms)
+ Rendered list/edit.html.erb within layouts/application (26.9ms)
+Completed 500 Internal Server Error in 30ms (ActiveRecord: 0.1ms)
+
+NoMethodError - undefined method `task_path' for #<#:0x007fcacce2cd38>
+Did you mean? tasks_path:
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method'
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:466:in `apply_form_for_options!'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:434:in `form_for'
+ app/views/list/_taskform.html.erb:2:in `_app_views_list__taskform_html_erb___1373082765350309679_70254494542900'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:309:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:51:in `render_partial'
+ actionview (4.2.6) lib/action_view/helpers/rendering_helper.rb:35:in `render'
+ app/views/list/edit.html.erb:2:in `_app_views_list_edit_html_erb___956471191947710228_70254526187260'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/d7d6a1bd2f8df5ad/variables" for ::1 at 2016-04-22 13:53:55 -0700
+
+
+Started GET "/list/6" for ::1 at 2016-04-22 13:54:02 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"6"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 6]]
+ Rendered list/show.html.erb within layouts/application (0.3ms)
+Completed 200 OK in 15ms (Views: 14.2ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/list/6/edit" for ::1 at 2016-04-22 13:54:03 -0700
+Processing by ListController#edit as HTML
+ Parameters: {"id"=>"6"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 6]]
+ Rendered list/_taskform.html.erb (28.4ms)
+ Rendered list/edit.html.erb within layouts/application (30.6ms)
+Completed 500 Internal Server Error in 35ms (ActiveRecord: 0.1ms)
+
+NoMethodError - undefined method `task_path' for #<#:0x007fcad053cfa8>
+Did you mean? tasks_path:
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method'
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:466:in `apply_form_for_options!'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:434:in `form_for'
+ app/views/list/_taskform.html.erb:2:in `_app_views_list__taskform_html_erb___1373082765350309679_70254546243160'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:309:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:51:in `render_partial'
+ actionview (4.2.6) lib/action_view/helpers/rendering_helper.rb:35:in `render'
+ app/views/list/edit.html.erb:2:in `_app_views_list_edit_html_erb___956471191947710228_70254527462740'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started GET "/list/6/edit" for ::1 at 2016-04-22 13:54:03 -0700
+Processing by ListController#edit as HTML
+ Parameters: {"id"=>"6"}
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 6]]
+ Rendered list/_taskform.html.erb (17.7ms)
+ Rendered list/edit.html.erb within layouts/application (19.7ms)
+Completed 500 Internal Server Error in 25ms (ActiveRecord: 0.2ms)
+
+NoMethodError - undefined method `task_path' for #<#:0x007fcad0ca1e38>
+Did you mean? tasks_path:
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method'
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:466:in `apply_form_for_options!'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:434:in `form_for'
+ app/views/list/_taskform.html.erb:2:in `_app_views_list__taskform_html_erb___1373082765350309679_70254494542900'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:309:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:51:in `render_partial'
+ actionview (4.2.6) lib/action_view/helpers/rendering_helper.rb:35:in `render'
+ app/views/list/edit.html.erb:2:in `_app_views_list_edit_html_erb___956471191947710228_70254526187260'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/6ac8154849b7c262/variables" for ::1 at 2016-04-22 13:54:04 -0700
+
+
+Started GET "/list/6/edit" for ::1 at 2016-04-22 13:54:53 -0700
+Processing by ListController#edit as HTML
+ Parameters: {"id"=>"6"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 6]]
+ Rendered list/edit.html.erb within layouts/application (0.2ms)
+Completed 200 OK in 13ms (Views: 12.4ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/list/6/edit" for ::1 at 2016-04-22 13:55:04 -0700
+Processing by ListController#edit as HTML
+ Parameters: {"id"=>"6"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 6]]
+ Rendered list/edit.html.erb within layouts/application (0.3ms)
+Completed 200 OK in 11ms (Views: 10.3ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/list/6/edit" for ::1 at 2016-04-22 13:55:22 -0700
+Processing by ListController#edit as HTML
+ Parameters: {"id"=>"6"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 6]]
+ Rendered list/edit.html.erb within layouts/application (17.1ms)
+Completed 500 Internal Server Error in 21ms (ActiveRecord: 0.1ms)
+
+NoMethodError - undefined method `task_path' for #<#:0x007fcad0703800>
+Did you mean? tasks_path:
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method'
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:466:in `apply_form_for_options!'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:434:in `form_for'
+ app/views/list/edit.html.erb:5:in `_app_views_list_edit_html_erb___956471191947710228_70254528565840'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/f54b9976fc9f83a3/variables" for ::1 at 2016-04-22 13:55:22 -0700
+
+
+Started GET "/list/6/edit" for ::1 at 2016-04-22 13:56:32 -0700
+Processing by ListController#edit as HTML
+ Parameters: {"id"=>"6"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 6]]
+ Rendered list/edit.html.erb within layouts/application (22.1ms)
+Completed 500 Internal Server Error in 28ms (ActiveRecord: 0.1ms)
+
+NoMethodError - undefined method `task_path' for #<#:0x007fcace2c4a98>
+Did you mean? tasks_path:
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method'
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:466:in `apply_form_for_options!'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:434:in `form_for'
+ app/views/list/edit.html.erb:5:in `_app_views_list_edit_html_erb___956471191947710228_70254509718260'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/559a1e8147c35343/variables" for ::1 at 2016-04-22 13:56:32 -0700
+
+
+Started GET "/list/6/edit" for ::1 at 2016-04-22 13:56:38 -0700
+Processing by ListController#edit as HTML
+ Parameters: {"id"=>"6"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 6]]
+ Rendered list/edit.html.erb within layouts/application (17.6ms)
+Completed 500 Internal Server Error in 21ms (ActiveRecord: 0.1ms)
+
+NoMethodError - undefined method `task_path' for #<#:0x007fcad0af3c80>
+Did you mean? tasks_path:
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method'
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:466:in `apply_form_for_options!'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:434:in `form_for'
+ app/views/list/edit.html.erb:5:in `_app_views_list_edit_html_erb___956471191947710228_70254509718260'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/8ae8683d41d6afcb/variables" for ::1 at 2016-04-22 13:56:39 -0700
+
+
+Started GET "/list/6/edit" for ::1 at 2016-04-22 13:56:52 -0700
+Processing by ListController#edit as HTML
+ Parameters: {"id"=>"6"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 6]]
+ Rendered list/edit.html.erb within layouts/application (19.9ms)
+Completed 500 Internal Server Error in 24ms (ActiveRecord: 0.1ms)
+
+NoMethodError - undefined method `task_path' for #<#:0x007fcad28c9408>
+Did you mean? tasks_path:
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method'
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:466:in `apply_form_for_options!'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:434:in `form_for'
+ app/views/list/edit.html.erb:5:in `_app_views_list_edit_html_erb___956471191947710228_70254527053500'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/1188f985ff41b40b/variables" for ::1 at 2016-04-22 13:56:52 -0700
+
+
+Started GET "/list/6/edit" for ::1 at 2016-04-22 13:57:22 -0700
+Processing by ListController#edit as HTML
+ Parameters: {"id"=>"6"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 6]]
+ Rendered list/edit.html.erb within layouts/application (0.6ms)
+Completed 200 OK in 20ms (Views: 18.4ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/list/6/edit" for ::1 at 2016-04-22 13:58:43 -0700
+Processing by ListController#edit as HTML
+ Parameters: {"id"=>"6"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 6]]
+ Rendered list/_taskform.html.erb (15.8ms)
+ Rendered list/edit.html.erb within layouts/application (17.1ms)
+Completed 200 OK in 29ms (Views: 28.5ms | ActiveRecord: 0.1ms)
+
+
+Started PATCH "/list/6/edit" for ::1 at 2016-04-22 13:59:08 -0700
+
+ActionController::RoutingError (No route matches [PATCH] "/list/6/edit"):
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.5ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (64.2ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.6ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (41.0ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.7ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (93.9ms)
+
+
+Started GET "/list/6/edit" for ::1 at 2016-04-22 13:59:56 -0700
+Processing by ListController#edit as HTML
+ Parameters: {"id"=>"6"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 6]]
+ Rendered list/_taskform.html.erb (2.0ms)
+ Rendered list/edit.html.erb within layouts/application (2.9ms)
+Completed 200 OK in 18ms (Views: 17.1ms | ActiveRecord: 0.1ms)
+
+
+Started PATCH "/list/6/edit" for ::1 at 2016-04-22 14:00:00 -0700
+
+ActionController::RoutingError (No route matches [PATCH] "/list/6/edit"):
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.8ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (61.2ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (43.5ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (90.6ms)
+
+
+Started GET "/" for ::1 at 2016-04-22 14:00:03 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ Rendered list/index.html.erb within layouts/application (9.2ms)
+Completed 200 OK in 21ms (Views: 20.3ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/list/6" for ::1 at 2016-04-22 14:00:08 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"6"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 6]]
+ Rendered list/show.html.erb within layouts/application (0.7ms)
+Completed 200 OK in 16ms (Views: 15.6ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/list/6/edit" for ::1 at 2016-04-22 14:00:10 -0700
+Processing by ListController#edit as HTML
+ Parameters: {"id"=>"6"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 6]]
+ Rendered list/_taskform.html.erb (1.5ms)
+ Rendered list/edit.html.erb within layouts/application (3.4ms)
+Completed 200 OK in 20ms (Views: 18.4ms | ActiveRecord: 0.1ms)
+
+
+Started PATCH "/list/6/edit" for ::1 at 2016-04-22 14:01:01 -0700
+Processing by ListController#update as HTML
+ Parameters: {"utf8"=>"β", "authenticity_token"=>"+HzoNO3QuRKb2KT3drEUxcZlRocQobaKJVp0oC2IMqtSiDha5H/iSPes/l+G/L5Dcl7LTOER6H0s9c+YoNLPJA==", "task"=>{"title"=>"High Five Somebody You Don't Know", "description"=>"pls work"}, "commit"=>"SUBMIT!!", "id"=>"6"}
+Unpermitted parameters: utf8, _method, authenticity_token, commit, id
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 6]]
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.4ms)[0m [1mUPDATE "tasks" SET "description" = ?, "updated_at" = ? WHERE "tasks"."id" = ?[0m [["description", "pls work"], ["updated_at", "2016-04-22 21:01:01.531225"], ["id", 6]]
+ [1m[35m (0.6ms)[0m commit transaction
+Completed 500 Internal Server Error in 14ms (ActiveRecord: 1.7ms)
+
+ActionView::MissingTemplate - Missing template list/update, application/update with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :coffee, :jbuilder]}. Searched in:
+ * "/Users/cristal/C5/projects/TaskListRails/task-list/app/views"
+:
+ actionview (4.2.6) lib/action_view/path_set.rb:46:in `find'
+ actionview (4.2.6) lib/action_view/lookup_context.rb:121:in `find'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:40:in `determine_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:8:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:38:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/d0f2bc882004987d/variables" for ::1 at 2016-04-22 14:01:01 -0700
+
+
+Started GET "/list/6/edit" for ::1 at 2016-04-22 14:01:19 -0700
+Processing by ListController#edit as HTML
+ Parameters: {"id"=>"6"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 6]]
+ Rendered list/_taskform.html.erb (2.5ms)
+ Rendered list/edit.html.erb within layouts/application (4.9ms)
+Completed 200 OK in 32ms (Views: 26.0ms | ActiveRecord: 0.5ms)
+
+
+Started PATCH "/list/6/edit" for ::1 at 2016-04-22 14:01:59 -0700
+
+ActionController::RoutingError (No route matches [PATCH] "/list/6/edit"):
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.8ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.9ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (61.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.5ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (42.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (98.8ms)
+
+
+Started GET "/" for ::1 at 2016-04-22 14:02:43 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ Rendered list/index.html.erb within layouts/application (7.3ms)
+Completed 200 OK in 22ms (Views: 21.2ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/list/2" for ::1 at 2016-04-22 14:02:44 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"2"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 2]]
+ Rendered list/show.html.erb within layouts/application (0.4ms)
+Completed 200 OK in 15ms (Views: 13.7ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/list/2/edit" for ::1 at 2016-04-22 14:02:57 -0700
+Processing by ListController#edit as HTML
+ Parameters: {"id"=>"2"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 2]]
+ Rendered list/_taskform.html.erb (2.0ms)
+ Rendered list/edit.html.erb within layouts/application (3.4ms)
+Completed 200 OK in 30ms (Views: 24.4ms | ActiveRecord: 0.4ms)
+
+
+Started PATCH "/list/2/edit" for ::1 at 2016-04-22 14:03:01 -0700
+
+ActionController::RoutingError (No route matches [PATCH] "/list/2/edit"):
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.9ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (62.2ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (42.6ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (91.6ms)
+
+
+Started GET "/list/2/edit" for ::1 at 2016-04-22 14:03:28 -0700
+Processing by ListController#edit as HTML
+ Parameters: {"id"=>"2"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 2]]
+ Rendered list/_taskform.html.erb (1.5ms)
+ Rendered list/edit.html.erb within layouts/application (2.6ms)
+Completed 200 OK in 23ms (Views: 17.3ms | ActiveRecord: 0.4ms)
+
+
+Started PATCH "/list/2" for ::1 at 2016-04-22 14:03:31 -0700
+Processing by ListController#update as HTML
+ Parameters: {"utf8"=>"β", "authenticity_token"=>"MlyWg7oV7bJ7Uzpq/cYUsI4G+6PUCcPxEj6xBqAD1CqYqEbts7q26BcnYMINi742Oj12aCW5nQYbkQo+LVkppQ==", "task"=>{"title"=>"Go to Brunch", "description"=>"meww"}, "commit"=>"SUBMIT!!", "id"=>"2"}
+Unpermitted parameters: utf8, _method, authenticity_token, commit, id
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m UPDATE "tasks" SET "description" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["description", "meww"], ["updated_at", "2016-04-22 21:03:31.128636"], ["id", 2]]
+ [1m[36m (0.5ms)[0m [1mcommit transaction[0m
+Completed 500 Internal Server Error in 6ms (ActiveRecord: 1.0ms)
+
+ActionView::MissingTemplate - Missing template list/update, application/update with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :coffee, :jbuilder]}. Searched in:
+ * "/Users/cristal/C5/projects/TaskListRails/task-list/app/views"
+:
+ actionview (4.2.6) lib/action_view/path_set.rb:46:in `find'
+ actionview (4.2.6) lib/action_view/lookup_context.rb:121:in `find'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:40:in `determine_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:8:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:38:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/f9cbf4654c46bb18/variables" for ::1 at 2016-04-22 14:03:31 -0700
+
+
+Started GET "/list/2" for ::1 at 2016-04-22 14:03:49 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"2"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 2]]
+ Rendered list/show.html.erb within layouts/application (0.3ms)
+Completed 200 OK in 22ms (Views: 16.0ms | ActiveRecord: 0.6ms)
+
+
+Started GET "/list/2/edit" for ::1 at 2016-04-22 14:03:50 -0700
+Processing by ListController#edit as HTML
+ Parameters: {"id"=>"2"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 2]]
+ Rendered list/_taskform.html.erb (1.4ms)
+ Rendered list/edit.html.erb within layouts/application (3.0ms)
+Completed 200 OK in 19ms (Views: 17.4ms | ActiveRecord: 0.1ms)
+
+
+Started PATCH "/list/2" for ::1 at 2016-04-22 14:03:51 -0700
+Processing by ListController#update as HTML
+ Parameters: {"utf8"=>"β", "authenticity_token"=>"ZXUvWcLQSUW4bvLN/Va94ZXoF1flVMkd56Nl6Jd3eYHPgf83y38SH9QaqGUNGxdnIdOanBTkl+ruDN7QGi2EDg==", "task"=>{"title"=>"Go to Brunch", "description"=>"meww"}, "commit"=>"SUBMIT!!", "id"=>"2"}
+Unpermitted parameters: utf8, _method, authenticity_token, commit, id
+ [1m[35mTask Load (0.3ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.0ms)[0m commit transaction
+Redirected to http://localhost:3000/
+Completed 302 Found in 5ms (ActiveRecord: 0.6ms)
+
+
+Started GET "/" for ::1 at 2016-04-22 14:03:51 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ Rendered list/index.html.erb within layouts/application (7.1ms)
+Completed 200 OK in 21ms (Views: 19.7ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/" for ::1 at 2016-04-24 16:14:16 -0700
+ [1m[36mActiveRecord::SchemaMigration Load (0.3ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.5ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ Rendered list/index.html.erb within layouts/application (17.8ms)
+Completed 200 OK in 269ms (Views: 258.0ms | ActiveRecord: 0.7ms)
+
+
+Started GET "/list/new" for ::1 at 2016-04-24 16:14:23 -0700
+Processing by ListController#new as HTML
+ Rendered list/_taskform.html.erb (5.1ms)
+ Rendered list/new.html.erb within layouts/application (10.2ms)
+Completed 500 Internal Server Error in 15ms (ActiveRecord: 0.0ms)
+
+ActionController::UrlGenerationError - No route matches {:action=>"update", :controller=>"list", :id=>nil} missing required keys: [:id]:
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:259:in `raise_generation_error'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:234:in `optimized_helper'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:345:in `block (2 levels) in define_url_helper'
+ app/views/list/_taskform.html.erb:2:in `_app_views_list__taskform_html_erb___3514759571526421133_70144414150240'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:309:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:51:in `render_partial'
+ actionview (4.2.6) lib/action_view/helpers/rendering_helper.rb:35:in `render'
+ app/views/list/new.html.erb:3:in `_app_views_list_new_html_erb__327529443936172956_70144414100080'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started GET "/list/new" for ::1 at 2016-04-24 16:14:23 -0700
+Processing by ListController#new as HTML
+ Rendered list/_taskform.html.erb (2.6ms)
+ Rendered list/new.html.erb within layouts/application (3.9ms)
+Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.0ms)
+
+ActionController::UrlGenerationError - No route matches {:action=>"update", :controller=>"list", :id=>nil} missing required keys: [:id]:
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:259:in `raise_generation_error'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:234:in `optimized_helper'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:345:in `block (2 levels) in define_url_helper'
+ app/views/list/_taskform.html.erb:2:in `_app_views_list__taskform_html_erb___3514759571526421133_70144414374400'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:309:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:51:in `render_partial'
+ actionview (4.2.6) lib/action_view/helpers/rendering_helper.rb:35:in `render'
+ app/views/list/new.html.erb:3:in `_app_views_list_new_html_erb__327529443936172956_70144358662920'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/a226522abc526bd3/variables" for ::1 at 2016-04-24 16:14:24 -0700
+
+
+Started POST "/__better_errors/a226522abc526bd3/eval" for ::1 at 2016-04-24 16:14:25 -0700
+
+
+Started GET "/" for ::1 at 2016-04-24 16:15:29 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ Rendered list/index.html.erb within layouts/application (5.9ms)
+Completed 200 OK in 21ms (Views: 20.0ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/list/new" for ::1 at 2016-04-24 16:15:31 -0700
+Processing by ListController#new as HTML
+ Rendered list/_taskform.html.erb (2.7ms)
+ Rendered list/new.html.erb within layouts/application (4.2ms)
+Completed 500 Internal Server Error in 8ms (ActiveRecord: 0.0ms)
+
+ActionController::UrlGenerationError - No route matches {:action=>"update", :controller=>"list", :id=>nil} missing required keys: [:id]:
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:259:in `raise_generation_error'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:234:in `optimized_helper'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:345:in `block (2 levels) in define_url_helper'
+ app/views/list/_taskform.html.erb:2:in `_app_views_list__taskform_html_erb___3514759571526421133_70144414150240'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:309:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:51:in `render_partial'
+ actionview (4.2.6) lib/action_view/helpers/rendering_helper.rb:35:in `render'
+ app/views/list/new.html.erb:3:in `_app_views_list_new_html_erb__327529443936172956_70144414100080'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started GET "/list/new" for ::1 at 2016-04-24 16:15:31 -0700
+Processing by ListController#new as HTML
+ Rendered list/_taskform.html.erb (3.4ms)
+ Rendered list/new.html.erb within layouts/application (4.9ms)
+Completed 500 Internal Server Error in 11ms (ActiveRecord: 0.0ms)
+
+ActionController::UrlGenerationError - No route matches {:action=>"update", :controller=>"list", :id=>nil} missing required keys: [:id]:
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:259:in `raise_generation_error'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:234:in `optimized_helper'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:345:in `block (2 levels) in define_url_helper'
+ app/views/list/_taskform.html.erb:2:in `_app_views_list__taskform_html_erb___3514759571526421133_70144414374400'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:309:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:51:in `render_partial'
+ actionview (4.2.6) lib/action_view/helpers/rendering_helper.rb:35:in `render'
+ app/views/list/new.html.erb:3:in `_app_views_list_new_html_erb__327529443936172956_70144358662920'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/bea91932cdc05983/variables" for ::1 at 2016-04-24 16:15:31 -0700
+
+
+Started POST "/__better_errors/bea91932cdc05983/eval" for ::1 at 2016-04-24 16:15:58 -0700
+
+
+Started GET "/" for ::1 at 2016-04-24 16:16:16 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ Rendered list/index.html.erb within layouts/application (6.3ms)
+Completed 200 OK in 18ms (Views: 17.4ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/list/2" for ::1 at 2016-04-24 16:16:18 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"2"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 2]]
+ Rendered list/show.html.erb within layouts/application (0.8ms)
+Completed 200 OK in 23ms (Views: 14.2ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/list/new" for ::1 at 2016-04-24 16:16:23 -0700
+Processing by ListController#new as HTML
+ Rendered list/_taskform.html.erb (2.2ms)
+ Rendered list/new.html.erb within layouts/application (3.2ms)
+Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.0ms)
+
+ActionController::UrlGenerationError - No route matches {:action=>"update", :controller=>"list", :id=>nil} missing required keys: [:id]:
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:259:in `raise_generation_error'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:234:in `optimized_helper'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:345:in `block (2 levels) in define_url_helper'
+ app/views/list/_taskform.html.erb:2:in `_app_views_list__taskform_html_erb___3514759571526421133_70144414374400'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:309:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:51:in `render_partial'
+ actionview (4.2.6) lib/action_view/helpers/rendering_helper.rb:35:in `render'
+ app/views/list/new.html.erb:3:in `_app_views_list_new_html_erb__327529443936172956_70144358662920'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/e688c7ec8a9f384c/variables" for ::1 at 2016-04-24 16:16:23 -0700
+
+
+Started GET "/list/new" for ::1 at 2016-04-24 16:17:49 -0700
+Processing by ListController#new as HTML
+ Rendered list/new.html.erb within layouts/application (18.7ms)
+Completed 200 OK in 31ms (Views: 30.3ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/" for ::1 at 2016-04-24 16:17:53 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ Rendered list/index.html.erb within layouts/application (10.1ms)
+Completed 200 OK in 22ms (Views: 20.9ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/list/new" for ::1 at 2016-04-24 16:17:56 -0700
+Processing by ListController#new as HTML
+ Rendered list/new.html.erb within layouts/application (1.7ms)
+Completed 200 OK in 17ms (Views: 16.2ms | ActiveRecord: 0.0ms)
+
+
+Started POST "/list/new" for ::1 at 2016-04-24 16:17:59 -0700
+Processing by ListController#create as HTML
+ Parameters: {"utf8"=>"β", "authenticity_token"=>"qk3t+qrzc+52ob5M0KYMB6vj/y1B2bt+xgFSduIeYH0AuT2Uo1wotBrV5OQg66aBH9hy5rBp5YnPrulOb0Sd8g==", "task"=>{"title"=>"hi", "description"=>"meow"}, "commit"=>"SUBMIT!!"}
+Unpermitted parameters: utf8, authenticity_token, commit
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.6ms)[0m INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "hi"], ["description", "meow"], ["created_at", "2016-04-24 23:17:59.918719"], ["updated_at", "2016-04-24 23:17:59.918719"]]
+ [1m[36m (0.6ms)[0m [1mcommit transaction[0m
+Redirected to http://localhost:3000/
+Completed 302 Found in 4ms (ActiveRecord: 1.3ms)
+
+
+Started GET "/" for ::1 at 2016-04-24 16:17:59 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ Rendered list/index.html.erb within layouts/application (7.7ms)
+Completed 200 OK in 21ms (Views: 20.3ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/" for ::1 at 2016-04-24 16:19:55 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ Rendered list/index.html.erb within layouts/application (8.2ms)
+Completed 200 OK in 21ms (Views: 19.3ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/list/new" for ::1 at 2016-04-24 16:20:31 -0700
+Processing by ListController#new as HTML
+ Rendered list/_taskform.html.erb (0.9ms)
+ Rendered list/new.html.erb within layouts/application (2.9ms)
+Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.0ms)
+
+SyntaxError - syntax error, unexpected keyword_ensure, expecting keyword_end
+/Users/cristal/C5/projects/TaskListRails/task-list/app/views/list/_taskform.html.erb:18: syntax error, unexpected end-of-input, expecting keyword_end:
+ app/views/list/_taskform.html.erb:16:in `'
+ actionview (4.2.6) lib/action_view/template.rb:296:in `compile'
+ actionview (4.2.6) lib/action_view/template.rb:245:in `block (2 levels) in compile!'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:244:in `block in compile!'
+ actionview (4.2.6) lib/action_view/template.rb:232:in `compile!'
+ actionview (4.2.6) lib/action_view/template.rb:144:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:309:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:51:in `render_partial'
+ actionview (4.2.6) lib/action_view/helpers/rendering_helper.rb:35:in `render'
+ app/views/list/new.html.erb:2:in `_app_views_list_new_html_erb__327529443936172956_70144405013300'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started GET "/list/new" for ::1 at 2016-04-24 16:20:31 -0700
+Processing by ListController#new as HTML
+ Rendered list/_taskform.html.erb (1.0ms)
+ Rendered list/new.html.erb within layouts/application (2.6ms)
+Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.0ms)
+
+SyntaxError - syntax error, unexpected keyword_ensure, expecting keyword_end
+/Users/cristal/C5/projects/TaskListRails/task-list/app/views/list/_taskform.html.erb:18: syntax error, unexpected end-of-input, expecting keyword_end:
+ app/views/list/_taskform.html.erb:16:in `'
+ actionview (4.2.6) lib/action_view/template.rb:296:in `compile'
+ actionview (4.2.6) lib/action_view/template.rb:245:in `block (2 levels) in compile!'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:244:in `block in compile!'
+ actionview (4.2.6) lib/action_view/template.rb:232:in `compile!'
+ actionview (4.2.6) lib/action_view/template.rb:144:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:309:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:51:in `render_partial'
+ actionview (4.2.6) lib/action_view/helpers/rendering_helper.rb:35:in `render'
+ app/views/list/new.html.erb:2:in `_app_views_list_new_html_erb__327529443936172956_70144406032900'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/912ff7845f3800f0/variables" for ::1 at 2016-04-24 16:20:31 -0700
+
+
+Started GET "/" for ::1 at 2016-04-24 16:21:12 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ Rendered list/index.html.erb within layouts/application (7.3ms)
+Completed 200 OK in 26ms (Views: 24.7ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/list/32" for ::1 at 2016-04-24 16:21:14 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"32"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 32]]
+ Rendered list/show.html.erb within layouts/application (0.2ms)
+Completed 200 OK in 14ms (Views: 13.1ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/" for ::1 at 2016-04-24 16:21:17 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ Rendered list/index.html.erb within layouts/application (8.0ms)
+Completed 200 OK in 21ms (Views: 20.7ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/list/new" for ::1 at 2016-04-24 16:21:20 -0700
+Processing by ListController#new as HTML
+ Rendered list/_taskform.html.erb (1.4ms)
+ Rendered list/new.html.erb within layouts/application (3.2ms)
+Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.0ms)
+
+SyntaxError - syntax error, unexpected keyword_else
+ else form_for @list do |f|
+ ^
+/Users/cristal/C5/projects/TaskListRails/task-list/app/views/list/_taskform.html.erb:16: syntax error, unexpected keyword_ensure, expecting keyword_end
+/Users/cristal/C5/projects/TaskListRails/task-list/app/views/list/_taskform.html.erb:18: syntax error, unexpected end-of-input, expecting keyword_end:
+ app/views/list/_taskform.html.erb:4:in `'
+ actionview (4.2.6) lib/action_view/template.rb:296:in `compile'
+ actionview (4.2.6) lib/action_view/template.rb:245:in `block (2 levels) in compile!'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:244:in `block in compile!'
+ actionview (4.2.6) lib/action_view/template.rb:232:in `compile!'
+ actionview (4.2.6) lib/action_view/template.rb:144:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:309:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:51:in `render_partial'
+ actionview (4.2.6) lib/action_view/helpers/rendering_helper.rb:35:in `render'
+ app/views/list/new.html.erb:2:in `_app_views_list_new_html_erb__327529443936172956_70144405013300'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started GET "/list/new" for ::1 at 2016-04-24 16:21:20 -0700
+Processing by ListController#new as HTML
+ Rendered list/_taskform.html.erb (1.6ms)
+ Rendered list/new.html.erb within layouts/application (2.9ms)
+Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.0ms)
+
+SyntaxError - syntax error, unexpected keyword_else
+ else form_for @list do |f|
+ ^
+/Users/cristal/C5/projects/TaskListRails/task-list/app/views/list/_taskform.html.erb:16: syntax error, unexpected keyword_ensure, expecting keyword_end
+/Users/cristal/C5/projects/TaskListRails/task-list/app/views/list/_taskform.html.erb:18: syntax error, unexpected end-of-input, expecting keyword_end:
+ app/views/list/_taskform.html.erb:4:in `'
+ actionview (4.2.6) lib/action_view/template.rb:296:in `compile'
+ actionview (4.2.6) lib/action_view/template.rb:245:in `block (2 levels) in compile!'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:244:in `block in compile!'
+ actionview (4.2.6) lib/action_view/template.rb:232:in `compile!'
+ actionview (4.2.6) lib/action_view/template.rb:144:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:309:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:51:in `render_partial'
+ actionview (4.2.6) lib/action_view/helpers/rendering_helper.rb:35:in `render'
+ app/views/list/new.html.erb:2:in `_app_views_list_new_html_erb__327529443936172956_70144406032900'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/03b596016118a81e/variables" for ::1 at 2016-04-24 16:21:20 -0700
+
+
+Started GET "/" for ::1 at 2016-04-24 16:23:02 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.5ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ Rendered list/index.html.erb within layouts/application (8.0ms)
+Completed 200 OK in 21ms (Views: 19.8ms | ActiveRecord: 0.5ms)
+
+
+Started GET "/list/new" for ::1 at 2016-04-24 16:23:04 -0700
+Processing by ListController#new as HTML
+ Rendered list/_taskform.html.erb (2.8ms)
+ Rendered list/new.html.erb within layouts/application (4.8ms)
+Completed 500 Internal Server Error in 10ms (ActiveRecord: 0.0ms)
+
+ActionController::UrlGenerationError - No route matches {:action=>"update", :controller=>"list", :id=>nil} missing required keys: [:id]:
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:259:in `raise_generation_error'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:234:in `optimized_helper'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:345:in `block (2 levels) in define_url_helper'
+ app/views/list/_taskform.html.erb:3:in `_app_views_list__taskform_html_erb___3514759571526421133_70144413844420'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:309:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:51:in `render_partial'
+ actionview (4.2.6) lib/action_view/helpers/rendering_helper.rb:35:in `render'
+ app/views/list/new.html.erb:2:in `_app_views_list_new_html_erb__327529443936172956_70144405013300'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started GET "/list/new" for ::1 at 2016-04-24 16:23:04 -0700
+Processing by ListController#new as HTML
+ Rendered list/_taskform.html.erb (2.3ms)
+ Rendered list/new.html.erb within layouts/application (3.5ms)
+Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.0ms)
+
+ActionController::UrlGenerationError - No route matches {:action=>"update", :controller=>"list", :id=>nil} missing required keys: [:id]:
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:259:in `raise_generation_error'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:234:in `optimized_helper'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:345:in `block (2 levels) in define_url_helper'
+ app/views/list/_taskform.html.erb:3:in `_app_views_list__taskform_html_erb___3514759571526421133_70144405895380'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:309:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:51:in `render_partial'
+ actionview (4.2.6) lib/action_view/helpers/rendering_helper.rb:35:in `render'
+ app/views/list/new.html.erb:2:in `_app_views_list_new_html_erb__327529443936172956_70144406032900'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/bbcc66f9ad1008df/variables" for ::1 at 2016-04-24 16:23:05 -0700
+
+
+Started GET "/list/new" for ::1 at 2016-04-24 16:23:22 -0700
+Processing by ListController#new as HTML
+ Rendered list/_taskform.html.erb (1.5ms)
+ Rendered list/new.html.erb within layouts/application (2.5ms)
+Completed 200 OK in 16ms (Views: 15.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/list/new" for ::1 at 2016-04-24 16:23:24 -0700
+Processing by ListController#new as HTML
+ Rendered list/_taskform.html.erb (1.5ms)
+ Rendered list/new.html.erb within layouts/application (3.3ms)
+Completed 200 OK in 15ms (Views: 14.8ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-24 16:23:24 -0700
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-04-24 16:23:24 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-24 16:23:24 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-24 16:23:24 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-24 16:23:24 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-24 16:23:24 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-24 16:23:24 -0700
+
+
+Started GET "/list/new" for ::1 at 2016-04-24 16:23:41 -0700
+Processing by ListController#new as HTML
+ Rendered list/_taskform.html.erb (1.4ms)
+ Rendered list/new.html.erb within layouts/application (2.5ms)
+Completed 200 OK in 19ms (Views: 19.0ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-24 16:23:41 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-24 16:23:41 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-24 16:23:41 -0700
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-04-24 16:23:41 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-24 16:23:41 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-24 16:23:41 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-24 16:23:41 -0700
+
+
+Started POST "/list/new" for ::1 at 2016-04-24 16:23:54 -0700
+Processing by ListController#create as HTML
+ Parameters: {"utf8"=>"β", "authenticity_token"=>"hi4HXIIV9EIbUGP5ApPs8XUPMBd9ONcrUnVE3LexhHss2tcyi7qvGHckOVHy3kZ3wTS93IyIidxb2v/kOut59A==", "task"=>{"title"=>"Say hi to Sophia", "description"=>"HI SOPHIA"}, "commit"=>"SUBMIT!!"}
+Unpermitted parameters: utf8, authenticity_token, commit
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "Say hi to Sophia"], ["description", "HI SOPHIA"], ["created_at", "2016-04-24 23:23:54.080145"], ["updated_at", "2016-04-24 23:23:54.080145"]]
+ [1m[35m (0.6ms)[0m commit transaction
+Redirected to http://localhost:3000/
+Completed 302 Found in 4ms (ActiveRecord: 1.1ms)
+
+
+Started GET "/" for ::1 at 2016-04-24 16:23:54 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ Rendered list/index.html.erb within layouts/application (7.9ms)
+Completed 200 OK in 22ms (Views: 20.3ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/list/33" for ::1 at 2016-04-24 16:23:57 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"33"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 33]]
+ Rendered list/show.html.erb within layouts/application (0.3ms)
+Completed 200 OK in 16ms (Views: 15.2ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/list/33/edit" for ::1 at 2016-04-24 16:24:01 -0700
+Processing by ListController#edit as HTML
+ Parameters: {"id"=>"33"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 33]]
+ Rendered list/_taskform.html.erb (18.3ms)
+ Rendered list/edit.html.erb within layouts/application (20.1ms)
+Completed 500 Internal Server Error in 25ms (ActiveRecord: 0.1ms)
+
+NoMethodError - undefined method `task_path' for #<#:0x007f9784aef858>
+Did you mean? tasks_path:
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method'
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:466:in `apply_form_for_options!'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:434:in `form_for'
+ app/views/list/_taskform.html.erb:14:in `_app_views_list__taskform_html_erb___3514759571526421133_70144362264320'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:309:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:51:in `render_partial'
+ actionview (4.2.6) lib/action_view/helpers/rendering_helper.rb:35:in `render'
+ app/views/list/edit.html.erb:3:in `_app_views_list_edit_html_erb___1492551638850676451_70144362772560'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started GET "/list/33/edit" for ::1 at 2016-04-24 16:24:01 -0700
+Processing by ListController#edit as HTML
+ Parameters: {"id"=>"33"}
+ [1m[35mTask Load (0.3ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 33]]
+ Rendered list/_taskform.html.erb (18.6ms)
+ Rendered list/edit.html.erb within layouts/application (20.0ms)
+Completed 500 Internal Server Error in 24ms (ActiveRecord: 0.3ms)
+
+NoMethodError - undefined method `task_path' for #<#:0x007f9788c9c260>
+Did you mean? tasks_path:
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method'
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:466:in `apply_form_for_options!'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:434:in `form_for'
+ app/views/list/_taskform.html.erb:14:in `_app_views_list__taskform_html_erb___3514759571526421133_70144358735640'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:309:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:51:in `render_partial'
+ actionview (4.2.6) lib/action_view/helpers/rendering_helper.rb:35:in `render'
+ app/views/list/edit.html.erb:3:in `_app_views_list_edit_html_erb___1492551638850676451_70144405791660'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/fbdccb0978890ba6/variables" for ::1 at 2016-04-24 16:24:01 -0700
+
+
+Started POST "/__better_errors/fbdccb0978890ba6/eval" for ::1 at 2016-04-24 16:24:23 -0700
+
+
+Started POST "/__better_errors/fbdccb0978890ba6/eval" for ::1 at 2016-04-24 16:24:33 -0700
+
+
+Started GET "/list/33/edit" for ::1 at 2016-04-24 16:24:43 -0700
+Processing by ListController#edit as HTML
+ Parameters: {"id"=>"33"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 33]]
+ Rendered list/_taskform.html.erb (17.7ms)
+ Rendered list/edit.html.erb within layouts/application (18.7ms)
+Completed 500 Internal Server Error in 23ms (ActiveRecord: 0.1ms)
+
+NoMethodError - undefined method `task_path' for #<#:0x007f9789d29358>
+Did you mean? tasks_path:
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method'
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:466:in `apply_form_for_options!'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:434:in `form_for'
+ app/views/list/_taskform.html.erb:14:in `_app_views_list__taskform_html_erb___3514759571526421133_70144414483040'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:309:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:51:in `render_partial'
+ actionview (4.2.6) lib/action_view/helpers/rendering_helper.rb:35:in `render'
+ app/views/list/edit.html.erb:3:in `_app_views_list_edit_html_erb___1492551638850676451_70144405791660'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/35a4308267f79b3b/variables" for ::1 at 2016-04-24 16:24:44 -0700
+
+
+Started GET "/list/33/edit" for ::1 at 2016-04-24 16:24:45 -0700
+Processing by ListController#edit as HTML
+ Parameters: {"id"=>"33"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 33]]
+ Rendered list/_taskform.html.erb (24.3ms)
+ Rendered list/edit.html.erb within layouts/application (27.1ms)
+Completed 500 Internal Server Error in 32ms (ActiveRecord: 0.1ms)
+
+NoMethodError - undefined method `task_path' for #<#:0x007f9789919948>
+Did you mean? tasks_path:
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method'
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:466:in `apply_form_for_options!'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:434:in `form_for'
+ app/views/list/_taskform.html.erb:14:in `_app_views_list__taskform_html_erb___3514759571526421133_70144414483040'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:309:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:51:in `render_partial'
+ actionview (4.2.6) lib/action_view/helpers/rendering_helper.rb:35:in `render'
+ app/views/list/edit.html.erb:3:in `_app_views_list_edit_html_erb___1492551638850676451_70144405791660'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/b6718d700e4c4537/variables" for ::1 at 2016-04-24 16:24:45 -0700
+
+
+Started GET "/list/33/edit" for ::1 at 2016-04-24 16:24:47 -0700
+Processing by ListController#edit as HTML
+ Parameters: {"id"=>"33"}
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 33]]
+ Rendered list/_taskform.html.erb (20.4ms)
+ Rendered list/edit.html.erb within layouts/application (22.9ms)
+Completed 500 Internal Server Error in 35ms (ActiveRecord: 0.2ms)
+
+NoMethodError - undefined method `task_path' for #<#:0x007f9789ca3be0>
+Did you mean? tasks_path:
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method'
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:466:in `apply_form_for_options!'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:434:in `form_for'
+ app/views/list/_taskform.html.erb:14:in `_app_views_list__taskform_html_erb___3514759571526421133_70144414483040'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:309:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:51:in `render_partial'
+ actionview (4.2.6) lib/action_view/helpers/rendering_helper.rb:35:in `render'
+ app/views/list/edit.html.erb:3:in `_app_views_list_edit_html_erb___1492551638850676451_70144405791660'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/09eaff4adfeccc50/variables" for ::1 at 2016-04-24 16:24:47 -0700
+
+
+Started GET "/" for ::1 at 2016-04-24 16:24:51 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ Rendered list/index.html.erb within layouts/application (9.2ms)
+Completed 200 OK in 25ms (Views: 24.1ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/list/new" for ::1 at 2016-04-24 16:24:53 -0700
+Processing by ListController#new as HTML
+ Rendered list/_taskform.html.erb (4.8ms)
+ Rendered list/new.html.erb within layouts/application (6.4ms)
+Completed 500 Internal Server Error in 10ms (ActiveRecord: 0.0ms)
+
+ActionController::UrlGenerationError - No route matches {:action=>"update", :controller=>"list", :id=>nil} missing required keys: [:id]:
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:259:in `raise_generation_error'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:234:in `optimized_helper'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:345:in `block (2 levels) in define_url_helper'
+ app/views/list/_taskform.html.erb:3:in `_app_views_list__taskform_html_erb___3514759571526421133_70144383261820'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:309:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:51:in `render_partial'
+ actionview (4.2.6) lib/action_view/helpers/rendering_helper.rb:35:in `render'
+ app/views/list/new.html.erb:2:in `_app_views_list_new_html_erb__327529443936172956_70144405013300'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started GET "/list/new" for ::1 at 2016-04-24 16:24:53 -0700
+Processing by ListController#new as HTML
+ Rendered list/_taskform.html.erb (2.8ms)
+ Rendered list/new.html.erb within layouts/application (3.9ms)
+Completed 500 Internal Server Error in 8ms (ActiveRecord: 0.0ms)
+
+ActionController::UrlGenerationError - No route matches {:action=>"update", :controller=>"list", :id=>nil} missing required keys: [:id]:
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:259:in `raise_generation_error'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:234:in `optimized_helper'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:345:in `block (2 levels) in define_url_helper'
+ app/views/list/_taskform.html.erb:3:in `_app_views_list__taskform_html_erb___3514759571526421133_70144414483040'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:309:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:51:in `render_partial'
+ actionview (4.2.6) lib/action_view/helpers/rendering_helper.rb:35:in `render'
+ app/views/list/new.html.erb:2:in `_app_views_list_new_html_erb__327529443936172956_70144406032900'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/8b975c580d6f3ef9/variables" for ::1 at 2016-04-24 16:24:53 -0700
+
+
+Started POST "/__better_errors/8b975c580d6f3ef9/eval" for ::1 at 2016-04-24 16:25:09 -0700
+
+
+Started POST "/__better_errors/8b975c580d6f3ef9/eval" for ::1 at 2016-04-24 16:25:11 -0700
+
+
+Started POST "/__better_errors/8b975c580d6f3ef9/variables" for ::1 at 2016-04-24 16:25:22 -0700
+
+
+Started GET "/" for ::1 at 2016-04-24 16:25:25 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ Rendered list/index.html.erb within layouts/application (20.6ms)
+Completed 200 OK in 34ms (Views: 33.4ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/list/new" for ::1 at 2016-04-24 16:25:29 -0700
+Processing by ListController#new as HTML
+ Rendered list/_taskform.html.erb (2.6ms)
+ Rendered list/new.html.erb within layouts/application (4.1ms)
+Completed 200 OK in 26ms (Views: 25.0ms | ActiveRecord: 0.0ms)
+
+
+Started POST "/list/new" for ::1 at 2016-04-24 16:25:38 -0700
+Processing by ListController#create as HTML
+ Parameters: {"utf8"=>"β", "authenticity_token"=>"0s2Sdoe/e4/XRDgr7lIPr/0D308B9JT1R0Qu9ZWRknd4OUIYjhAg1bswYoMeH6UpSThShPBEygJO65XNGMtv+A==", "task"=>{"title"=>"DONUTS", "description"=>"voodoo doe"}, "commit"=>"SUBMIT!!"}
+Unpermitted parameters: utf8, authenticity_token, commit
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "DONUTS"], ["description", "voodoo doe"], ["created_at", "2016-04-24 23:25:38.434652"], ["updated_at", "2016-04-24 23:25:38.434652"]]
+ [1m[35m (0.6ms)[0m commit transaction
+Redirected to http://localhost:3000/
+Completed 302 Found in 5ms (ActiveRecord: 1.0ms)
+
+
+Started GET "/" for ::1 at 2016-04-24 16:25:38 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ Rendered list/index.html.erb within layouts/application (13.4ms)
+Completed 200 OK in 30ms (Views: 29.4ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/list/34" for ::1 at 2016-04-24 16:25:41 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"34"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 34]]
+ Rendered list/show.html.erb within layouts/application (0.3ms)
+Completed 200 OK in 15ms (Views: 14.3ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/list/34/edit" for ::1 at 2016-04-24 16:25:42 -0700
+Processing by ListController#edit as HTML
+ Parameters: {"id"=>"34"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 34]]
+ Rendered list/_taskform.html.erb (20.3ms)
+ Rendered list/edit.html.erb within layouts/application (21.9ms)
+Completed 500 Internal Server Error in 26ms (ActiveRecord: 0.1ms)
+
+NoMethodError - undefined method `task_path' for #<#:0x007f9788a0fa88>
+Did you mean? tasks_path:
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method'
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:466:in `apply_form_for_options!'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:434:in `form_for'
+ app/views/list/_taskform.html.erb:14:in `_app_views_list__taskform_html_erb___3514759571526421133_70144413979280'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:309:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:51:in `render_partial'
+ actionview (4.2.6) lib/action_view/helpers/rendering_helper.rb:35:in `render'
+ app/views/list/edit.html.erb:3:in `_app_views_list_edit_html_erb___1492551638850676451_70144362772560'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started GET "/list/34/edit" for ::1 at 2016-04-24 16:25:42 -0700
+Processing by ListController#edit as HTML
+ Parameters: {"id"=>"34"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 34]]
+ Rendered list/_taskform.html.erb (17.5ms)
+ Rendered list/edit.html.erb within layouts/application (18.5ms)
+Completed 500 Internal Server Error in 22ms (ActiveRecord: 0.1ms)
+
+NoMethodError - undefined method `task_path' for #<#:0x007f97867f0218>
+Did you mean? tasks_path:
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method'
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:466:in `apply_form_for_options!'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:434:in `form_for'
+ app/views/list/_taskform.html.erb:14:in `_app_views_list__taskform_html_erb___3514759571526421133_70144386581120'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:309:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:51:in `render_partial'
+ actionview (4.2.6) lib/action_view/helpers/rendering_helper.rb:35:in `render'
+ app/views/list/edit.html.erb:3:in `_app_views_list_edit_html_erb___1492551638850676451_70144405791660'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/eeb08aecbc716f94/variables" for ::1 at 2016-04-24 16:25:42 -0700
+
+
+Started POST "/__better_errors/eeb08aecbc716f94/eval" for ::1 at 2016-04-24 16:25:54 -0700
+
+
+Started GET "/" for ::1 at 2016-04-24 16:27:04 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ Rendered list/index.html.erb within layouts/application (9.7ms)
+Completed 200 OK in 21ms (Views: 19.9ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/list/new" for ::1 at 2016-04-24 16:27:07 -0700
+Processing by ListController#new as HTML
+ Rendered list/_taskform.html.erb (2.2ms)
+ Rendered list/new.html.erb within layouts/application (5.0ms)
+Completed 200 OK in 24ms (Views: 23.2ms | ActiveRecord: 0.0ms)
+
+
+Started POST "/list/new" for ::1 at 2016-04-24 16:27:12 -0700
+Processing by ListController#create as HTML
+ Parameters: {"utf8"=>"β", "authenticity_token"=>"CmR3/HfpbUAFO6jxVJn+rFUENF7LG1Tm10Ozjn+JZiygkKeSfkY2GmlP8lmk1FQq4T+5lTqrChHe7Ai28tObow==", "task"=>{"title"=>"meow", "description"=>"moo cow"}, "commit"=>"SUBMIT!!"}
+Unpermitted parameters: utf8, authenticity_token, commit
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "meow"], ["description", "moo cow"], ["created_at", "2016-04-24 23:27:12.422394"], ["updated_at", "2016-04-24 23:27:12.422394"]]
+ [1m[35m (0.6ms)[0m commit transaction
+Redirected to http://localhost:3000/
+Completed 302 Found in 5ms (ActiveRecord: 1.0ms)
+
+
+Started GET "/" for ::1 at 2016-04-24 16:27:12 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.4ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ Rendered list/index.html.erb within layouts/application (13.1ms)
+Completed 200 OK in 27ms (Views: 25.5ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/list/35" for ::1 at 2016-04-24 16:27:14 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"35"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 35]]
+ Rendered list/show.html.erb within layouts/application (0.5ms)
+Completed 200 OK in 16ms (Views: 14.8ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/list/35/edit" for ::1 at 2016-04-24 16:27:15 -0700
+Processing by ListController#edit as HTML
+ Parameters: {"id"=>"35"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 35]]
+ Rendered list/_taskform.html.erb (18.5ms)
+ Rendered list/edit.html.erb within layouts/application (20.1ms)
+Completed 500 Internal Server Error in 25ms (ActiveRecord: 0.1ms)
+
+NoMethodError - undefined method `task_path' for #<#:0x007f9788bcc4c0>
+Did you mean? tasks_path:
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method'
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:466:in `apply_form_for_options!'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:434:in `form_for'
+ app/views/list/_taskform.html.erb:14:in `_app_views_list__taskform_html_erb___3514759571526421133_70144415069540'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:309:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:51:in `render_partial'
+ actionview (4.2.6) lib/action_view/helpers/rendering_helper.rb:35:in `render'
+ app/views/list/edit.html.erb:3:in `_app_views_list_edit_html_erb___1492551638850676451_70144362772560'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started GET "/list/35/edit" for ::1 at 2016-04-24 16:27:15 -0700
+Processing by ListController#edit as HTML
+ Parameters: {"id"=>"35"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 35]]
+ Rendered list/_taskform.html.erb (18.0ms)
+ Rendered list/edit.html.erb within layouts/application (19.0ms)
+Completed 500 Internal Server Error in 23ms (ActiveRecord: 0.1ms)
+
+NoMethodError - undefined method `task_path' for #<#:0x007f978898bd28>
+Did you mean? tasks_path:
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method'
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:466:in `apply_form_for_options!'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:434:in `form_for'
+ app/views/list/_taskform.html.erb:14:in `_app_views_list__taskform_html_erb___3514759571526421133_70144404240380'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:309:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:51:in `render_partial'
+ actionview (4.2.6) lib/action_view/helpers/rendering_helper.rb:35:in `render'
+ app/views/list/edit.html.erb:3:in `_app_views_list_edit_html_erb___1492551638850676451_70144405791660'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/6ca14eb358589fe4/variables" for ::1 at 2016-04-24 16:27:16 -0700
+
+
+Started POST "/__better_errors/6ca14eb358589fe4/eval" for ::1 at 2016-04-24 16:27:21 -0700
+
+
+Started GET "/" for ::1 at 2016-04-24 16:27:35 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ Rendered list/index.html.erb within layouts/application (8.3ms)
+Completed 200 OK in 21ms (Views: 19.7ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/list/34" for ::1 at 2016-04-24 16:27:37 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"34"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 34]]
+ Rendered list/show.html.erb within layouts/application (0.2ms)
+Completed 200 OK in 13ms (Views: 11.9ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/list/34/edit" for ::1 at 2016-04-24 16:27:39 -0700
+Processing by ListController#edit as HTML
+ Parameters: {"id"=>"34"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 34]]
+ Rendered list/_taskform.html.erb (19.1ms)
+ Rendered list/edit.html.erb within layouts/application (20.8ms)
+Completed 500 Internal Server Error in 25ms (ActiveRecord: 0.1ms)
+
+NoMethodError - undefined method `task_path' for #<#:0x007f9788bfff50>
+Did you mean? tasks_path:
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method'
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:466:in `apply_form_for_options!'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:434:in `form_for'
+ app/views/list/_taskform.html.erb:14:in `_app_views_list__taskform_html_erb___3514759571526421133_70144404346220'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:309:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:51:in `render_partial'
+ actionview (4.2.6) lib/action_view/helpers/rendering_helper.rb:35:in `render'
+ app/views/list/edit.html.erb:3:in `_app_views_list_edit_html_erb___1492551638850676451_70144362772560'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started GET "/list/34/edit" for ::1 at 2016-04-24 16:27:39 -0700
+Processing by ListController#edit as HTML
+ Parameters: {"id"=>"34"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 34]]
+ Rendered list/_taskform.html.erb (19.5ms)
+ Rendered list/edit.html.erb within layouts/application (20.5ms)
+Completed 500 Internal Server Error in 24ms (ActiveRecord: 0.1ms)
+
+NoMethodError - undefined method `task_path' for #<#:0x007f9789dfd270>
+Did you mean? tasks_path:
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:220:in `polymorphic_method'
+ actionpack (4.2.6) lib/action_dispatch/routing/polymorphic_routes.rb:134:in `polymorphic_path'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:466:in `apply_form_for_options!'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:434:in `form_for'
+ app/views/list/_taskform.html.erb:14:in `_app_views_list__taskform_html_erb___3514759571526421133_70144406585940'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:309:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:51:in `render_partial'
+ actionview (4.2.6) lib/action_view/helpers/rendering_helper.rb:35:in `render'
+ app/views/list/edit.html.erb:3:in `_app_views_list_edit_html_erb___1492551638850676451_70144405791660'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/17fa0f38d7a1fcf5/variables" for ::1 at 2016-04-24 16:27:39 -0700
+
+
+Started POST "/__better_errors/17fa0f38d7a1fcf5/eval" for ::1 at 2016-04-24 16:27:43 -0700
+
+
+Started GET "/" for ::1 at 2016-04-24 16:30:00 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ Rendered list/index.html.erb within layouts/application (8.8ms)
+Completed 200 OK in 22ms (Views: 20.8ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/list/new" for ::1 at 2016-04-24 16:30:03 -0700
+Processing by ListController#new as HTML
+ Rendered list/_taskform.html.erb (1.7ms)
+ Rendered list/new.html.erb within layouts/application (3.2ms)
+Completed 500 Internal Server Error in 8ms (ActiveRecord: 0.0ms)
+
+SyntaxError - syntax error, unexpected keyword_do_block
+...r @list, method: :get, url: do |f| @output_buffer.safe_appe...
+... ^
+/Users/cristal/C5/projects/TaskListRails/task-list/app/views/list/_taskform.html.erb:27: syntax error, unexpected keyword_ensure, expecting end-of-input:
+ app/views/list/_taskform.html.erb:14:in `'
+ actionview (4.2.6) lib/action_view/template.rb:296:in `compile'
+ actionview (4.2.6) lib/action_view/template.rb:245:in `block (2 levels) in compile!'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:244:in `block in compile!'
+ actionview (4.2.6) lib/action_view/template.rb:232:in `compile!'
+ actionview (4.2.6) lib/action_view/template.rb:144:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:309:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:51:in `render_partial'
+ actionview (4.2.6) lib/action_view/helpers/rendering_helper.rb:35:in `render'
+ app/views/list/new.html.erb:2:in `_app_views_list_new_html_erb__327529443936172956_70144405013300'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started GET "/list/new" for ::1 at 2016-04-24 16:30:03 -0700
+Processing by ListController#new as HTML
+ Rendered list/_taskform.html.erb (1.2ms)
+ Rendered list/new.html.erb within layouts/application (2.1ms)
+Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.0ms)
+
+SyntaxError - syntax error, unexpected keyword_do_block
+...r @list, method: :get, url: do |f| @output_buffer.safe_appe...
+... ^
+/Users/cristal/C5/projects/TaskListRails/task-list/app/views/list/_taskform.html.erb:27: syntax error, unexpected keyword_ensure, expecting end-of-input:
+ app/views/list/_taskform.html.erb:14:in `'
+ actionview (4.2.6) lib/action_view/template.rb:296:in `compile'
+ actionview (4.2.6) lib/action_view/template.rb:245:in `block (2 levels) in compile!'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:244:in `block in compile!'
+ actionview (4.2.6) lib/action_view/template.rb:232:in `compile!'
+ actionview (4.2.6) lib/action_view/template.rb:144:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:309:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:51:in `render_partial'
+ actionview (4.2.6) lib/action_view/helpers/rendering_helper.rb:35:in `render'
+ app/views/list/new.html.erb:2:in `_app_views_list_new_html_erb__327529443936172956_70144406032900'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/27702d456aff3545/variables" for ::1 at 2016-04-24 16:30:04 -0700
+
+
+Started GET "/" for ::1 at 2016-04-24 16:30:30 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.3ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ Rendered list/index.html.erb within layouts/application (13.4ms)
+Completed 200 OK in 27ms (Views: 25.9ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/list/new" for ::1 at 2016-04-24 16:30:33 -0700
+Processing by ListController#new as HTML
+ Rendered list/_taskform.html.erb (3.7ms)
+ Rendered list/new.html.erb within layouts/application (5.0ms)
+Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.0ms)
+
+ActionController::UrlGenerationError - No route matches {:action=>"update", :controller=>"list", :id=>nil} missing required keys: [:id]:
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:259:in `raise_generation_error'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:234:in `optimized_helper'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:345:in `block (2 levels) in define_url_helper'
+ app/views/list/_taskform.html.erb:2:in `_app_views_list__taskform_html_erb___3514759571526421133_70144359346960'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:309:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:51:in `render_partial'
+ actionview (4.2.6) lib/action_view/helpers/rendering_helper.rb:35:in `render'
+ app/views/list/new.html.erb:2:in `_app_views_list_new_html_erb__327529443936172956_70144405013300'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started GET "/list/new" for ::1 at 2016-04-24 16:30:33 -0700
+Processing by ListController#new as HTML
+ Rendered list/_taskform.html.erb (3.9ms)
+ Rendered list/new.html.erb within layouts/application (4.9ms)
+Completed 500 Internal Server Error in 10ms (ActiveRecord: 0.0ms)
+
+ActionController::UrlGenerationError - No route matches {:action=>"update", :controller=>"list", :id=>nil} missing required keys: [:id]:
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:259:in `raise_generation_error'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:234:in `optimized_helper'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:345:in `block (2 levels) in define_url_helper'
+ app/views/list/_taskform.html.erb:2:in `_app_views_list__taskform_html_erb___3514759571526421133_70144404668280'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:309:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:51:in `render_partial'
+ actionview (4.2.6) lib/action_view/helpers/rendering_helper.rb:35:in `render'
+ app/views/list/new.html.erb:2:in `_app_views_list_new_html_erb__327529443936172956_70144406032900'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/13b3e20b26f4ad0d/variables" for ::1 at 2016-04-24 16:30:33 -0700
+
+
+Started POST "/__better_errors/13b3e20b26f4ad0d/eval" for ::1 at 2016-04-24 16:30:51 -0700
+
+
+Started GET "/" for ::1 at 2016-04-24 16:31:09 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ Rendered list/index.html.erb within layouts/application (9.2ms)
+Completed 200 OK in 21ms (Views: 20.8ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/list/35" for ::1 at 2016-04-24 16:31:12 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"35"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 35]]
+ Rendered list/show.html.erb within layouts/application (0.3ms)
+Completed 200 OK in 14ms (Views: 13.6ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/list/35/edit" for ::1 at 2016-04-24 16:31:15 -0700
+Processing by ListController#edit as HTML
+ Parameters: {"id"=>"35"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 35]]
+ Rendered list/_taskform.html.erb (1.1ms)
+ Rendered list/edit.html.erb within layouts/application (3.2ms)
+Completed 200 OK in 18ms (Views: 17.1ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/list/35/edit" for ::1 at 2016-04-24 16:31:45 -0700
+Processing by ListController#edit as HTML
+ Parameters: {"id"=>"35"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 35]]
+ Rendered list/_taskform.html.erb (0.9ms)
+ Rendered list/edit.html.erb within layouts/application (1.9ms)
+Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.1ms)
+
+SyntaxError - syntax error, unexpected keyword_ensure, expecting end-of-input:
+ app/views/list/_taskform.html.erb:12:in `'
+ actionview (4.2.6) lib/action_view/template.rb:296:in `compile'
+ actionview (4.2.6) lib/action_view/template.rb:245:in `block (2 levels) in compile!'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:244:in `block in compile!'
+ actionview (4.2.6) lib/action_view/template.rb:232:in `compile!'
+ actionview (4.2.6) lib/action_view/template.rb:144:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:309:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:51:in `render_partial'
+ actionview (4.2.6) lib/action_view/helpers/rendering_helper.rb:35:in `render'
+ app/views/list/edit.html.erb:3:in `_app_views_list_edit_html_erb___1492551638850676451_70144405791660'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/f273a8e655bcd192/variables" for ::1 at 2016-04-24 16:31:45 -0700
+
+
+Started GET "/list/35/edit" for ::1 at 2016-04-24 16:31:46 -0700
+Processing by ListController#edit as HTML
+ Parameters: {"id"=>"35"}
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 35]]
+ Rendered list/_taskform.html.erb (0.8ms)
+ Rendered list/edit.html.erb within layouts/application (1.7ms)
+Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.2ms)
+
+SyntaxError - syntax error, unexpected keyword_ensure, expecting end-of-input:
+ app/views/list/_taskform.html.erb:12:in `'
+ actionview (4.2.6) lib/action_view/template.rb:296:in `compile'
+ actionview (4.2.6) lib/action_view/template.rb:245:in `block (2 levels) in compile!'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:244:in `block in compile!'
+ actionview (4.2.6) lib/action_view/template.rb:232:in `compile!'
+ actionview (4.2.6) lib/action_view/template.rb:144:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:310:in `block in render'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/partial_renderer.rb:309:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:51:in `render_partial'
+ actionview (4.2.6) lib/action_view/helpers/rendering_helper.rb:35:in `render'
+ app/views/list/edit.html.erb:3:in `_app_views_list_edit_html_erb___1492551638850676451_70144405791660'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/c44ef12bfc488dc6/variables" for ::1 at 2016-04-24 16:31:46 -0700
+
+
+Started GET "/" for ::1 at 2016-04-24 16:33:20 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ Rendered list/index.html.erb within layouts/application (7.3ms)
+Completed 200 OK in 19ms (Views: 18.4ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/list/new" for ::1 at 2016-04-24 16:33:23 -0700
+Processing by ListController#new as HTML
+ Rendered list/new.html.erb within layouts/application (2.9ms)
+Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.0ms)
+
+ActionController::UrlGenerationError - No route matches {:action=>"update", :controller=>"list", :id=>nil} missing required keys: [:id]:
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:259:in `raise_generation_error'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:234:in `optimized_helper'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:345:in `block (2 levels) in define_url_helper'
+ app/views/list/new.html.erb:3:in `_app_views_list_new_html_erb__327529443936172956_70144404285720'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started GET "/list/new" for ::1 at 2016-04-24 16:33:23 -0700
+Processing by ListController#new as HTML
+ Rendered list/new.html.erb within layouts/application (2.7ms)
+Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.0ms)
+
+ActionController::UrlGenerationError - No route matches {:action=>"update", :controller=>"list", :id=>nil} missing required keys: [:id]:
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:259:in `raise_generation_error'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:234:in `optimized_helper'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:345:in `block (2 levels) in define_url_helper'
+ app/views/list/new.html.erb:3:in `_app_views_list_new_html_erb__327529443936172956_70144404825560'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/da75d0e91efb8043/variables" for ::1 at 2016-04-24 16:33:23 -0700
+
+
+Started GET "/" for ::1 at 2016-04-24 16:33:55 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ Rendered list/index.html.erb within layouts/application (9.5ms)
+Completed 200 OK in 22ms (Views: 20.8ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/list/new" for ::1 at 2016-04-24 16:34:00 -0700
+Processing by ListController#new as HTML
+ Rendered list/new.html.erb within layouts/application (1.6ms)
+Completed 200 OK in 16ms (Views: 15.4ms | ActiveRecord: 0.0ms)
+
+
+Started POST "/list/new" for ::1 at 2016-04-24 16:34:04 -0700
+Processing by ListController#create as HTML
+ Parameters: {"utf8"=>"β", "authenticity_token"=>"Rx1Ho2HnTIwzQgJ3MYR+bFmnBqT9MOdCE37um6Jb1QDt6ZfNaEgX1l82WN/BydTq7ZyLbwyAubUa0VWjLwEojw==", "task"=>{"title"=>"High Five Somebody You Don't Know", "description"=>"pls work"}, "commit"=>"SUBMIT!!"}
+Unpermitted parameters: utf8, authenticity_token, commit
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "High Five Somebody You Don't Know"], ["description", "pls work"], ["created_at", "2016-04-24 23:34:04.842771"], ["updated_at", "2016-04-24 23:34:04.842771"]]
+ [1m[35m (0.6ms)[0m commit transaction
+Redirected to http://localhost:3000/
+Completed 302 Found in 4ms (ActiveRecord: 1.1ms)
+
+
+Started GET "/" for ::1 at 2016-04-24 16:34:04 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ Rendered list/index.html.erb within layouts/application (8.7ms)
+Completed 200 OK in 28ms (Views: 26.8ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/list/36" for ::1 at 2016-04-24 16:34:07 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"36"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 36]]
+ Rendered list/show.html.erb within layouts/application (0.2ms)
+Completed 200 OK in 15ms (Views: 13.7ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/list/36/edit" for ::1 at 2016-04-24 16:34:08 -0700
+Processing by ListController#edit as HTML
+ Parameters: {"id"=>"36"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 36]]
+ Rendered list/edit.html.erb within layouts/application (1.6ms)
+Completed 200 OK in 15ms (Views: 14.3ms | ActiveRecord: 0.1ms)
+
+
+Started PATCH "/list/36" for ::1 at 2016-04-24 16:34:14 -0700
+Processing by ListController#update as HTML
+ Parameters: {"utf8"=>"β", "authenticity_token"=>"rhgqph+dcMN7VWOYuXZW81gxsMr8SS7NZEtswvP1UesE7PrIFjIrmRchOTBJO/x17Ao9AQ35cDpt5Nf6fq+sZA==", "task"=>{"title"=>"High Five Somebody You Don't Know", "description"=>"edits"}, "commit"=>"SUBMIT!!", "id"=>"36"}
+Unpermitted parameters: utf8, _method, authenticity_token, commit, id
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 36]]
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m UPDATE "tasks" SET "description" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["description", "edits"], ["updated_at", "2016-04-24 23:34:14.166464"], ["id", 36]]
+ [1m[36m (0.8ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mcommit transaction[0m
+Redirected to http://localhost:3000/
+Completed 302 Found in 6ms (ActiveRecord: 1.4ms)
+
+
+Started GET "/" for ::1 at 2016-04-24 16:34:14 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.3ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ Rendered list/index.html.erb within layouts/application (17.1ms)
+Completed 200 OK in 33ms (Views: 32.0ms | ActiveRecord: 0.3ms)
+
+
+Started DELETE "/list/36" for ::1 at 2016-04-24 16:34:48 -0700
+Processing by ListController#destroy as HTML
+ Parameters: {"authenticity_token"=>"RqV33CRuYOWXEP3ZcUHtTybMS6k7KCDNs0PDzz+rVqPsUaeyLcE7v/tkp3GBDEfJkvfGYsqYfjq67Hj3svGrLA==", "id"=>"36"}
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 36]]
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mDELETE FROM "tasks" WHERE "tasks"."id" = ?[0m [["id", 36]]
+ [1m[35m (0.9ms)[0m commit transaction
+Redirected to http://localhost:3000/
+Completed 302 Found in 4ms (ActiveRecord: 1.4ms)
+
+
+Started GET "/" for ::1 at 2016-04-24 16:34:48 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ Rendered list/index.html.erb within layouts/application (8.1ms)
+Completed 200 OK in 21ms (Views: 20.2ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/" for ::1 at 2016-04-24 16:45:34 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.3ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ Rendered list/index.html.erb within layouts/application (11.8ms)
+Completed 200 OK in 27ms (Views: 24.7ms | ActiveRecord: 0.6ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-24 16:45:34 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-24 16:45:35 -0700
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-04-24 16:45:35 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-24 16:45:35 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-24 16:45:35 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-24 16:45:35 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-24 16:45:35 -0700
+
+
+Started GET "/list/:id" for ::1 at 2016-04-24 16:45:36 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>":id"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 0]]
+Completed 404 Not Found in 2ms (ActiveRecord: 0.1ms)
+
+ActiveRecord::RecordNotFound - Couldn't find Task with 'id'=:id:
+ activerecord (4.2.6) lib/active_record/core.rb:155:in `find'
+ app/controllers/list_controller.rb:22:in `show'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started GET "/list/:id" for ::1 at 2016-04-24 16:45:36 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>":id"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 0]]
+Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms)
+
+ActiveRecord::RecordNotFound - Couldn't find Task with 'id'=:id:
+ activerecord (4.2.6) lib/active_record/core.rb:155:in `find'
+ app/controllers/list_controller.rb:22:in `show'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/7a77f2215438f1d4/variables" for ::1 at 2016-04-24 16:45:36 -0700
+
+
+Started GET "/" for ::1 at 2016-04-24 16:46:02 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.3ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ Rendered list/index.html.erb within layouts/application (11.7ms)
+Completed 200 OK in 27ms (Views: 24.7ms | ActiveRecord: 0.6ms)
+
+
+Started GET "/list/35" for ::1 at 2016-04-24 16:46:05 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"35"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 35]]
+ Rendered list/show.html.erb within layouts/application (0.3ms)
+Completed 200 OK in 16ms (Views: 15.1ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/list/35/edit" for ::1 at 2016-04-24 16:46:08 -0700
+Processing by ListController#edit as HTML
+ Parameters: {"id"=>"35"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 35]]
+ Rendered list/edit.html.erb within layouts/application (1.8ms)
+Completed 200 OK in 17ms (Views: 15.9ms | ActiveRecord: 0.1ms)
+
+
+Started PATCH "/list/35" for ::1 at 2016-04-24 16:46:15 -0700
+Processing by ListController#update as HTML
+ Parameters: {"utf8"=>"β", "authenticity_token"=>"7H4nKCJCiAk1+fI49DWc/W8XgG+0QzEl3jvT5B9eHztGivdGK+3TU1mNqJAEeDZ72ywNpEXzb9LXlGjckgTitA==", "task"=>{"title"=>"meow", "description"=>"moo cow meow how"}, "commit"=>"SUBMIT!!", "id"=>"35"}
+Unpermitted parameters: utf8, _method, authenticity_token, commit, id
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 35]]
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m UPDATE "tasks" SET "description" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["description", "moo cow meow how"], ["updated_at", "2016-04-24 23:46:15.279467"], ["id", 35]]
+ [1m[36m (0.6ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mcommit transaction[0m
+Redirected to http://localhost:3000/
+Completed 302 Found in 8ms (ActiveRecord: 1.4ms)
+
+
+Started GET "/" for ::1 at 2016-04-24 16:46:15 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ Rendered list/index.html.erb within layouts/application (9.9ms)
+Completed 200 OK in 24ms (Views: 23.1ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/list/:id" for ::1 at 2016-04-24 16:46:18 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>":id"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 0]]
+Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms)
+
+ActiveRecord::RecordNotFound - Couldn't find Task with 'id'=:id:
+ activerecord (4.2.6) lib/active_record/core.rb:155:in `find'
+ app/controllers/list_controller.rb:22:in `show'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started GET "/list/:id" for ::1 at 2016-04-24 16:46:18 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>":id"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 0]]
+Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms)
+
+ActiveRecord::RecordNotFound - Couldn't find Task with 'id'=:id:
+ activerecord (4.2.6) lib/active_record/core.rb:155:in `find'
+ app/controllers/list_controller.rb:22:in `show'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/014dbe0af9f5e971/variables" for ::1 at 2016-04-24 16:46:18 -0700
+
+
+Started GET "/list/:id" for ::1 at 2016-04-24 16:46:46 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>":id"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 0]]
+Completed 404 Not Found in 4ms (ActiveRecord: 0.1ms)
+
+ActiveRecord::RecordNotFound - Couldn't find Task with 'id'=:id:
+ activerecord (4.2.6) lib/active_record/core.rb:155:in `find'
+ app/controllers/list_controller.rb:22:in `show'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/7bdf6e46e75e0bd8/variables" for ::1 at 2016-04-24 16:46:46 -0700
+
+
+Started GET "/" for ::1 at 2016-04-24 16:46:51 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ Rendered list/index.html.erb within layouts/application (3.6ms)
+Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.2ms)
+
+ActionController::UrlGenerationError - No route matches {:action=>"complete", :controller=>"list"} missing required keys: [:id]:
+ actionpack (4.2.6) lib/action_dispatch/journey/formatter.rb:46:in `generate'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:721:in `generate'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:752:in `generate'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:799:in `url_for'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:280:in `call'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:223:in `call'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:345:in `block (2 levels) in define_url_helper'
+ app/views/list/index.html.erb:8:in `block in _app_views_list_index_html_erb__1452974223913693129_70144415054780'
+ activerecord (4.2.6) lib/active_record/relation/delegation.rb:46:in `each'
+ app/views/list/index.html.erb:3:in `_app_views_list_index_html_erb__1452974223913693129_70144415054780'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/e8e0143558fc5333/variables" for ::1 at 2016-04-24 16:46:52 -0700
+
+
+Started GET "/" for ::1 at 2016-04-24 16:47:02 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.4ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ Rendered list/index.html.erb within layouts/application (11.6ms)
+Completed 200 OK in 25ms (Views: 24.0ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/completez_path" for ::1 at 2016-04-24 16:47:05 -0700
+
+ActionController::RoutingError (No route matches [GET] "/completez_path"):
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (3.0ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (66.2ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (41.6ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (95.8ms)
+
+
+Started GET "/completez_path" for ::1 at 2016-04-24 16:47:05 -0700
+
+ActionController::RoutingError (No route matches [GET] "/completez_path"):
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.7ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (70.1ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.6ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (42.0ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (92.0ms)
+
+
+Started GET "/" for ::1 at 2016-04-24 16:48:10 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ Rendered list/index.html.erb within layouts/application (8.2ms)
+Completed 200 OK in 22ms (Views: 20.7ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/completez_path" for ::1 at 2016-04-24 16:48:12 -0700
+
+ActionController::RoutingError (No route matches [GET] "/completez_path"):
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.9ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.1ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (57.8ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (42.1ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.2ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (88.7ms)
+
+
+Started GET "/completez_path" for ::1 at 2016-04-24 16:48:13 -0700
+
+ActionController::RoutingError (No route matches [GET] "/completez_path"):
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.0ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.1ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (56.9ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (45.8ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (99.2ms)
+
+
+Started GET "/completez_path" for ::1 at 2016-04-24 16:48:37 -0700
+
+ActionController::RoutingError (No route matches [GET] "/completez_path"):
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.2ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (56.2ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (39.0ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (87.9ms)
+
+
+Started GET "/" for ::1 at 2016-04-24 16:48:40 -0700
+Processing by ListController#index as HTML
+ Rendered list/index.html.erb within layouts/application (1.6ms)
+Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.0ms)
+
+SyntaxError - syntax error, unexpected tIDENTIFIER, expecting keyword_do or '{' or '(':
+ app/views/list/index.html.erb:8:in `'
+ actionview (4.2.6) lib/action_view/template.rb:296:in `compile'
+ actionview (4.2.6) lib/action_view/template.rb:245:in `block (2 levels) in compile!'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:244:in `block in compile!'
+ actionview (4.2.6) lib/action_view/template.rb:232:in `compile!'
+ actionview (4.2.6) lib/action_view/template.rb:144:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/419d8014808b974f/variables" for ::1 at 2016-04-24 16:48:40 -0700
+ [1m[36mTask Load (0.3ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+
+
+Started GET "/" for ::1 at 2016-04-24 16:49:11 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.3ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ Rendered list/index.html.erb within layouts/application (14.5ms)
+Completed 200 OK in 31ms (Views: 30.1ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-24 16:49:12 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-24 16:49:12 -0700
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-04-24 16:49:12 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-24 16:49:12 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-24 16:49:12 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-24 16:49:12 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-24 16:49:12 -0700
+
+
+Started GET "/list/:id/complete" for ::1 at 2016-04-24 16:49:14 -0700
+
+ActionController::RoutingError (No route matches [GET] "/list/:id/complete"):
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.2ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.2ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (61.2ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.2ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.2ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (37.1ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.7ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (85.0ms)
+
+
+Started GET "/list/:id/complete" for ::1 at 2016-04-24 16:49:14 -0700
+
+ActionController::RoutingError (No route matches [GET] "/list/:id/complete"):
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.0ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (58.5ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.5ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (38.2ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.2ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (83.6ms)
+
+
+Started GET "/" for ::1 at 2016-04-24 16:50:14 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ Rendered list/index.html.erb within layouts/application (3.4ms)
+Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.1ms)
+
+ActionController::UrlGenerationError - No route matches {:action=>"complete", :controller=>"list", :id=>nil} missing required keys: [:id]:
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:259:in `raise_generation_error'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:234:in `optimized_helper'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:345:in `block (2 levels) in define_url_helper'
+ app/views/list/index.html.erb:8:in `block in _app_views_list_index_html_erb__1452974223913693129_70144405514020'
+ activerecord (4.2.6) lib/active_record/relation/delegation.rb:46:in `each'
+ app/views/list/index.html.erb:3:in `_app_views_list_index_html_erb__1452974223913693129_70144405514020'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/ed52c196728559e9/variables" for ::1 at 2016-04-24 16:50:14 -0700
+
+
+Started GET "/" for ::1 at 2016-04-24 16:54:02 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.4ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ Rendered list/index.html.erb within layouts/application (7.1ms)
+Completed 500 Internal Server Error in 15ms (ActiveRecord: 0.6ms)
+
+ActionController::UrlGenerationError - No route matches {:action=>"complete", :controller=>"list", :id=>nil} missing required keys: [:id]:
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:259:in `raise_generation_error'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:234:in `optimized_helper'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:345:in `block (2 levels) in define_url_helper'
+ app/views/list/index.html.erb:8:in `block in _app_views_list_index_html_erb__1452974223913693129_70144405514020'
+ activerecord (4.2.6) lib/active_record/relation/delegation.rb:46:in `each'
+ app/views/list/index.html.erb:3:in `_app_views_list_index_html_erb__1452974223913693129_70144405514020'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/a39237518f43b188/variables" for ::1 at 2016-04-24 16:54:03 -0700
+
+
+Started GET "/" for ::1 at 2016-04-24 16:55:16 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.3ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ Rendered list/index.html.erb within layouts/application (6.6ms)
+Completed 500 Internal Server Error in 13ms (ActiveRecord: 0.6ms)
+
+ActionController::UrlGenerationError - No route matches {:action=>"complete", :controller=>"list"} missing required keys: [:id]:
+ actionpack (4.2.6) lib/action_dispatch/journey/formatter.rb:46:in `generate'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:721:in `generate'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:752:in `generate'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:799:in `url_for'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:280:in `call'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:223:in `call'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:345:in `block (2 levels) in define_url_helper'
+ app/views/list/index.html.erb:8:in `block in _app_views_list_index_html_erb__1452974223913693129_70144373209760'
+ activerecord (4.2.6) lib/active_record/relation/delegation.rb:46:in `each'
+ app/views/list/index.html.erb:3:in `_app_views_list_index_html_erb__1452974223913693129_70144373209760'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/f1ed74af9bc4ef64/variables" for ::1 at 2016-04-24 16:55:17 -0700
+
+
+Started GET "/" for ::1 at 2016-04-24 16:57:37 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ Rendered list/index.html.erb within layouts/application (4.5ms)
+Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.2ms)
+
+NoMethodError - undefined method `id' for nil:NilClass:
+ app/views/list/index.html.erb:8:in `block in _app_views_list_index_html_erb__1452974223913693129_70144405632760'
+ activerecord (4.2.6) lib/active_record/relation/delegation.rb:46:in `each'
+ app/views/list/index.html.erb:3:in `_app_views_list_index_html_erb__1452974223913693129_70144405632760'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/a1897048091f2023/variables" for ::1 at 2016-04-24 16:57:37 -0700
+
+
+Started GET "/" for ::1 at 2016-04-24 16:57:38 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.4ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ Rendered list/index.html.erb within layouts/application (4.4ms)
+Completed 500 Internal Server Error in 11ms (ActiveRecord: 0.4ms)
+
+NoMethodError - undefined method `id' for nil:NilClass:
+ app/views/list/index.html.erb:8:in `block in _app_views_list_index_html_erb__1452974223913693129_70144405632760'
+ activerecord (4.2.6) lib/active_record/relation/delegation.rb:46:in `each'
+ app/views/list/index.html.erb:3:in `_app_views_list_index_html_erb__1452974223913693129_70144405632760'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/2b17e1a90a8970e1/variables" for ::1 at 2016-04-24 16:57:38 -0700
+
+
+Started POST "/__better_errors/2b17e1a90a8970e1/eval" for ::1 at 2016-04-24 16:57:54 -0700
+
+
+Started GET "/" for ::1 at 2016-04-24 16:58:05 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ Rendered list/index.html.erb within layouts/application (11.4ms)
+Completed 200 OK in 25ms (Views: 23.8ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-24 16:58:05 -0700
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-04-24 16:58:05 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-24 16:58:05 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-24 16:58:05 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-24 16:58:05 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-24 16:58:05 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-24 16:58:05 -0700
+
+
+Started GET "/" for ::1 at 2016-04-24 16:58:27 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ Rendered list/index.html.erb within layouts/application (9.4ms)
+Completed 200 OK in 30ms (Views: 28.9ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-24 16:58:27 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-24 16:58:27 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-24 16:58:27 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-24 16:58:27 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-24 16:58:27 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-24 16:58:27 -0700
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-04-24 16:58:27 -0700
+
+
+Started GET "/list/35/complete" for ::1 at 2016-04-24 16:58:29 -0700
+
+ActionController::RoutingError (No route matches [GET] "/list/35/complete"):
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.9ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (58.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.2ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (37.2ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (84.3ms)
+
+
+Started GET "/list/35/complete" for ::1 at 2016-04-24 16:58:29 -0700
+
+ActionController::RoutingError (No route matches [GET] "/list/35/complete"):
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.0ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (60.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (45.1ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.5ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (92.8ms)
+
+
+Started GET "/list/" for ::1 at 2016-04-24 16:58:59 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ Rendered list/index.html.erb within layouts/application (14.9ms)
+Completed 200 OK in 28ms (Views: 27.1ms | ActiveRecord: 0.2ms)
+
+
+Started PATCH "/list/35/complete" for ::1 at 2016-04-24 16:59:02 -0700
+Processing by ListController#complete as HTML
+ Parameters: {"authenticity_token"=>"yC3R6V/cszU+Oz4bNEMjGPTixQ4fVRPWLihGf+EWKDxi2QGHVnPob1JPZLPEDomeQNlIxe7lTSEnh/1HbEzVsw==", "id"=>"35"}
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 35]]
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mUPDATE "tasks" SET "completed_on" = ?, "updated_at" = ? WHERE "tasks"."id" = ?[0m [["completed_on", "2016-04-24 23:59:02.206652"], ["updated_at", "2016-04-24 23:59:02.207333"], ["id", 35]]
+ [1m[35m (0.6ms)[0m commit transaction
+Redirected to http://localhost:3000/
+Completed 302 Found in 7ms (ActiveRecord: 1.2ms)
+
+
+Started GET "/" for ::1 at 2016-04-24 16:59:02 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ Rendered list/index.html.erb within layouts/application (8.1ms)
+Completed 200 OK in 21ms (Views: 20.2ms | ActiveRecord: 0.2ms)
+
+
+Started PATCH "/list/34/complete" for ::1 at 2016-04-24 16:59:14 -0700
+Processing by ListController#complete as HTML
+ Parameters: {"authenticity_token"=>"Aj0hF8vy4xztNJ1DEkk4XDg/lynoeDQLEjl1EohutXOoyfF5wl24RoFAx+viBJLajAQa4hnIavwbls4qBTRI/A==", "id"=>"34"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 34]]
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m UPDATE "tasks" SET "completed_on" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["completed_on", "2016-04-24 23:59:14.468798"], ["updated_at", "2016-04-24 23:59:14.469364"], ["id", 34]]
+ [1m[36m (1.3ms)[0m [1mcommit transaction[0m
+Redirected to http://localhost:3000/
+Completed 302 Found in 4ms (ActiveRecord: 1.7ms)
+
+
+Started GET "/" for ::1 at 2016-04-24 16:59:14 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.4ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ Rendered list/index.html.erb within layouts/application (11.9ms)
+Completed 200 OK in 26ms (Views: 24.8ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/" for ::1 at 2016-04-24 17:00:31 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ Rendered list/index.html.erb within layouts/application (15.0ms)
+Completed 200 OK in 34ms (Views: 33.5ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-24 17:00:31 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-24 17:00:31 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-24 17:00:31 -0700
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-04-24 17:00:31 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-24 17:00:31 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-24 17:00:31 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-24 17:00:31 -0700
+
+
+Started PATCH "/list/3/incomplete" for ::1 at 2016-04-24 17:00:33 -0700
+Processing by ListController#incomplete as HTML
+ Parameters: {"authenticity_token"=>"tNgFoLUWPNv/VXzK1jSh9w1Y5LrSZJXD+ls9E/f45cgeLNXOvLlngZMhJmImeQtxuWNpcSPUyzTz9IYreqIYRw==", "id"=>"3"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 3]]
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m UPDATE "tasks" SET "completed_on" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["completed_on", nil], ["updated_at", "2016-04-25 00:00:33.027773"], ["id", 3]]
+ [1m[36m (0.6ms)[0m [1mcommit transaction[0m
+Redirected to http://localhost:3000/
+Completed 302 Found in 4ms (ActiveRecord: 1.0ms)
+
+
+Started GET "/" for ::1 at 2016-04-24 17:00:33 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ Rendered list/index.html.erb within layouts/application (11.1ms)
+Completed 200 OK in 24ms (Views: 23.0ms | ActiveRecord: 0.2ms)
+
+
+Started PATCH "/list/3/complete" for ::1 at 2016-04-24 17:00:34 -0700
+Processing by ListController#complete as HTML
+ Parameters: {"authenticity_token"=>"C2xZ8z7TYVNYiVumxxlt5LkkMJxZiV8L7Xe2ZGu9fdmhmImdN3w6CTT9AQ43VMdiDR+9V6g5Afzk2A1c5ueAVg==", "id"=>"3"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 3]]
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.2ms)[0m [1mUPDATE "tasks" SET "completed_on" = ?, "updated_at" = ? WHERE "tasks"."id" = ?[0m [["completed_on", "2016-04-25 00:00:34.069956"], ["updated_at", "2016-04-25 00:00:34.070360"], ["id", 3]]
+ [1m[35m (1.5ms)[0m commit transaction
+Redirected to http://localhost:3000/
+Completed 302 Found in 5ms (ActiveRecord: 1.9ms)
+
+
+Started GET "/" for ::1 at 2016-04-24 17:00:34 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.4ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ Rendered list/index.html.erb within layouts/application (14.9ms)
+Completed 200 OK in 28ms (Views: 26.9ms | ActiveRecord: 0.4ms)
+
+
+Started PATCH "/list/3/incomplete" for ::1 at 2016-04-24 17:00:34 -0700
+Processing by ListController#incomplete as HTML
+ Parameters: {"authenticity_token"=>"JBFKa0CrNSPbyVsPvvdR+zEIRTo/fmn89dMeImHgV8mO5ZoFSQRuebe9AadOuvt9hTPI8c7ONwv8fKUa7LqqRg==", "id"=>"3"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 3]]
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m UPDATE "tasks" SET "completed_on" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["completed_on", nil], ["updated_at", "2016-04-25 00:00:34.710122"], ["id", 3]]
+ [1m[36m (1.5ms)[0m [1mcommit transaction[0m
+Redirected to http://localhost:3000/
+Completed 302 Found in 4ms (ActiveRecord: 1.8ms)
+
+
+Started GET "/" for ::1 at 2016-04-24 17:00:34 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ Rendered list/index.html.erb within layouts/application (11.4ms)
+Completed 200 OK in 26ms (Views: 25.3ms | ActiveRecord: 0.2ms)
+
+
+Started PATCH "/list/3/complete" for ::1 at 2016-04-24 17:00:35 -0700
+Processing by ListController#complete as HTML
+ Parameters: {"authenticity_token"=>"UTWHEtUtiNZXoeBs1j/rRRhKLbWsGLFEVdZphLwbo5X7wVd83ILTjDvVusQmckHDrHGgfl2o77NcedK8MUFeGg==", "id"=>"3"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 3]]
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.2ms)[0m [1mUPDATE "tasks" SET "completed_on" = ?, "updated_at" = ? WHERE "tasks"."id" = ?[0m [["completed_on", "2016-04-25 00:00:35.357679"], ["updated_at", "2016-04-25 00:00:35.358518"], ["id", 3]]
+ [1m[35m (1.4ms)[0m commit transaction
+Redirected to http://localhost:3000/
+Completed 302 Found in 5ms (ActiveRecord: 1.8ms)
+
+
+Started GET "/" for ::1 at 2016-04-24 17:00:35 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.6ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ Rendered list/index.html.erb within layouts/application (10.9ms)
+Completed 200 OK in 27ms (Views: 26.0ms | ActiveRecord: 0.6ms)
+
+
+Started PATCH "/list/3/incomplete" for ::1 at 2016-04-24 17:00:35 -0700
+Processing by ListController#incomplete as HTML
+ Parameters: {"authenticity_token"=>"viuCgfuDcGvj4tSpb46apw+Rbzb2lrMg8u0LUV7DVlwU31Lv8iwrMY+WjgGfwzAhu6ri/Qcm7df7QrBp05mr0w==", "id"=>"3"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 3]]
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m UPDATE "tasks" SET "completed_on" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["completed_on", nil], ["updated_at", "2016-04-25 00:00:35.911785"], ["id", 3]]
+ [1m[36m (0.8ms)[0m [1mcommit transaction[0m
+Redirected to http://localhost:3000/
+Completed 302 Found in 4ms (ActiveRecord: 1.2ms)
+
+
+Started GET "/" for ::1 at 2016-04-24 17:00:35 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.3ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ Rendered list/index.html.erb within layouts/application (13.3ms)
+Completed 200 OK in 32ms (Views: 30.9ms | ActiveRecord: 0.3ms)
+
+
+Started PATCH "/list/3/complete" for ::1 at 2016-04-24 17:00:36 -0700
+Processing by ListController#complete as HTML
+ Parameters: {"authenticity_token"=>"L6ZIw+WYGOiDW/3srV1RK2+sOTPLy/6g4jbGzDIpUamFUpit7DdDsu8vp0RdEPut25e0+Dp7oFfrmX30v3OsJg==", "id"=>"3"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 3]]
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.2ms)[0m [1mUPDATE "tasks" SET "completed_on" = ?, "updated_at" = ? WHERE "tasks"."id" = ?[0m [["completed_on", "2016-04-25 00:00:36.511273"], ["updated_at", "2016-04-25 00:00:36.511767"], ["id", 3]]
+ [1m[35m (0.6ms)[0m commit transaction
+Redirected to http://localhost:3000/
+Completed 302 Found in 4ms (ActiveRecord: 1.0ms)
+
+
+Started GET "/" for ::1 at 2016-04-24 17:00:36 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.3ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ Rendered list/index.html.erb within layouts/application (12.3ms)
+Completed 200 OK in 29ms (Views: 28.5ms | ActiveRecord: 0.3ms)
+
+
+Started PATCH "/list/3/incomplete" for ::1 at 2016-04-24 17:00:37 -0700
+Processing by ListController#incomplete as HTML
+ Parameters: {"authenticity_token"=>"gf6BbIaIPbwqWUxQoI4sUkTEv66SYh7hRfo14pMm0XMrClECjydm5kYtFvhQw4bU8P8yZWPSQBZMVY7aHnws/A==", "id"=>"3"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 3]]
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m UPDATE "tasks" SET "completed_on" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["completed_on", nil], ["updated_at", "2016-04-25 00:00:37.008038"], ["id", 3]]
+ [1m[36m (0.9ms)[0m [1mcommit transaction[0m
+Redirected to http://localhost:3000/
+Completed 302 Found in 5ms (ActiveRecord: 1.4ms)
+
+
+Started GET "/" for ::1 at 2016-04-24 17:00:37 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.4ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ Rendered list/index.html.erb within layouts/application (12.9ms)
+Completed 200 OK in 27ms (Views: 26.3ms | ActiveRecord: 0.4ms)
+
+
+Started PATCH "/list/3/complete" for ::1 at 2016-04-24 17:00:37 -0700
+Processing by ListController#complete as HTML
+ Parameters: {"authenticity_token"=>"scJQm5221xdrK8Gai59DOvdPSSMz2N+4yvIXyMKa9wwbNoD1lBmMTQdfmzJ70um8Q3TE6MJogU/DXazwT8AKgw==", "id"=>"3"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 3]]
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.2ms)[0m [1mUPDATE "tasks" SET "completed_on" = ?, "updated_at" = ? WHERE "tasks"."id" = ?[0m [["completed_on", "2016-04-25 00:00:37.468549"], ["updated_at", "2016-04-25 00:00:37.468903"], ["id", 3]]
+ [1m[35m (0.5ms)[0m commit transaction
+Redirected to http://localhost:3000/
+Completed 302 Found in 3ms (ActiveRecord: 0.9ms)
+
+
+Started GET "/" for ::1 at 2016-04-24 17:00:37 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.3ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ Rendered list/index.html.erb within layouts/application (13.1ms)
+Completed 200 OK in 26ms (Views: 24.5ms | ActiveRecord: 0.3ms)
+
+
+Started PATCH "/list/3/incomplete" for ::1 at 2016-04-24 17:00:37 -0700
+Processing by ListController#incomplete as HTML
+ Parameters: {"authenticity_token"=>"OdR3Xjq8yCBJnXrrYB8gv0Ythc6I04D7LdnwQ7LWHgCTIKcwMxOTeiXpIEOQUoo58hYIBXlj3gwkdkt7P4zjjw==", "id"=>"3"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 3]]
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m UPDATE "tasks" SET "completed_on" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["completed_on", nil], ["updated_at", "2016-04-25 00:00:37.932339"], ["id", 3]]
+ [1m[36m (0.6ms)[0m [1mcommit transaction[0m
+Redirected to http://localhost:3000/
+Completed 302 Found in 4ms (ActiveRecord: 1.0ms)
+
+
+Started GET "/" for ::1 at 2016-04-24 17:00:37 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.4ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ Rendered list/index.html.erb within layouts/application (13.5ms)
+Completed 200 OK in 31ms (Views: 29.7ms | ActiveRecord: 0.4ms)
+
+
+Started PATCH "/list/3/complete" for ::1 at 2016-04-24 17:00:38 -0700
+Processing by ListController#complete as HTML
+ Parameters: {"authenticity_token"=>"ukU4g/KZbbG0q18Aqm1XJn7oNeqX1m8LyTdd7zKUZi4Qsejt+zY269jfBahaIP2gytO4IWZmMfzAmObXv86boQ==", "id"=>"3"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 3]]
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.2ms)[0m [1mUPDATE "tasks" SET "completed_on" = ?, "updated_at" = ? WHERE "tasks"."id" = ?[0m [["completed_on", "2016-04-25 00:00:38.514976"], ["updated_at", "2016-04-25 00:00:38.515460"], ["id", 3]]
+ [1m[35m (0.5ms)[0m commit transaction
+Redirected to http://localhost:3000/
+Completed 302 Found in 3ms (ActiveRecord: 0.9ms)
+
+
+Started GET "/" for ::1 at 2016-04-24 17:00:38 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ Rendered list/index.html.erb within layouts/application (12.6ms)
+Completed 200 OK in 26ms (Views: 24.6ms | ActiveRecord: 0.2ms)
+
+
+Started PATCH "/list/2/complete" for ::1 at 2016-04-24 17:00:39 -0700
+Processing by ListController#complete as HTML
+ Parameters: {"authenticity_token"=>"9bq0kMEMNKQBLPZ2EwdEiFEM3I+BmuHOABPt5sfT91JfTmT+yKNv/m1YrN7jSu4O5TdRRHAqvzkJvFbeSokK3Q==", "id"=>"2"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m UPDATE "tasks" SET "completed_on" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["completed_on", "2016-04-25 00:00:39.397396"], ["updated_at", "2016-04-25 00:00:39.397875"], ["id", 2]]
+ [1m[36m (1.4ms)[0m [1mcommit transaction[0m
+Redirected to http://localhost:3000/
+Completed 302 Found in 4ms (ActiveRecord: 1.7ms)
+
+
+Started GET "/" for ::1 at 2016-04-24 17:00:39 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.7ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ Rendered list/index.html.erb within layouts/application (12.1ms)
+Completed 200 OK in 27ms (Views: 25.9ms | ActiveRecord: 0.7ms)
+
+
+Started PATCH "/list/4/complete" for ::1 at 2016-04-24 17:00:41 -0700
+Processing by ListController#complete as HTML
+ Parameters: {"authenticity_token"=>"x772QNnENpg6rvlrfPNntGlRVy7YodWgV1dQO3NLPIdtSiYu0Gttwlbao8OMvs0y3Wra5SkRi1de+OsD/hHBCA==", "id"=>"4"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 4]]
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.2ms)[0m [1mUPDATE "tasks" SET "completed_on" = ?, "updated_at" = ? WHERE "tasks"."id" = ?[0m [["completed_on", "2016-04-25 00:00:41.230130"], ["updated_at", "2016-04-25 00:00:41.230580"], ["id", 4]]
+ [1m[35m (0.5ms)[0m commit transaction
+Redirected to http://localhost:3000/
+Completed 302 Found in 3ms (ActiveRecord: 0.9ms)
+
+
+Started GET "/" for ::1 at 2016-04-24 17:00:41 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.3ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ Rendered list/index.html.erb within layouts/application (14.4ms)
+Completed 200 OK in 29ms (Views: 28.5ms | ActiveRecord: 0.3ms)
+
+
+Started PATCH "/list/8/complete" for ::1 at 2016-04-24 17:00:44 -0700
+Processing by ListController#complete as HTML
+ Parameters: {"authenticity_token"=>"AIx30bNwrQQshETuoBDs2aOyNvdEV3xtVYgnd1uLqP6qeKe/ut/2XkDwHkZQXUZfF4m7PLXnIppcJ5xP1tFVcQ==", "id"=>"8"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 8]]
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m UPDATE "tasks" SET "completed_on" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["completed_on", "2016-04-25 00:00:44.674329"], ["updated_at", "2016-04-25 00:00:44.674804"], ["id", 8]]
+ [1m[36m (0.6ms)[0m [1mcommit transaction[0m
+Redirected to http://localhost:3000/
+Completed 302 Found in 4ms (ActiveRecord: 0.9ms)
+
+
+Started GET "/" for ::1 at 2016-04-24 17:00:44 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ Rendered list/index.html.erb within layouts/application (12.2ms)
+Completed 200 OK in 28ms (Views: 27.1ms | ActiveRecord: 0.2ms)
+
+
+Started PATCH "/list/9/complete" for ::1 at 2016-04-24 17:00:47 -0700
+Processing by ListController#complete as HTML
+ Parameters: {"authenticity_token"=>"kVb7iQ6eg8l+kCRWQ21rxfoQoYUBxLp3T8JTweCUzx07oivnBzHYkxLkfv6zIMFDTissTvB05IBGbej5bc4ykg==", "id"=>"9"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 9]]
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.2ms)[0m [1mUPDATE "tasks" SET "completed_on" = ?, "updated_at" = ? WHERE "tasks"."id" = ?[0m [["completed_on", "2016-04-25 00:00:47.615002"], ["updated_at", "2016-04-25 00:00:47.615459"], ["id", 9]]
+ [1m[35m (1.3ms)[0m commit transaction
+Redirected to http://localhost:3000/
+Completed 302 Found in 5ms (ActiveRecord: 1.7ms)
+
+
+Started GET "/" for ::1 at 2016-04-24 17:00:47 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ Rendered list/index.html.erb within layouts/application (11.0ms)
+Completed 200 OK in 30ms (Views: 29.2ms | ActiveRecord: 0.2ms)
+
+
+Started PATCH "/list/33/complete" for ::1 at 2016-04-24 17:01:35 -0700
+Processing by ListController#complete as HTML
+ Parameters: {"authenticity_token"=>"OmNq1cINjB+p5y/PqETOW23WCqJOnjxEilEV0Rt+uBeQl7q7y6LXRcWTdWdYCWTd2e2Hab8uYrOD/q7pliRFmA==", "id"=>"33"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 33]]
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m UPDATE "tasks" SET "completed_on" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["completed_on", "2016-04-25 00:01:35.275428"], ["updated_at", "2016-04-25 00:01:35.276043"], ["id", 33]]
+ [1m[36m (1.5ms)[0m [1mcommit transaction[0m
+Redirected to http://localhost:3000/
+Completed 302 Found in 5ms (ActiveRecord: 1.9ms)
+
+
+Started GET "/" for ::1 at 2016-04-24 17:01:35 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ Rendered list/index.html.erb within layouts/application (12.1ms)
+Completed 200 OK in 26ms (Views: 25.4ms | ActiveRecord: 0.2ms)
+
+
+Started DELETE "/list/33" for ::1 at 2016-04-24 17:01:40 -0700
+Processing by ListController#destroy as HTML
+ Parameters: {"authenticity_token"=>"lG+INUrGUZcQu5fv7fFosttOjmBALwe8O58yFhe2Rmg+m1hbQ2kKzXzPzUcdvMI0b3UDq7GfWUsyMIkumuy75w==", "id"=>"33"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 33]]
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.6ms)[0m [1mDELETE FROM "tasks" WHERE "tasks"."id" = ?[0m [["id", 33]]
+ [1m[35m (2.2ms)[0m commit transaction
+Redirected to http://localhost:3000/
+Completed 302 Found in 6ms (ActiveRecord: 3.0ms)
+
+
+Started GET "/" for ::1 at 2016-04-24 17:01:40 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ Rendered list/index.html.erb within layouts/application (12.1ms)
+Completed 200 OK in 28ms (Views: 27.4ms | ActiveRecord: 0.2ms)
+ [1m[36mActiveRecord::SchemaMigration Load (0.3ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+Migrating to CreatePeople (20160425000911)
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.4ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160425000911"]]
+ [1m[36m (0.5ms)[0m [1mcommit transaction[0m
+ [1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
+ [1m[36m (1.0ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
+ [1m[35m (1.0ms)[0m CREATE TABLE "tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar NOT NULL, "description" varchar NOT NULL, "completed_on" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
+ [1m[36m (2.3ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
+ [1m[35m (0.6ms)[0m select sqlite_version(*)
+ [1m[36m (0.9ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
+ [1m[35m (0.5ms)[0m SELECT version FROM "schema_migrations"
+ [1m[36m (1.4ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20160425000911')[0m
+ [1m[35m (1.0ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160419203210')
+ [1m[36m (0.9ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
+ [1m[35m (0.8ms)[0m CREATE TABLE "tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar NOT NULL, "description" varchar NOT NULL, "completed_on" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
+ [1m[36m (0.8ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
+ [1m[35m (0.1ms)[0m select sqlite_version(*)
+ [1m[36m (0.8ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
+ [1m[35m (0.2ms)[0m SELECT version FROM "schema_migrations"
+ [1m[36m (1.0ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20160425000911')[0m
+ [1m[35m (0.8ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160419203210')
+ [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "tasks" ("title", "description", "completed_on", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "The First Task"], ["description", "a"], ["completed_on", "1974-03-15 16:31:33.283742"], ["created_at", "2016-04-25 00:27:47.100097"], ["updated_at", "2016-04-25 00:27:47.100097"]]
+ [1m[35m (0.8ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Go to Brunch"], ["description", "b"], ["created_at", "2016-04-25 00:27:47.106643"], ["updated_at", "2016-04-25 00:27:47.106643"]]
+ [1m[36m (1.1ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "tasks" ("title", "description", "completed_on", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "Go to Lunch"], ["description", "c"], ["completed_on", "2016-04-15 21:47:36.196200"], ["created_at", "2016-04-25 00:27:47.110877"], ["updated_at", "2016-04-25 00:27:47.110877"]]
+ [1m[35m (0.6ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Go to Second Lunch"], ["description", ""], ["created_at", "2016-04-25 00:27:47.113149"], ["updated_at", "2016-04-25 00:27:47.113149"]]
+ [1m[36m (0.7ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.5ms)[0m [1mINSERT INTO "tasks" ("title", "description", "completed_on", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "Play Video Games"], ["description", ""], ["completed_on", "2016-03-05 09:47:26.859323"], ["created_at", "2016-04-25 00:27:47.115796"], ["updated_at", "2016-04-25 00:27:47.115796"]]
+ [1m[35m (0.6ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "tasks" ("title", "description", "completed_on", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "High Five Somebody You Don't Know"], ["description", ""], ["completed_on", "1971-05-21 02:10:12.975035"], ["created_at", "2016-04-25 00:27:47.118959"], ["updated_at", "2016-04-25 00:27:47.118959"]]
+ [1m[36m (0.7ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.3ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "tasks" ("title", "description", "completed_on", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "Plant Flowers"], ["description", ""], ["completed_on", "2012-06-28 05:41:42.818145"], ["created_at", "2016-04-25 00:27:47.123052"], ["updated_at", "2016-04-25 00:27:47.123052"]]
+ [1m[35m (0.7ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Call Mom"], ["description", ""], ["created_at", "2016-04-25 00:27:47.126503"], ["updated_at", "2016-04-25 00:27:47.126503"]]
+ [1m[36m (0.8ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.2ms)[0m begin transaction
+ [1m[36mSQL (0.5ms)[0m [1mINSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "She worries, you know."], ["description", ""], ["created_at", "2016-04-25 00:27:47.131464"], ["updated_at", "2016-04-25 00:27:47.131464"]]
+ [1m[35m (1.4ms)[0m commit transaction
+ [1m[36m (0.2ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "tasks" ("title", "description", "completed_on", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Nap."], ["description", ""], ["completed_on", "2002-02-14 11:41:17.547891"], ["created_at", "2016-04-25 00:27:47.137502"], ["updated_at", "2016-04-25 00:27:47.137502"]]
+ [1m[36m (1.2ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "people" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Joseph"], ["created_at", "2016-04-25 00:27:47.148372"], ["updated_at", "2016-04-25 00:27:47.148372"]]
+ [1m[35m (0.6ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "people" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Jaime"], ["created_at", "2016-04-25 00:27:47.150738"], ["updated_at", "2016-04-25 00:27:47.150738"]]
+ [1m[36m (0.7ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "people" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Jain"], ["created_at", "2016-04-25 00:27:47.153040"], ["updated_at", "2016-04-25 00:27:47.153040"]]
+ [1m[35m (0.6ms)[0m commit transaction
+ [1m[36mPerson Load (0.2ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 3]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 3]]
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 3]]
+ [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+Migrating to TaskPeoplePersonPoo (20160425003330)
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (1.5ms)[0m [1mALTER TABLE "tasks" ADD "person_id" integer[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160425003330"]]
+ [1m[36m (0.5ms)[0m [1mcommit transaction[0m
+ [1m[35mActiveRecord::SchemaMigration Load (0.2ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
+ [1m[36m (2.1ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
+ [1m[35m (1.2ms)[0m CREATE TABLE "tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar NOT NULL, "description" varchar NOT NULL, "completed_on" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "person_id" integer)
+ [1m[36m (1.5ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
+ [1m[35m (0.1ms)[0m select sqlite_version(*)
+ [1m[36m (3.0ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
+ [1m[35m (0.2ms)[0m SELECT version FROM "schema_migrations"
+ [1m[36m (1.0ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20160425003330')[0m
+ [1m[35m (1.0ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160419203210')
+ [1m[36m (1.0ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20160425000911')[0m
+ [1m[35m (1.5ms)[0m CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
+ [1m[36m (1.3ms)[0m [1mCREATE TABLE "tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar NOT NULL, "description" varchar NOT NULL, "completed_on" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "person_id" integer) [0m
+ [1m[35m (1.2ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
+ [1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
+ [1m[35m (1.4ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.2ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.8ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160425003330')
+ [1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20160419203210')[0m
+ [1m[35m (1.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160425000911')
+ [1m[36mActiveRecord::SchemaMigration Load (0.6ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "tasks" ("title", "description", "completed_on", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "The First Task"], ["description", "a"], ["completed_on", "2004-01-21 02:22:08.942074"], ["created_at", "2016-04-25 00:34:29.396325"], ["updated_at", "2016-04-25 00:34:29.396325"]]
+ [1m[35m (1.9ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Go to Brunch"], ["description", "b"], ["created_at", "2016-04-25 00:34:29.402879"], ["updated_at", "2016-04-25 00:34:29.402879"]]
+ [1m[36m (0.5ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.8ms)[0m [1mINSERT INTO "tasks" ("title", "description", "completed_on", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "Go to Lunch"], ["description", "c"], ["completed_on", "1970-05-29 23:55:28.074013"], ["created_at", "2016-04-25 00:34:29.405103"], ["updated_at", "2016-04-25 00:34:29.405103"]]
+ [1m[35m (3.6ms)[0m commit transaction
+ [1m[36m (0.2ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (1.1ms)[0m INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Go to Second Lunch"], ["description", ""], ["created_at", "2016-04-25 00:34:29.415445"], ["updated_at", "2016-04-25 00:34:29.415445"]]
+ [1m[36m (0.6ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "tasks" ("title", "description", "completed_on", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "Play Video Games"], ["description", ""], ["completed_on", "2009-03-27 03:57:32.202693"], ["created_at", "2016-04-25 00:34:29.420851"], ["updated_at", "2016-04-25 00:34:29.420851"]]
+ [1m[35m (0.9ms)[0m commit transaction
+ [1m[36m (0.2ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "tasks" ("title", "description", "completed_on", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "High Five Somebody You Don't Know"], ["description", ""], ["completed_on", "1971-06-19 04:15:25.869064"], ["created_at", "2016-04-25 00:34:29.424874"], ["updated_at", "2016-04-25 00:34:29.424874"]]
+ [1m[36m (2.5ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "tasks" ("title", "description", "completed_on", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "Plant Flowers"], ["description", ""], ["completed_on", "1983-04-06 02:44:08.852951"], ["created_at", "2016-04-25 00:34:29.432280"], ["updated_at", "2016-04-25 00:34:29.432280"]]
+ [1m[35m (0.6ms)[0m commit transaction
+ [1m[36m (0.2ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Call Mom"], ["description", ""], ["created_at", "2016-04-25 00:34:29.435183"], ["updated_at", "2016-04-25 00:34:29.435183"]]
+ [1m[36m (0.6ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "She worries, you know."], ["description", ""], ["created_at", "2016-04-25 00:34:29.437632"], ["updated_at", "2016-04-25 00:34:29.437632"]]
+ [1m[35m (1.4ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "tasks" ("title", "description", "completed_on", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Nap."], ["description", ""], ["completed_on", "2015-05-29 04:43:56.624457"], ["created_at", "2016-04-25 00:34:29.441482"], ["updated_at", "2016-04-25 00:34:29.441482"]]
+ [1m[36m (0.5ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.6ms)[0m [1mINSERT INTO "people" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Joseph"], ["created_at", "2016-04-25 00:34:29.454703"], ["updated_at", "2016-04-25 00:34:29.454703"]]
+ [1m[35m (0.8ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "people" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Jaime"], ["created_at", "2016-04-25 00:34:29.458285"], ["updated_at", "2016-04-25 00:34:29.458285"]]
+ [1m[36m (0.6ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "people" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Jain"], ["created_at", "2016-04-25 00:34:29.460712"], ["updated_at", "2016-04-25 00:34:29.460712"]]
+ [1m[35m (0.9ms)[0m commit transaction
+ [1m[36mPerson Load (0.2ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 3]]
+ [1m[35mPerson Load (0.2ms)[0m SELECT "people".* FROM "people"
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 3]]
+ [1m[36m (0.9ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
+ [1m[35m (0.8ms)[0m CREATE TABLE "tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar NOT NULL, "description" varchar NOT NULL, "completed_on" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "person_id" integer)
+ [1m[36m (0.7ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
+ [1m[35m (0.1ms)[0m select sqlite_version(*)
+ [1m[36m (0.7ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
+ [1m[35m (0.2ms)[0m SELECT version FROM "schema_migrations"
+ [1m[36m (1.2ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20160425003330')[0m
+ [1m[35m (1.4ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160419203210')
+ [1m[36m (1.1ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20160425000911')[0m
+ [1m[35m (1.4ms)[0m CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
+ [1m[36m (0.9ms)[0m [1mCREATE TABLE "tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar NOT NULL, "description" varchar NOT NULL, "completed_on" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "person_id" integer) [0m
+ [1m[35m (2.3ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
+ [1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
+ [1m[35m (0.8ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.1ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.8ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160425003330')
+ [1m[36m (1.1ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20160419203210')[0m
+ [1m[35m (1.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160425000911')
+ [1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "tasks" ("title", "description", "completed_on", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "The First Task"], ["description", "a"], ["completed_on", "2012-01-23 16:24:50.307377"], ["created_at", "2016-04-25 00:38:19.225444"], ["updated_at", "2016-04-25 00:38:19.225444"]]
+ [1m[35m (1.0ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Go to Brunch"], ["description", "b"], ["created_at", "2016-04-25 00:38:19.230803"], ["updated_at", "2016-04-25 00:38:19.230803"]]
+ [1m[36m (0.6ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "tasks" ("title", "description", "completed_on", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "Go to Lunch"], ["description", "c"], ["completed_on", "1986-03-20 04:54:21.211908"], ["created_at", "2016-04-25 00:38:19.233553"], ["updated_at", "2016-04-25 00:38:19.233553"]]
+ [1m[35m (0.6ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Go to Second Lunch"], ["description", ""], ["created_at", "2016-04-25 00:38:19.236009"], ["updated_at", "2016-04-25 00:38:19.236009"]]
+ [1m[36m (0.5ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "tasks" ("title", "description", "completed_on", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "Play Video Games"], ["description", ""], ["completed_on", "2000-03-01 05:07:50.130177"], ["created_at", "2016-04-25 00:38:19.238227"], ["updated_at", "2016-04-25 00:38:19.238227"]]
+ [1m[35m (0.6ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "tasks" ("title", "description", "completed_on", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "High Five Somebody You Don't Know"], ["description", ""], ["completed_on", "1995-10-05 15:18:58.719296"], ["created_at", "2016-04-25 00:38:19.241160"], ["updated_at", "2016-04-25 00:38:19.241160"]]
+ [1m[36m (0.6ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "tasks" ("title", "description", "completed_on", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "Plant Flowers"], ["description", ""], ["completed_on", "1978-02-05 21:24:17.739666"], ["created_at", "2016-04-25 00:38:19.243699"], ["updated_at", "2016-04-25 00:38:19.243699"]]
+ [1m[35m (0.6ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Call Mom"], ["description", ""], ["created_at", "2016-04-25 00:38:19.246208"], ["updated_at", "2016-04-25 00:38:19.246208"]]
+ [1m[36m (1.7ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.4ms)[0m begin transaction
+ [1m[36mSQL (0.5ms)[0m [1mINSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "She worries, you know."], ["description", ""], ["created_at", "2016-04-25 00:38:19.251833"], ["updated_at", "2016-04-25 00:38:19.251833"]]
+ [1m[35m (1.0ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "tasks" ("title", "description", "completed_on", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Nap."], ["description", ""], ["completed_on", "2013-07-26 03:14:28.267633"], ["created_at", "2016-04-25 00:38:19.256555"], ["updated_at", "2016-04-25 00:38:19.256555"]]
+ [1m[36m (0.7ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "people" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Joseph"], ["created_at", "2016-04-25 00:38:19.267495"], ["updated_at", "2016-04-25 00:38:19.267495"]]
+ [1m[35m (0.5ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "people" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Jaime"], ["created_at", "2016-04-25 00:38:19.269935"], ["updated_at", "2016-04-25 00:38:19.269935"]]
+ [1m[36m (0.6ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "people" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Jain"], ["created_at", "2016-04-25 00:38:19.272079"], ["updated_at", "2016-04-25 00:38:19.272079"]]
+ [1m[35m (0.6ms)[0m commit transaction
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 7]]
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 9]]
+ [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "tasks" ("title", "description", "completed_on", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "The First Task"], ["description", "a"], ["completed_on", "2007-04-06 10:10:15.002860"], ["created_at", "2016-04-25 00:38:50.916685"], ["updated_at", "2016-04-25 00:38:50.916685"]]
+ [1m[35m (1.5ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Go to Brunch"], ["description", "b"], ["created_at", "2016-04-25 00:38:50.921525"], ["updated_at", "2016-04-25 00:38:50.921525"]]
+ [1m[36m (0.9ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "tasks" ("title", "description", "completed_on", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "Go to Lunch"], ["description", "c"], ["completed_on", "1986-04-16 20:09:11.225426"], ["created_at", "2016-04-25 00:38:50.924099"], ["updated_at", "2016-04-25 00:38:50.924099"]]
+ [1m[35m (0.7ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Go to Second Lunch"], ["description", ""], ["created_at", "2016-04-25 00:38:50.926694"], ["updated_at", "2016-04-25 00:38:50.926694"]]
+ [1m[36m (0.8ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.7ms)[0m [1mINSERT INTO "tasks" ("title", "description", "completed_on", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "Play Video Games"], ["description", ""], ["completed_on", "2000-05-11 00:19:38.732871"], ["created_at", "2016-04-25 00:38:50.930094"], ["updated_at", "2016-04-25 00:38:50.930094"]]
+ [1m[35m (1.1ms)[0m commit transaction
+ [1m[36m (0.2ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.5ms)[0m INSERT INTO "tasks" ("title", "description", "completed_on", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "High Five Somebody You Don't Know"], ["description", ""], ["completed_on", "1998-06-03 11:32:27.339063"], ["created_at", "2016-04-25 00:38:50.935966"], ["updated_at", "2016-04-25 00:38:50.935966"]]
+ [1m[36m (0.7ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.6ms)[0m [1mINSERT INTO "tasks" ("title", "description", "completed_on", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "Plant Flowers"], ["description", ""], ["completed_on", "1976-12-09 17:29:13.823255"], ["created_at", "2016-04-25 00:38:50.940405"], ["updated_at", "2016-04-25 00:38:50.940405"]]
+ [1m[35m (0.8ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Call Mom"], ["description", ""], ["created_at", "2016-04-25 00:38:50.944992"], ["updated_at", "2016-04-25 00:38:50.944992"]]
+ [1m[36m (0.7ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.6ms)[0m [1mINSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "She worries, you know."], ["description", ""], ["created_at", "2016-04-25 00:38:50.948521"], ["updated_at", "2016-04-25 00:38:50.948521"]]
+ [1m[35m (0.9ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "tasks" ("title", "description", "completed_on", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Nap."], ["description", ""], ["completed_on", "1991-09-30 18:24:33.010901"], ["created_at", "2016-04-25 00:38:50.953028"], ["updated_at", "2016-04-25 00:38:50.953028"]]
+ [1m[36m (0.7ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "people" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Joseph"], ["created_at", "2016-04-25 00:38:50.960662"], ["updated_at", "2016-04-25 00:38:50.960662"]]
+ [1m[35m (0.6ms)[0m commit transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (1.9ms)[0m INSERT INTO "people" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Jaime"], ["created_at", "2016-04-25 00:38:50.963107"], ["updated_at", "2016-04-25 00:38:50.963107"]]
+ [1m[36m (0.9ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "people" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Jain"], ["created_at", "2016-04-25 00:38:50.968317"], ["updated_at", "2016-04-25 00:38:50.968317"]]
+ [1m[35m (0.7ms)[0m commit transaction
+ [1m[36m (1.7ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
+ [1m[35m (1.0ms)[0m CREATE TABLE "tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar NOT NULL, "description" varchar NOT NULL, "completed_on" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "person_id" integer)
+ [1m[36m (0.9ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
+ [1m[35m (0.1ms)[0m select sqlite_version(*)
+ [1m[36m (0.8ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
+ [1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
+ [1m[36m (0.8ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20160425003330')[0m
+ [1m[35m (0.9ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160419203210')
+ [1m[36m (1.0ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20160425000911')[0m
+ [1m[35m (1.5ms)[0m CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
+ [1m[36m (1.2ms)[0m [1mCREATE TABLE "tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar NOT NULL, "description" varchar NOT NULL, "completed_on" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "person_id" integer) [0m
+ [1m[35m (1.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
+ [1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
+ [1m[35m (1.0ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.2ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (1.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160425003330')
+ [1m[36m (0.9ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20160419203210')[0m
+ [1m[35m (1.0ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160425000911')
+ [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.6ms)[0m [1mINSERT INTO "tasks" ("title", "description", "completed_on", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "The First Task"], ["description", "a"], ["completed_on", "1982-12-23 21:29:47.229783"], ["created_at", "2016-04-25 00:38:57.248018"], ["updated_at", "2016-04-25 00:38:57.248018"]]
+ [1m[35m (0.7ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.8ms)[0m INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Go to Brunch"], ["description", "b"], ["created_at", "2016-04-25 00:38:57.254665"], ["updated_at", "2016-04-25 00:38:57.254665"]]
+ [1m[36m (1.0ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "tasks" ("title", "description", "completed_on", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "Go to Lunch"], ["description", "c"], ["completed_on", "2006-07-17 12:03:31.206300"], ["created_at", "2016-04-25 00:38:57.261446"], ["updated_at", "2016-04-25 00:38:57.261446"]]
+ [1m[35m (0.8ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Go to Second Lunch"], ["description", ""], ["created_at", "2016-04-25 00:38:57.264694"], ["updated_at", "2016-04-25 00:38:57.264694"]]
+ [1m[36m (1.1ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "tasks" ("title", "description", "completed_on", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "Play Video Games"], ["description", ""], ["completed_on", "1971-03-29 04:31:20.134407"], ["created_at", "2016-04-25 00:38:57.268572"], ["updated_at", "2016-04-25 00:38:57.268572"]]
+ [1m[35m (1.2ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "tasks" ("title", "description", "completed_on", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "High Five Somebody You Don't Know"], ["description", ""], ["completed_on", "1996-02-11 19:44:06.811946"], ["created_at", "2016-04-25 00:38:57.271862"], ["updated_at", "2016-04-25 00:38:57.271862"]]
+ [1m[36m (0.9ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.6ms)[0m [1mINSERT INTO "tasks" ("title", "description", "completed_on", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "Plant Flowers"], ["description", ""], ["completed_on", "1983-08-22 20:57:39.640573"], ["created_at", "2016-04-25 00:38:57.274840"], ["updated_at", "2016-04-25 00:38:57.274840"]]
+ [1m[35m (0.7ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Call Mom"], ["description", ""], ["created_at", "2016-04-25 00:38:57.278066"], ["updated_at", "2016-04-25 00:38:57.278066"]]
+ [1m[36m (0.9ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.7ms)[0m [1mINSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "She worries, you know."], ["description", ""], ["created_at", "2016-04-25 00:38:57.281805"], ["updated_at", "2016-04-25 00:38:57.281805"]]
+ [1m[35m (1.5ms)[0m commit transaction
+ [1m[36m (0.3ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.5ms)[0m INSERT INTO "tasks" ("title", "description", "completed_on", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Nap."], ["description", ""], ["completed_on", "2000-09-14 07:00:03.727162"], ["created_at", "2016-04-25 00:38:57.289339"], ["updated_at", "2016-04-25 00:38:57.289339"]]
+ [1m[36m (1.2ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "people" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Joseph"], ["created_at", "2016-04-25 00:38:57.300895"], ["updated_at", "2016-04-25 00:38:57.300895"]]
+ [1m[35m (0.8ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "people" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Jaime"], ["created_at", "2016-04-25 00:38:57.304632"], ["updated_at", "2016-04-25 00:38:57.304632"]]
+ [1m[36m (0.6ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "people" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Jain"], ["created_at", "2016-04-25 00:38:57.307421"], ["updated_at", "2016-04-25 00:38:57.307421"]]
+ [1m[35m (1.2ms)[0m commit transaction
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 8]]
+ [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "tasks" ("title", "description", "completed_on", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "The First Task"], ["description", "a"], ["completed_on", "1998-04-09 07:27:01.406745"], ["created_at", "2016-04-25 00:40:26.236983"], ["updated_at", "2016-04-25 00:40:26.236983"]]
+ [1m[35m (1.3ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Go to Brunch"], ["description", "b"], ["created_at", "2016-04-25 00:40:26.241913"], ["updated_at", "2016-04-25 00:40:26.241913"]]
+ [1m[36m (0.5ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "tasks" ("title", "description", "completed_on", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "Go to Lunch"], ["description", "c"], ["completed_on", "1984-07-24 09:13:29.085280"], ["created_at", "2016-04-25 00:40:26.244149"], ["updated_at", "2016-04-25 00:40:26.244149"]]
+ [1m[35m (0.6ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Go to Second Lunch"], ["description", ""], ["created_at", "2016-04-25 00:40:26.246483"], ["updated_at", "2016-04-25 00:40:26.246483"]]
+ [1m[36m (0.8ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.6ms)[0m [1mINSERT INTO "tasks" ("title", "description", "completed_on", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "Play Video Games"], ["description", ""], ["completed_on", "1985-02-15 18:23:20.722579"], ["created_at", "2016-04-25 00:40:26.248886"], ["updated_at", "2016-04-25 00:40:26.248886"]]
+ [1m[35m (0.8ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "tasks" ("title", "description", "completed_on", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "High Five Somebody You Don't Know"], ["description", ""], ["completed_on", "2011-09-27 08:37:22.737501"], ["created_at", "2016-04-25 00:40:26.253254"], ["updated_at", "2016-04-25 00:40:26.253254"]]
+ [1m[36m (0.9ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "tasks" ("title", "description", "completed_on", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "Plant Flowers"], ["description", ""], ["completed_on", "1974-06-28 01:16:57.479998"], ["created_at", "2016-04-25 00:40:26.257420"], ["updated_at", "2016-04-25 00:40:26.257420"]]
+ [1m[35m (0.9ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Call Mom"], ["description", ""], ["created_at", "2016-04-25 00:40:26.261843"], ["updated_at", "2016-04-25 00:40:26.261843"]]
+ [1m[36m (0.7ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "She worries, you know."], ["description", ""], ["created_at", "2016-04-25 00:40:26.264707"], ["updated_at", "2016-04-25 00:40:26.264707"]]
+ [1m[35m (0.7ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (1.5ms)[0m INSERT INTO "tasks" ("title", "description", "completed_on", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Nap."], ["description", ""], ["completed_on", "2006-09-19 05:56:21.035097"], ["created_at", "2016-04-25 00:40:26.268262"], ["updated_at", "2016-04-25 00:40:26.268262"]]
+ [1m[36m (0.7ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "people" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Joseph"], ["created_at", "2016-04-25 00:40:26.279359"], ["updated_at", "2016-04-25 00:40:26.279359"]]
+ [1m[35m (0.7ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "people" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Jaime"], ["created_at", "2016-04-25 00:40:26.282268"], ["updated_at", "2016-04-25 00:40:26.282268"]]
+ [1m[36m (0.7ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "people" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Jain"], ["created_at", "2016-04-25 00:40:26.285010"], ["updated_at", "2016-04-25 00:40:26.285010"]]
+ [1m[35m (0.8ms)[0m commit transaction
+ [1m[36m (1.8ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
+ [1m[35m (1.1ms)[0m CREATE TABLE "tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar NOT NULL, "description" varchar NOT NULL, "completed_on" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "person_id" integer)
+ [1m[36m (0.8ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
+ [1m[35m (0.1ms)[0m select sqlite_version(*)
+ [1m[36m (0.7ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
+ [1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
+ [1m[36m (0.9ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20160425003330')[0m
+ [1m[35m (0.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160419203210')
+ [1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20160425000911')[0m
+ [1m[35m (1.3ms)[0m CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
+ [1m[36m (1.1ms)[0m [1mCREATE TABLE "tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar NOT NULL, "description" varchar NOT NULL, "completed_on" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "person_id" integer) [0m
+ [1m[35m (2.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
+ [1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
+ [1m[35m (1.8ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.2ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (1.0ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160425003330')
+ [1m[36m (1.9ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20160419203210')[0m
+ [1m[35m (1.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160425000911')
+ [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.6ms)[0m [1mINSERT INTO "tasks" ("title", "description", "completed_on", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "The First Task"], ["description", "a"], ["completed_on", "2010-06-17 04:36:27.370677"], ["created_at", "2016-04-25 00:40:29.826835"], ["updated_at", "2016-04-25 00:40:29.826835"]]
+ [1m[35m (1.4ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.8ms)[0m INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Go to Brunch"], ["description", "b"], ["created_at", "2016-04-25 00:40:29.834245"], ["updated_at", "2016-04-25 00:40:29.834245"]]
+ [1m[36m (1.6ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "tasks" ("title", "description", "completed_on", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "Go to Lunch"], ["description", "c"], ["completed_on", "2003-07-16 18:36:52.718217"], ["created_at", "2016-04-25 00:40:29.838664"], ["updated_at", "2016-04-25 00:40:29.838664"]]
+ [1m[35m (0.7ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Go to Second Lunch"], ["description", ""], ["created_at", "2016-04-25 00:40:29.842314"], ["updated_at", "2016-04-25 00:40:29.842314"]]
+ [1m[36m (0.7ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "tasks" ("title", "description", "completed_on", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "Play Video Games"], ["description", ""], ["completed_on", "2014-04-02 19:01:43.162333"], ["created_at", "2016-04-25 00:40:29.845310"], ["updated_at", "2016-04-25 00:40:29.845310"]]
+ [1m[35m (0.7ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "tasks" ("title", "description", "completed_on", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "High Five Somebody You Don't Know"], ["description", ""], ["completed_on", "1970-10-23 12:51:32.818958"], ["created_at", "2016-04-25 00:40:29.848957"], ["updated_at", "2016-04-25 00:40:29.848957"]]
+ [1m[36m (1.2ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.8ms)[0m [1mINSERT INTO "tasks" ("title", "description", "completed_on", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "Plant Flowers"], ["description", ""], ["completed_on", "2003-11-07 15:16:30.058884"], ["created_at", "2016-04-25 00:40:29.853222"], ["updated_at", "2016-04-25 00:40:29.853222"]]
+ [1m[35m (1.2ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Call Mom"], ["description", ""], ["created_at", "2016-04-25 00:40:29.858693"], ["updated_at", "2016-04-25 00:40:29.858693"]]
+ [1m[36m (1.0ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.2ms)[0m begin transaction
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "She worries, you know."], ["description", ""], ["created_at", "2016-04-25 00:40:29.862715"], ["updated_at", "2016-04-25 00:40:29.862715"]]
+ [1m[35m (0.8ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "tasks" ("title", "description", "completed_on", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Nap."], ["description", ""], ["completed_on", "1976-04-29 05:05:39.523982"], ["created_at", "2016-04-25 00:40:29.866165"], ["updated_at", "2016-04-25 00:40:29.866165"]]
+ [1m[36m (0.9ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.9ms)[0m [1mINSERT INTO "people" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Joseph"], ["created_at", "2016-04-25 00:40:29.877661"], ["updated_at", "2016-04-25 00:40:29.877661"]]
+ [1m[35m (1.3ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "people" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Jaime"], ["created_at", "2016-04-25 00:40:29.882521"], ["updated_at", "2016-04-25 00:40:29.882521"]]
+ [1m[36m (0.6ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.6ms)[0m [1mINSERT INTO "people" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Jain"], ["created_at", "2016-04-25 00:40:29.885170"], ["updated_at", "2016-04-25 00:40:29.885170"]]
+ [1m[35m (1.0ms)[0m commit transaction
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 8]]
+ [1m[35mTask Load (0.3ms)[0m SELECT "tasks".* FROM "tasks"
+ [1m[36mPerson Load (0.3ms)[0m [1mSELECT "people".* FROM "people"[0m
+ [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "tasks" ("title", "description", "completed_on", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "The First Task"], ["description", "a"], ["completed_on", "1981-11-01 20:48:20.305504"], ["created_at", "2016-04-25 00:43:49.756128"], ["updated_at", "2016-04-25 00:43:49.756128"]]
+ [1m[35m (0.5ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Go to Brunch"], ["description", "b"], ["created_at", "2016-04-25 00:43:49.760490"], ["updated_at", "2016-04-25 00:43:49.760490"]]
+ [1m[36m (0.5ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "tasks" ("title", "description", "completed_on", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "Go to Lunch"], ["description", "c"], ["completed_on", "1975-07-31 04:52:20.662275"], ["created_at", "2016-04-25 00:43:49.762653"], ["updated_at", "2016-04-25 00:43:49.762653"]]
+ [1m[35m (0.6ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Go to Second Lunch"], ["description", ""], ["created_at", "2016-04-25 00:43:49.765231"], ["updated_at", "2016-04-25 00:43:49.765231"]]
+ [1m[36m (0.5ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "tasks" ("title", "description", "completed_on", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "Play Video Games"], ["description", ""], ["completed_on", "1973-08-08 01:20:02.754428"], ["created_at", "2016-04-25 00:43:49.767377"], ["updated_at", "2016-04-25 00:43:49.767377"]]
+ [1m[35m (0.6ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "tasks" ("title", "description", "completed_on", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "High Five Somebody You Don't Know"], ["description", ""], ["completed_on", "1990-03-20 17:44:07.000862"], ["created_at", "2016-04-25 00:43:49.770128"], ["updated_at", "2016-04-25 00:43:49.770128"]]
+ [1m[36m (1.0ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "tasks" ("title", "description", "completed_on", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "Plant Flowers"], ["description", ""], ["completed_on", "2012-11-25 06:12:57.600121"], ["created_at", "2016-04-25 00:43:49.774891"], ["updated_at", "2016-04-25 00:43:49.774891"]]
+ [1m[35m (0.7ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.6ms)[0m INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Call Mom"], ["description", ""], ["created_at", "2016-04-25 00:43:49.778436"], ["updated_at", "2016-04-25 00:43:49.778436"]]
+ [1m[36m (0.6ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "She worries, you know."], ["description", ""], ["created_at", "2016-04-25 00:43:49.782311"], ["updated_at", "2016-04-25 00:43:49.782311"]]
+ [1m[35m (0.7ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "tasks" ("title", "description", "completed_on", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Nap."], ["description", ""], ["completed_on", "1970-12-11 04:32:32.747868"], ["created_at", "2016-04-25 00:43:49.785096"], ["updated_at", "2016-04-25 00:43:49.785096"]]
+ [1m[36m (0.7ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "people" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Joseph"], ["created_at", "2016-04-25 00:43:49.795112"], ["updated_at", "2016-04-25 00:43:49.795112"]]
+ [1m[35m (0.6ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "people" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Jaime"], ["created_at", "2016-04-25 00:43:49.797917"], ["updated_at", "2016-04-25 00:43:49.797917"]]
+ [1m[36m (0.6ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "people" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Jain"], ["created_at", "2016-04-25 00:43:49.800039"], ["updated_at", "2016-04-25 00:43:49.800039"]]
+ [1m[35m (0.6ms)[0m commit transaction
+ [1m[36m (1.0ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
+ [1m[35m (1.3ms)[0m CREATE TABLE "tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar NOT NULL, "description" varchar NOT NULL, "completed_on" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "person_id" integer)
+ [1m[36m (0.7ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
+ [1m[35m (0.1ms)[0m select sqlite_version(*)
+ [1m[36m (2.4ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
+ [1m[35m (0.3ms)[0m SELECT version FROM "schema_migrations"
+ [1m[36m (1.4ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20160425003330')[0m
+ [1m[35m (0.9ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160419203210')
+ [1m[36m (1.0ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20160425000911')[0m
+ [1m[35m (1.1ms)[0m CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
+ [1m[36m (1.8ms)[0m [1mCREATE TABLE "tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar NOT NULL, "description" varchar NOT NULL, "completed_on" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "person_id" integer) [0m
+ [1m[35m (0.9ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
+ [1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
+ [1m[35m (0.7ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.2ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.8ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160425003330')
+ [1m[36m (1.4ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20160419203210')[0m
+ [1m[35m (1.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160425000911')
+ [1m[36mActiveRecord::SchemaMigration Load (0.5ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.9ms)[0m [1mINSERT INTO "tasks" ("title", "description", "completed_on", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "The First Task"], ["description", "a"], ["completed_on", "1970-08-24 00:16:15.331686"], ["created_at", "2016-04-25 00:43:57.321548"], ["updated_at", "2016-04-25 00:43:57.321548"]]
+ [1m[35m (0.5ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Go to Brunch"], ["description", "b"], ["created_at", "2016-04-25 00:43:57.326348"], ["updated_at", "2016-04-25 00:43:57.326348"]]
+ [1m[36m (0.6ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.5ms)[0m [1mINSERT INTO "tasks" ("title", "description", "completed_on", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "Go to Lunch"], ["description", "c"], ["completed_on", "1985-03-22 08:17:04.444754"], ["created_at", "2016-04-25 00:43:57.328826"], ["updated_at", "2016-04-25 00:43:57.328826"]]
+ [1m[35m (1.1ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Go to Second Lunch"], ["description", ""], ["created_at", "2016-04-25 00:43:57.332470"], ["updated_at", "2016-04-25 00:43:57.332470"]]
+ [1m[36m (1.3ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "tasks" ("title", "description", "completed_on", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "Play Video Games"], ["description", ""], ["completed_on", "1971-03-14 21:11:24.561683"], ["created_at", "2016-04-25 00:43:57.337320"], ["updated_at", "2016-04-25 00:43:57.337320"]]
+ [1m[35m (0.5ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "tasks" ("title", "description", "completed_on", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "High Five Somebody You Don't Know"], ["description", ""], ["completed_on", "1985-06-16 06:19:05.348621"], ["created_at", "2016-04-25 00:43:57.340035"], ["updated_at", "2016-04-25 00:43:57.340035"]]
+ [1m[36m (0.5ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "tasks" ("title", "description", "completed_on", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "Plant Flowers"], ["description", ""], ["completed_on", "1977-01-15 18:38:33.531623"], ["created_at", "2016-04-25 00:43:57.342230"], ["updated_at", "2016-04-25 00:43:57.342230"]]
+ [1m[35m (0.6ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Call Mom"], ["description", ""], ["created_at", "2016-04-25 00:43:57.346116"], ["updated_at", "2016-04-25 00:43:57.346116"]]
+ [1m[36m (0.8ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "She worries, you know."], ["description", ""], ["created_at", "2016-04-25 00:43:57.349837"], ["updated_at", "2016-04-25 00:43:57.349837"]]
+ [1m[35m (0.6ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "tasks" ("title", "description", "completed_on", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Nap."], ["description", ""], ["completed_on", "1985-12-20 07:25:58.984783"], ["created_at", "2016-04-25 00:43:57.352965"], ["updated_at", "2016-04-25 00:43:57.352965"]]
+ [1m[36m (0.6ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.7ms)[0m [1mINSERT INTO "people" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Joseph"], ["created_at", "2016-04-25 00:43:57.363041"], ["updated_at", "2016-04-25 00:43:57.363041"]]
+ [1m[35m (1.0ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "people" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Jaime"], ["created_at", "2016-04-25 00:43:57.367615"], ["updated_at", "2016-04-25 00:43:57.367615"]]
+ [1m[36m (0.6ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "people" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Jain"], ["created_at", "2016-04-25 00:43:57.370079"], ["updated_at", "2016-04-25 00:43:57.370079"]]
+ [1m[35m (0.6ms)[0m commit transaction
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 8]]
+ [1m[35mTask Load (1.7ms)[0m SELECT "tasks".* FROM "tasks"
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 8]]
+ [1m[35mPerson Load (0.3ms)[0m SELECT "people".* FROM "people"
+ [1m[36m (0.2ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "tasks" ("title", "description", "person_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "trial"], ["description", "heller"], ["person_id", 2], ["created_at", "2016-04-25 00:48:46.681208"], ["updated_at", "2016-04-25 00:48:46.681208"]]
+ [1m[36m (0.6ms)[0m [1mcommit transaction[0m
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 11]]
+ [1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "tasks" ("title", "description", "completed_on", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "The First Task"], ["description", "a"], ["completed_on", "1988-01-21 12:10:46.527934"], ["created_at", "2016-04-25 00:50:05.089913"], ["updated_at", "2016-04-25 00:50:05.089913"]]
+ [1m[35m (0.5ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Go to Brunch"], ["description", "b"], ["created_at", "2016-04-25 00:50:05.094894"], ["updated_at", "2016-04-25 00:50:05.094894"]]
+ [1m[36m (0.6ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "tasks" ("title", "description", "completed_on", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "Go to Lunch"], ["description", "c"], ["completed_on", "1970-09-02 17:03:28.565066"], ["created_at", "2016-04-25 00:50:05.097236"], ["updated_at", "2016-04-25 00:50:05.097236"]]
+ [1m[35m (0.5ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Go to Second Lunch"], ["description", ""], ["created_at", "2016-04-25 00:50:05.099217"], ["updated_at", "2016-04-25 00:50:05.099217"]]
+ [1m[36m (0.6ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "tasks" ("title", "description", "completed_on", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "Play Video Games"], ["description", ""], ["completed_on", "2008-09-04 05:06:15.136480"], ["created_at", "2016-04-25 00:50:05.101647"], ["updated_at", "2016-04-25 00:50:05.101647"]]
+ [1m[35m (0.5ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "tasks" ("title", "description", "completed_on", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "High Five Somebody You Don't Know"], ["description", ""], ["completed_on", "1994-02-24 16:48:21.183698"], ["created_at", "2016-04-25 00:50:05.103857"], ["updated_at", "2016-04-25 00:50:05.103857"]]
+ [1m[36m (0.6ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "tasks" ("title", "description", "completed_on", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "Plant Flowers"], ["description", ""], ["completed_on", "2002-12-07 09:21:26.626053"], ["created_at", "2016-04-25 00:50:05.107091"], ["updated_at", "2016-04-25 00:50:05.107091"]]
+ [1m[35m (0.7ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "tasks" ("title", "description", "person_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Call Mom"], ["description", ""], ["person_id", 1], ["created_at", "2016-04-25 00:50:05.110944"], ["updated_at", "2016-04-25 00:50:05.110944"]]
+ [1m[36m (0.6ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "tasks" ("title", "description", "person_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "She worries, you know."], ["description", ""], ["person_id", 2], ["created_at", "2016-04-25 00:50:05.114171"], ["updated_at", "2016-04-25 00:50:05.114171"]]
+ [1m[35m (0.6ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "tasks" ("title", "description", "completed_on", "person_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "Nap."], ["description", ""], ["completed_on", "1996-04-10 15:52:46.364816"], ["person_id", 2], ["created_at", "2016-04-25 00:50:05.118063"], ["updated_at", "2016-04-25 00:50:05.118063"]]
+ [1m[36m (0.6ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.9ms)[0m [1mINSERT INTO "people" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Joseph"], ["created_at", "2016-04-25 00:50:05.131367"], ["updated_at", "2016-04-25 00:50:05.131367"]]
+ [1m[35m (0.5ms)[0m commit transaction
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "people" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Jaime"], ["created_at", "2016-04-25 00:50:05.134747"], ["updated_at", "2016-04-25 00:50:05.134747"]]
+ [1m[36m (0.6ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "people" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Jain"], ["created_at", "2016-04-25 00:50:05.137292"], ["updated_at", "2016-04-25 00:50:05.137292"]]
+ [1m[35m (0.5ms)[0m commit transaction
+ [1m[36mTask Load (1.3ms)[0m [1mSELECT "tasks".* FROM "tasks"[0m
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 8]]
+ [1m[36mTask Load (2.7ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" DESC LIMIT 1[0m
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 8]]
+ [1m[36m (1.3ms)[0m [1mCREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) [0m
+ [1m[35m (1.0ms)[0m CREATE TABLE "tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar NOT NULL, "description" varchar NOT NULL, "completed_on" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "person_id" integer)
+ [1m[36m (0.7ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL) [0m
+ [1m[35m (0.1ms)[0m select sqlite_version(*)
+ [1m[36m (0.7ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
+ [1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
+ [1m[36m (0.8ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20160425003330')[0m
+ [1m[35m (2.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160419203210')
+ [1m[36m (1.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20160425000911')[0m
+ [1m[35m (1.1ms)[0m CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
+ [1m[36m (1.6ms)[0m [1mCREATE TABLE "tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar NOT NULL, "description" varchar NOT NULL, "completed_on" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL, "person_id" integer) [0m
+ [1m[35m (0.9ms)[0m CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)
+ [1m[36m (0.1ms)[0m [1mselect sqlite_version(*)[0m
+ [1m[35m (1.5ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.2ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.9ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160425003330')
+ [1m[36m (2.2ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20160419203210')[0m
+ [1m[35m (2.3ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160425000911')
+ [1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "tasks" ("title", "description", "completed_on", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "The First Task"], ["description", "a"], ["completed_on", "1990-12-16 12:02:42.806169"], ["created_at", "2016-04-25 00:51:27.249786"], ["updated_at", "2016-04-25 00:51:27.249786"]]
+ [1m[35m (0.7ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Go to Brunch"], ["description", "b"], ["created_at", "2016-04-25 00:51:27.254541"], ["updated_at", "2016-04-25 00:51:27.254541"]]
+ [1m[36m (0.6ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "tasks" ("title", "description", "completed_on", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "Go to Lunch"], ["description", "c"], ["completed_on", "1996-06-02 19:12:09.304443"], ["created_at", "2016-04-25 00:51:27.258223"], ["updated_at", "2016-04-25 00:51:27.258223"]]
+ [1m[35m (0.6ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Go to Second Lunch"], ["description", ""], ["created_at", "2016-04-25 00:51:27.260631"], ["updated_at", "2016-04-25 00:51:27.260631"]]
+ [1m[36m (0.6ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.5ms)[0m [1mINSERT INTO "tasks" ("title", "description", "completed_on", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "Play Video Games"], ["description", ""], ["completed_on", "1978-06-28 01:26:31.041462"], ["created_at", "2016-04-25 00:51:27.263719"], ["updated_at", "2016-04-25 00:51:27.263719"]]
+ [1m[35m (0.9ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "tasks" ("title", "description", "completed_on", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "High Five Somebody You Don't Know"], ["description", ""], ["completed_on", "2010-06-29 05:26:01.803295"], ["created_at", "2016-04-25 00:51:27.268282"], ["updated_at", "2016-04-25 00:51:27.268282"]]
+ [1m[36m (1.0ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.2ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "tasks" ("title", "description", "completed_on", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "Plant Flowers"], ["description", ""], ["completed_on", "1999-04-05 22:12:48.162015"], ["created_at", "2016-04-25 00:51:27.272588"], ["updated_at", "2016-04-25 00:51:27.272588"]]
+ [1m[35m (0.8ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "tasks" ("title", "description", "person_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["title", "Call Mom"], ["description", ""], ["person_id", 1], ["created_at", "2016-04-25 00:51:27.275405"], ["updated_at", "2016-04-25 00:51:27.275405"]]
+ [1m[36m (0.6ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "tasks" ("title", "description", "person_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "She worries, you know."], ["description", ""], ["person_id", 2], ["created_at", "2016-04-25 00:51:27.278162"], ["updated_at", "2016-04-25 00:51:27.278162"]]
+ [1m[35m (0.8ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "tasks" ("title", "description", "completed_on", "person_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["title", "Nap."], ["description", ""], ["completed_on", "2008-08-01 11:13:58.534951"], ["person_id", 2], ["created_at", "2016-04-25 00:51:27.280729"], ["updated_at", "2016-04-25 00:51:27.280729"]]
+ [1m[36m (0.5ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "people" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Joseph"], ["created_at", "2016-04-25 00:51:27.292620"], ["updated_at", "2016-04-25 00:51:27.292620"]]
+ [1m[35m (0.6ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "people" ("name", "created_at", "updated_at") VALUES (?, ?, ?) [["name", "Jaime"], ["created_at", "2016-04-25 00:51:27.295883"], ["updated_at", "2016-04-25 00:51:27.295883"]]
+ [1m[36m (1.0ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.2ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "people" ("name", "created_at", "updated_at") VALUES (?, ?, ?)[0m [["name", "Jain"], ["created_at", "2016-04-25 00:51:27.300359"], ["updated_at", "2016-04-25 00:51:27.300359"]]
+ [1m[35m (0.8ms)[0m commit transaction
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" DESC LIMIT 1[0m
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 11]]
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 10]]
+
+
+Started GET "/" for ::1 at 2016-04-24 17:54:42 -0700
+ [1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (20.5ms)
+Completed 200 OK in 49ms (Views: 42.8ms | ActiveRecord: 0.9ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-24 17:54:42 -0700
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-04-24 17:54:42 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-24 17:54:42 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-24 17:54:42 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-24 17:54:42 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-24 17:54:42 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-24 17:54:42 -0700
+
+
+Started GET "/" for ::1 at 2016-04-24 17:54:59 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (7.6ms)
+Completed 200 OK in 22ms (Views: 21.5ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-24 17:54:59 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-24 17:54:59 -0700
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-04-24 17:54:59 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-24 17:54:59 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-24 17:54:59 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-24 17:54:59 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-24 17:54:59 -0700
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mPerson Load (0.2ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 0]]
+ [1m[35mPerson Load (0.2ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", nil]]
+ [1m[36mPerson Load (0.6ms)[0m [1mSELECT "people".* FROM "people" WHERE (Jaime) LIMIT 1[0m
+ [1m[35mPerson Load (0.2ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = ? LIMIT 1 [["name", "Jaime"]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."name" = ? LIMIT 1[0m [["name", "Jaime"]]
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 1]]
+
+
+Started GET "/" for ::1 at 2016-04-24 18:47:12 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (5.6ms)
+Completed 200 OK in 23ms (Views: 22.0ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-24 18:47:12 -0700
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-04-24 18:47:12 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-24 18:47:12 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-24 18:47:12 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-24 18:47:12 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-24 18:47:12 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-24 18:47:12 -0700
+
+
+Started GET "/list/7" for ::1 at 2016-04-24 18:47:21 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"7"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 7]]
+ Rendered list/show.html.erb within layouts/application (0.5ms)
+Completed 200 OK in 15ms (Views: 13.6ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/list/7/edit" for ::1 at 2016-04-24 18:47:24 -0700
+Processing by ListController#edit as HTML
+ Parameters: {"id"=>"7"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 7]]
+ Rendered list/edit.html.erb within layouts/application (4.9ms)
+Completed 500 Internal Server Error in 10ms (ActiveRecord: 0.1ms)
+
+ArgumentError - wrong number of arguments (given 1, expected 3..4):
+ actionview (4.2.6) lib/action_view/helpers/form_options_helper.rb:393:in `options_from_collection_for_select'
+ app/views/list/edit.html.erb:10:in `block in _app_views_list_edit_html_erb___1492551638850676451_70144403869980'
+ actionview (4.2.6) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
+ actionview (4.2.6) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
+ actionview (4.2.6) lib/action_view/helpers/capture_helper.rb:38:in `capture'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:444:in `form_for'
+ app/views/list/edit.html.erb:3:in `_app_views_list_edit_html_erb___1492551638850676451_70144403869980'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `each'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started GET "/list/7/edit" for ::1 at 2016-04-24 18:47:24 -0700
+Processing by ListController#edit as HTML
+ Parameters: {"id"=>"7"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 7]]
+ Rendered list/edit.html.erb within layouts/application (3.5ms)
+Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.1ms)
+
+ArgumentError - wrong number of arguments (given 1, expected 3..4):
+ actionview (4.2.6) lib/action_view/helpers/form_options_helper.rb:393:in `options_from_collection_for_select'
+ app/views/list/edit.html.erb:10:in `block in _app_views_list_edit_html_erb___1492551638850676451_70144385948280'
+ actionview (4.2.6) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
+ actionview (4.2.6) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
+ actionview (4.2.6) lib/action_view/helpers/capture_helper.rb:38:in `capture'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:444:in `form_for'
+ app/views/list/edit.html.erb:3:in `_app_views_list_edit_html_erb___1492551638850676451_70144385948280'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `each'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/2a21103bc3fc52ff/variables" for ::1 at 2016-04-24 18:47:24 -0700
+
+
+Started GET "/list/7/edit" for ::1 at 2016-04-24 18:47:53 -0700
+Processing by ListController#edit as HTML
+ Parameters: {"id"=>"7"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 7]]
+ Rendered list/edit.html.erb within layouts/application (5.2ms)
+Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.1ms)
+
+ArgumentError - wrong number of arguments (given 1, expected 3..4):
+ actionview (4.2.6) lib/action_view/helpers/form_options_helper.rb:393:in `options_from_collection_for_select'
+ app/views/list/edit.html.erb:10:in `block in _app_views_list_edit_html_erb___1492551638850676451_70144405713980'
+ actionview (4.2.6) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
+ actionview (4.2.6) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
+ actionview (4.2.6) lib/action_view/helpers/capture_helper.rb:38:in `capture'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:444:in `form_for'
+ app/views/list/edit.html.erb:3:in `_app_views_list_edit_html_erb___1492551638850676451_70144405713980'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `each'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/697aae8448a0743d/variables" for ::1 at 2016-04-24 18:47:53 -0700
+
+
+Started GET "/list/" for ::1 at 2016-04-24 18:47:56 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (6.3ms)
+Completed 200 OK in 21ms (Views: 19.5ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/list/10" for ::1 at 2016-04-24 18:47:58 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"10"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 10]]
+ Rendered list/show.html.erb within layouts/application (0.3ms)
+Completed 200 OK in 15ms (Views: 14.0ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/list/10/edit" for ::1 at 2016-04-24 18:47:59 -0700
+Processing by ListController#edit as HTML
+ Parameters: {"id"=>"10"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 10]]
+ Rendered list/edit.html.erb within layouts/application (4.4ms)
+Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.1ms)
+
+ArgumentError - wrong number of arguments (given 1, expected 3..4):
+ actionview (4.2.6) lib/action_view/helpers/form_options_helper.rb:393:in `options_from_collection_for_select'
+ app/views/list/edit.html.erb:10:in `block in _app_views_list_edit_html_erb___1492551638850676451_70144415233120'
+ actionview (4.2.6) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
+ actionview (4.2.6) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
+ actionview (4.2.6) lib/action_view/helpers/capture_helper.rb:38:in `capture'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:444:in `form_for'
+ app/views/list/edit.html.erb:3:in `_app_views_list_edit_html_erb___1492551638850676451_70144415233120'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `each'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started GET "/list/10/edit" for ::1 at 2016-04-24 18:48:00 -0700
+Processing by ListController#edit as HTML
+ Parameters: {"id"=>"10"}
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 10]]
+ Rendered list/edit.html.erb within layouts/application (4.4ms)
+Completed 500 Internal Server Error in 11ms (ActiveRecord: 0.2ms)
+
+ArgumentError - wrong number of arguments (given 1, expected 3..4):
+ actionview (4.2.6) lib/action_view/helpers/form_options_helper.rb:393:in `options_from_collection_for_select'
+ app/views/list/edit.html.erb:10:in `block in _app_views_list_edit_html_erb___1492551638850676451_70144405713980'
+ actionview (4.2.6) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
+ actionview (4.2.6) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
+ actionview (4.2.6) lib/action_view/helpers/capture_helper.rb:38:in `capture'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:444:in `form_for'
+ app/views/list/edit.html.erb:3:in `_app_views_list_edit_html_erb___1492551638850676451_70144405713980'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `each'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/0ae99b81ace03d68/variables" for ::1 at 2016-04-24 18:48:00 -0700
+
+
+Started GET "/" for ::1 at 2016-04-24 18:49:46 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (7.3ms)
+Completed 200 OK in 23ms (Views: 21.9ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/list/10" for ::1 at 2016-04-24 18:49:49 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"10"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 10]]
+ Rendered list/show.html.erb within layouts/application (0.4ms)
+Completed 200 OK in 15ms (Views: 13.7ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/list/10/edit" for ::1 at 2016-04-24 18:49:50 -0700
+Processing by ListController#edit as HTML
+ Parameters: {"id"=>"10"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 10]]
+ Rendered list/edit.html.erb within layouts/application (2.0ms)
+Completed 200 OK in 23ms (Views: 22.1ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/" for ::1 at 2016-04-24 18:50:12 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (6.5ms)
+Completed 200 OK in 21ms (Views: 19.5ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/list/10" for ::1 at 2016-04-24 18:50:15 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"10"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 10]]
+ Rendered list/show.html.erb within layouts/application (0.3ms)
+Completed 200 OK in 14ms (Views: 13.2ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/list/10/edit" for ::1 at 2016-04-24 18:50:17 -0700
+Processing by ListController#edit as HTML
+ Parameters: {"id"=>"10"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 10]]
+ Rendered list/edit.html.erb within layouts/application (3.8ms)
+Completed 500 Internal Server Error in 8ms (ActiveRecord: 0.1ms)
+
+ArgumentError - wrong number of arguments (given 1, expected 3..4):
+ actionview (4.2.6) lib/action_view/helpers/form_options_helper.rb:393:in `options_from_collection_for_select'
+ app/views/list/edit.html.erb:12:in `block in _app_views_list_edit_html_erb___1492551638850676451_70144415115240'
+ actionview (4.2.6) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
+ actionview (4.2.6) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
+ actionview (4.2.6) lib/action_view/helpers/capture_helper.rb:38:in `capture'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:444:in `form_for'
+ app/views/list/edit.html.erb:3:in `_app_views_list_edit_html_erb___1492551638850676451_70144415115240'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `each'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started GET "/list/10/edit" for ::1 at 2016-04-24 18:50:17 -0700
+Processing by ListController#edit as HTML
+ Parameters: {"id"=>"10"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 10]]
+ Rendered list/edit.html.erb within layouts/application (4.0ms)
+Completed 500 Internal Server Error in 8ms (ActiveRecord: 0.1ms)
+
+ArgumentError - wrong number of arguments (given 1, expected 3..4):
+ actionview (4.2.6) lib/action_view/helpers/form_options_helper.rb:393:in `options_from_collection_for_select'
+ app/views/list/edit.html.erb:12:in `block in _app_views_list_edit_html_erb___1492551638850676451_70144413855300'
+ actionview (4.2.6) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
+ actionview (4.2.6) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
+ actionview (4.2.6) lib/action_view/helpers/capture_helper.rb:38:in `capture'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:444:in `form_for'
+ app/views/list/edit.html.erb:3:in `_app_views_list_edit_html_erb___1492551638850676451_70144413855300'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `each'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/428eacbfc53a53c0/variables" for ::1 at 2016-04-24 18:50:17 -0700
+
+
+Started GET "/list/10/edit" for ::1 at 2016-04-24 18:51:00 -0700
+Processing by ListController#edit as HTML
+ Parameters: {"id"=>"10"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 10]]
+ Rendered list/edit.html.erb within layouts/application (3.2ms)
+Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.1ms)
+
+ArgumentError - wrong number of arguments (given 1, expected 3..4):
+ actionview (4.2.6) lib/action_view/helpers/form_options_helper.rb:393:in `options_from_collection_for_select'
+ app/views/list/edit.html.erb:12:in `block in _app_views_list_edit_html_erb___1492551638850676451_70144414276700'
+ actionview (4.2.6) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
+ actionview (4.2.6) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
+ actionview (4.2.6) lib/action_view/helpers/capture_helper.rb:38:in `capture'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:444:in `form_for'
+ app/views/list/edit.html.erb:3:in `_app_views_list_edit_html_erb___1492551638850676451_70144414276700'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `each'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/f8dcf02b832048f7/variables" for ::1 at 2016-04-24 18:51:00 -0700
+
+
+Started GET "/list/10/edit" for ::1 at 2016-04-24 18:51:01 -0700
+Processing by ListController#edit as HTML
+ Parameters: {"id"=>"10"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 10]]
+ Rendered list/edit.html.erb within layouts/application (3.6ms)
+Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.1ms)
+
+ArgumentError - wrong number of arguments (given 1, expected 3..4):
+ actionview (4.2.6) lib/action_view/helpers/form_options_helper.rb:393:in `options_from_collection_for_select'
+ app/views/list/edit.html.erb:12:in `block in _app_views_list_edit_html_erb___1492551638850676451_70144414276700'
+ actionview (4.2.6) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
+ actionview (4.2.6) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
+ actionview (4.2.6) lib/action_view/helpers/capture_helper.rb:38:in `capture'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:444:in `form_for'
+ app/views/list/edit.html.erb:3:in `_app_views_list_edit_html_erb___1492551638850676451_70144414276700'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `each'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/ca5f4b7fecdf8022/variables" for ::1 at 2016-04-24 18:51:01 -0700
+
+
+Started GET "/list/10/edit" for ::1 at 2016-04-24 18:51:01 -0700
+Processing by ListController#edit as HTML
+ Parameters: {"id"=>"10"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 10]]
+ Rendered list/edit.html.erb within layouts/application (5.3ms)
+Completed 500 Internal Server Error in 10ms (ActiveRecord: 0.1ms)
+
+ArgumentError - wrong number of arguments (given 1, expected 3..4):
+ actionview (4.2.6) lib/action_view/helpers/form_options_helper.rb:393:in `options_from_collection_for_select'
+ app/views/list/edit.html.erb:12:in `block in _app_views_list_edit_html_erb___1492551638850676451_70144414276700'
+ actionview (4.2.6) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
+ actionview (4.2.6) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
+ actionview (4.2.6) lib/action_view/helpers/capture_helper.rb:38:in `capture'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:444:in `form_for'
+ app/views/list/edit.html.erb:3:in `_app_views_list_edit_html_erb___1492551638850676451_70144414276700'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `each'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/5bbad52fc2442b54/variables" for ::1 at 2016-04-24 18:51:01 -0700
+
+
+Started GET "/" for ::1 at 2016-04-24 18:51:03 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (12.6ms)
+Completed 200 OK in 30ms (Views: 28.5ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/list/10" for ::1 at 2016-04-24 18:51:06 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"10"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 10]]
+ Rendered list/show.html.erb within layouts/application (0.5ms)
+Completed 200 OK in 18ms (Views: 16.5ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/list/10/edit" for ::1 at 2016-04-24 18:51:07 -0700
+Processing by ListController#edit as HTML
+ Parameters: {"id"=>"10"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 10]]
+ Rendered list/edit.html.erb within layouts/application (3.3ms)
+Completed 500 Internal Server Error in 8ms (ActiveRecord: 0.1ms)
+
+ArgumentError - wrong number of arguments (given 1, expected 3..4):
+ actionview (4.2.6) lib/action_view/helpers/form_options_helper.rb:393:in `options_from_collection_for_select'
+ app/views/list/edit.html.erb:12:in `block in _app_views_list_edit_html_erb___1492551638850676451_70144414969560'
+ actionview (4.2.6) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
+ actionview (4.2.6) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
+ actionview (4.2.6) lib/action_view/helpers/capture_helper.rb:38:in `capture'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:444:in `form_for'
+ app/views/list/edit.html.erb:3:in `_app_views_list_edit_html_erb___1492551638850676451_70144414969560'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `each'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started GET "/list/10/edit" for ::1 at 2016-04-24 18:51:07 -0700
+Processing by ListController#edit as HTML
+ Parameters: {"id"=>"10"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 10]]
+ Rendered list/edit.html.erb within layouts/application (3.4ms)
+Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.1ms)
+
+ArgumentError - wrong number of arguments (given 1, expected 3..4):
+ actionview (4.2.6) lib/action_view/helpers/form_options_helper.rb:393:in `options_from_collection_for_select'
+ app/views/list/edit.html.erb:12:in `block in _app_views_list_edit_html_erb___1492551638850676451_70144414276700'
+ actionview (4.2.6) lib/action_view/helpers/capture_helper.rb:38:in `block in capture'
+ actionview (4.2.6) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer'
+ actionview (4.2.6) lib/action_view/helpers/capture_helper.rb:38:in `capture'
+ actionview (4.2.6) lib/action_view/helpers/form_helper.rb:444:in `form_for'
+ app/views/list/edit.html.erb:3:in `_app_views_list_edit_html_erb___1492551638850676451_70144414276700'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `each'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/0f7d357b5b2f3316/variables" for ::1 at 2016-04-24 18:51:07 -0700
+
+
+Started GET "/" for ::1 at 2016-04-24 18:53:11 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (6.7ms)
+Completed 200 OK in 34ms (Views: 33.1ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/list/10" for ::1 at 2016-04-24 18:53:14 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"10"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 10]]
+ Rendered list/show.html.erb within layouts/application (0.4ms)
+Completed 200 OK in 20ms (Views: 19.6ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/list/10/edit" for ::1 at 2016-04-24 18:53:15 -0700
+Processing by ListController#edit as HTML
+ Parameters: {"id"=>"10"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 10]]
+ Rendered list/edit.html.erb within layouts/application (2.4ms)
+Completed 200 OK in 19ms (Views: 18.5ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/" for ::1 at 2016-04-24 18:54:14 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (14.4ms)
+Completed 200 OK in 31ms (Views: 29.6ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/list/10" for ::1 at 2016-04-24 18:54:16 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"10"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 10]]
+ Rendered list/show.html.erb within layouts/application (0.6ms)
+Completed 200 OK in 20ms (Views: 19.0ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/list/10/edit" for ::1 at 2016-04-24 18:54:18 -0700
+Processing by ListController#edit as HTML
+ Parameters: {"id"=>"10"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 10]]
+ Rendered list/edit.html.erb within layouts/application (2.3ms)
+Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.1ms)
+
+SyntaxError - syntax error, unexpected ')', expecting keyword_end
+...or_select(Person.all.find(x)) );@output_buffer.safe_append='
+... ^
+/Users/cristal/C5/projects/TaskListRails/task-list/app/views/list/edit.html.erb:18: syntax error, unexpected keyword_ensure, expecting ')'
+/Users/cristal/C5/projects/TaskListRails/task-list/app/views/list/edit.html.erb:20: syntax error, unexpected keyword_end, expecting ')':
+ app/views/list/edit.html.erb:12:in `'
+ actionview (4.2.6) lib/action_view/template.rb:296:in `compile'
+ actionview (4.2.6) lib/action_view/template.rb:245:in `block (2 levels) in compile!'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:244:in `block in compile!'
+ actionview (4.2.6) lib/action_view/template.rb:232:in `compile!'
+ actionview (4.2.6) lib/action_view/template.rb:144:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started GET "/list/10/edit" for ::1 at 2016-04-24 18:54:18 -0700
+Processing by ListController#edit as HTML
+ Parameters: {"id"=>"10"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 10]]
+ Rendered list/edit.html.erb within layouts/application (1.1ms)
+Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.1ms)
+
+SyntaxError - syntax error, unexpected ')', expecting keyword_end
+...or_select(Person.all.find(x)) );@output_buffer.safe_append='
+... ^
+/Users/cristal/C5/projects/TaskListRails/task-list/app/views/list/edit.html.erb:18: syntax error, unexpected keyword_ensure, expecting ')'
+/Users/cristal/C5/projects/TaskListRails/task-list/app/views/list/edit.html.erb:20: syntax error, unexpected keyword_end, expecting ')':
+ app/views/list/edit.html.erb:12:in `'
+ actionview (4.2.6) lib/action_view/template.rb:296:in `compile'
+ actionview (4.2.6) lib/action_view/template.rb:245:in `block (2 levels) in compile!'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:244:in `block in compile!'
+ actionview (4.2.6) lib/action_view/template.rb:232:in `compile!'
+ actionview (4.2.6) lib/action_view/template.rb:144:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/87654ba68aeeb858/variables" for ::1 at 2016-04-24 18:54:18 -0700
+
+
+Started GET "/" for ::1 at 2016-04-24 18:54:29 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (7.3ms)
+Completed 200 OK in 20ms (Views: 18.8ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/list/10" for ::1 at 2016-04-24 18:54:31 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"10"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 10]]
+ Rendered list/show.html.erb within layouts/application (0.3ms)
+Completed 200 OK in 17ms (Views: 16.4ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/list/10/edit" for ::1 at 2016-04-24 18:54:33 -0700
+Processing by ListController#edit as HTML
+ Parameters: {"id"=>"10"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 10]]
+ Rendered list/edit.html.erb within layouts/application (1.2ms)
+Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.1ms)
+
+SyntaxError - syntax error, unexpected ')', expecting keyword_end
+...on_for_select(Person.find(x)) );@output_buffer.safe_append='
+... ^
+/Users/cristal/C5/projects/TaskListRails/task-list/app/views/list/edit.html.erb:18: syntax error, unexpected keyword_ensure, expecting ')'
+/Users/cristal/C5/projects/TaskListRails/task-list/app/views/list/edit.html.erb:20: syntax error, unexpected keyword_end, expecting ')':
+ app/views/list/edit.html.erb:12:in `'
+ actionview (4.2.6) lib/action_view/template.rb:296:in `compile'
+ actionview (4.2.6) lib/action_view/template.rb:245:in `block (2 levels) in compile!'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:244:in `block in compile!'
+ actionview (4.2.6) lib/action_view/template.rb:232:in `compile!'
+ actionview (4.2.6) lib/action_view/template.rb:144:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started GET "/list/10/edit" for ::1 at 2016-04-24 18:54:33 -0700
+Processing by ListController#edit as HTML
+ Parameters: {"id"=>"10"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 10]]
+ Rendered list/edit.html.erb within layouts/application (1.1ms)
+Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.1ms)
+
+SyntaxError - syntax error, unexpected ')', expecting keyword_end
+...on_for_select(Person.find(x)) );@output_buffer.safe_append='
+... ^
+/Users/cristal/C5/projects/TaskListRails/task-list/app/views/list/edit.html.erb:18: syntax error, unexpected keyword_ensure, expecting ')'
+/Users/cristal/C5/projects/TaskListRails/task-list/app/views/list/edit.html.erb:20: syntax error, unexpected keyword_end, expecting ')':
+ app/views/list/edit.html.erb:12:in `'
+ actionview (4.2.6) lib/action_view/template.rb:296:in `compile'
+ actionview (4.2.6) lib/action_view/template.rb:245:in `block (2 levels) in compile!'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:244:in `block in compile!'
+ actionview (4.2.6) lib/action_view/template.rb:232:in `compile!'
+ actionview (4.2.6) lib/action_view/template.rb:144:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/0fdc5f24bfdc0e5c/variables" for ::1 at 2016-04-24 18:54:33 -0700
+
+
+Started GET "/list/10/edit" for ::1 at 2016-04-24 18:54:50 -0700
+Processing by ListController#edit as HTML
+ Parameters: {"id"=>"10"}
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 10]]
+ Rendered list/edit.html.erb within layouts/application (1.8ms)
+Completed 500 Internal Server Error in 10ms (ActiveRecord: 0.2ms)
+
+SyntaxError - syntax error, unexpected ')', expecting keyword_end
+...ection_for_select(Person.all) );@output_buffer.safe_append='
+... ^
+/Users/cristal/C5/projects/TaskListRails/task-list/app/views/list/edit.html.erb:18: syntax error, unexpected keyword_ensure, expecting ')'
+/Users/cristal/C5/projects/TaskListRails/task-list/app/views/list/edit.html.erb:20: syntax error, unexpected keyword_end, expecting ')':
+ app/views/list/edit.html.erb:12:in `'
+ actionview (4.2.6) lib/action_view/template.rb:296:in `compile'
+ actionview (4.2.6) lib/action_view/template.rb:245:in `block (2 levels) in compile!'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:244:in `block in compile!'
+ actionview (4.2.6) lib/action_view/template.rb:232:in `compile!'
+ actionview (4.2.6) lib/action_view/template.rb:144:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/f8d3a853cc3d2d42/variables" for ::1 at 2016-04-24 18:54:50 -0700
+
+
+Started GET "/" for ::1 at 2016-04-24 18:54:52 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (5.1ms)
+Completed 200 OK in 23ms (Views: 22.3ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/list/10" for ::1 at 2016-04-24 18:54:55 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"10"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 10]]
+ Rendered list/show.html.erb within layouts/application (1.2ms)
+Completed 200 OK in 16ms (Views: 14.8ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/list/10/edit" for ::1 at 2016-04-24 18:54:57 -0700
+Processing by ListController#edit as HTML
+ Parameters: {"id"=>"10"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 10]]
+ Rendered list/edit.html.erb within layouts/application (1.2ms)
+Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.1ms)
+
+SyntaxError - syntax error, unexpected ')', expecting keyword_end
+...ection_for_select(Person.all) );@output_buffer.safe_append='
+... ^
+/Users/cristal/C5/projects/TaskListRails/task-list/app/views/list/edit.html.erb:18: syntax error, unexpected keyword_ensure, expecting ')'
+/Users/cristal/C5/projects/TaskListRails/task-list/app/views/list/edit.html.erb:20: syntax error, unexpected keyword_end, expecting ')':
+ app/views/list/edit.html.erb:12:in `'
+ actionview (4.2.6) lib/action_view/template.rb:296:in `compile'
+ actionview (4.2.6) lib/action_view/template.rb:245:in `block (2 levels) in compile!'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:244:in `block in compile!'
+ actionview (4.2.6) lib/action_view/template.rb:232:in `compile!'
+ actionview (4.2.6) lib/action_view/template.rb:144:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started GET "/list/10/edit" for ::1 at 2016-04-24 18:54:57 -0700
+Processing by ListController#edit as HTML
+ Parameters: {"id"=>"10"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 10]]
+ Rendered list/edit.html.erb within layouts/application (0.9ms)
+Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.1ms)
+
+SyntaxError - syntax error, unexpected ')', expecting keyword_end
+...ection_for_select(Person.all) );@output_buffer.safe_append='
+... ^
+/Users/cristal/C5/projects/TaskListRails/task-list/app/views/list/edit.html.erb:18: syntax error, unexpected keyword_ensure, expecting ')'
+/Users/cristal/C5/projects/TaskListRails/task-list/app/views/list/edit.html.erb:20: syntax error, unexpected keyword_end, expecting ')':
+ app/views/list/edit.html.erb:12:in `'
+ actionview (4.2.6) lib/action_view/template.rb:296:in `compile'
+ actionview (4.2.6) lib/action_view/template.rb:245:in `block (2 levels) in compile!'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:244:in `block in compile!'
+ actionview (4.2.6) lib/action_view/template.rb:232:in `compile!'
+ actionview (4.2.6) lib/action_view/template.rb:144:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/411bc029dad26e10/variables" for ::1 at 2016-04-24 18:54:57 -0700
+
+
+Started GET "/" for ::1 at 2016-04-24 22:22:28 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (2.9ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ [1m[35mPerson Load (0.3ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (51.7ms)
+Completed 200 OK in 130ms (Views: 114.5ms | ActiveRecord: 3.3ms)
+ [1m[36mTask Load (0.4ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 3]]
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 3]]
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" GROUP BY 3[0m
+ [1m[36mTask Load (0.4ms)[0m [1mSELECT "tasks".* FROM "tasks"[0m
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" GROUP BY "tasks"."person_id"
+
+
+Started GET "/" for ::1 at 2016-04-25 14:48:43 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.4ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ [1m[35mPerson Load (2.7ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (72.6ms)
+Completed 200 OK in 355ms (Views: 335.3ms | ActiveRecord: 5.7ms)
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 14:48:43 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 14:48:44 -0700
+
+
+Started GET "/list/new" for ::1 at 2016-04-25 14:48:48 -0700
+Processing by ListController#new as HTML
+ Rendered list/new.html.erb within layouts/application (4.3ms)
+Completed 200 OK in 29ms (Views: 28.3ms | ActiveRecord: 0.0ms)
+
+
+Started POST "/list/new" for ::1 at 2016-04-25 14:48:55 -0700
+Processing by ListController#create as HTML
+ Parameters: {"utf8"=>"β", "authenticity_token"=>"GdjJGXRGX0+rZV3apYjeY6aOQoLBnCtwrkNTYtg5jAuzLBl3fekEFccRB3JVxXTlErXPSTAsdYen7OhaVWNxhA==", "task"=>{"title"=>"work", "description"=>"edit"}, "commit"=>"SUBMIT!!"}
+Unpermitted parameters: utf8, authenticity_token, commit
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.5ms)[0m INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "work"], ["description", "edit"], ["created_at", "2016-04-25 21:48:55.308690"], ["updated_at", "2016-04-25 21:48:55.308690"]]
+ [1m[36m (0.5ms)[0m [1mcommit transaction[0m
+Redirected to http://localhost:3000/
+Completed 302 Found in 6ms (ActiveRecord: 1.1ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 14:48:55 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (13.2ms)
+Completed 200 OK in 32ms (Views: 30.7ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/list/11" for ::1 at 2016-04-25 14:48:57 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"11"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 11]]
+ Rendered list/show.html.erb within layouts/application (0.3ms)
+Completed 200 OK in 25ms (Views: 22.9ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/list/11/edit" for ::1 at 2016-04-25 14:48:58 -0700
+Processing by ListController#edit as HTML
+ Parameters: {"id"=>"11"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 11]]
+ Rendered list/edit.html.erb within layouts/application (3.4ms)
+Completed 500 Internal Server Error in 8ms (ActiveRecord: 0.1ms)
+
+SyntaxError - syntax error, unexpected ')', expecting keyword_end
+...ection_for_select(Person.all) );@output_buffer.safe_append='
+... ^
+/Users/cristal/C5/projects/TaskListRails/task-list/app/views/list/edit.html.erb:18: syntax error, unexpected keyword_ensure, expecting ')'
+/Users/cristal/C5/projects/TaskListRails/task-list/app/views/list/edit.html.erb:20: syntax error, unexpected keyword_end, expecting ')':
+ app/views/list/edit.html.erb:12:in `'
+ actionview (4.2.6) lib/action_view/template.rb:296:in `compile'
+ actionview (4.2.6) lib/action_view/template.rb:245:in `block (2 levels) in compile!'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:244:in `block in compile!'
+ actionview (4.2.6) lib/action_view/template.rb:232:in `compile!'
+ actionview (4.2.6) lib/action_view/template.rb:144:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started GET "/list/11/edit" for ::1 at 2016-04-25 14:48:58 -0700
+Processing by ListController#edit as HTML
+ Parameters: {"id"=>"11"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 11]]
+ Rendered list/edit.html.erb within layouts/application (1.2ms)
+Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.1ms)
+
+SyntaxError - syntax error, unexpected ')', expecting keyword_end
+...ection_for_select(Person.all) );@output_buffer.safe_append='
+... ^
+/Users/cristal/C5/projects/TaskListRails/task-list/app/views/list/edit.html.erb:18: syntax error, unexpected keyword_ensure, expecting ')'
+/Users/cristal/C5/projects/TaskListRails/task-list/app/views/list/edit.html.erb:20: syntax error, unexpected keyword_end, expecting ')':
+ app/views/list/edit.html.erb:12:in `'
+ actionview (4.2.6) lib/action_view/template.rb:296:in `compile'
+ actionview (4.2.6) lib/action_view/template.rb:245:in `block (2 levels) in compile!'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:244:in `block in compile!'
+ actionview (4.2.6) lib/action_view/template.rb:232:in `compile!'
+ actionview (4.2.6) lib/action_view/template.rb:144:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/5eb96d65cd7593bc/variables" for ::1 at 2016-04-25 14:48:59 -0700
+
+
+Started GET "/list/11/edit" for ::1 at 2016-04-25 14:49:16 -0700
+Processing by ListController#edit as HTML
+ Parameters: {"id"=>"11"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 11]]
+ Rendered list/edit.html.erb within layouts/application (3.9ms)
+Completed 200 OK in 27ms (Views: 25.7ms | ActiveRecord: 0.1ms)
+
+
+Started PATCH "/list/11" for ::1 at 2016-04-25 14:49:19 -0700
+Processing by ListController#update as HTML
+ Parameters: {"utf8"=>"β", "authenticity_token"=>"PDDkCe9VERr5Por7d7z1B48ep14YRKGLrfjlkAR1nSuWxDRn5vpKQJVK0FOH8V+BOyUqlen0/3ykV16oiS9gpA==", "task"=>{"title"=>"work", "description"=>"meow"}, "commit"=>"SUBMIT!!", "id"=>"11"}
+Unpermitted parameters: utf8, _method, authenticity_token, commit, id
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 11]]
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.9ms)[0m UPDATE "tasks" SET "description" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["description", "meow"], ["updated_at", "2016-04-25 21:49:19.400373"], ["id", 11]]
+ [1m[36m (0.6ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mcommit transaction[0m
+Redirected to http://localhost:3000/
+Completed 302 Found in 13ms (ActiveRecord: 1.8ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 14:49:19 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (7.1ms)
+Completed 200 OK in 24ms (Views: 23.1ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 14:49:22 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (8.3ms)
+Completed 200 OK in 25ms (Views: 23.8ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 14:50:54 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (7.8ms)
+Completed 200 OK in 32ms (Views: 30.9ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 14:50:54 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 14:50:54 -0700
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 14:50:54 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 14:50:54 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 14:50:54 -0700
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-04-25 14:50:54 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 14:50:54 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 14:50:54 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 14:50:54 -0700
+
+
+Started GET "/list/11" for ::1 at 2016-04-25 14:50:56 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"11"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 11]]
+ Rendered list/show.html.erb within layouts/application (0.2ms)
+Completed 200 OK in 19ms (Views: 17.9ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/list/11/edit" for ::1 at 2016-04-25 14:50:58 -0700
+Processing by ListController#edit as HTML
+ Parameters: {"id"=>"11"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 11]]
+ Rendered list/edit.html.erb within layouts/application (1.8ms)
+Completed 500 Internal Server Error in 10ms (ActiveRecord: 0.1ms)
+
+SyntaxError - syntax error, unexpected ')', expecting keyword_end
+...elect(Person.all, :id, :name) );@output_buffer.safe_append='
+... ^
+/Users/cristal/C5/projects/TaskListRails/task-list/app/views/list/edit.html.erb:16: syntax error, unexpected keyword_end, expecting ')'
+/Users/cristal/C5/projects/TaskListRails/task-list/app/views/list/edit.html.erb:19: syntax error, unexpected keyword_ensure, expecting ')'
+/Users/cristal/C5/projects/TaskListRails/task-list/app/views/list/edit.html.erb:21: syntax error, unexpected keyword_end, expecting ')':
+ app/views/list/edit.html.erb:12:in `'
+ actionview (4.2.6) lib/action_view/template.rb:296:in `compile'
+ actionview (4.2.6) lib/action_view/template.rb:245:in `block (2 levels) in compile!'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:244:in `block in compile!'
+ actionview (4.2.6) lib/action_view/template.rb:232:in `compile!'
+ actionview (4.2.6) lib/action_view/template.rb:144:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started GET "/list/11/edit" for ::1 at 2016-04-25 14:50:58 -0700
+Processing by ListController#edit as HTML
+ Parameters: {"id"=>"11"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 11]]
+ Rendered list/edit.html.erb within layouts/application (1.1ms)
+Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.1ms)
+
+SyntaxError - syntax error, unexpected ')', expecting keyword_end
+...elect(Person.all, :id, :name) );@output_buffer.safe_append='
+... ^
+/Users/cristal/C5/projects/TaskListRails/task-list/app/views/list/edit.html.erb:16: syntax error, unexpected keyword_end, expecting ')'
+/Users/cristal/C5/projects/TaskListRails/task-list/app/views/list/edit.html.erb:19: syntax error, unexpected keyword_ensure, expecting ')'
+/Users/cristal/C5/projects/TaskListRails/task-list/app/views/list/edit.html.erb:21: syntax error, unexpected keyword_end, expecting ')':
+ app/views/list/edit.html.erb:12:in `'
+ actionview (4.2.6) lib/action_view/template.rb:296:in `compile'
+ actionview (4.2.6) lib/action_view/template.rb:245:in `block (2 levels) in compile!'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:244:in `block in compile!'
+ actionview (4.2.6) lib/action_view/template.rb:232:in `compile!'
+ actionview (4.2.6) lib/action_view/template.rb:144:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/f0f3f0cd94720a6c/variables" for ::1 at 2016-04-25 14:50:58 -0700
+ [1m[36mPerson Load (1.7ms)[0m [1mSELECT "people".* FROM "people"[0m
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks"
+
+
+Started GET "/list/11/edit" for ::1 at 2016-04-25 14:52:17 -0700
+Processing by ListController#edit as HTML
+ Parameters: {"id"=>"11"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 11]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people"
+ Rendered list/edit.html.erb within layouts/application (20.2ms)
+Completed 200 OK in 35ms (Views: 34.1ms | ActiveRecord: 0.2ms)
+
+
+Started PATCH "/list/11" for ::1 at 2016-04-25 14:54:49 -0700
+Processing by ListController#update as HTML
+ Parameters: {"utf8"=>"β", "authenticity_token"=>"LYjy87VRRoUn/+ad3CxPXI7xlgB5v5ZPIvvEpiR9qQKHfCKdvP4d30uLvDUsYeXaOsoby4gPyLgrVH+eqSdUjQ==", "task"=>{"title"=>"work", "description"=>"meow", "person_id"=>"2"}, "commit"=>"SUBMIT!!", "id"=>"11"}
+Unpermitted parameter: person_id
+Unpermitted parameters: utf8, _method, authenticity_token, commit, id
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 11]]
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mcommit transaction[0m
+Redirected to http://localhost:3000/
+Completed 302 Found in 4ms (ActiveRecord: 0.3ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 14:54:49 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (7.3ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (14.2ms)
+Completed 200 OK in 37ms (Views: 28.5ms | ActiveRecord: 7.6ms)
+
+
+Started GET "/list/11" for ::1 at 2016-04-25 14:54:57 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"11"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 11]]
+ Rendered list/show.html.erb within layouts/application (0.3ms)
+Completed 200 OK in 19ms (Views: 18.3ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/list/11/edit" for ::1 at 2016-04-25 14:54:59 -0700
+Processing by ListController#edit as HTML
+ Parameters: {"id"=>"11"}
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 11]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people"
+ Rendered list/edit.html.erb within layouts/application (2.4ms)
+Completed 200 OK in 23ms (Views: 21.5ms | ActiveRecord: 0.3ms)
+
+
+Started PATCH "/list/11" for ::1 at 2016-04-25 14:55:02 -0700
+Processing by ListController#update as HTML
+ Parameters: {"utf8"=>"β", "authenticity_token"=>"VAfZASQnOVeGTqAYd+T13sAJkOLFfA6xPaNMDpRKUQD+8wlvLYhiDeo6+rCHqV9YdDIdKTTMUEY0DPc2GRCsjw==", "task"=>{"title"=>"work", "description"=>"meow", "person_id"=>"3"}, "commit"=>"SUBMIT!!", "id"=>"11"}
+Unpermitted parameter: person_id
+Unpermitted parameters: utf8, _method, authenticity_token, commit, id
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 11]]
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mcommit transaction[0m
+Redirected to http://localhost:3000/
+Completed 302 Found in 4ms (ActiveRecord: 0.3ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 14:55:02 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (6.9ms)
+Completed 200 OK in 29ms (Views: 28.1ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/list/11" for ::1 at 2016-04-25 14:55:09 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"11"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 11]]
+ Rendered list/show.html.erb within layouts/application (0.2ms)
+Completed 200 OK in 27ms (Views: 26.1ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/list/11/edit" for ::1 at 2016-04-25 14:55:10 -0700
+Processing by ListController#edit as HTML
+ Parameters: {"id"=>"11"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 11]]
+ [1m[35mPerson Load (0.2ms)[0m SELECT "people".* FROM "people"
+ Rendered list/edit.html.erb within layouts/application (3.7ms)
+Completed 200 OK in 23ms (Views: 22.2ms | ActiveRecord: 0.3ms)
+
+
+Started PATCH "/list/11" for ::1 at 2016-04-25 14:55:14 -0700
+Processing by ListController#update as HTML
+ Parameters: {"utf8"=>"β", "authenticity_token"=>"KcLzssbdIcd3sbDWLEhJD/qUwh+W3/CVsUIxulqO9tCDNiPcz3J6nRvF6n7cBeOJTq9P1GdvrmK47YqC19QLXw==", "task"=>{"title"=>"work", "description"=>"meow", "person_id"=>"3"}, "commit"=>"SUBMIT!!", "id"=>"11"}
+Unpermitted parameter: person_id
+Unpermitted parameters: utf8, _method, authenticity_token, commit, id
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 11]]
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mcommit transaction[0m
+Redirected to http://localhost:3000/
+Completed 302 Found in 4ms (ActiveRecord: 0.3ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 14:55:14 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (8.5ms)
+Completed 200 OK in 25ms (Views: 23.8ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/list/11" for ::1 at 2016-04-25 14:56:02 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"11"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 11]]
+ Rendered list/show.html.erb within layouts/application (0.4ms)
+Completed 200 OK in 29ms (Views: 26.9ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/list/11/edit" for ::1 at 2016-04-25 14:56:03 -0700
+Processing by ListController#edit as HTML
+ Parameters: {"id"=>"11"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 11]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people"
+ Rendered list/edit.html.erb within layouts/application (2.7ms)
+Completed 200 OK in 28ms (Views: 26.7ms | ActiveRecord: 0.2ms)
+
+
+Started PATCH "/list/11" for ::1 at 2016-04-25 14:56:05 -0700
+Processing by ListController#update as HTML
+ Parameters: {"utf8"=>"β", "authenticity_token"=>"L2XRGEhCeEEcDFSEQuoP0iT6V3p+05lK4PU3JOi0McWFkQF2Qe0jG3B4Diyyp6VUkMHasY9jx73pWowcZe7MSg==", "task"=>{"title"=>"work", "description"=>"meow", "person_id"=>"3"}, "commit"=>"SUBMIT!!", "id"=>"11"}
+Unpermitted parameter: person_id
+Unpermitted parameters: utf8, _method, authenticity_token, commit, id
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 11]]
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36m (0.0ms)[0m [1mcommit transaction[0m
+Redirected to http://localhost:3000/
+Completed 302 Found in 3ms (ActiveRecord: 0.3ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 14:56:05 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (6.1ms)
+Completed 200 OK in 24ms (Views: 22.7ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 14:57:16 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.3ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ [1m[36mPerson Load (0.3ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (14.7ms)
+Completed 200 OK in 41ms (Views: 37.8ms | ActiveRecord: 1.1ms)
+
+
+Started GET "/list/11" for ::1 at 2016-04-25 14:57:19 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"11"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 11]]
+ Rendered list/show.html.erb within layouts/application (0.4ms)
+Completed 200 OK in 17ms (Views: 16.1ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/list/11/edit" for ::1 at 2016-04-25 14:57:20 -0700
+Processing by ListController#edit as HTML
+ Parameters: {"id"=>"11"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 11]]
+ [1m[35mPerson Load (0.2ms)[0m SELECT "people".* FROM "people"
+ Rendered list/edit.html.erb within layouts/application (3.6ms)
+Completed 200 OK in 23ms (Views: 21.7ms | ActiveRecord: 0.3ms)
+
+
+Started PATCH "/list/11" for ::1 at 2016-04-25 14:57:24 -0700
+Processing by ListController#update as HTML
+ Parameters: {"utf8"=>"β", "authenticity_token"=>"+NYltZIw7DFFnSx2xIZSBWXWgDun76BUA6c6PwZjB/FSIvXbm5+3aynpdt40y/iD0e0N8FZf/qMKCIEHizn6fg==", "task"=>{"title"=>"work", "description"=>"meow", "person_id"=>"3"}, "commit"=>"SUBMIT!!", "id"=>"11"}
+Unpermitted parameters: utf8, _method, authenticity_token, commit, id
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 11]]
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mUPDATE "tasks" SET "person_id" = ?, "updated_at" = ? WHERE "tasks"."id" = ?[0m [["person_id", 3], ["updated_at", "2016-04-25 21:57:24.559307"], ["id", 11]]
+ [1m[35m (0.5ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.2ms)[0m commit transaction
+Redirected to http://localhost:3000/
+Completed 302 Found in 7ms (ActiveRecord: 1.3ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 14:57:24 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 3]]
+ Rendered list/index.html.erb within layouts/application (9.1ms)
+Completed 200 OK in 27ms (Views: 25.7ms | ActiveRecord: 0.5ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 14:59:31 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.3ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ [1m[36mPerson Load (0.4ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 3]]
+ Rendered list/index.html.erb within layouts/application (22.0ms)
+Completed 200 OK in 57ms (Views: 53.9ms | ActiveRecord: 1.3ms)
+
+
+Started GET "/list/11" for ::1 at 2016-04-25 14:59:37 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"11"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 11]]
+ Rendered list/show.html.erb within layouts/application (3.2ms)
+Completed 200 OK in 20ms (Views: 19.1ms | ActiveRecord: 0.1ms)
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 9]]
+ [1m[35mPerson Load (0.2ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+
+
+Started GET "/list/11" for ::1 at 2016-04-25 15:03:14 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"11"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 11]]
+Completed 500 Internal Server Error in 11ms (ActiveRecord: 0.5ms)
+
+NameError - uninitialized constant ListController::People:
+ activesupport (4.2.6) lib/active_support/dependencies.rb:533:in `load_missing_constant'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:184:in `const_missing'
+ app/controllers/list_controller.rb:12:in `show'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/699cbdf58abbb03a/variables" for ::1 at 2016-04-25 15:03:14 -0700
+
+
+Started GET "/list/11" for ::1 at 2016-04-25 15:03:15 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"11"}
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 11]]
+Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.2ms)
+
+NameError - uninitialized constant ListController::People:
+ activesupport (4.2.6) lib/active_support/dependencies.rb:533:in `load_missing_constant'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:184:in `const_missing'
+ app/controllers/list_controller.rb:12:in `show'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/4ce5b619e1184c8b/variables" for ::1 at 2016-04-25 15:03:15 -0700
+
+
+Started GET "/list/11" for ::1 at 2016-04-25 15:05:16 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"11"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 11]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 11]]
+Completed 404 Not Found in 11ms (ActiveRecord: 0.8ms)
+
+ActiveRecord::RecordNotFound - Couldn't find Person with 'id'=11:
+ activerecord (4.2.6) lib/active_record/core.rb:155:in `find'
+ app/controllers/list_controller.rb:12:in `show'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/737c14e7704790f9/variables" for ::1 at 2016-04-25 15:05:16 -0700
+
+
+Started GET "/list/11" for ::1 at 2016-04-25 15:05:17 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"11"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 11]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 11]]
+Completed 404 Not Found in 4ms (ActiveRecord: 0.2ms)
+
+ActiveRecord::RecordNotFound - Couldn't find Person with 'id'=11:
+ activerecord (4.2.6) lib/active_record/core.rb:155:in `find'
+ app/controllers/list_controller.rb:12:in `show'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/7b548fb4b30af118/variables" for ::1 at 2016-04-25 15:05:17 -0700
+
+
+Started GET "/list/11" for ::1 at 2016-04-25 15:05:19 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"11"}
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 11]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 11]]
+Completed 404 Not Found in 4ms (ActiveRecord: 0.3ms)
+
+ActiveRecord::RecordNotFound - Couldn't find Person with 'id'=11:
+ activerecord (4.2.6) lib/active_record/core.rb:155:in `find'
+ app/controllers/list_controller.rb:12:in `show'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/d4ade69e97c8a60d/variables" for ::1 at 2016-04-25 15:05:19 -0700
+
+
+Started GET "/list/11" for ::1 at 2016-04-25 15:05:28 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"11"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 11]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", nil]]
+Completed 404 Not Found in 10ms (ActiveRecord: 0.8ms)
+
+ActiveRecord::RecordNotFound - Couldn't find Person with 'id'=:
+ activerecord (4.2.6) lib/active_record/core.rb:155:in `find'
+ app/controllers/list_controller.rb:12:in `show'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/315e7d3f50e22faa/variables" for ::1 at 2016-04-25 15:05:28 -0700
+
+
+Started GET "/list/11" for ::1 at 2016-04-25 15:05:29 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"11"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 11]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", nil]]
+Completed 404 Not Found in 3ms (ActiveRecord: 0.2ms)
+
+ActiveRecord::RecordNotFound - Couldn't find Person with 'id'=:
+ activerecord (4.2.6) lib/active_record/core.rb:155:in `find'
+ app/controllers/list_controller.rb:12:in `show'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/18c178f8cd30352f/variables" for ::1 at 2016-04-25 15:05:30 -0700
+
+
+Started GET "/list/11" for ::1 at 2016-04-25 15:05:31 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"11"}
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 11]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", nil]]
+Completed 404 Not Found in 3ms (ActiveRecord: 0.3ms)
+
+ActiveRecord::RecordNotFound - Couldn't find Person with 'id'=:
+ activerecord (4.2.6) lib/active_record/core.rb:155:in `find'
+ app/controllers/list_controller.rb:12:in `show'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/7b7042a2c1ac3137/variables" for ::1 at 2016-04-25 15:05:31 -0700
+
+
+Started GET "/list/11" for ::1 at 2016-04-25 15:06:01 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"11"}
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 11]]
+ Rendered list/show.html.erb within layouts/application (1.7ms)
+Completed 200 OK in 34ms (Views: 25.2ms | ActiveRecord: 1.4ms)
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-04-25 15:06:01 -0700
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 15:06:01 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 15:06:01 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 15:06:01 -0700
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 15:06:01 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 15:06:01 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 15:06:01 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 15:06:01 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 15:06:01 -0700
+
+
+Started GET "/list/11" for ::1 at 2016-04-25 15:06:09 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"11"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 11]]
+ Rendered list/show.html.erb within layouts/application (0.9ms)
+Completed 200 OK in 15ms (Views: 13.6ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 15:06:09 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 15:06:09 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 15:06:09 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 15:06:09 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 15:06:09 -0700
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-04-25 15:06:09 -0700
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 15:06:09 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 15:06:09 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 15:06:09 -0700
+ [1m[36mPerson Load (3.3ms)[0m [1mSELECT "people".* FROM "people" WHERE (2)[0m
+
+
+Started GET "/list/11" for ::1 at 2016-04-25 15:07:13 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"11"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 11]]
+ Rendered list/show.html.erb within layouts/application (0.4ms)
+Completed 200 OK in 26ms (Views: 17.0ms | ActiveRecord: 0.5ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 15:07:13 -0700
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-04-25 15:07:13 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 15:07:13 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 15:07:13 -0700
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 15:07:13 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 15:07:13 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 15:07:13 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 15:07:13 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 15:07:13 -0700
+
+
+Started GET "/list/11" for ::1 at 2016-04-25 15:07:14 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"11"}
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 11]]
+ Rendered list/show.html.erb within layouts/application (0.4ms)
+Completed 200 OK in 17ms (Views: 14.5ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 15:07:14 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 15:07:14 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 15:07:14 -0700
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 15:07:14 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 15:07:14 -0700
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-04-25 15:07:14 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 15:07:14 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 15:07:14 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 15:07:14 -0700
+
+
+Started GET "/list/11" for ::1 at 2016-04-25 15:07:21 -0700
+
+SyntaxError - syntax error, unexpected ':'
+ @people = Person.where(@list.person_id: params[:person_id])
+ ^
+/Users/cristal/C5/projects/TaskListRails/task-list/app/controllers/list_controller.rb:12: syntax error, unexpected ')', expecting keyword_end
+/Users/cristal/C5/projects/TaskListRails/task-list/app/controllers/list_controller.rb:67: syntax error, unexpected end-of-input, expecting keyword_end:
+ app/controllers/list_controller.rb:12:in `'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:457:in `block in load_file'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:647:in `new_constants_in'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:456:in `load_file'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:354:in `require_or_load'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:494:in `load_missing_constant'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:184:in `const_missing'
+ activesupport (4.2.6) lib/active_support/inflector/methods.rb:261:in `block in constantize'
+ activesupport (4.2.6) lib/active_support/inflector/methods.rb:259:in `constantize'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:566:in `get'
+ activesupport (4.2.6) lib/active_support/dependencies.rb:597:in `constantize'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:70:in `controller_reference'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:60:in `controller'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:39:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/eafba5f0ecc174ad/variables" for ::1 at 2016-04-25 15:07:22 -0700
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mPerson Load (0.3ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", nil]]
+
+
+Started GET "/list/11" for ::1 at 2016-04-25 15:09:10 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"11"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 11]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 3]]
+ Rendered list/show.html.erb within layouts/application (0.4ms)
+Completed 200 OK in 32ms (Views: 20.8ms | ActiveRecord: 0.8ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 15:09:10 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 15:09:10 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 15:09:10 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 15:09:10 -0700
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-04-25 15:09:10 -0700
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 15:09:10 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 15:09:10 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 15:09:10 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 15:09:10 -0700
+
+
+Started GET "/list/11/edit" for ::1 at 2016-04-25 15:09:16 -0700
+Processing by ListController#edit as HTML
+ Parameters: {"id"=>"11"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 11]]
+ [1m[36mPerson Load (0.4ms)[0m [1mSELECT "people".* FROM "people"[0m
+ Rendered list/edit.html.erb within layouts/application (3.2ms)
+Completed 200 OK in 20ms (Views: 18.2ms | ActiveRecord: 0.5ms)
+
+
+Started PATCH "/list/11" for ::1 at 2016-04-25 15:09:20 -0700
+Processing by ListController#update as HTML
+ Parameters: {"utf8"=>"β", "authenticity_token"=>"LbY8JSTPougyKdTPwKMOmtvld686ikcpSKufsxM5O56HQuxLLWD5sl5djmcw7qQcb976ZMs6Gd5BBCSLnmPGEQ==", "task"=>{"title"=>"work", "description"=>"meow", "person_id"=>"2"}, "commit"=>"SUBMIT!!", "id"=>"11"}
+Unpermitted parameters: utf8, _method, authenticity_token, commit, id
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 11]]
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m UPDATE "tasks" SET "person_id" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["person_id", 2], ["updated_at", "2016-04-25 22:09:20.090144"], ["id", 11]]
+ [1m[36m (0.7ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mcommit transaction[0m
+Redirected to http://localhost:3000/
+Completed 302 Found in 7ms (ActiveRecord: 1.4ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 15:09:20 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ [1m[36mPerson Load (0.3ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (12.5ms)
+Completed 200 OK in 34ms (Views: 32.6ms | ActiveRecord: 0.6ms)
+ [1m[36mTask Load (1.6ms)[0m [1mSELECT "tasks".* FROM "tasks" GROUP BY 2[0m
+ [1m[35mTask Load (0.9ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY 2
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" GROUP BY "tasks"."person_id"[0m
+ [1m[35m (0.8ms)[0m SELECT COUNT(*) AS count_all, person_id AS person_id FROM "tasks" GROUP BY "tasks"."person_id"
+ [1m[36m (0.2ms)[0m [1mSELECT COUNT(*) AS count_all, person_id AS person_id FROM "tasks" WHERE "tasks"."completed_on" IS NULL GROUP BY "tasks"."person_id"[0m
+
+
+Started GET "/" for ::1 at 2016-04-25 15:37:00 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.4ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (28.5ms)
+Completed 200 OK in 62ms (Views: 56.0ms | ActiveRecord: 1.1ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 15:37:01 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mPerson Load (0.3ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (12.6ms)
+Completed 200 OK in 30ms (Views: 28.7ms | ActiveRecord: 0.5ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 15:37:01 -0700
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-04-25 15:37:01 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 15:37:01 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 15:37:01 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 15:37:01 -0700
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 15:37:01 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 15:37:01 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 15:37:01 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 15:37:01 -0700
+
+
+Started GET "/list/11" for ::1 at 2016-04-25 15:37:03 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"11"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 11]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ Rendered list/show.html.erb within layouts/application (1.4ms)
+Completed 200 OK in 22ms (Views: 20.0ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 15:37:18 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mPerson Load (0.2ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (20.6ms)
+Completed 200 OK in 50ms (Views: 47.6ms | ActiveRecord: 1.0ms)
+
+
+Started GET "/list/1" for ::1 at 2016-04-25 15:37:19 -0700
+Processing by ListController#show as HTML
+ Parameters: {"person_id"=>"1"}
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", nil]]
+Completed 404 Not Found in 4ms (ActiveRecord: 0.2ms)
+
+ActiveRecord::RecordNotFound - Couldn't find Task with 'id'=:
+ activerecord (4.2.6) lib/active_record/core.rb:155:in `find'
+ app/controllers/list_controller.rb:8:in `show'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started GET "/list/1" for ::1 at 2016-04-25 15:37:19 -0700
+Processing by ListController#show as HTML
+ Parameters: {"person_id"=>"1"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", nil]]
+Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms)
+
+ActiveRecord::RecordNotFound - Couldn't find Task with 'id'=:
+ activerecord (4.2.6) lib/active_record/core.rb:155:in `find'
+ app/controllers/list_controller.rb:8:in `show'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/0c9a10c98684b737/variables" for ::1 at 2016-04-25 15:37:19 -0700
+
+
+Started GET "/list/1" for ::1 at 2016-04-25 15:37:30 -0700
+
+ActionController::RoutingError (No route matches [GET] "/list/1"):
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.7ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.9ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.8ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.2ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (72.1ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.6ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (49.5ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (120.1ms)
+
+
+Started GET "/list/1" for ::1 at 2016-04-25 15:37:31 -0700
+
+ActionController::RoutingError (No route matches [GET] "/list/1"):
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.9ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (7.6ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (68.9ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (42.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (93.8ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 15:37:42 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (1.0ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (17.8ms)
+Completed 200 OK in 42ms (Views: 36.9ms | ActiveRecord: 1.6ms)
+
+
+Started GET "/list/2" for ::1 at 2016-04-25 15:37:44 -0700
+
+ActionController::RoutingError (No route matches [GET] "/list/2"):
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.2ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.1ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.8ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (61.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.5ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (1.1ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (44.2ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (1.2ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.9ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (100.9ms)
+
+
+Started GET "/list/2" for ::1 at 2016-04-25 15:37:45 -0700
+
+ActionController::RoutingError (No route matches [GET] "/list/2"):
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.9ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.0ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.1ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (7.9ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (67.7ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.6ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.5ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (40.5ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.7ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (93.1ms)
+
+
+Started GET "/list/2" for ::1 at 2016-04-25 15:38:10 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"2"}
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mPerson Load (0.2ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", nil]]
+Completed 404 Not Found in 11ms (ActiveRecord: 1.0ms)
+
+ActiveRecord::RecordNotFound - Couldn't find Person with 'id'=:
+ activerecord (4.2.6) lib/active_record/core.rb:155:in `find'
+ app/controllers/list_controller.rb:9:in `show'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/415509812c8e6531/variables" for ::1 at 2016-04-25 15:38:10 -0700
+
+
+Started GET "/list/2" for ::1 at 2016-04-25 15:38:11 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"2"}
+ [1m[36mTask Load (0.3ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", nil]]
+Completed 404 Not Found in 3ms (ActiveRecord: 0.4ms)
+
+ActiveRecord::RecordNotFound - Couldn't find Person with 'id'=:
+ activerecord (4.2.6) lib/active_record/core.rb:155:in `find'
+ app/controllers/list_controller.rb:9:in `show'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/04fbacb7760053fd/variables" for ::1 at 2016-04-25 15:38:11 -0700
+
+
+Started GET "/list/2" for ::1 at 2016-04-25 15:38:12 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"2"}
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", nil]]
+Completed 404 Not Found in 6ms (ActiveRecord: 0.3ms)
+
+ActiveRecord::RecordNotFound - Couldn't find Person with 'id'=:
+ activerecord (4.2.6) lib/active_record/core.rb:155:in `find'
+ app/controllers/list_controller.rb:9:in `show'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/f716c13d2357287d/variables" for ::1 at 2016-04-25 15:38:12 -0700
+
+
+Started GET "/" for ::1 at 2016-04-25 15:38:16 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.5ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (20.2ms)
+Completed 200 OK in 52ms (Views: 48.5ms | ActiveRecord: 1.1ms)
+
+
+Started GET "/list/2" for ::1 at 2016-04-25 15:38:18 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"2"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", nil]]
+Completed 404 Not Found in 2ms (ActiveRecord: 0.2ms)
+
+ActiveRecord::RecordNotFound - Couldn't find Person with 'id'=:
+ activerecord (4.2.6) lib/active_record/core.rb:155:in `find'
+ app/controllers/list_controller.rb:9:in `show'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started GET "/list/2" for ::1 at 2016-04-25 15:38:18 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"2"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", nil]]
+Completed 404 Not Found in 2ms (ActiveRecord: 0.2ms)
+
+ActiveRecord::RecordNotFound - Couldn't find Person with 'id'=:
+ activerecord (4.2.6) lib/active_record/core.rb:155:in `find'
+ app/controllers/list_controller.rb:9:in `show'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/067a65bcbf596e5d/variables" for ::1 at 2016-04-25 15:38:18 -0700
+
+
+Started GET "/list/2" for ::1 at 2016-04-25 15:38:29 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"2"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", nil]]
+Completed 404 Not Found in 11ms (ActiveRecord: 0.9ms)
+
+ActiveRecord::RecordNotFound - Couldn't find Person with 'id'=:
+ activerecord (4.2.6) lib/active_record/core.rb:155:in `find'
+ app/controllers/list_controller.rb:9:in `show'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/d7ac167519189d3e/variables" for ::1 at 2016-04-25 15:38:29 -0700
+
+
+Started GET "/list/2" for ::1 at 2016-04-25 15:38:30 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"2"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", nil]]
+Completed 404 Not Found in 2ms (ActiveRecord: 0.1ms)
+
+ActiveRecord::RecordNotFound - Couldn't find Person with 'id'=:
+ activerecord (4.2.6) lib/active_record/core.rb:155:in `find'
+ app/controllers/list_controller.rb:9:in `show'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/26ca0124e8693df8/variables" for ::1 at 2016-04-25 15:38:30 -0700
+
+
+Started GET "/list/2" for ::1 at 2016-04-25 15:38:31 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"2"}
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", nil]]
+Completed 404 Not Found in 3ms (ActiveRecord: 0.3ms)
+
+ActiveRecord::RecordNotFound - Couldn't find Person with 'id'=:
+ activerecord (4.2.6) lib/active_record/core.rb:155:in `find'
+ app/controllers/list_controller.rb:9:in `show'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/8037729bb9b74167/variables" for ::1 at 2016-04-25 15:38:31 -0700
+
+
+Started GET "/list/2" for ::1 at 2016-04-25 15:39:07 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"2"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 2]]
+ Rendered list/show.html.erb within layouts/application (0.5ms)
+Completed 200 OK in 33ms (Views: 25.0ms | ActiveRecord: 0.7ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 15:39:07 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 15:39:07 -0700
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 15:39:07 -0700
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-04-25 15:39:07 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 15:39:07 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 15:39:07 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 15:39:07 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 15:39:07 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 15:39:07 -0700
+
+
+Started GET "/list/2" for ::1 at 2016-04-25 15:39:39 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"2"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 2]]
+ Rendered list/show.html.erb within layouts/application (0.3ms)
+Completed 200 OK in 23ms (Views: 17.1ms | ActiveRecord: 0.5ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 15:39:39 -0700
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 15:39:39 -0700
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-04-25 15:39:39 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 15:39:39 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 15:39:39 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 15:39:39 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 15:39:39 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 15:39:39 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 15:39:39 -0700
+
+
+Started GET "/" for ::1 at 2016-04-25 15:39:41 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (13.4ms)
+Completed 200 OK in 31ms (Views: 29.9ms | ActiveRecord: 0.7ms)
+
+
+Started GET "/list/1" for ::1 at 2016-04-25 15:39:42 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"1"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 1]]
+ Rendered list/show.html.erb within layouts/application (0.5ms)
+Completed 200 OK in 17ms (Views: 16.4ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 15:39:46 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (6.8ms)
+Completed 200 OK in 24ms (Views: 22.7ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/list/10" for ::1 at 2016-04-25 15:39:48 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"10"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 10]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ Rendered list/show.html.erb within layouts/application (0.7ms)
+Completed 200 OK in 19ms (Views: 17.9ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 15:40:19 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (7.0ms)
+Completed 200 OK in 24ms (Views: 22.5ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/list/10" for ::1 at 2016-04-25 15:40:21 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"10"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 10]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ Rendered list/show.html.erb within layouts/application (0.3ms)
+Completed 200 OK in 18ms (Views: 16.7ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 15:40:22 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (6.8ms)
+Completed 200 OK in 24ms (Views: 23.6ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/list/2" for ::1 at 2016-04-25 15:40:24 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"2"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 2]]
+ Rendered list/show.html.erb within layouts/application (0.3ms)
+Completed 200 OK in 20ms (Views: 19.2ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 15:40:25 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (9.8ms)
+Completed 200 OK in 28ms (Views: 26.9ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/list/4" for ::1 at 2016-04-25 15:40:27 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"4"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 4]]
+ Rendered list/show.html.erb within layouts/application (0.2ms)
+Completed 200 OK in 17ms (Views: 16.1ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/list/4" for ::1 at 2016-04-25 15:41:10 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"4"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 4]]
+ Rendered list/show.html.erb within layouts/application (1.1ms)
+Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.1ms)
+
+SyntaxError - syntax error, unexpected keyword_ensure, expecting keyword_end
+/Users/cristal/C5/projects/TaskListRails/task-list/app/views/list/show.html.erb:24: syntax error, unexpected end-of-input, expecting keyword_end:
+ app/views/list/show.html.erb:22:in `'
+ actionview (4.2.6) lib/action_view/template.rb:296:in `compile'
+ actionview (4.2.6) lib/action_view/template.rb:245:in `block (2 levels) in compile!'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:244:in `block in compile!'
+ actionview (4.2.6) lib/action_view/template.rb:232:in `compile!'
+ actionview (4.2.6) lib/action_view/template.rb:144:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/d98aedf9a233fadf/variables" for ::1 at 2016-04-25 15:41:10 -0700
+
+
+Started GET "/list/4" for ::1 at 2016-04-25 15:41:11 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"4"}
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 4]]
+ Rendered list/show.html.erb within layouts/application (1.1ms)
+Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.2ms)
+
+SyntaxError - syntax error, unexpected keyword_ensure, expecting keyword_end
+/Users/cristal/C5/projects/TaskListRails/task-list/app/views/list/show.html.erb:24: syntax error, unexpected end-of-input, expecting keyword_end:
+ app/views/list/show.html.erb:22:in `'
+ actionview (4.2.6) lib/action_view/template.rb:296:in `compile'
+ actionview (4.2.6) lib/action_view/template.rb:245:in `block (2 levels) in compile!'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:244:in `block in compile!'
+ actionview (4.2.6) lib/action_view/template.rb:232:in `compile!'
+ actionview (4.2.6) lib/action_view/template.rb:144:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/3d763c48a364ce73/variables" for ::1 at 2016-04-25 15:41:11 -0700
+
+
+Started GET "/list/4" for ::1 at 2016-04-25 15:41:24 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"4"}
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 4]]
+ Rendered list/show.html.erb within layouts/application (2.6ms)
+Completed 200 OK in 20ms (Views: 18.6ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 15:41:24 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 15:41:24 -0700
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-04-25 15:41:24 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 15:41:24 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 15:41:24 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 15:41:24 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 15:41:24 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 15:41:24 -0700
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 15:41:24 -0700
+
+
+Started GET "/" for ::1 at 2016-04-25 15:41:25 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (7.2ms)
+Completed 200 OK in 24ms (Views: 22.6ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/list/10" for ::1 at 2016-04-25 15:41:27 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"10"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 10]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ Rendered list/show.html.erb within layouts/application (1.7ms)
+Completed 200 OK in 18ms (Views: 16.9ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 15:41:29 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (7.7ms)
+Completed 200 OK in 23ms (Views: 21.9ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/list/1" for ::1 at 2016-04-25 15:41:30 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"1"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 1]]
+ Rendered list/show.html.erb within layouts/application (0.3ms)
+Completed 200 OK in 19ms (Views: 17.7ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 15:41:32 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (7.0ms)
+Completed 200 OK in 24ms (Views: 22.7ms | ActiveRecord: 0.3ms)
+
+
+Started PATCH "/list/1/incomplete" for ::1 at 2016-04-25 15:41:33 -0700
+Processing by ListController#incomplete as HTML
+ Parameters: {"authenticity_token"=>"igi37SqKtmbhcHxCoTp3RnfhZmo7D24WkiK+Y4Pcey8g/GeDIyXtPI0EJupRd93Aw9rrocq/MOGbjQVbDoaGoA==", "id"=>"1"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.8ms)[0m [1mUPDATE "tasks" SET "completed_on" = ?, "updated_at" = ? WHERE "tasks"."id" = ?[0m [["completed_on", nil], ["updated_at", "2016-04-25 22:41:33.493086"], ["id", 1]]
+ [1m[35m (0.8ms)[0m commit transaction
+Redirected to http://localhost:3000/
+Completed 302 Found in 7ms (ActiveRecord: 1.8ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 15:41:33 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (14.3ms)
+Completed 200 OK in 32ms (Views: 30.2ms | ActiveRecord: 0.5ms)
+
+
+Started GET "/list/1" for ::1 at 2016-04-25 15:41:34 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"1"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 1]]
+ Rendered list/show.html.erb within layouts/application (0.3ms)
+Completed 200 OK in 19ms (Views: 18.5ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 15:41:37 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (8.5ms)
+Completed 200 OK in 26ms (Views: 25.0ms | ActiveRecord: 0.3ms)
+
+
+Started PATCH "/list/2/complete" for ::1 at 2016-04-25 15:41:38 -0700
+Processing by ListController#complete as HTML
+ Parameters: {"authenticity_token"=>"ZoY08PkaZq9hVHK3wNhPcGwxPaeWkzdO463kNrwieqzMcuSe8LU99Q0gKB8wleX22AqwbGcjabnqAl8OMXiHIw==", "id"=>"2"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m UPDATE "tasks" SET "completed_on" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["completed_on", "2016-04-25 22:41:38.846306"], ["updated_at", "2016-04-25 22:41:38.847824"], ["id", 2]]
+ [1m[36m (0.6ms)[0m [1mcommit transaction[0m
+Redirected to http://localhost:3000/
+Completed 302 Found in 7ms (ActiveRecord: 1.1ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 15:41:38 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (12.0ms)
+Completed 200 OK in 33ms (Views: 32.0ms | ActiveRecord: 0.6ms)
+
+
+Started PATCH "/list/1/complete" for ::1 at 2016-04-25 15:41:40 -0700
+Processing by ListController#complete as HTML
+ Parameters: {"authenticity_token"=>"qY6T2ysHTeRn/D9xqd4IVWt0uaHs3JxhDcwU0F8YS2cDekO1IqgWvguIZdlZk6LT3080ah1swpYEY6/o0kK26A==", "id"=>"1"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.5ms)[0m [1mUPDATE "tasks" SET "completed_on" = ?, "updated_at" = ? WHERE "tasks"."id" = ?[0m [["completed_on", "2016-04-25 22:41:40.093694"], ["updated_at", "2016-04-25 22:41:40.094588"], ["id", 1]]
+ [1m[35m (0.8ms)[0m commit transaction
+Redirected to http://localhost:3000/
+Completed 302 Found in 5ms (ActiveRecord: 1.5ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 15:41:40 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.3ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ [1m[35mPerson Load (0.2ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (16.1ms)
+Completed 200 OK in 45ms (Views: 43.2ms | ActiveRecord: 0.6ms)
+
+
+Started PATCH "/list/4/complete" for ::1 at 2016-04-25 15:41:42 -0700
+Processing by ListController#complete as HTML
+ Parameters: {"authenticity_token"=>"vEawceleNVLiNvl0xHUX9yQSCye2JF4KlyLm4DluWqAWsmAf4PFuCI5Co9w0OL1xkCmG7EeUAP2ejV3YtDSnLw==", "id"=>"4"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 4]]
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m UPDATE "tasks" SET "completed_on" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["completed_on", "2016-04-25 22:41:42.695265"], ["updated_at", "2016-04-25 22:41:42.695716"], ["id", 4]]
+ [1m[36m (0.7ms)[0m [1mcommit transaction[0m
+Redirected to http://localhost:3000/
+Completed 302 Found in 4ms (ActiveRecord: 1.1ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 15:41:42 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (13.0ms)
+Completed 200 OK in 36ms (Views: 34.8ms | ActiveRecord: 0.5ms)
+
+
+Started GET "/list/5" for ::1 at 2016-04-25 15:41:47 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"5"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 5]]
+ Rendered list/show.html.erb within layouts/application (0.3ms)
+Completed 200 OK in 20ms (Views: 19.3ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/list/5/edit" for ::1 at 2016-04-25 15:41:49 -0700
+Processing by ListController#edit as HTML
+ Parameters: {"id"=>"5"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 5]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people"[0m
+ Rendered list/edit.html.erb within layouts/application (5.0ms)
+Completed 200 OK in 25ms (Views: 23.5ms | ActiveRecord: 0.2ms)
+
+
+Started PATCH "/list/5" for ::1 at 2016-04-25 15:41:52 -0700
+Processing by ListController#update as HTML
+ Parameters: {"utf8"=>"β", "authenticity_token"=>"mDL9Db/WGAZ7GwMK0yM9O6/yI5yp1iFVKKJyO2e+mnkyxi1jtnlDXBdvWaIjbpe9G8muV1hmf6IhDckD6uRn9g==", "task"=>{"title"=>"Play Video Games", "description"=>"", "person_id"=>"1"}, "commit"=>"SUBMIT!!", "id"=>"5"}
+Unpermitted parameters: utf8, _method, authenticity_token, commit, id
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 5]]
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m UPDATE "tasks" SET "person_id" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["person_id", 1], ["updated_at", "2016-04-25 22:41:52.184798"], ["id", 5]]
+ [1m[36m (0.5ms)[0m [1mcommit transaction[0m
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36m (0.1ms)[0m [1mcommit transaction[0m
+Redirected to http://localhost:3000/
+Completed 302 Found in 6ms (ActiveRecord: 1.2ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 15:41:52 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mCACHE (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mPerson Load (0.2ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (11.5ms)
+Completed 200 OK in 30ms (Views: 29.1ms | ActiveRecord: 0.5ms)
+
+
+Started GET "/list/1" for ::1 at 2016-04-25 15:42:05 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"1"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 1]]
+ Rendered list/show.html.erb within layouts/application (0.9ms)
+Completed 200 OK in 19ms (Views: 17.8ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/list/1" for ::1 at 2016-04-25 15:42:12 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"1"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 1]]
+ Rendered list/show.html.erb within layouts/application (0.4ms)
+Completed 200 OK in 23ms (Views: 16.9ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 15:42:12 -0700
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-04-25 15:42:12 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 15:42:12 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 15:42:12 -0700
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 15:42:12 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 15:42:12 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 15:42:12 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 15:42:12 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 15:42:12 -0700
+
+
+Started GET "/people/1" for ::1 at 2016-04-25 15:42:18 -0700
+Processing by PeopleController#show as HTML
+ Parameters: {"id"=>"1"}
+ [1m[35m (0.2ms)[0m SELECT COUNT(*) AS count_all, person_id AS person_id FROM "tasks" GROUP BY "tasks"."person_id"
+Completed 500 Internal Server Error in 11ms (ActiveRecord: 0.2ms)
+
+ActionView::MissingTemplate - Missing template people/show, application/show with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :coffee, :jbuilder]}. Searched in:
+ * "/Users/cristal/C5/projects/TaskListRails/task-list/app/views"
+:
+ actionview (4.2.6) lib/action_view/path_set.rb:46:in `find'
+ actionview (4.2.6) lib/action_view/lookup_context.rb:121:in `find'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:40:in `determine_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:8:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/f0ccc1b149d011e2/variables" for ::1 at 2016-04-25 15:42:18 -0700
+ [1m[36mTask Load (0.3ms)[0m [1mSELECT "tasks".* FROM "tasks"[0m
+
+
+Started GET "/people/1" for ::1 at 2016-04-25 15:43:05 -0700
+
+ActionController::RoutingError (No route matches [GET] "/people/1"):
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.9ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.7ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.8ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (68.1ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.5ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (43.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (110.7ms)
+
+
+Started GET "/people" for ::1 at 2016-04-25 15:43:08 -0700
+Processing by PeopleController#show as HTML
+ [1m[35m (0.2ms)[0m SELECT COUNT(*) AS count_all, person_id AS person_id FROM "tasks" GROUP BY "tasks"."person_id"
+Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.4ms)
+
+ActionView::MissingTemplate - Missing template people/show, application/show with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :coffee, :jbuilder]}. Searched in:
+ * "/Users/cristal/C5/projects/TaskListRails/task-list/app/views"
+:
+ actionview (4.2.6) lib/action_view/path_set.rb:46:in `find'
+ actionview (4.2.6) lib/action_view/lookup_context.rb:121:in `find'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:40:in `determine_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:8:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/5dcf44f6a5fcfd4e/variables" for ::1 at 2016-04-25 15:43:08 -0700
+ [1m[36mTask Load (0.3ms)[0m [1mSELECT "tasks".* FROM "tasks"[0m
+
+
+Started GET "/people" for ::1 at 2016-04-25 15:43:09 -0700
+Processing by PeopleController#show as HTML
+ [1m[35m (0.1ms)[0m SELECT COUNT(*) AS count_all, person_id AS person_id FROM "tasks" GROUP BY "tasks"."person_id"
+Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.1ms)
+
+ActionView::MissingTemplate - Missing template people/show, application/show with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :coffee, :jbuilder]}. Searched in:
+ * "/Users/cristal/C5/projects/TaskListRails/task-list/app/views"
+:
+ actionview (4.2.6) lib/action_view/path_set.rb:46:in `find'
+ actionview (4.2.6) lib/action_view/lookup_context.rb:121:in `find'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:40:in `determine_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:8:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/e79167c8091d2d6e/variables" for ::1 at 2016-04-25 15:43:09 -0700
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks"[0m
+
+
+Started GET "/people" for ::1 at 2016-04-25 15:43:26 -0700
+Processing by PeopleController#index as HTML
+Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.0ms)
+
+ActionView::MissingTemplate - Missing template people/index, application/index with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :coffee, :jbuilder]}. Searched in:
+ * "/Users/cristal/C5/projects/TaskListRails/task-list/app/views"
+:
+ actionview (4.2.6) lib/action_view/path_set.rb:46:in `find'
+ actionview (4.2.6) lib/action_view/lookup_context.rb:121:in `find'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:40:in `determine_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:8:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/f8e90c7a5254c4c2/variables" for ::1 at 2016-04-25 15:43:26 -0700
+ [1m[35mPerson Load (0.3ms)[0m SELECT "people".* FROM "people" ORDER BY "people"."name" ASC
+
+
+Started GET "/people" for ::1 at 2016-04-25 15:43:27 -0700
+Processing by PeopleController#index as HTML
+Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.0ms)
+
+ActionView::MissingTemplate - Missing template people/index, application/index with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :coffee, :jbuilder]}. Searched in:
+ * "/Users/cristal/C5/projects/TaskListRails/task-list/app/views"
+:
+ actionview (4.2.6) lib/action_view/path_set.rb:46:in `find'
+ actionview (4.2.6) lib/action_view/lookup_context.rb:121:in `find'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:40:in `determine_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:8:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/eaa2a04ce38babe3/variables" for ::1 at 2016-04-25 15:43:27 -0700
+ [1m[36mPerson Load (0.7ms)[0m [1mSELECT "people".* FROM "people" ORDER BY "people"."name" ASC[0m
+
+
+Started GET "/people/1" for ::1 at 2016-04-25 15:49:00 -0700
+Processing by PeopleController#index as HTML
+ Parameters: {"id"=>"1"}
+ Rendered people/index.html.erb within layouts/application (1.1ms)
+Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.0ms)
+
+SyntaxError - syntax error, unexpected keyword_ensure, expecting keyword_end
+/Users/cristal/C5/projects/TaskListRails/task-list/app/views/people/index.html.erb:8: syntax error, unexpected end-of-input, expecting keyword_end:
+ app/views/people/index.html.erb:6:in `'
+ actionview (4.2.6) lib/action_view/template.rb:296:in `compile'
+ actionview (4.2.6) lib/action_view/template.rb:245:in `block (2 levels) in compile!'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:244:in `block in compile!'
+ actionview (4.2.6) lib/action_view/template.rb:232:in `compile!'
+ actionview (4.2.6) lib/action_view/template.rb:144:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/ae4e01b8968c629e/variables" for ::1 at 2016-04-25 15:49:01 -0700
+ [1m[35mPerson Load (0.5ms)[0m SELECT "people".* FROM "people" ORDER BY "people"."name" ASC
+
+
+Started GET "/people/1" for ::1 at 2016-04-25 15:49:13 -0700
+Processing by PeopleController#index as HTML
+ Parameters: {"id"=>"1"}
+ Rendered people/index.html.erb within layouts/application (4.6ms)
+Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.0ms)
+
+NoMethodError - undefined method `each' for nil:NilClass:
+ app/views/people/index.html.erb:3:in `_app_views_people_index_html_erb__1652563106903485691_70144359486000'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/c8e863f3ac5d7306/variables" for ::1 at 2016-04-25 15:49:14 -0700
+ [1m[36mPerson Load (0.2ms)[0m [1mSELECT "people".* FROM "people" ORDER BY "people"."name" ASC[0m
+
+
+Started GET "/people/1" for ::1 at 2016-04-25 15:49:14 -0700
+Processing by PeopleController#index as HTML
+ Parameters: {"id"=>"1"}
+ Rendered people/index.html.erb within layouts/application (3.9ms)
+Completed 500 Internal Server Error in 8ms (ActiveRecord: 0.0ms)
+
+NoMethodError - undefined method `each' for nil:NilClass:
+ app/views/people/index.html.erb:3:in `_app_views_people_index_html_erb__1652563106903485691_70144359486000'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/ad25b74a53d2de0c/variables" for ::1 at 2016-04-25 15:49:15 -0700
+ [1m[35mPerson Load (0.4ms)[0m SELECT "people".* FROM "people" ORDER BY "people"."name" ASC
+
+
+Started GET "/people/1" for ::1 at 2016-04-25 15:50:02 -0700
+Processing by PeopleController#index as HTML
+ Parameters: {"id"=>"1"}
+ [1m[36mPerson Load (0.2ms)[0m [1mSELECT "people".* FROM "people" ORDER BY "people"."name" ASC[0m
+ Rendered people/index.html.erb within layouts/application (3.7ms)
+Completed 200 OK in 29ms (Views: 25.8ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 15:50:02 -0700
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-04-25 15:50:02 -0700
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 15:50:02 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 15:50:02 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 15:50:02 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 15:50:02 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 15:50:02 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 15:50:02 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 15:50:02 -0700
+
+
+Started GET "/people/1" for ::1 at 2016-04-25 15:50:19 -0700
+Processing by PeopleController#index as HTML
+ Parameters: {"id"=>"1"}
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" ORDER BY "people"."name" ASC
+ Rendered people/index.html.erb within layouts/application (1.5ms)
+Completed 200 OK in 27ms (Views: 26.0ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 15:50:19 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 15:50:19 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 15:50:19 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 15:50:19 -0700
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-04-25 15:50:19 -0700
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 15:50:19 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 15:50:19 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 15:50:19 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 15:50:19 -0700
+
+
+Started GET "/" for ::1 at 2016-04-25 15:50:29 -0700
+Processing by ListController#index as HTML
+ Rendered list/index.html.erb within layouts/application (2.8ms)
+Completed 500 Internal Server Error in 10ms (ActiveRecord: 0.0ms)
+
+NoMethodError - undefined method `each' for nil:NilClass:
+ app/views/list/index.html.erb:3:in `_app_views_list_index_html_erb__1452974223913693129_70144406456180'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started GET "/" for ::1 at 2016-04-25 15:50:29 -0700
+Processing by ListController#index as HTML
+ Rendered list/index.html.erb within layouts/application (5.0ms)
+Completed 500 Internal Server Error in 8ms (ActiveRecord: 0.0ms)
+
+NoMethodError - undefined method `each' for nil:NilClass:
+ app/views/list/index.html.erb:3:in `_app_views_list_index_html_erb__1452974223913693129_70144414239720'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/e7b58270fc77b3a8/variables" for ::1 at 2016-04-25 15:50:29 -0700
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" ORDER BY "people"."id" ASC[0m
+
+
+Started GET "/" for ::1 at 2016-04-25 15:50:41 -0700
+Processing by ListController#index as HTML
+ Rendered list/index.html.erb within layouts/application (3.2ms)
+Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.0ms)
+
+NoMethodError - undefined method `each' for nil:NilClass:
+ app/views/list/index.html.erb:3:in `_app_views_list_index_html_erb__1452974223913693129_70144414239720'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/f7a23494ef12011e/variables" for ::1 at 2016-04-25 15:50:42 -0700
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" ORDER BY "people"."id" ASC
+
+
+Started GET "/" for ::1 at 2016-04-25 15:50:42 -0700
+Processing by ListController#index as HTML
+ Rendered list/index.html.erb within layouts/application (6.9ms)
+Completed 500 Internal Server Error in 13ms (ActiveRecord: 0.0ms)
+
+NoMethodError - undefined method `each' for nil:NilClass:
+ app/views/list/index.html.erb:3:in `_app_views_list_index_html_erb__1452974223913693129_70144414239720'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/01022b97b783532f/variables" for ::1 at 2016-04-25 15:50:43 -0700
+ [1m[36mPerson Load (0.2ms)[0m [1mSELECT "people".* FROM "people" ORDER BY "people"."id" ASC[0m
+
+
+Started GET "/" for ::1 at 2016-04-25 15:51:39 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.3ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (16.9ms)
+Completed 200 OK in 39ms (Views: 35.2ms | ActiveRecord: 0.9ms)
+
+
+Started GET "/list/1" for ::1 at 2016-04-25 15:51:41 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"1"}
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 1]]
+ Rendered list/show.html.erb within layouts/application (0.3ms)
+Completed 200 OK in 20ms (Views: 18.1ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/people/1" for ::1 at 2016-04-25 15:51:45 -0700
+Processing by PeopleController#index as HTML
+ Parameters: {"id"=>"1"}
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" ORDER BY "people"."id" ASC[0m
+ Rendered people/index.html.erb within layouts/application (1.1ms)
+Completed 200 OK in 72ms (Views: 71.0ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/people/" for ::1 at 2016-04-25 15:51:55 -0700
+
+ActionController::RoutingError (No route matches [GET] "/people"):
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.8ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.9ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (68.8ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (41.6ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.6ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (95.3ms)
+
+
+Started GET "/people/" for ::1 at 2016-04-25 15:52:01 -0700
+Processing by PeopleController#index as HTML
+ [1m[35mPerson Load (0.2ms)[0m SELECT "people".* FROM "people" ORDER BY "people"."id" ASC
+ Rendered people/index.html.erb within layouts/application (4.5ms)
+Completed 200 OK in 22ms (Views: 18.9ms | ActiveRecord: 0.5ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 15:52:01 -0700
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 15:52:01 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 15:52:01 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 15:52:01 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 15:52:01 -0700
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-04-25 15:52:01 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 15:52:01 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 15:52:01 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 15:52:01 -0700
+
+
+Started GET "/" for ::1 at 2016-04-25 15:52:06 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (12.0ms)
+Completed 200 OK in 33ms (Views: 31.0ms | ActiveRecord: 0.5ms)
+
+
+Started GET "/list/3" for ::1 at 2016-04-25 15:54:38 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"3"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 3]]
+ Rendered list/show.html.erb within layouts/application (0.3ms)
+Completed 200 OK in 28ms (Views: 21.4ms | ActiveRecord: 0.5ms)
+
+
+Started GET "/people" for ::1 at 2016-04-25 15:54:43 -0700
+Processing by PeopleController#index as HTML
+ [1m[35mPerson Load (0.2ms)[0m SELECT "people".* FROM "people" ORDER BY "people"."id" ASC
+ Rendered people/index.html.erb within layouts/application (41.8ms)
+Completed 500 Internal Server Error in 51ms (ActiveRecord: 0.3ms)
+
+NameError - undefined local variable or method `list' for #<#:0x007f978c00d798>:
+ app/views/people/index.html.erb:4:in `block in _app_views_people_index_html_erb__1652563106903485691_70144432824900'
+ activerecord (4.2.6) lib/active_record/relation/delegation.rb:46:in `each'
+ app/views/people/index.html.erb:3:in `_app_views_people_index_html_erb__1652563106903485691_70144432824900'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/93d7811b4c97d527/variables" for ::1 at 2016-04-25 15:54:43 -0700
+
+
+Started GET "/people" for ::1 at 2016-04-25 15:55:01 -0700
+Processing by PeopleController#index as HTML
+ [1m[36mPerson Load (0.2ms)[0m [1mSELECT "people".* FROM "people" ORDER BY "people"."id" ASC[0m
+ Rendered people/index.html.erb within layouts/application (2.0ms)
+Completed 200 OK in 26ms (Views: 25.2ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/peepz_task_path" for ::1 at 2016-04-25 15:55:03 -0700
+
+ActionController::RoutingError (No route matches [GET] "/peepz_task_path"):
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.2ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.2ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (62.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.5ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.5ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.6ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.5ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (44.0ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (92.6ms)
+
+
+Started GET "/peepz_task_path" for ::1 at 2016-04-25 15:55:04 -0700
+
+ActionController::RoutingError (No route matches [GET] "/peepz_task_path"):
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.1ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.1ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (58.9ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.5ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (40.9ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.5ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (91.4ms)
+
+
+Started GET "/peepz_task_path" for ::1 at 2016-04-25 15:55:18 -0700
+
+ActionController::RoutingError (No route matches [GET] "/peepz_task_path"):
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.1ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.2ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (60.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.5ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.6ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (41.0ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.7ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (91.9ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 15:55:22 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ [1m[36mPerson Load (0.3ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (11.4ms)
+Completed 200 OK in 34ms (Views: 32.8ms | ActiveRecord: 0.6ms)
+
+
+Started GET "/people" for ::1 at 2016-04-25 15:55:23 -0700
+Processing by PeopleController#index as HTML
+ [1m[35mPerson Load (0.2ms)[0m SELECT "people".* FROM "people" ORDER BY "people"."id" ASC
+ Rendered people/index.html.erb within layouts/application (5.0ms)
+Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.2ms)
+
+ActionController::UrlGenerationError - No route matches {:action=>"show", :controller=>"people"} missing required keys: [:id]:
+ actionpack (4.2.6) lib/action_dispatch/journey/formatter.rb:46:in `generate'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:721:in `generate'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:752:in `generate'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:799:in `url_for'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:280:in `call'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:223:in `call'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:345:in `block (2 levels) in define_url_helper'
+ app/views/people/index.html.erb:4:in `block in _app_views_people_index_html_erb__1652563106903485691_70144414148460'
+ activerecord (4.2.6) lib/active_record/relation/delegation.rb:46:in `each'
+ app/views/people/index.html.erb:3:in `_app_views_people_index_html_erb__1652563106903485691_70144414148460'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/56e32d0117f174c4/variables" for ::1 at 2016-04-25 15:55:23 -0700
+
+
+Started GET "/people" for ::1 at 2016-04-25 15:55:52 -0700
+Processing by PeopleController#index as HTML
+ [1m[36mPerson Load (0.2ms)[0m [1mSELECT "people".* FROM "people" ORDER BY "people"."id" ASC[0m
+ Rendered people/index.html.erb within layouts/application (6.9ms)
+Completed 500 Internal Server Error in 12ms (ActiveRecord: 0.2ms)
+
+ActionController::UrlGenerationError - No route matches {:action=>"show", :controller=>"people"} missing required keys: [:id]:
+ actionpack (4.2.6) lib/action_dispatch/journey/formatter.rb:46:in `generate'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:721:in `generate'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:752:in `generate'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:799:in `url_for'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:280:in `call'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:223:in `call'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:345:in `block (2 levels) in define_url_helper'
+ app/views/people/index.html.erb:4:in `block in _app_views_people_index_html_erb__1652563106903485691_70144406133520'
+ activerecord (4.2.6) lib/active_record/relation/delegation.rb:46:in `each'
+ app/views/people/index.html.erb:3:in `_app_views_people_index_html_erb__1652563106903485691_70144406133520'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/65c35713897195db/variables" for ::1 at 2016-04-25 15:55:52 -0700
+
+
+Started GET "/people" for ::1 at 2016-04-25 15:56:59 -0700
+Processing by PeopleController#index as HTML
+ [1m[35mPerson Load (0.2ms)[0m SELECT "people".* FROM "people" ORDER BY "people"."id" ASC
+ Rendered people/index.html.erb within layouts/application (31.1ms)
+Completed 500 Internal Server Error in 40ms (ActiveRecord: 0.4ms)
+
+NoMethodError - undefined method `peepztask' for #<#:0x007f9788fd1f20>
+Did you mean? peepztask_url:
+ app/views/people/index.html.erb:4:in `block in _app_views_people_index_html_erb__1652563106903485691_70144407537100'
+ activerecord (4.2.6) lib/active_record/relation/delegation.rb:46:in `each'
+ app/views/people/index.html.erb:3:in `_app_views_people_index_html_erb__1652563106903485691_70144407537100'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/a70e35b8825f6fb3/variables" for ::1 at 2016-04-25 15:56:59 -0700
+
+
+Started GET "/people" for ::1 at 2016-04-25 15:57:05 -0700
+Processing by PeopleController#index as HTML
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" ORDER BY "people"."id" ASC[0m
+ Rendered people/index.html.erb within layouts/application (1.7ms)
+Completed 200 OK in 17ms (Views: 16.4ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 15:57:05 -0700
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 15:57:05 -0700
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-04-25 15:57:05 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 15:57:05 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 15:57:05 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 15:57:05 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 15:57:05 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 15:57:05 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 15:57:05 -0700
+
+
+Started GET "/people?url=%2Fpeople%2F%2523%253CPerson%3A%3AActiveRecord_Relation%3A0x007f9788bec310%253E" for ::1 at 2016-04-25 15:57:07 -0700
+Processing by PeopleController#index as HTML
+ Parameters: {"url"=>"/people/%23%3CPerson::ActiveRecord_Relation:0x007f9788bec310%3E"}
+ [1m[35mPerson Load (0.2ms)[0m SELECT "people".* FROM "people" ORDER BY "people"."id" ASC
+ Rendered people/index.html.erb within layouts/application (1.8ms)
+Completed 200 OK in 17ms (Views: 16.0ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/people?url=%2Fpeople%2F%2523%253CPerson%3A%3AActiveRecord_Relation%3A0x007f9788bec310%253E" for ::1 at 2016-04-25 15:57:14 -0700
+Processing by PeopleController#index as HTML
+ Parameters: {"url"=>"/people/%23%3CPerson::ActiveRecord_Relation:0x007f9788bec310%3E"}
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" ORDER BY "people"."id" ASC[0m
+ Rendered people/index.html.erb within layouts/application (1.2ms)
+Completed 200 OK in 13ms (Views: 12.4ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 15:57:14 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 15:57:14 -0700
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 15:57:14 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 15:57:14 -0700
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-04-25 15:57:14 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 15:57:14 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 15:57:14 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 15:57:14 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 15:57:14 -0700
+
+
+Started GET "/people?url=%2Fpeople%2F%2523%253CPerson%3A%3AActiveRecord_Relation%3A0x007f9788bec310%253E" for ::1 at 2016-04-25 15:57:35 -0700
+Processing by PeopleController#index as HTML
+ Parameters: {"url"=>"/people/%23%3CPerson::ActiveRecord_Relation:0x007f9788bec310%3E"}
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" ORDER BY "people"."id" ASC
+ Rendered people/index.html.erb within layouts/application (4.1ms)
+Completed 500 Internal Server Error in 8ms (ActiveRecord: 0.1ms)
+
+ActionController::UrlGenerationError - No route matches {:action=>"show", :controller=>"people"} missing required keys: [:id]:
+ actionpack (4.2.6) lib/action_dispatch/journey/formatter.rb:46:in `generate'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:721:in `generate'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:752:in `generate'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:799:in `url_for'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:280:in `call'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:223:in `call'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:345:in `block (2 levels) in define_url_helper'
+ app/views/people/index.html.erb:4:in `block in _app_views_people_index_html_erb__1652563106903485691_70144407096780'
+ activerecord (4.2.6) lib/active_record/relation/delegation.rb:46:in `each'
+ app/views/people/index.html.erb:3:in `_app_views_people_index_html_erb__1652563106903485691_70144407096780'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/d50c46c6305d18d3/variables" for ::1 at 2016-04-25 15:57:35 -0700
+
+
+Started GET "/people" for ::1 at 2016-04-25 15:57:41 -0700
+Processing by PeopleController#index as HTML
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" ORDER BY "people"."id" ASC[0m
+ Rendered people/index.html.erb within layouts/application (2.3ms)
+Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.1ms)
+
+ActionController::UrlGenerationError - No route matches {:action=>"show", :controller=>"people"} missing required keys: [:id]:
+ actionpack (4.2.6) lib/action_dispatch/journey/formatter.rb:46:in `generate'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:721:in `generate'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:752:in `generate'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:799:in `url_for'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:280:in `call'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:223:in `call'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:345:in `block (2 levels) in define_url_helper'
+ app/views/people/index.html.erb:4:in `block in _app_views_people_index_html_erb__1652563106903485691_70144407096780'
+ activerecord (4.2.6) lib/active_record/relation/delegation.rb:46:in `each'
+ app/views/people/index.html.erb:3:in `_app_views_people_index_html_erb__1652563106903485691_70144407096780'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/3db938b49a6903d0/variables" for ::1 at 2016-04-25 15:57:41 -0700
+
+
+Started GET "/people" for ::1 at 2016-04-25 15:57:41 -0700
+Processing by PeopleController#index as HTML
+ [1m[35mPerson Load (0.2ms)[0m SELECT "people".* FROM "people" ORDER BY "people"."id" ASC
+ Rendered people/index.html.erb within layouts/application (4.2ms)
+Completed 500 Internal Server Error in 10ms (ActiveRecord: 0.2ms)
+
+ActionController::UrlGenerationError - No route matches {:action=>"show", :controller=>"people"} missing required keys: [:id]:
+ actionpack (4.2.6) lib/action_dispatch/journey/formatter.rb:46:in `generate'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:721:in `generate'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:752:in `generate'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:799:in `url_for'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:280:in `call'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:223:in `call'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:345:in `block (2 levels) in define_url_helper'
+ app/views/people/index.html.erb:4:in `block in _app_views_people_index_html_erb__1652563106903485691_70144407096780'
+ activerecord (4.2.6) lib/active_record/relation/delegation.rb:46:in `each'
+ app/views/people/index.html.erb:3:in `_app_views_people_index_html_erb__1652563106903485691_70144407096780'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/aff1da72ea0be886/variables" for ::1 at 2016-04-25 15:57:41 -0700
+
+
+Started GET "/people" for ::1 at 2016-04-25 15:57:57 -0700
+Processing by PeopleController#index as HTML
+ [1m[36mPerson Load (0.3ms)[0m [1mSELECT "people".* FROM "people" ORDER BY "people"."id" ASC[0m
+ Rendered people/index.html.erb within layouts/application (4.5ms)
+Completed 200 OK in 30ms (Views: 26.8ms | ActiveRecord: 0.6ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 15:57:57 -0700
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-04-25 15:57:57 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 15:57:57 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 15:57:57 -0700
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 15:57:57 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 15:57:57 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 15:57:57 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 15:57:57 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 15:57:57 -0700
+
+
+Started GET "/people" for ::1 at 2016-04-25 15:57:58 -0700
+Processing by PeopleController#index as HTML
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" ORDER BY "people"."id" ASC
+ Rendered people/index.html.erb within layouts/application (1.3ms)
+Completed 200 OK in 18ms (Views: 17.5ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/people" for ::1 at 2016-04-25 15:57:59 -0700
+Processing by PeopleController#index as HTML
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" ORDER BY "people"."id" ASC[0m
+ Rendered people/index.html.erb within layouts/application (1.1ms)
+Completed 200 OK in 16ms (Views: 15.1ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/people" for ::1 at 2016-04-25 15:58:00 -0700
+Processing by PeopleController#index as HTML
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" ORDER BY "people"."id" ASC
+ Rendered people/index.html.erb within layouts/application (0.9ms)
+Completed 200 OK in 18ms (Views: 17.4ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/people" for ::1 at 2016-04-25 15:58:00 -0700
+Processing by PeopleController#index as HTML
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" ORDER BY "people"."id" ASC[0m
+ Rendered people/index.html.erb within layouts/application (1.1ms)
+Completed 200 OK in 20ms (Views: 19.3ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/people" for ::1 at 2016-04-25 15:58:00 -0700
+Processing by PeopleController#index as HTML
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" ORDER BY "people"."id" ASC
+ Rendered people/index.html.erb within layouts/application (0.8ms)
+Completed 200 OK in 17ms (Views: 16.7ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/people" for ::1 at 2016-04-25 15:58:00 -0700
+Processing by PeopleController#index as HTML
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" ORDER BY "people"."id" ASC[0m
+ Rendered people/index.html.erb within layouts/application (1.0ms)
+Completed 200 OK in 17ms (Views: 16.3ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/people" for ::1 at 2016-04-25 15:58:00 -0700
+Processing by PeopleController#index as HTML
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" ORDER BY "people"."id" ASC
+ Rendered people/index.html.erb within layouts/application (0.9ms)
+Completed 200 OK in 18ms (Views: 17.0ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/people" for ::1 at 2016-04-25 15:58:41 -0700
+Processing by PeopleController#index as HTML
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" ORDER BY "people"."id" ASC[0m
+ Rendered people/index.html.erb within layouts/application (0.9ms)
+Completed 200 OK in 17ms (Views: 16.2ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 15:58:41 -0700
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 15:58:41 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 15:58:41 -0700
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-04-25 15:58:41 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 15:58:41 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 15:58:41 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 15:58:41 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 15:58:41 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 15:58:41 -0700
+
+
+Started GET "/people/:name" for ::1 at 2016-04-25 15:58:42 -0700
+Processing by PeopleController#show as HTML
+ Parameters: {"name"=>":name"}
+ [1m[35m (0.2ms)[0m SELECT COUNT(*) AS count_all, person_id AS person_id FROM "tasks" GROUP BY "tasks"."person_id"
+Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.3ms)
+
+ActionView::MissingTemplate - Missing template people/show, application/show with {:locale=>[:en], :formats=>[:html, :xml], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :coffee, :jbuilder]}. Searched in:
+ * "/Users/cristal/C5/projects/TaskListRails/task-list/app/views"
+:
+ actionview (4.2.6) lib/action_view/path_set.rb:46:in `find'
+ actionview (4.2.6) lib/action_view/lookup_context.rb:121:in `find'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:40:in `determine_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:8:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started GET "/people/:name" for ::1 at 2016-04-25 15:58:42 -0700
+Processing by PeopleController#show as HTML
+ Parameters: {"name"=>":name"}
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) AS count_all, person_id AS person_id FROM "tasks" GROUP BY "tasks"."person_id"[0m
+Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.1ms)
+
+ActionView::MissingTemplate - Missing template people/show, application/show with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :coffee, :jbuilder]}. Searched in:
+ * "/Users/cristal/C5/projects/TaskListRails/task-list/app/views"
+:
+ actionview (4.2.6) lib/action_view/path_set.rb:46:in `find'
+ actionview (4.2.6) lib/action_view/lookup_context.rb:121:in `find'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:40:in `determine_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:8:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/938a2828a27c8989/variables" for ::1 at 2016-04-25 15:58:42 -0700
+ [1m[35mTask Load (0.3ms)[0m SELECT "tasks".* FROM "tasks"
+
+
+Started GET "/people" for ::1 at 2016-04-25 15:59:01 -0700
+Processing by PeopleController#index as HTML
+ [1m[36mPerson Load (0.2ms)[0m [1mSELECT "people".* FROM "people" ORDER BY "people"."id" ASC[0m
+ Rendered people/index.html.erb within layouts/application (1.4ms)
+Completed 200 OK in 15ms (Views: 14.5ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/people/Joseph" for ::1 at 2016-04-25 15:59:02 -0700
+Processing by PeopleController#show as HTML
+ Parameters: {"name"=>"Joseph"}
+ [1m[35m (0.2ms)[0m SELECT COUNT(*) AS count_all, person_id AS person_id FROM "tasks" GROUP BY "tasks"."person_id"
+Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.2ms)
+
+ActionView::MissingTemplate - Missing template people/show, application/show with {:locale=>[:en], :formats=>[:html, :xml], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :coffee, :jbuilder]}. Searched in:
+ * "/Users/cristal/C5/projects/TaskListRails/task-list/app/views"
+:
+ actionview (4.2.6) lib/action_view/path_set.rb:46:in `find'
+ actionview (4.2.6) lib/action_view/lookup_context.rb:121:in `find'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:40:in `determine_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:8:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started GET "/people/Joseph" for ::1 at 2016-04-25 15:59:02 -0700
+Processing by PeopleController#show as HTML
+ Parameters: {"name"=>"Joseph"}
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) AS count_all, person_id AS person_id FROM "tasks" GROUP BY "tasks"."person_id"[0m
+Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.1ms)
+
+ActionView::MissingTemplate - Missing template people/show, application/show with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :coffee, :jbuilder]}. Searched in:
+ * "/Users/cristal/C5/projects/TaskListRails/task-list/app/views"
+:
+ actionview (4.2.6) lib/action_view/path_set.rb:46:in `find'
+ actionview (4.2.6) lib/action_view/lookup_context.rb:121:in `find'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:40:in `determine_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:8:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/a3c800ab6c7a8a6f/variables" for ::1 at 2016-04-25 15:59:02 -0700
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks"
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+
+
+Started GET "/" for ::1 at 2016-04-25 16:05:43 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.3ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mPerson Load (0.2ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (13.5ms)
+Completed 200 OK in 36ms (Views: 34.3ms | ActiveRecord: 0.7ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 16:05:44 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ [1m[35mPerson Load (0.2ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (12.7ms)
+Completed 200 OK in 27ms (Views: 25.9ms | ActiveRecord: 0.6ms)
+
+
+Started GET "/list/1" for ::1 at 2016-04-25 16:05:47 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"1"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 1]]
+ Rendered list/show.html.erb within layouts/application (0.4ms)
+Completed 200 OK in 15ms (Views: 14.1ms | ActiveRecord: 0.1ms)
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", nil]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 0]]
+ [1m[36mPerson Load (0.2ms)[0m [1mSELECT "people".* FROM "people"[0m
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", nil]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", nil]]
+ [1m[35mPerson Load (1.5ms)[0m SELECT "people".* FROM "people" WHERE "people"."name" = ? LIMIT 1 [["name", "Jaime"]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."name" = ? LIMIT 1[0m [["name", "Jaime"]]
+ [1m[35mTask Load (2.0ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."person_id" = ? [["person_id", 1]]
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."person_id" = ?[0m [["person_id", 1]]
+ [1m[35mTask Load (1.4ms)[0m SELECT "tasks".* FROM "tasks" WHERE (2)
+
+
+Started GET "/" for ::1 at 2016-04-25 16:15:49 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (7.4ms)
+Completed 200 OK in 30ms (Views: 29.6ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/people" for ::1 at 2016-04-25 16:15:53 -0700
+Processing by PeopleController#index as HTML
+ [1m[35mPerson Load (1.2ms)[0m SELECT "people".* FROM "people" ORDER BY "people"."id" ASC
+ Rendered people/index.html.erb within layouts/application (2.4ms)
+Completed 200 OK in 19ms (Views: 17.2ms | ActiveRecord: 1.2ms)
+
+
+Started GET "/people/Joseph" for ::1 at 2016-04-25 16:15:54 -0700
+Processing by PeopleController#show as HTML
+ Parameters: {"name"=>"Joseph"}
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) AS count_all, person_id AS person_id FROM "tasks" GROUP BY "tasks"."person_id"[0m
+Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.1ms)
+
+ActionView::MissingTemplate - Missing template people/show, application/show with {:locale=>[:en], :formats=>[:html, :xml], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :coffee, :jbuilder]}. Searched in:
+ * "/Users/cristal/C5/projects/TaskListRails/task-list/app/views"
+:
+ actionview (4.2.6) lib/action_view/path_set.rb:46:in `find'
+ actionview (4.2.6) lib/action_view/lookup_context.rb:121:in `find'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:40:in `determine_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:8:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started GET "/people/Joseph" for ::1 at 2016-04-25 16:15:54 -0700
+Processing by PeopleController#show as HTML
+ Parameters: {"name"=>"Joseph"}
+ [1m[35m (0.2ms)[0m SELECT COUNT(*) AS count_all, person_id AS person_id FROM "tasks" GROUP BY "tasks"."person_id"
+Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.2ms)
+
+ActionView::MissingTemplate - Missing template people/show, application/show with {:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :coffee, :jbuilder]}. Searched in:
+ * "/Users/cristal/C5/projects/TaskListRails/task-list/app/views"
+:
+ actionview (4.2.6) lib/action_view/path_set.rb:46:in `find'
+ actionview (4.2.6) lib/action_view/lookup_context.rb:121:in `find'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:40:in `determine_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:8:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/b5f0d6227ec00fbb/variables" for ::1 at 2016-04-25 16:15:55 -0700
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks"[0m
+
+
+Started GET "/people/Joseph" for ::1 at 2016-04-25 16:24:15 -0700
+Processing by PeopleController#show as HTML
+ Parameters: {"id"=>"Joseph"}
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."person_id" = ? [["person_id", 0]]
+ Rendered people/show.html.erb within layouts/application (7.9ms)
+Completed 500 Internal Server Error in 17ms (ActiveRecord: 0.4ms)
+
+NoMethodError - undefined method `description' for #:
+ activerecord (4.2.6) lib/active_record/relation/delegation.rb:136:in `method_missing'
+ activerecord (4.2.6) lib/active_record/relation/delegation.rb:99:in `method_missing'
+ app/views/people/show.html.erb:3:in `_app_views_people_show_html_erb___4182970109877797116_70144414810640'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/ed44482619c47805/variables" for ::1 at 2016-04-25 16:24:15 -0700
+
+
+Started GET "/people/Joseph" for ::1 at 2016-04-25 16:25:40 -0700
+Processing by PeopleController#show as HTML
+ Parameters: {"id"=>"Joseph"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."person_id" = ?[0m [["person_id", 0]]
+ Rendered people/show.html.erb within layouts/application (5.9ms)
+Completed 500 Internal Server Error in 10ms (ActiveRecord: 0.1ms)
+
+NoMethodError - undefined method `title' for #:
+ activerecord (4.2.6) lib/active_record/relation/delegation.rb:136:in `method_missing'
+ activerecord (4.2.6) lib/active_record/relation/delegation.rb:99:in `method_missing'
+ app/views/people/show.html.erb:4:in `_app_views_people_show_html_erb___4182970109877797116_70144428048600'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/c23b2a2e6544b172/variables" for ::1 at 2016-04-25 16:25:41 -0700
+
+
+Started GET "/people/Joseph" for ::1 at 2016-04-25 16:25:42 -0700
+Processing by PeopleController#show as HTML
+ Parameters: {"id"=>"Joseph"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."person_id" = ? [["person_id", 0]]
+ Rendered people/show.html.erb within layouts/application (8.9ms)
+Completed 500 Internal Server Error in 14ms (ActiveRecord: 0.1ms)
+
+NoMethodError - undefined method `title' for #:
+ activerecord (4.2.6) lib/active_record/relation/delegation.rb:136:in `method_missing'
+ activerecord (4.2.6) lib/active_record/relation/delegation.rb:99:in `method_missing'
+ app/views/people/show.html.erb:4:in `_app_views_people_show_html_erb___4182970109877797116_70144428048600'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/c1ed4ba4b601c40c/variables" for ::1 at 2016-04-25 16:25:42 -0700
+
+
+Started GET "/people/" for ::1 at 2016-04-25 16:26:23 -0700
+Processing by PeopleController#index as HTML
+ [1m[36mPerson Load (0.3ms)[0m [1mSELECT "people".* FROM "people" ORDER BY "people"."id" ASC[0m
+ Rendered people/index.html.erb within layouts/application (3.5ms)
+Completed 200 OK in 28ms (Views: 24.5ms | ActiveRecord: 0.6ms)
+
+
+Started GET "/people/people/Joseph" for ::1 at 2016-04-25 16:26:24 -0700
+
+ActionController::RoutingError (No route matches [GET] "/people/people/Joseph"):
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.0ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.2ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (59.7ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.5ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (41.5ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (88.8ms)
+
+
+Started GET "/people/people/Joseph" for ::1 at 2016-04-25 16:26:25 -0700
+
+ActionController::RoutingError (No route matches [GET] "/people/people/Joseph"):
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.0ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.1ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/actionpack-4.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (59.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (39.7ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms)
+ Rendered /Users/cristal/.rvm/gems/ruby-2.3.0@TaskListRails/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (87.3ms)
+
+
+Started GET "/people" for ::1 at 2016-04-25 16:26:36 -0700
+Processing by PeopleController#index as HTML
+ [1m[35mPerson Load (0.2ms)[0m SELECT "people".* FROM "people" ORDER BY "people"."id" ASC
+ Rendered people/index.html.erb within layouts/application (4.1ms)
+Completed 200 OK in 23ms (Views: 19.8ms | ActiveRecord: 0.7ms)
+
+
+Started GET "/people/Joseph" for ::1 at 2016-04-25 16:26:39 -0700
+Processing by PeopleController#show as HTML
+ Parameters: {"id"=>"Joseph"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."person_id" = ?[0m [["person_id", 0]]
+ Rendered people/show.html.erb within layouts/application (5.5ms)
+Completed 500 Internal Server Error in 13ms (ActiveRecord: 0.3ms)
+
+NoMethodError - undefined method `title' for #:
+ activerecord (4.2.6) lib/active_record/relation/delegation.rb:136:in `method_missing'
+ activerecord (4.2.6) lib/active_record/relation/delegation.rb:99:in `method_missing'
+ app/views/people/show.html.erb:4:in `_app_views_people_show_html_erb___4182970109877797116_70144426591460'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started GET "/people/Joseph" for ::1 at 2016-04-25 16:26:39 -0700
+Processing by PeopleController#show as HTML
+ Parameters: {"id"=>"Joseph"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."person_id" = ? [["person_id", 0]]
+ Rendered people/show.html.erb within layouts/application (4.0ms)
+Completed 500 Internal Server Error in 8ms (ActiveRecord: 0.1ms)
+
+NoMethodError - undefined method `title' for #:
+ activerecord (4.2.6) lib/active_record/relation/delegation.rb:136:in `method_missing'
+ activerecord (4.2.6) lib/active_record/relation/delegation.rb:99:in `method_missing'
+ app/views/people/show.html.erb:4:in `_app_views_people_show_html_erb___4182970109877797116_70144428048600'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/cd2c9933155d0ecb/variables" for ::1 at 2016-04-25 16:26:39 -0700
+
+
+Started GET "/people/Joseph" for ::1 at 2016-04-25 16:27:07 -0700
+Processing by PeopleController#show as HTML
+ Parameters: {"id"=>"Joseph"}
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."person_id" = ?[0m [["person_id", 0]]
+ Rendered people/show.html.erb within layouts/application (5.5ms)
+Completed 500 Internal Server Error in 10ms (ActiveRecord: 0.2ms)
+
+NoMethodError - undefined method `title' for #:
+ activerecord (4.2.6) lib/active_record/relation/delegation.rb:136:in `method_missing'
+ activerecord (4.2.6) lib/active_record/relation/delegation.rb:99:in `method_missing'
+ app/views/people/show.html.erb:4:in `_app_views_people_show_html_erb___4182970109877797116_70144428048600'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/742dd5d948dd0ffd/variables" for ::1 at 2016-04-25 16:27:07 -0700
+
+
+Started GET "/people" for ::1 at 2016-04-25 16:27:10 -0700
+Processing by PeopleController#index as HTML
+ [1m[35mPerson Load (0.3ms)[0m SELECT "people".* FROM "people" ORDER BY "people"."id" ASC
+ Rendered people/index.html.erb within layouts/application (2.1ms)
+Completed 200 OK in 24ms (Views: 22.6ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/people/1" for ::1 at 2016-04-25 16:27:12 -0700
+Processing by PeopleController#show as HTML
+ Parameters: {"id"=>"1"}
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."person_id" = ?[0m [["person_id", 1]]
+ Rendered people/show.html.erb within layouts/application (9.8ms)
+Completed 500 Internal Server Error in 14ms (ActiveRecord: 0.3ms)
+
+NoMethodError - undefined method `title' for #:
+ activerecord (4.2.6) lib/active_record/relation/delegation.rb:136:in `method_missing'
+ activerecord (4.2.6) lib/active_record/relation/delegation.rb:99:in `method_missing'
+ app/views/people/show.html.erb:4:in `_app_views_people_show_html_erb___4182970109877797116_70144426591460'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started GET "/people/1" for ::1 at 2016-04-25 16:27:12 -0700
+Processing by PeopleController#show as HTML
+ Parameters: {"id"=>"1"}
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."person_id" = ? [["person_id", 1]]
+ Rendered people/show.html.erb within layouts/application (5.3ms)
+Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.2ms)
+
+NoMethodError - undefined method `title' for #:
+ activerecord (4.2.6) lib/active_record/relation/delegation.rb:136:in `method_missing'
+ activerecord (4.2.6) lib/active_record/relation/delegation.rb:99:in `method_missing'
+ app/views/people/show.html.erb:4:in `_app_views_people_show_html_erb___4182970109877797116_70144428048600'
+ actionview (4.2.6) lib/action_view/template.rb:145:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/f5f51010aad4675b/variables" for ::1 at 2016-04-25 16:27:12 -0700
+
+
+Started GET "/people/1" for ::1 at 2016-04-25 16:28:02 -0700
+Processing by PeopleController#show as HTML
+ Parameters: {"id"=>"1"}
+ Rendered people/show.html.erb within layouts/application (0.6ms)
+Completed 200 OK in 24ms (Views: 23.3ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 16:28:02 -0700
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 16:28:02 -0700
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-04-25 16:28:02 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 16:28:02 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 16:28:02 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 16:28:02 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 16:28:02 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 16:28:02 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 16:28:02 -0700
+
+
+Started GET "/people/1" for ::1 at 2016-04-25 16:28:09 -0700
+Processing by PeopleController#show as HTML
+ Parameters: {"id"=>"1"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."person_id" = ?[0m [["person_id", 1]]
+ Rendered people/show.html.erb within layouts/application (1.2ms)
+Completed 200 OK in 19ms (Views: 18.1ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 16:28:09 -0700
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-04-25 16:28:09 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 16:28:10 -0700
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 16:28:10 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 16:28:10 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 16:28:10 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 16:28:10 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 16:28:10 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 16:28:10 -0700
+
+
+Started GET "/people/1" for ::1 at 2016-04-25 16:30:06 -0700
+Processing by PeopleController#show as HTML
+ Parameters: {"id"=>"1"}
+ Rendered people/show.html.erb within layouts/application (1.6ms)
+Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.0ms)
+
+SyntaxError - syntax error, unexpected keyword_do, expecting keyword_end
+...output_buffer.append= @list do |stuff| @output_buffer.safe_...
+... ^:
+ app/views/people/show.html.erb:4:in `'
+ actionview (4.2.6) lib/action_view/template.rb:296:in `compile'
+ actionview (4.2.6) lib/action_view/template.rb:245:in `block (2 levels) in compile!'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:244:in `block in compile!'
+ actionview (4.2.6) lib/action_view/template.rb:232:in `compile!'
+ actionview (4.2.6) lib/action_view/template.rb:144:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/562ff2bb154afc21/variables" for ::1 at 2016-04-25 16:30:06 -0700
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."person_id" = ? [["person_id", 1]]
+
+
+Started GET "/people/1" for ::1 at 2016-04-25 16:30:23 -0700
+Processing by PeopleController#show as HTML
+ Parameters: {"id"=>"1"}
+ Rendered people/show.html.erb within layouts/application (1.4ms)
+Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.0ms)
+
+SyntaxError - syntax error, unexpected keyword_do, expecting keyword_end
+...output_buffer.append= @list do |stuff| @output_buffer.safe_...
+... ^
+/Users/cristal/C5/projects/TaskListRails/task-list/app/views/people/show.html.erb:18: syntax error, unexpected keyword_ensure, expecting end-of-input:
+ app/views/people/show.html.erb:4:in `'
+ actionview (4.2.6) lib/action_view/template.rb:296:in `compile'
+ actionview (4.2.6) lib/action_view/template.rb:245:in `block (2 levels) in compile!'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:244:in `block in compile!'
+ actionview (4.2.6) lib/action_view/template.rb:232:in `compile!'
+ actionview (4.2.6) lib/action_view/template.rb:144:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/05afc86247780692/variables" for ::1 at 2016-04-25 16:30:24 -0700
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."person_id" = ?[0m [["person_id", 1]]
+
+
+Started GET "/people/1" for ::1 at 2016-04-25 16:30:33 -0700
+Processing by PeopleController#show as HTML
+ Parameters: {"id"=>"1"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."person_id" = ? [["person_id", 1]]
+ Rendered people/show.html.erb within layouts/application (1.4ms)
+Completed 200 OK in 19ms (Views: 18.5ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 16:30:33 -0700
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 16:30:33 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 16:30:33 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 16:30:33 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 16:30:33 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 16:30:33 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 16:30:33 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 16:30:33 -0700
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-04-25 16:30:33 -0700
+
+
+Started GET "/people/1" for ::1 at 2016-04-25 16:31:32 -0700
+Processing by PeopleController#show as HTML
+ Parameters: {"id"=>"1"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."person_id" = ?[0m [["person_id", 1]]
+ Rendered people/show.html.erb within layouts/application (2.3ms)
+Completed 200 OK in 20ms (Views: 19.0ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 16:31:32 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 16:31:32 -0700
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-04-25 16:31:32 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 16:31:32 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 16:31:32 -0700
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 16:31:32 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 16:31:32 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 16:31:32 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 16:31:32 -0700
+
+
+Started GET "/people/1" for ::1 at 2016-04-25 16:31:59 -0700
+Processing by PeopleController#show as HTML
+ Parameters: {"id"=>"1"}
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."person_id" = ? [["person_id", 1]]
+ Rendered people/show.html.erb within layouts/application (2.8ms)
+Completed 200 OK in 19ms (Views: 18.1ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 16:31:59 -0700
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-04-25 16:31:59 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 16:31:59 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 16:31:59 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 16:31:59 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 16:31:59 -0700
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 16:31:59 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 16:31:59 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 16:31:59 -0700
+
+
+Started GET "/people/1" for ::1 at 2016-04-25 16:32:18 -0700
+Processing by PeopleController#show as HTML
+ Parameters: {"id"=>"1"}
+ [1m[36mTask Load (0.3ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."person_id" = ?[0m [["person_id", 1]]
+ Rendered people/show.html.erb within layouts/application (2.7ms)
+Completed 200 OK in 23ms (Views: 22.3ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 16:32:18 -0700
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 16:32:18 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 16:32:18 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 16:32:18 -0700
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-04-25 16:32:18 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 16:32:18 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 16:32:18 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 16:32:18 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 16:32:18 -0700
+
+
+Started GET "/people/1" for ::1 at 2016-04-25 16:34:01 -0700
+Processing by PeopleController#show as HTML
+ Parameters: {"id"=>"1"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."person_id" = ? [["person_id", 1]]
+ Rendered people/show.html.erb within layouts/application (3.0ms)
+Completed 200 OK in 23ms (Views: 21.9ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 16:34:01 -0700
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 16:34:01 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 16:34:01 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 16:34:01 -0700
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-04-25 16:34:01 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 16:34:01 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 16:34:01 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 16:34:01 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 16:34:01 -0700
+
+
+Started GET "/people/1" for ::1 at 2016-04-25 16:34:18 -0700
+Processing by PeopleController#show as HTML
+ Parameters: {"id"=>"1"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."person_id" = ?[0m [["person_id", 1]]
+ Rendered people/show.html.erb within layouts/application (1.3ms)
+Completed 200 OK in 19ms (Views: 18.1ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 16:34:18 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 16:34:18 -0700
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 16:34:18 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 16:34:18 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 16:34:18 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 16:34:18 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 16:34:18 -0700
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-04-25 16:34:18 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 16:34:18 -0700
+
+
+Started GET "/people/1" for ::1 at 2016-04-25 16:34:22 -0700
+Processing by PeopleController#show as HTML
+ Parameters: {"id"=>"1"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."person_id" = ? [["person_id", 1]]
+ Rendered people/show.html.erb within layouts/application (1.9ms)
+Completed 200 OK in 23ms (Views: 22.4ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 16:34:22 -0700
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 16:34:22 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 16:34:22 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 16:34:22 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 16:34:22 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 16:34:22 -0700
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-04-25 16:34:22 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 16:34:22 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 16:34:22 -0700
+
+
+Started GET "/people/1" for ::1 at 2016-04-25 16:34:40 -0700
+Processing by PeopleController#show as HTML
+ Parameters: {"id"=>"1"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."person_id" = ?[0m [["person_id", 1]]
+ Rendered people/show.html.erb within layouts/application (1.4ms)
+Completed 200 OK in 17ms (Views: 15.7ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 16:34:40 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 16:34:40 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 16:34:40 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 16:34:40 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 16:34:40 -0700
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 16:34:40 -0700
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-04-25 16:34:40 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 16:34:40 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 16:34:40 -0700
+
+
+Started GET "/people/1" for ::1 at 2016-04-25 16:35:09 -0700
+Processing by PeopleController#show as HTML
+ Parameters: {"id"=>"1"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."person_id" = ? [["person_id", 1]]
+ Rendered people/show.html.erb within layouts/application (1.5ms)
+Completed 200 OK in 20ms (Views: 19.2ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 16:35:09 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 16:35:09 -0700
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-04-25 16:35:09 -0700
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 16:35:09 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 16:35:09 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 16:35:09 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 16:35:09 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 16:35:09 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 16:35:09 -0700
+
+
+Started GET "/people/1" for ::1 at 2016-04-25 16:37:48 -0700
+Processing by PeopleController#show as HTML
+ Parameters: {"id"=>"1"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."person_id" = ?[0m [["person_id", 1]]
+ Rendered people/show.html.erb within layouts/application (3.2ms)
+Completed 200 OK in 22ms (Views: 21.5ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 16:37:48 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 16:37:48 -0700
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-04-25 16:37:48 -0700
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 16:37:48 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 16:37:48 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 16:37:48 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 16:37:48 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 16:37:48 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 16:37:48 -0700
+
+
+Started GET "/people/1" for ::1 at 2016-04-25 16:37:50 -0700
+Processing by PeopleController#show as HTML
+ Parameters: {"id"=>"1"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."person_id" = ? [["person_id", 1]]
+ Rendered people/show.html.erb within layouts/application (0.9ms)
+Completed 200 OK in 23ms (Views: 21.9ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 16:37:50 -0700
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 16:37:50 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 16:37:50 -0700
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-04-25 16:37:50 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 16:37:50 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 16:37:50 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 16:37:50 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 16:37:50 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 16:37:50 -0700
+
+
+Started GET "/people/1" for ::1 at 2016-04-25 16:37:52 -0700
+Processing by PeopleController#show as HTML
+ Parameters: {"id"=>"1"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."person_id" = ?[0m [["person_id", 1]]
+ Rendered people/show.html.erb within layouts/application (0.9ms)
+Completed 200 OK in 15ms (Views: 14.2ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 16:37:52 -0700
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 16:37:52 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 16:37:52 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 16:37:52 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 16:37:52 -0700
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-04-25 16:37:52 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 16:37:52 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 16:37:52 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 16:37:52 -0700
+
+
+Started GET "/people/1" for ::1 at 2016-04-25 16:38:25 -0700
+Processing by PeopleController#show as HTML
+ Parameters: {"id"=>"1"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."person_id" = ? [["person_id", 1]]
+ Rendered people/show.html.erb within layouts/application (1.3ms)
+Completed 200 OK in 15ms (Views: 14.5ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 16:38:25 -0700
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-04-25 16:38:25 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 16:38:25 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 16:38:25 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 16:38:25 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 16:38:25 -0700
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 16:38:25 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 16:38:25 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 16:38:25 -0700
+
+
+Started GET "/people/1" for ::1 at 2016-04-25 16:38:56 -0700
+Processing by PeopleController#show as HTML
+ Parameters: {"id"=>"1"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."person_id" = ?[0m [["person_id", 1]]
+ Rendered people/show.html.erb within layouts/application (1.4ms)
+Completed 200 OK in 23ms (Views: 21.6ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 16:38:56 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 16:38:56 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 16:38:56 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 16:38:56 -0700
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-04-25 16:38:56 -0700
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 16:38:56 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 16:38:56 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 16:38:56 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 16:38:56 -0700
+
+
+Started GET "/people/1" for ::1 at 2016-04-25 16:39:10 -0700
+Processing by PeopleController#show as HTML
+ Parameters: {"id"=>"1"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."person_id" = ? [["person_id", 1]]
+ Rendered people/show.html.erb within layouts/application (1.4ms)
+Completed 200 OK in 16ms (Views: 14.7ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 16:39:10 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 16:39:10 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 16:39:10 -0700
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 16:39:10 -0700
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-04-25 16:39:10 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 16:39:10 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 16:39:10 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 16:39:10 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 16:39:10 -0700
+
+
+Started GET "/people" for ::1 at 2016-04-25 16:39:23 -0700
+Processing by PeopleController#index as HTML
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" ORDER BY "people"."id" ASC[0m
+ Rendered people/index.html.erb within layouts/application (1.2ms)
+Completed 200 OK in 22ms (Views: 21.7ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/people/2" for ::1 at 2016-04-25 16:39:25 -0700
+Processing by PeopleController#show as HTML
+ Parameters: {"id"=>"2"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."person_id" = ? [["person_id", 2]]
+ Rendered people/show.html.erb within layouts/application (1.8ms)
+Completed 200 OK in 19ms (Views: 17.9ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/people/3" for ::1 at 2016-04-25 16:39:31 -0700
+Processing by PeopleController#show as HTML
+ Parameters: {"id"=>"3"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."person_id" = ?[0m [["person_id", 3]]
+ Rendered people/show.html.erb within layouts/application (0.4ms)
+Completed 200 OK in 17ms (Views: 16.2ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 16:39:32 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ [1m[36mPerson Load (0.2ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (8.6ms)
+Completed 200 OK in 28ms (Views: 26.9ms | ActiveRecord: 0.5ms)
+
+
+Started GET "/list/7" for ::1 at 2016-04-25 16:39:39 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"7"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 7]]
+ Rendered list/show.html.erb within layouts/application (0.8ms)
+Completed 200 OK in 18ms (Views: 17.0ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/list/7/edit" for ::1 at 2016-04-25 16:39:40 -0700
+Processing by ListController#edit as HTML
+ Parameters: {"id"=>"7"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 7]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people"
+ Rendered list/edit.html.erb within layouts/application (2.6ms)
+Completed 200 OK in 19ms (Views: 17.6ms | ActiveRecord: 0.2ms)
+
+
+Started PATCH "/list/7" for ::1 at 2016-04-25 16:39:43 -0700
+Processing by ListController#update as HTML
+ Parameters: {"utf8"=>"β", "authenticity_token"=>"16dlw+716N5JYB36IN93yeCoOyrBKL/hvgECxg5D0899U7Wt51qzhCUUR1LQkt1PVJO24TCY4Ra3rrn+gxkuQA==", "task"=>{"title"=>"Plant Flowers", "description"=>"", "person_id"=>"3"}, "commit"=>"SUBMIT!!", "id"=>"7"}
+Unpermitted parameters: utf8, _method, authenticity_token, commit, id
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 7]]
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.5ms)[0m [1mUPDATE "tasks" SET "person_id" = ?, "updated_at" = ? WHERE "tasks"."id" = ?[0m [["person_id", 3], ["updated_at", "2016-04-25 23:39:43.864465"], ["id", 7]]
+ [1m[35m (0.6ms)[0m commit transaction
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m commit transaction
+Redirected to http://localhost:3000/
+Completed 302 Found in 5ms (ActiveRecord: 1.4ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 16:39:43 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 3]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (8.1ms)
+Completed 200 OK in 24ms (Views: 22.7ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/people" for ::1 at 2016-04-25 16:39:49 -0700
+Processing by PeopleController#index as HTML
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" ORDER BY "people"."id" ASC
+ Rendered people/index.html.erb within layouts/application (0.7ms)
+Completed 200 OK in 15ms (Views: 14.5ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/people" for ::1 at 2016-04-25 16:39:49 -0700
+Processing by PeopleController#index as HTML
+ [1m[36mPerson Load (0.3ms)[0m [1mSELECT "people".* FROM "people" ORDER BY "people"."id" ASC[0m
+ Rendered people/index.html.erb within layouts/application (1.5ms)
+Completed 200 OK in 25ms (Views: 24.2ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/people/3" for ::1 at 2016-04-25 16:39:51 -0700
+Processing by PeopleController#show as HTML
+ Parameters: {"id"=>"3"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."person_id" = ? [["person_id", 3]]
+ Rendered people/show.html.erb within layouts/application (0.8ms)
+Completed 200 OK in 16ms (Views: 15.4ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/people/3" for ::1 at 2016-04-25 16:42:20 -0700
+Processing by PeopleController#show as HTML
+ Parameters: {"id"=>"3"}
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."person_id" = ?[0m [["person_id", 3]]
+ Rendered people/show.html.erb within layouts/application (1.7ms)
+Completed 200 OK in 28ms (Views: 27.4ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 16:42:20 -0700
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 16:42:20 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 16:42:20 -0700
+
+
+Started GET "/assets/application.self-292100269e5582f247113ad696b0bdcb9bca024951c44c3b5bd8bf38fbf4f7a1.css?body=1" for ::1 at 2016-04-25 16:42:20 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 16:42:20 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 16:42:20 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 16:42:20 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 16:42:20 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 16:42:20 -0700
+
+
+Started GET "/people/3" for ::1 at 2016-04-25 16:42:46 -0700
+Processing by PeopleController#show as HTML
+ Parameters: {"id"=>"3"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."person_id" = ? [["person_id", 3]]
+ Rendered people/show.html.erb within layouts/application (0.7ms)
+Completed 200 OK in 20ms (Views: 19.4ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 16:42:46 -0700
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 16:42:46 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 16:42:46 -0700
+
+
+Started GET "/assets/application.self-ba4f481a46327d38a2c9dbeee99965b752db1ba59e54b788151bdec121cf3c7a.css?body=1" for ::1 at 2016-04-25 16:42:46 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 16:42:46 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 16:42:46 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 16:42:46 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 16:42:46 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 16:42:46 -0700
+
+
+Started GET "/" for ::1 at 2016-04-25 16:43:23 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 3]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (6.0ms)
+Completed 200 OK in 24ms (Views: 22.7ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 16:43:24 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ [1m[36mPerson Load (0.3ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mPerson Load (0.2ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 3]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mPerson Load (0.2ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (14.6ms)
+Completed 200 OK in 39ms (Views: 37.9ms | ActiveRecord: 0.9ms)
+
+
+Started PATCH "/list/1/incomplete" for ::1 at 2016-04-25 16:43:39 -0700
+Processing by ListController#incomplete as HTML
+ Parameters: {"authenticity_token"=>"ucEc2HpnRyS6LkAY7RCJjb9FQp70auA6avK2R9+bV6UTNcy2c8gcftZaGrAdXSMLC37PVQXavs1jXQ1/UsGqKg==", "id"=>"1"}
+ [1m[36mTask Load (0.3ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mUPDATE "tasks" SET "completed_on" = ?, "updated_at" = ? WHERE "tasks"."id" = ?[0m [["completed_on", nil], ["updated_at", "2016-04-25 23:43:39.640368"], ["id", 1]]
+ [1m[35m (1.1ms)[0m commit transaction
+Redirected to http://localhost:3000/
+Completed 302 Found in 6ms (ActiveRecord: 1.9ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 16:43:39 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 3]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (7.9ms)
+Completed 200 OK in 27ms (Views: 25.4ms | ActiveRecord: 0.5ms)
+
+
+Started PATCH "/list/1/complete" for ::1 at 2016-04-25 16:43:40 -0700
+Processing by ListController#complete as HTML
+ Parameters: {"authenticity_token"=>"6xrU+flLV+a+dsXKz6idUBlSa40joF3Lt2zd/ITQfC9B7gSX8OQMvNICn2I/5TfWrWnmRtIQAzy+w2bECYqBoA==", "id"=>"1"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m UPDATE "tasks" SET "completed_on" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["completed_on", "2016-04-25 23:43:40.572931"], ["updated_at", "2016-04-25 23:43:40.573371"], ["id", 1]]
+ [1m[36m (1.5ms)[0m [1mcommit transaction[0m
+Redirected to http://localhost:3000/
+Completed 302 Found in 5ms (ActiveRecord: 1.8ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 16:43:40 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.3ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 3]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mPerson Load (0.3ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (14.0ms)
+Completed 200 OK in 35ms (Views: 33.0ms | ActiveRecord: 0.9ms)
+
+
+Started PATCH "/list/1/incomplete" for ::1 at 2016-04-25 16:43:41 -0700
+Processing by ListController#incomplete as HTML
+ Parameters: {"authenticity_token"=>"jgALk5GgID0KEHyzGboVOkIY7R90ReacGV7yNDAE6AIk9Nv9mA97Z2ZkJhvp97+89iNg1IX1uGsQ8UkMvV4VjQ==", "id"=>"1"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.2ms)[0m [1mUPDATE "tasks" SET "completed_on" = ?, "updated_at" = ? WHERE "tasks"."id" = ?[0m [["completed_on", nil], ["updated_at", "2016-04-25 23:43:41.254904"], ["id", 1]]
+ [1m[35m (0.5ms)[0m commit transaction
+Redirected to http://localhost:3000/
+Completed 302 Found in 4ms (ActiveRecord: 0.9ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 16:43:41 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.3ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 3]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (12.6ms)
+Completed 200 OK in 29ms (Views: 27.5ms | ActiveRecord: 0.6ms)
+
+
+Started PATCH "/list/1/complete" for ::1 at 2016-04-25 16:43:41 -0700
+Processing by ListController#complete as HTML
+ Parameters: {"authenticity_token"=>"woxg3KQ3gCst7iCUSBcqdcKmtfwovfN+BWvk1c2fJ4loeLCyrZjbcUGaejy4WoDzdp04N9kNrYkMxF/tQMXaBg==", "id"=>"1"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.0ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m UPDATE "tasks" SET "completed_on" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["completed_on", "2016-04-25 23:43:41.838815"], ["updated_at", "2016-04-25 23:43:41.839300"], ["id", 1]]
+ [1m[36m (0.9ms)[0m [1mcommit transaction[0m
+Redirected to http://localhost:3000/
+Completed 302 Found in 4ms (ActiveRecord: 1.2ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 16:43:41 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.3ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ [1m[36mPerson Load (0.2ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mPerson Load (0.3ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 3]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (16.6ms)
+Completed 200 OK in 37ms (Views: 35.1ms | ActiveRecord: 0.9ms)
+
+
+Started PATCH "/list/1/incomplete" for ::1 at 2016-04-25 16:43:42 -0700
+Processing by ListController#incomplete as HTML
+ Parameters: {"authenticity_token"=>"hFViQRcR4RmYUdWSwM/UhqWdNb62LCw6kigj1VO7AmYuobIvHr66Q/Qljzowgn4AEaa4dUeccs2bh5jt3uH/6Q==", "id"=>"1"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mUPDATE "tasks" SET "completed_on" = ?, "updated_at" = ? WHERE "tasks"."id" = ?[0m [["completed_on", nil], ["updated_at", "2016-04-25 23:43:42.370906"], ["id", 1]]
+ [1m[35m (1.3ms)[0m commit transaction
+Redirected to http://localhost:3000/
+Completed 302 Found in 5ms (ActiveRecord: 1.8ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 16:43:42 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 3]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (10.7ms)
+Completed 200 OK in 27ms (Views: 26.1ms | ActiveRecord: 0.5ms)
+
+
+Started PATCH "/list/1/complete" for ::1 at 2016-04-25 16:43:42 -0700
+Processing by ListController#complete as HTML
+ Parameters: {"authenticity_token"=>"uACi5Ml/D82/M4pAXoVFYCuKYM5FWx3n+QdTl3cfsXAS9HKKwNBUl9NH0OiuyO/mn7HtBbTrQxDwqOiv+kVM/w==", "id"=>"1"}
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.2ms)[0m UPDATE "tasks" SET "completed_on" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["completed_on", "2016-04-25 23:43:42.864457"], ["updated_at", "2016-04-25 23:43:42.865128"], ["id", 1]]
+ [1m[36m (0.6ms)[0m [1mcommit transaction[0m
+Redirected to http://localhost:3000/
+Completed 302 Found in 5ms (ActiveRecord: 1.1ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 16:43:42 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.3ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 3]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (11.0ms)
+Completed 200 OK in 29ms (Views: 27.9ms | ActiveRecord: 0.6ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 16:43:56 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 3]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mPerson Load (0.2ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (10.1ms)
+Completed 200 OK in 31ms (Views: 29.8ms | ActiveRecord: 0.6ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 16:43:56 -0700
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 16:43:56 -0700
+
+
+Started GET "/assets/application.self-5d964c49020845a8510a48aec21ea9d2b19c0c1031e61c5761c14a209f33a44a.css?body=1" for ::1 at 2016-04-25 16:43:56 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 16:43:56 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 16:43:56 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 16:43:56 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 16:43:56 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 16:43:56 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 16:43:56 -0700
+
+
+Started GET "/" for ::1 at 2016-04-25 16:44:16 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 3]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (9.4ms)
+Completed 200 OK in 33ms (Views: 31.2ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 16:44:16 -0700
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 16:44:16 -0700
+
+
+Started GET "/assets/application.self-e79cee09a0a5dc0ee90727aaf4d82c551bdf25b81ec9b54b1c4b002fcf043dc5.css?body=1" for ::1 at 2016-04-25 16:44:16 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 16:44:16 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 16:44:16 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 16:44:16 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 16:44:16 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 16:44:16 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 16:44:16 -0700
+
+
+Started GET "/" for ::1 at 2016-04-25 16:44:40 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 3]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (9.3ms)
+Completed 200 OK in 30ms (Views: 29.6ms | ActiveRecord: 0.5ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 16:44:40 -0700
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 16:44:40 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 16:44:40 -0700
+
+
+Started GET "/assets/application.self-fd6f1f70fa333e6f4440efdbd2e021c90cc47a6f1314d430589aa8569356a5bc.css?body=1" for ::1 at 2016-04-25 16:44:40 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 16:44:40 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 16:44:40 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 16:44:40 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 16:44:40 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 16:44:40 -0700
+
+
+Started GET "/" for ::1 at 2016-04-25 16:44:44 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 3]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (8.9ms)
+Completed 200 OK in 33ms (Views: 31.6ms | ActiveRecord: 0.5ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 16:44:44 -0700
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 16:44:44 -0700
+
+
+Started GET "/assets/application.self-ff6813c4905a0b286916e3c986e1f1f647a67ad6dc0c086774355c471246e734.css?body=1" for ::1 at 2016-04-25 16:44:44 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 16:44:44 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 16:44:44 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 16:44:44 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 16:44:44 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 16:44:44 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 16:44:44 -0700
+
+
+Started GET "/" for ::1 at 2016-04-25 16:44:56 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ [1m[35mPerson Load (0.4ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 3]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (9.1ms)
+Completed 200 OK in 29ms (Views: 27.7ms | ActiveRecord: 0.8ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 16:44:57 -0700
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 16:44:57 -0700
+
+
+Started GET "/assets/application.self-74b5545f00453c5216ec82f8f6108fb1094082ccf265f3c316fdd17416e75d75.css?body=1" for ::1 at 2016-04-25 16:44:57 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 16:44:57 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 16:44:57 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 16:44:57 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 16:44:57 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 16:44:57 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 16:44:57 -0700
+
+
+Started GET "/" for ::1 at 2016-04-25 16:45:17 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 3]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (6.9ms)
+Completed 200 OK in 34ms (Views: 32.6ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 16:45:17 -0700
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 16:45:17 -0700
+
+
+Started GET "/assets/application.self-2c851abed05f906097cf35215ea9d0cdce8c4623a505d50dfa7962253bb2e2de.css?body=1" for ::1 at 2016-04-25 16:45:17 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 16:45:17 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 16:45:17 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 16:45:17 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 16:45:17 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 16:45:17 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 16:45:17 -0700
+
+
+Started GET "/" for ::1 at 2016-04-25 16:45:23 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 3]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (7.9ms)
+Completed 200 OK in 32ms (Views: 31.1ms | ActiveRecord: 0.5ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 16:45:23 -0700
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 16:45:23 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 16:45:23 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 16:45:23 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 16:45:23 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 16:45:23 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 16:45:23 -0700
+
+
+Started GET "/assets/application.self-12bb55e690a02f9570c4c60e5290a1898eeaae513b7b8cf4eace93f8978bd99c.css?body=1" for ::1 at 2016-04-25 16:45:23 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 16:45:23 -0700
+
+
+Started GET "/" for ::1 at 2016-04-25 16:45:30 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 3]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (9.8ms)
+Completed 200 OK in 25ms (Views: 24.4ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 16:45:30 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 16:45:30 -0700
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 16:45:30 -0700
+
+
+Started GET "/assets/application.self-12bb55e690a02f9570c4c60e5290a1898eeaae513b7b8cf4eace93f8978bd99c.css?body=1" for ::1 at 2016-04-25 16:45:30 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 16:45:30 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 16:45:30 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 16:45:30 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 16:45:30 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 16:45:30 -0700
+
+
+Started GET "/" for ::1 at 2016-04-25 16:45:31 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 3]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (7.9ms)
+Completed 200 OK in 22ms (Views: 20.8ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 16:45:31 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 16:45:31 -0700
+
+
+Started GET "/assets/application.self-12bb55e690a02f9570c4c60e5290a1898eeaae513b7b8cf4eace93f8978bd99c.css?body=1" for ::1 at 2016-04-25 16:45:31 -0700
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 16:45:31 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 16:45:31 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 16:45:31 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 16:45:31 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 16:45:31 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 16:45:31 -0700
+
+
+Started GET "/" for ::1 at 2016-04-25 16:46:03 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 3]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (6.8ms)
+Completed 200 OK in 34ms (Views: 33.4ms | ActiveRecord: 0.5ms)
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 16:46:03 -0700
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 16:46:03 -0700
+
+
+Started GET "/assets/application.self-079d494a728eb6b28cf4fead983ac19825388a0499c8db7657def744852e6ca3.css?body=1" for ::1 at 2016-04-25 16:46:03 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 16:46:03 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 16:46:03 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 16:46:03 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 16:46:03 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 16:46:03 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 16:46:03 -0700
+
+
+Started GET "/" for ::1 at 2016-04-25 16:46:43 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 3]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (8.8ms)
+Completed 200 OK in 34ms (Views: 33.1ms | ActiveRecord: 0.5ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 16:46:43 -0700
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 16:46:43 -0700
+
+
+Started GET "/assets/application.self-ad543a6f00c8de3fb67a062956d8d90ab020d359c39490da7384aef18349cc03.css?body=1" for ::1 at 2016-04-25 16:46:43 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 16:46:43 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 16:46:43 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 16:46:43 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 16:46:43 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 16:46:43 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 16:46:43 -0700
+
+
+Started GET "/" for ::1 at 2016-04-25 16:47:10 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.3ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 3]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (8.7ms)
+Completed 200 OK in 30ms (Views: 29.2ms | ActiveRecord: 0.6ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 16:47:10 -0700
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 16:47:10 -0700
+
+
+Started GET "/assets/application.self-6f2cb8509f43fdce1c41bdaa145507f5989f2517a6279a3d56d2633a214fd8f4.css?body=1" for ::1 at 2016-04-25 16:47:10 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 16:47:10 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 16:47:10 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 16:47:10 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 16:47:10 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 16:47:10 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 16:47:10 -0700
+
+
+Started GET "/" for ::1 at 2016-04-25 16:47:14 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 3]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (8.1ms)
+Completed 200 OK in 22ms (Views: 20.7ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 16:47:14 -0700
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 16:47:14 -0700
+
+
+Started GET "/assets/application.self-6f2cb8509f43fdce1c41bdaa145507f5989f2517a6279a3d56d2633a214fd8f4.css?body=1" for ::1 at 2016-04-25 16:47:14 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 16:47:14 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 16:47:14 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 16:47:14 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 16:47:14 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 16:47:14 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 16:47:14 -0700
+
+
+Started GET "/" for ::1 at 2016-04-25 16:48:39 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 3]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mPerson Load (0.2ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (9.3ms)
+Completed 200 OK in 33ms (Views: 31.9ms | ActiveRecord: 0.5ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 16:48:39 -0700
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 16:48:39 -0700
+
+
+Started GET "/assets/application.self-8058ebf4e16b7eb1e0bf1bd32f0d74943cbd273a3e0b50a234c5ac9030db9ed6.css?body=1" for ::1 at 2016-04-25 16:48:39 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 16:48:39 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 16:48:39 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 16:48:39 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 16:48:39 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 16:48:39 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 16:48:39 -0700
+
+
+Started GET "/" for ::1 at 2016-04-25 16:48:54 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.3ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 3]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (8.0ms)
+Completed 200 OK in 31ms (Views: 29.9ms | ActiveRecord: 0.6ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 16:48:54 -0700
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 16:48:54 -0700
+
+
+Started GET "/assets/application.self-2cac3243dac72e58974fe9e2089f123cd3a38c914a1f402a5ae3981ec0b0721c.css?body=1" for ::1 at 2016-04-25 16:48:54 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 16:48:54 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 16:48:54 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 16:48:54 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 16:48:54 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 16:48:54 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 16:48:54 -0700
+
+
+Started GET "/" for ::1 at 2016-04-25 16:49:04 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.3ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 3]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (8.6ms)
+Completed 200 OK in 29ms (Views: 28.2ms | ActiveRecord: 0.6ms)
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 16:49:04 -0700
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 16:49:04 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 16:49:04 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 16:49:04 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 16:49:04 -0700
+
+
+Started GET "/assets/application.self-5c35d422a6d6d6e32ed43a2923c756ceb501e13e81afdc80ad5fc1fa3e2a22e3.css?body=1" for ::1 at 2016-04-25 16:49:04 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 16:49:04 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 16:49:04 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 16:49:04 -0700
+
+
+Started GET "/" for ::1 at 2016-04-25 16:49:58 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 3]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (7.7ms)
+Completed 200 OK in 31ms (Views: 30.2ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 16:49:58 -0700
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 16:49:58 -0700
+
+
+Started GET "/assets/application.self-b8ecf140c7ea64253be469e04d4d930ebcca82c3494c0e0fce48beaac9578c68.css?body=1" for ::1 at 2016-04-25 16:49:58 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 16:49:58 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 16:49:58 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 16:49:58 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 16:49:58 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 16:49:58 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 16:49:58 -0700
+
+
+Started PATCH "/list/8/complete" for ::1 at 2016-04-25 16:50:15 -0700
+Processing by ListController#complete as HTML
+ Parameters: {"authenticity_token"=>"oINoDU8K4K9temoqTgpf5wek3/PCyEdV8RkQtZhcJwoKd7hjRqW79QEOMIK+R/Vhs59SODN4GaL4tquNFQbahQ==", "id"=>"8"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 8]]
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.5ms)[0m UPDATE "tasks" SET "completed_on" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["completed_on", "2016-04-25 23:50:15.176828"], ["updated_at", "2016-04-25 23:50:15.177564"], ["id", 8]]
+ [1m[36m (1.0ms)[0m [1mcommit transaction[0m
+Redirected to http://localhost:3000/
+Completed 302 Found in 6ms (ActiveRecord: 1.7ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 16:50:15 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 3]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (8.3ms)
+Completed 200 OK in 26ms (Views: 25.4ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 17:00:28 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.3ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ [1m[35mPerson Load (0.4ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mPerson Load (0.2ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 3]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (23.2ms)
+Completed 500 Internal Server Error in 35ms (ActiveRecord: 1.3ms)
+
+SyntaxError - syntax error, unexpected tIDENTIFIER, expecting ')'
+...π¨βπ©βπ§β" peepz_path);@output_buffer.safe_append='
+... ^:
+ app/views/layouts/application.html.erb:19:in `'
+ actionview (4.2.6) lib/action_view/template.rb:296:in `compile'
+ actionview (4.2.6) lib/action_view/template.rb:245:in `block (2 levels) in compile!'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:244:in `block in compile!'
+ actionview (4.2.6) lib/action_view/template.rb:232:in `compile!'
+ actionview (4.2.6) lib/action_view/template.rb:144:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:66:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/80a568dd6651e2de/variables" for ::1 at 2016-04-25 17:00:28 -0700
+
+
+Started GET "/" for ::1 at 2016-04-25 17:01:05 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 3]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (9.7ms)
+Completed 200 OK in 40ms (Views: 38.7ms | ActiveRecord: 0.5ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 17:01:05 -0700
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 17:01:05 -0700
+
+
+Started GET "/assets/application.self-8a17a47c5a0c46ec487609f48bcc5ca6dc40f632a4548d4635b0235e08bea059.css?body=1" for ::1 at 2016-04-25 17:01:05 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 17:01:05 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 17:01:05 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 17:01:05 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 17:01:05 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 17:01:05 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 17:01:05 -0700
+
+
+Started GET "/" for ::1 at 2016-04-25 17:02:27 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.3ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 3]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (16.6ms)
+Completed 500 Internal Server Error in 26ms (ActiveRecord: 1.2ms)
+
+SyntaxError - syntax error, unexpected tIDENTIFIER, expecting ')'
+...π¨βπ©βπ§β" peepz_path);@output_buffer.safe_append='
+... ^:
+ app/views/layouts/application.html.erb:19:in `'
+ actionview (4.2.6) lib/action_view/template.rb:296:in `compile'
+ actionview (4.2.6) lib/action_view/template.rb:245:in `block (2 levels) in compile!'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:244:in `block in compile!'
+ actionview (4.2.6) lib/action_view/template.rb:232:in `compile!'
+ actionview (4.2.6) lib/action_view/template.rb:144:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:66:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/305955978c1760b9/variables" for ::1 at 2016-04-25 17:02:27 -0700
+
+
+Started GET "/" for ::1 at 2016-04-25 17:02:42 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 3]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (7.1ms)
+Completed 500 Internal Server Error in 13ms (ActiveRecord: 0.4ms)
+
+SyntaxError - syntax error, unexpected tIDENTIFIER, expecting ')'
+...d=( link_to "People" peepz_path);@output_buffer.safe_append='
+... ^:
+ app/views/layouts/application.html.erb:19:in `'
+ actionview (4.2.6) lib/action_view/template.rb:296:in `compile'
+ actionview (4.2.6) lib/action_view/template.rb:245:in `block (2 levels) in compile!'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:244:in `block in compile!'
+ actionview (4.2.6) lib/action_view/template.rb:232:in `compile!'
+ actionview (4.2.6) lib/action_view/template.rb:144:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:66:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/e790835fd524eca6/variables" for ::1 at 2016-04-25 17:02:42 -0700
+
+
+Started GET "/" for ::1 at 2016-04-25 17:02:43 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 3]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mPerson Load (0.2ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (9.4ms)
+Completed 500 Internal Server Error in 13ms (ActiveRecord: 0.5ms)
+
+SyntaxError - syntax error, unexpected tIDENTIFIER, expecting ')'
+...d=( link_to "People" peepz_path);@output_buffer.safe_append='
+... ^:
+ app/views/layouts/application.html.erb:19:in `'
+ actionview (4.2.6) lib/action_view/template.rb:296:in `compile'
+ actionview (4.2.6) lib/action_view/template.rb:245:in `block (2 levels) in compile!'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:244:in `block in compile!'
+ actionview (4.2.6) lib/action_view/template.rb:232:in `compile!'
+ actionview (4.2.6) lib/action_view/template.rb:144:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:66:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/ce8409dffdccb064/variables" for ::1 at 2016-04-25 17:02:44 -0700
+
+
+Started GET "/" for ::1 at 2016-04-25 17:03:13 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 3]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (8.4ms)
+Completed 200 OK in 33ms (Views: 31.6ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 17:03:13 -0700
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 17:03:13 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 17:03:13 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 17:03:13 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 17:03:13 -0700
+
+
+Started GET "/assets/application.self-9b04c097bc996a944b4672361e80528bba9e16aa6ef95b43d2fdd10a18632352.css?body=1" for ::1 at 2016-04-25 17:03:13 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 17:03:13 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 17:03:13 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 17:03:13 -0700
+
+
+Started GET "/" for ::1 at 2016-04-25 17:04:37 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 3]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (9.0ms)
+Completed 200 OK in 34ms (Views: 33.0ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 17:04:37 -0700
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 17:04:37 -0700
+
+
+Started GET "/assets/application.self-8cd9434fcf364c2c9c21468f161b49f3d64a73c1673bb2c33451089e618f4803.css?body=1" for ::1 at 2016-04-25 17:04:37 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 17:04:37 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 17:04:37 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 17:04:37 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 17:04:37 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 17:04:37 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 17:04:37 -0700
+
+
+Started GET "/" for ::1 at 2016-04-25 17:04:38 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 3]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (8.8ms)
+Completed 200 OK in 23ms (Views: 22.4ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 17:04:38 -0700
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 17:04:38 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 17:04:38 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 17:04:38 -0700
+
+
+Started GET "/assets/application.self-8cd9434fcf364c2c9c21468f161b49f3d64a73c1673bb2c33451089e618f4803.css?body=1" for ::1 at 2016-04-25 17:04:38 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 17:04:38 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 17:04:38 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 17:04:38 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 17:04:38 -0700
+
+
+Started GET "/" for ::1 at 2016-04-25 17:05:05 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 3]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (8.0ms)
+Completed 200 OK in 29ms (Views: 27.7ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 17:05:05 -0700
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 17:05:05 -0700
+
+
+Started GET "/assets/application.self-6f7f2164e95a8c7dfdb9b641960adfbc97ccfa362ae663a42a2e53bea4627217.css?body=1" for ::1 at 2016-04-25 17:05:05 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 17:05:05 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 17:05:05 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 17:05:05 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 17:05:05 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 17:05:05 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 17:05:05 -0700
+
+
+Started GET "/" for ::1 at 2016-04-25 17:05:57 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 3]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (8.5ms)
+Completed 200 OK in 31ms (Views: 30.1ms | ActiveRecord: 0.5ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 17:05:57 -0700
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 17:05:57 -0700
+
+
+Started GET "/assets/application.self-2c71c0a1853a9ad5e66157069cbd887674fe5fa31d0fb2a1e6d32ec6134c77b9.css?body=1" for ::1 at 2016-04-25 17:05:57 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 17:05:57 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 17:05:57 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 17:05:57 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 17:05:57 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 17:05:57 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 17:05:57 -0700
+
+
+Started GET "/" for ::1 at 2016-04-25 17:06:20 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 3]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (9.3ms)
+Completed 200 OK in 37ms (Views: 36.3ms | ActiveRecord: 0.5ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 17:06:20 -0700
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 17:06:20 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 17:06:20 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 17:06:20 -0700
+
+
+Started GET "/assets/application.self-66f1c70445d955a55e1c1f6dbcf41c1b1fb6dc9b5e1e2742efe25030368e82e8.css?body=1" for ::1 at 2016-04-25 17:06:20 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 17:06:20 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 17:06:20 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 17:06:20 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 17:06:20 -0700
+
+
+Started GET "/" for ::1 at 2016-04-25 17:06:53 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 3]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (7.0ms)
+Completed 200 OK in 29ms (Views: 27.8ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 17:06:53 -0700
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 17:06:53 -0700
+
+
+Started GET "/assets/application.self-346ec822c49533dade41f3cc0079df00e6bab4841bb25974644e27643604489c.css?body=1" for ::1 at 2016-04-25 17:06:53 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 17:06:53 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 17:06:53 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 17:06:53 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 17:06:53 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 17:06:53 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 17:06:53 -0700
+
+
+Started GET "/" for ::1 at 2016-04-25 17:06:55 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 3]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (8.0ms)
+Completed 200 OK in 24ms (Views: 23.1ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 17:06:55 -0700
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 17:06:55 -0700
+
+
+Started GET "/assets/application.self-346ec822c49533dade41f3cc0079df00e6bab4841bb25974644e27643604489c.css?body=1" for ::1 at 2016-04-25 17:06:55 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 17:06:55 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 17:06:55 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 17:06:55 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 17:06:55 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 17:06:55 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 17:06:55 -0700
+
+
+Started GET "/" for ::1 at 2016-04-25 17:08:18 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 3]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (8.5ms)
+Completed 200 OK in 30ms (Views: 28.3ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 17:08:18 -0700
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 17:08:18 -0700
+
+
+Started GET "/assets/application.self-2f45670ccf59db24a0c5ecd67482e3f68a70ebb38fbe5db5fd1fc2327b5e2c08.css?body=1" for ::1 at 2016-04-25 17:08:18 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 17:08:18 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 17:08:18 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 17:08:18 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 17:08:18 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 17:08:18 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 17:08:18 -0700
+
+
+Started GET "/" for ::1 at 2016-04-25 17:08:45 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 3]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (7.3ms)
+Completed 200 OK in 32ms (Views: 31.5ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 17:08:45 -0700
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 17:08:45 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 17:08:45 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 17:08:45 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 17:08:45 -0700
+
+
+Started GET "/assets/application.self-c700a568ac92ae1b6814bb6409089ce17d0ae4c61b151aef7ecb694a7cab18ba.css?body=1" for ::1 at 2016-04-25 17:08:45 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 17:08:45 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 17:08:45 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 17:08:45 -0700
+
+
+Started GET "/" for ::1 at 2016-04-25 17:08:56 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 3]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (7.9ms)
+Completed 200 OK in 30ms (Views: 29.4ms | ActiveRecord: 0.5ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 17:08:56 -0700
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 17:08:56 -0700
+
+
+Started GET "/assets/application.self-6e0bfd15b14442ee37e8d047c6ddccfe557b9ae1584732af43500c3c6091020d.css?body=1" for ::1 at 2016-04-25 17:08:56 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 17:08:56 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 17:08:56 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 17:08:56 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 17:08:56 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 17:08:56 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 17:08:56 -0700
+
+
+Started GET "/" for ::1 at 2016-04-25 17:09:13 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 3]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (10.0ms)
+Completed 200 OK in 32ms (Views: 30.8ms | ActiveRecord: 0.5ms)
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 17:09:13 -0700
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 17:09:13 -0700
+
+
+Started GET "/assets/application.self-4f6974038cb33a5dad07cb433d546fcd00f8e4d95999d0ad4ff8d0d93b994d77.css?body=1" for ::1 at 2016-04-25 17:09:13 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 17:09:13 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 17:09:13 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 17:09:13 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 17:09:13 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 17:09:13 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 17:09:13 -0700
+
+
+Started GET "/" for ::1 at 2016-04-25 17:11:00 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.3ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 3]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (9.6ms)
+Completed 200 OK in 32ms (Views: 31.2ms | ActiveRecord: 0.6ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 17:11:00 -0700
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 17:11:00 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 17:11:00 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 17:11:00 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 17:11:00 -0700
+
+
+Started GET "/assets/application.self-d2f77c615525980848a3400dade595cc96a5aa9c0c8c1f1d0e64f59badfd88ab.css?body=1" for ::1 at 2016-04-25 17:11:00 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 17:11:00 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 17:11:00 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 17:11:00 -0700
+
+
+Started GET "/" for ::1 at 2016-04-25 17:11:12 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ [1m[35mPerson Load (0.2ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 3]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (10.6ms)
+Completed 200 OK in 34ms (Views: 32.8ms | ActiveRecord: 0.5ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 17:11:12 -0700
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 17:11:12 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 17:11:12 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 17:11:12 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 17:11:12 -0700
+
+
+Started GET "/assets/application.self-4ad49b3f26e2da1892285033e8755a6bb8468ea23aebbdf64ca70a9a3638fcce.css?body=1" for ::1 at 2016-04-25 17:11:12 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 17:11:12 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 17:11:12 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 17:11:12 -0700
+
+
+Started GET "/" for ::1 at 2016-04-25 17:11:32 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 3]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (9.7ms)
+Completed 200 OK in 27ms (Views: 26.3ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 17:11:32 -0700
+
+
+Started GET "/assets/application.self-4ad49b3f26e2da1892285033e8755a6bb8468ea23aebbdf64ca70a9a3638fcce.css?body=1" for ::1 at 2016-04-25 17:11:32 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 17:11:32 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 17:11:32 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 17:11:32 -0700
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 17:11:32 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 17:11:32 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 17:11:32 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 17:11:32 -0700
+
+
+Started GET "/" for ::1 at 2016-04-25 17:11:40 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 3]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (9.9ms)
+Completed 200 OK in 33ms (Views: 31.9ms | ActiveRecord: 0.5ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 17:11:40 -0700
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 17:11:40 -0700
+
+
+Started GET "/assets/application.self-5901290a79d0eeed3a57c310938aee6f4a656ecbfbd40355d84b04f54bc4bd9d.css?body=1" for ::1 at 2016-04-25 17:11:40 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 17:11:40 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 17:11:40 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 17:11:40 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 17:11:40 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 17:11:40 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 17:11:40 -0700
+
+
+Started GET "/list/new" for ::1 at 2016-04-25 17:11:50 -0700
+Processing by ListController#new as HTML
+ Rendered list/new.html.erb within layouts/application (3.6ms)
+Completed 200 OK in 21ms (Views: 19.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 17:11:52 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 3]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (8.6ms)
+Completed 200 OK in 27ms (Views: 26.3ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/people" for ::1 at 2016-04-25 17:11:53 -0700
+Processing by PeopleController#index as HTML
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" ORDER BY "people"."id" ASC[0m
+ Rendered people/index.html.erb within layouts/application (1.2ms)
+Completed 200 OK in 25ms (Views: 24.1ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/people/1" for ::1 at 2016-04-25 17:11:55 -0700
+Processing by PeopleController#show as HTML
+ Parameters: {"id"=>"1"}
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."person_id" = ? [["person_id", 1]]
+ Rendered people/show.html.erb within layouts/application (2.4ms)
+Completed 200 OK in 19ms (Views: 18.5ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 17:11:59 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.4ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 3]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (7.5ms)
+Completed 200 OK in 26ms (Views: 25.3ms | ActiveRecord: 0.6ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 17:12:56 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 3]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (9.0ms)
+Completed 200 OK in 33ms (Views: 31.6ms | ActiveRecord: 0.5ms)
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 17:12:56 -0700
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 17:12:56 -0700
+
+
+Started GET "/assets/application.self-a9fe869cedb43821d945218be5884e802417a66fe6570ba2f7f30bbb933ad9a6.css?body=1" for ::1 at 2016-04-25 17:12:56 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 17:12:56 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 17:12:56 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 17:12:56 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 17:12:56 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 17:12:56 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 17:12:56 -0700
+
+
+Started GET "/" for ::1 at 2016-04-25 17:13:11 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ [1m[35mPerson Load (0.3ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 3]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (7.9ms)
+Completed 200 OK in 24ms (Views: 23.3ms | ActiveRecord: 0.7ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 17:13:11 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 17:13:11 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 17:13:11 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 17:13:11 -0700
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 17:13:11 -0700
+
+
+Started GET "/assets/application.self-a9fe869cedb43821d945218be5884e802417a66fe6570ba2f7f30bbb933ad9a6.css?body=1" for ::1 at 2016-04-25 17:13:11 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 17:13:11 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 17:13:11 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 17:13:11 -0700
+
+
+Started PATCH "/list/8/incomplete" for ::1 at 2016-04-25 17:13:23 -0700
+Processing by ListController#incomplete as HTML
+ Parameters: {"authenticity_token"=>"H5NA+V96ijp/Du6ikxPVwhFortqK9wIzu1T6rgPLwDm1Z5CXVtXRYBN6tApjXn9EpVMjEXtHXMSy+0GWjpE9tg==", "id"=>"8"}
+ [1m[35mTask Load (0.3ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 8]]
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.5ms)[0m UPDATE "tasks" SET "completed_on" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["completed_on", nil], ["updated_at", "2016-04-26 00:13:23.467679"], ["id", 8]]
+ [1m[36m (0.8ms)[0m [1mcommit transaction[0m
+Redirected to http://localhost:3000/
+Completed 302 Found in 9ms (ActiveRecord: 1.7ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 17:13:23 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 3]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (7.9ms)
+Completed 200 OK in 29ms (Views: 27.7ms | ActiveRecord: 0.4ms)
+
+
+Started PATCH "/list/5/incomplete" for ::1 at 2016-04-25 17:13:26 -0700
+Processing by ListController#incomplete as HTML
+ Parameters: {"authenticity_token"=>"CKC++Z1B/2y46WCWsAIT3k+fQKzfoiXsI51vFRAxyJuiVG6XlO6kNtSdOj5AT7lY+6TNZy4SexsqMtQtnWs1FA==", "id"=>"5"}
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 5]]
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mUPDATE "tasks" SET "completed_on" = ?, "updated_at" = ? WHERE "tasks"."id" = ?[0m [["completed_on", nil], ["updated_at", "2016-04-26 00:13:26.133828"], ["id", 5]]
+ [1m[35m (1.7ms)[0m commit transaction
+Redirected to http://localhost:3000/
+Completed 302 Found in 7ms (ActiveRecord: 2.3ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 17:13:26 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ [1m[35mPerson Load (0.2ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mPerson Load (0.2ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 3]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mPerson Load (0.2ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (17.3ms)
+Completed 200 OK in 49ms (Views: 47.5ms | ActiveRecord: 1.0ms)
+
+
+Started PATCH "/list/1/incomplete" for ::1 at 2016-04-25 17:13:28 -0700
+Processing by ListController#incomplete as HTML
+ Parameters: {"authenticity_token"=>"Qpe5iu27I7JOUcDarr0RijT2x7n2qbzLE5X4pdmAlwroY2nk5BR46CIlmnJe8LsMgM1KcgcZ4jwaOkOdVNpqhQ==", "id"=>"1"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.5ms)[0m UPDATE "tasks" SET "completed_on" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["completed_on", nil], ["updated_at", "2016-04-26 00:13:28.044333"], ["id", 1]]
+ [1m[36m (1.8ms)[0m [1mcommit transaction[0m
+Redirected to http://localhost:3000/
+Completed 302 Found in 8ms (ActiveRecord: 2.5ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 17:13:28 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ [1m[36mPerson Load (0.2ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mPerson Load (0.2ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 3]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (15.5ms)
+Completed 200 OK in 37ms (Views: 36.0ms | ActiveRecord: 0.7ms)
+
+
+Started PATCH "/list/2/incomplete" for ::1 at 2016-04-25 17:13:29 -0700
+Processing by ListController#incomplete as HTML
+ Parameters: {"authenticity_token"=>"Bb3wmasNvKFEjtXKL9dtALCavDnLrBZaqaKoyXvgLTevSSD3oqLn+yj6j2LfmseGBKEx8jocSK2gDRPx9rrQuA==", "id"=>"2"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.5ms)[0m [1mUPDATE "tasks" SET "completed_on" = ?, "updated_at" = ? WHERE "tasks"."id" = ?[0m [["completed_on", nil], ["updated_at", "2016-04-26 00:13:29.845674"], ["id", 2]]
+ [1m[35m (1.9ms)[0m commit transaction
+Redirected to http://localhost:3000/
+Completed 302 Found in 8ms (ActiveRecord: 2.7ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 17:13:29 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ [1m[35mPerson Load (0.2ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mPerson Load (0.2ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 3]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mPerson Load (0.3ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (16.8ms)
+Completed 200 OK in 50ms (Views: 47.8ms | ActiveRecord: 1.0ms)
+
+
+Started PATCH "/list/2/complete" for ::1 at 2016-04-25 17:13:30 -0700
+Processing by ListController#complete as HTML
+ Parameters: {"authenticity_token"=>"jKvq2IAt/uviMkTKQ/YCAYzEMTkpcgwyON44a98LviAmXzq2iYKlsY5GHmKzu6iHOP+88tjCUsUxcYNTUlFDrw==", "id"=>"2"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m UPDATE "tasks" SET "completed_on" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["completed_on", "2016-04-26 00:13:30.755782"], ["updated_at", "2016-04-26 00:13:30.756271"], ["id", 2]]
+ [1m[36m (0.8ms)[0m [1mcommit transaction[0m
+Redirected to http://localhost:3000/
+Completed 302 Found in 4ms (ActiveRecord: 1.2ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 17:13:30 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 3]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (12.4ms)
+Completed 200 OK in 38ms (Views: 36.3ms | ActiveRecord: 0.6ms)
+
+
+Started PATCH "/list/2/incomplete" for ::1 at 2016-04-25 17:13:31 -0700
+Processing by ListController#incomplete as HTML
+ Parameters: {"authenticity_token"=>"JkYWY2oTRS7uRxDL6dCiIHicpD6auYi7f6wiTMHuzYyMssYNY7wedIIzSmMZnQimzKcp9WsJ1kx2A5l0TLQwAw==", "id"=>"2"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.5ms)[0m [1mUPDATE "tasks" SET "completed_on" = ?, "updated_at" = ? WHERE "tasks"."id" = ?[0m [["completed_on", nil], ["updated_at", "2016-04-26 00:13:31.716985"], ["id", 2]]
+ [1m[35m (1.2ms)[0m commit transaction
+Redirected to http://localhost:3000/
+Completed 302 Found in 7ms (ActiveRecord: 1.9ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 17:13:31 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.5ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ [1m[35mPerson Load (0.2ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mPerson Load (0.3ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 3]]
+ [1m[35mCACHE (0.2ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mPerson Load (0.2ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (19.6ms)
+Completed 200 OK in 43ms (Views: 40.9ms | ActiveRecord: 1.3ms)
+
+
+Started PATCH "/list/2/complete" for ::1 at 2016-04-25 17:13:32 -0700
+Processing by ListController#complete as HTML
+ Parameters: {"authenticity_token"=>"nf8BZ1ojtIdrEgv+e7frA5eus8n4rd3ysehAnEer+9Q3C9EJU4zv3QdmUVaL+kGFI5U+AgkdgwW4R/ukyvEGWw==", "id"=>"2"}
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.5ms)[0m UPDATE "tasks" SET "completed_on" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["completed_on", "2016-04-26 00:13:32.432196"], ["updated_at", "2016-04-26 00:13:32.433185"], ["id", 2]]
+ [1m[36m (1.5ms)[0m [1mcommit transaction[0m
+Redirected to http://localhost:3000/
+Completed 302 Found in 8ms (ActiveRecord: 2.3ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 17:13:32 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.3ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mPerson Load (0.2ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 3]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (21.1ms)
+Completed 200 OK in 44ms (Views: 43.0ms | ActiveRecord: 0.9ms)
+
+
+Started PATCH "/list/2/incomplete" for ::1 at 2016-04-25 17:13:33 -0700
+Processing by ListController#incomplete as HTML
+ Parameters: {"authenticity_token"=>"oyrzpYPixnQ2Z208dFTUQdDjUiiA/8OeDnZz5brvsYYJ3iPLik2dLloTN5SEGX7HZNjf43FPnWkH2cjdN7VMCQ==", "id"=>"2"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.4ms)[0m [1mUPDATE "tasks" SET "completed_on" = ?, "updated_at" = ? WHERE "tasks"."id" = ?[0m [["completed_on", nil], ["updated_at", "2016-04-26 00:13:33.110532"], ["id", 2]]
+ [1m[35m (0.7ms)[0m commit transaction
+Redirected to http://localhost:3000/
+Completed 302 Found in 5ms (ActiveRecord: 1.3ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 17:13:33 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ [1m[35mPerson Load (0.2ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mPerson Load (0.2ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 3]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mPerson Load (0.3ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (13.6ms)
+Completed 200 OK in 49ms (Views: 47.4ms | ActiveRecord: 1.0ms)
+
+
+Started PATCH "/list/2/complete" for ::1 at 2016-04-25 17:13:33 -0700
+Processing by ListController#complete as HTML
+ Parameters: {"authenticity_token"=>"ujX/DdAqtFA4XtaNgnaijYgh4T5QlYEm/MKNblOyUnwQwS9j2YXvClQqjCVyOwgLPBps9aEl39H1bTZW3uiv8w==", "id"=>"2"}
+ [1m[35mTask Load (0.3ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36m (0.2ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m UPDATE "tasks" SET "completed_on" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["completed_on", "2016-04-26 00:13:33.816173"], ["updated_at", "2016-04-26 00:13:33.817277"], ["id", 2]]
+ [1m[36m (0.6ms)[0m [1mcommit transaction[0m
+Redirected to http://localhost:3000/
+Completed 302 Found in 6ms (ActiveRecord: 1.3ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 17:13:33 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.5ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mPerson Load (0.4ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 3]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mPerson Load (0.2ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (14.7ms)
+Completed 200 OK in 37ms (Views: 34.8ms | ActiveRecord: 1.3ms)
+
+
+Started PATCH "/list/2/incomplete" for ::1 at 2016-04-25 17:13:34 -0700
+Processing by ListController#incomplete as HTML
+ Parameters: {"authenticity_token"=>"h8kHhJeEp8uMxgDUscOQVblDsrq5G8NZHEVUeD45z8wtPdfqniv8keCyWnxBjjrTDXg/cUirna4V6u9As2MyQw==", "id"=>"2"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.2ms)[0m [1mUPDATE "tasks" SET "completed_on" = ?, "updated_at" = ? WHERE "tasks"."id" = ?[0m [["completed_on", nil], ["updated_at", "2016-04-26 00:13:34.708043"], ["id", 2]]
+ [1m[35m (1.5ms)[0m commit transaction
+Redirected to http://localhost:3000/
+Completed 302 Found in 5ms (ActiveRecord: 2.0ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 17:13:34 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.3ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 3]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (13.7ms)
+Completed 200 OK in 36ms (Views: 34.6ms | ActiveRecord: 0.6ms)
+
+
+Started PATCH "/list/2/complete" for ::1 at 2016-04-25 17:13:35 -0700
+Processing by ListController#complete as HTML
+ Parameters: {"authenticity_token"=>"VmbhqDKwqa2+9dEF6yq2H6d2gaSv7L8YUiYLJCF5Q8n8kjHGOx/y99KBi60bZxyZE00Mb15c4e9bibAcrCO+Rg==", "id"=>"2"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m UPDATE "tasks" SET "completed_on" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["completed_on", "2016-04-26 00:13:35.413168"], ["updated_at", "2016-04-26 00:13:35.413906"], ["id", 2]]
+ [1m[36m (1.9ms)[0m [1mcommit transaction[0m
+Redirected to http://localhost:3000/
+Completed 302 Found in 6ms (ActiveRecord: 2.4ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 17:13:35 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.3ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ [1m[36mPerson Load (0.2ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mPerson Load (0.3ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 3]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (18.0ms)
+Completed 200 OK in 45ms (Views: 43.3ms | ActiveRecord: 1.1ms)
+
+
+Started PATCH "/list/2/incomplete" for ::1 at 2016-04-25 17:13:36 -0700
+Processing by ListController#incomplete as HTML
+ Parameters: {"authenticity_token"=>"JLQUJ4lAWdkGRrIy8QruaD+Mq2TbU8vmBSsUfx+eWtSOQMRJgO8Cg2oy6JoBR0Tui7cmryrjlREMhK9HksSnWw==", "id"=>"2"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.2ms)[0m [1mUPDATE "tasks" SET "completed_on" = ?, "updated_at" = ? WHERE "tasks"."id" = ?[0m [["completed_on", nil], ["updated_at", "2016-04-26 00:13:36.248478"], ["id", 2]]
+ [1m[35m (1.1ms)[0m commit transaction
+Redirected to http://localhost:3000/
+Completed 302 Found in 4ms (ActiveRecord: 1.4ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 17:13:36 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.3ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ [1m[35mPerson Load (0.4ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 3]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (12.3ms)
+Completed 200 OK in 34ms (Views: 32.1ms | ActiveRecord: 1.0ms)
+
+
+Started PATCH "/list/2/complete" for ::1 at 2016-04-25 17:13:36 -0700
+Processing by ListController#complete as HTML
+ Parameters: {"authenticity_token"=>"M06oRdj708FYkDA6eKn+S8+CS28ugQZcyJFUOckjgAGZungr0VSImzTkapKI5FTNe7nGpN8xWKvBPu8BRHl9jg==", "id"=>"2"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36m (0.1ms)[0m [1mbegin transaction[0m
+ [1m[35mSQL (0.3ms)[0m UPDATE "tasks" SET "completed_on" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["completed_on", "2016-04-26 00:13:36.924607"], ["updated_at", "2016-04-26 00:13:36.925200"], ["id", 2]]
+ [1m[36m (0.7ms)[0m [1mcommit transaction[0m
+Redirected to http://localhost:3000/
+Completed 302 Found in 5ms (ActiveRecord: 1.2ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 17:13:36 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.4ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 3]]
+ [1m[36mCACHE (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mPerson Load (0.2ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (13.5ms)
+Completed 200 OK in 34ms (Views: 32.7ms | ActiveRecord: 1.0ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 17:13:54 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.3ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 3]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (11.4ms)
+Completed 200 OK in 25ms (Views: 24.0ms | ActiveRecord: 0.7ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 17:13:55 -0700
+
+
+Started GET "/assets/application.self-a9fe869cedb43821d945218be5884e802417a66fe6570ba2f7f30bbb933ad9a6.css?body=1" for ::1 at 2016-04-25 17:13:55 -0700
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 17:13:55 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 17:13:55 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 17:13:55 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 17:13:55 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 17:13:55 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 17:13:55 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 17:13:55 -0700
+
+
+Started GET "/people" for ::1 at 2016-04-25 17:14:01 -0700
+Processing by PeopleController#index as HTML
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" ORDER BY "people"."id" ASC
+ Rendered people/index.html.erb within layouts/application (0.7ms)
+Completed 200 OK in 17ms (Views: 15.7ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/people/1" for ::1 at 2016-04-25 17:14:03 -0700
+Processing by PeopleController#show as HTML
+ Parameters: {"id"=>"1"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."person_id" = ?[0m [["person_id", 1]]
+ Rendered people/show.html.erb within layouts/application (1.0ms)
+Completed 200 OK in 18ms (Views: 17.7ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 17:14:10 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 3]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (7.9ms)
+Completed 200 OK in 26ms (Views: 25.4ms | ActiveRecord: 0.4ms)
+
+
+Started PATCH "/list/5/complete" for ::1 at 2016-04-25 17:14:14 -0700
+Processing by ListController#complete as HTML
+ Parameters: {"authenticity_token"=>"MW6a+jAopoRzGDzhnW6GYK7Fr+qmLLYwDRoFbvo5hsqbmkqUOYf93h9sZkltIyzmGv4iIVec6McEtb5Wd2N7RQ==", "id"=>"5"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 5]]
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.2ms)[0m [1mUPDATE "tasks" SET "completed_on" = ?, "updated_at" = ? WHERE "tasks"."id" = ?[0m [["completed_on", "2016-04-26 00:14:14.055418"], ["updated_at", "2016-04-26 00:14:14.055856"], ["id", 5]]
+ [1m[35m (0.8ms)[0m commit transaction
+Redirected to http://localhost:3000/
+Completed 302 Found in 4ms (ActiveRecord: 1.1ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 17:14:14 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.3ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ [1m[35mPerson Load (0.2ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mPerson Load (0.2ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 3]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mPerson Load (0.2ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (19.9ms)
+Completed 200 OK in 40ms (Views: 38.7ms | ActiveRecord: 0.9ms)
+
+
+Started GET "/people" for ::1 at 2016-04-25 17:14:15 -0700
+Processing by PeopleController#index as HTML
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" ORDER BY "people"."id" ASC
+ Rendered people/index.html.erb within layouts/application (0.6ms)
+Completed 200 OK in 20ms (Views: 19.6ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/people/1" for ::1 at 2016-04-25 17:14:17 -0700
+Processing by PeopleController#show as HTML
+ Parameters: {"id"=>"1"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."person_id" = ?[0m [["person_id", 1]]
+ Rendered people/show.html.erb within layouts/application (1.9ms)
+Completed 200 OK in 21ms (Views: 19.8ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/people" for ::1 at 2016-04-25 17:15:49 -0700
+Processing by PeopleController#index as HTML
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" ORDER BY "people"."id" ASC
+ Rendered people/index.html.erb within layouts/application (0.8ms)
+Completed 200 OK in 24ms (Views: 23.6ms | ActiveRecord: 0.1ms)
+ [1m[36m (3.9ms)[0m [1mSELECT COUNT(*) AS count_all, person_id AS person_id FROM "tasks" WHERE "tasks"."completed_on" IS NULL GROUP BY "tasks"."person_id"[0m
+
+
+Started GET "/people" for ::1 at 2016-04-25 17:19:31 -0700
+Processing by PeopleController#index as HTML
+ [1m[36m (0.3ms)[0m [1mSELECT COUNT(*) AS count_all, person_id AS person_id FROM "tasks" WHERE "tasks"."completed_on" IS NULL GROUP BY "tasks"."person_id"[0m
+ Rendered people/index.html.erb within layouts/application (1.5ms)
+Completed 500 Internal Server Error in 26ms (ActiveRecord: 0.6ms)
+
+SyntaxError - syntax error, unexpected '<', expecting ')'
+
+ ^
+/Users/cristal/C5/projects/TaskListRails/task-list/app/views/people/index.html.erb:8: unknown regexp option - l
+unmatched close parenthesis: /li>
+ <% end );@output_buffer.safe_append='
+
+/Users/cristal/C5/projects/TaskListRails/task-list/app/views/people/index.html.erb:9: unterminated string meets end of file
+/Users/cristal/C5/projects/TaskListRails/task-list/app/views/people/index.html.erb:9: syntax error, unexpected end-of-input, expecting ')':
+ app/views/people/index.html.erb:6:in `'
+ actionview (4.2.6) lib/action_view/template.rb:296:in `compile'
+ actionview (4.2.6) lib/action_view/template.rb:245:in `block (2 levels) in compile!'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:244:in `block in compile!'
+ actionview (4.2.6) lib/action_view/template.rb:232:in `compile!'
+ actionview (4.2.6) lib/action_view/template.rb:144:in `block in render'
+ activesupport (4.2.6) lib/active_support/notifications.rb:166:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:333:in `instrument'
+ actionview (4.2.6) lib/action_view/template.rb:143:in `render'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:52:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/template_renderer.rb:14:in `render'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:46:in `render_template'
+ actionview (4.2.6) lib/action_view/renderer/renderer.rb:27:in `render'
+ actionview (4.2.6) lib/action_view/rendering.rb:100:in `_render_template'
+ actionpack (4.2.6) lib/action_controller/metal/streaming.rb:217:in `_render_template'
+ actionview (4.2.6) lib/action_view/rendering.rb:83:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:32:in `render_to_body'
+ actionpack (4.2.6) lib/action_controller/metal/renderers.rb:37:in `render_to_body'
+ actionpack (4.2.6) lib/abstract_controller/rendering.rb:25:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:16:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime'
+ activesupport (4.2.6) lib/active_support/core_ext/benchmark.rb:12:in `ms'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:44:in `block in render'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:43:in `render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
+ actionpack (4.2.6) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:198:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rendering.rb:10:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:117:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:505:in `call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:92:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/abstract_controller/callbacks.rb:19:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/rescue.rb:29:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `block in instrument'
+ activesupport (4.2.6) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
+ activesupport (4.2.6) lib/active_support/notifications.rb:164:in `instrument'
+ actionpack (4.2.6) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+ actionpack (4.2.6) lib/action_controller/metal/params_wrapper.rb:250:in `process_action'
+ activerecord (4.2.6) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+ actionpack (4.2.6) lib/abstract_controller/base.rb:137:in `process'
+ actionview (4.2.6) lib/action_view/rendering.rb:30:in `process'
+ actionpack (4.2.6) lib/action_controller/metal.rb:196:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
+ actionpack (4.2.6) lib/action_controller/metal.rb:237:in `block in action'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:74:in `dispatch'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:43:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.6) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.6) lib/action_dispatch/routing/route_set.rb:817:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.6) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.6) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.6) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.6) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.6) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call'
+ better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.6) lib/rails/engine.rb:518:in `call'
+ railties (4.2.6) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/cristal/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+
+Started POST "/__better_errors/0c42006df6e86938/variables" for ::1 at 2016-04-25 17:19:31 -0700
+ [1m[35mPerson Load (0.3ms)[0m SELECT "people".* FROM "people" ORDER BY "people"."id" ASC
+
+
+Started GET "/people" for ::1 at 2016-04-25 17:20:28 -0700
+Processing by PeopleController#index as HTML
+ [1m[36m (0.2ms)[0m [1mSELECT COUNT(*) AS count_all, person_id AS person_id FROM "tasks" WHERE "tasks"."completed_on" IS NULL GROUP BY "tasks"."person_id"[0m
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" ORDER BY "people"."id" ASC
+ Rendered people/index.html.erb within layouts/application (3.8ms)
+Completed 200 OK in 31ms (Views: 24.4ms | ActiveRecord: 0.8ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 17:20:28 -0700
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 17:20:28 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 17:20:28 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 17:20:28 -0700
+
+
+Started GET "/assets/application.self-a9fe869cedb43821d945218be5884e802417a66fe6570ba2f7f30bbb933ad9a6.css?body=1" for ::1 at 2016-04-25 17:20:28 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 17:20:28 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 17:20:28 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 17:20:28 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 17:20:28 -0700
+
+
+Started GET "/people" for ::1 at 2016-04-25 17:21:57 -0700
+Processing by PeopleController#index as HTML
+ [1m[36m (0.2ms)[0m [1mSELECT COUNT(*) AS count_all, person_id AS person_id FROM "tasks" WHERE "tasks"."completed_on" IS NULL GROUP BY "tasks"."person_id"[0m
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" ORDER BY "people"."id" ASC
+ Rendered people/index.html.erb within layouts/application (2.1ms)
+Completed 200 OK in 36ms (Views: 33.0ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 17:21:57 -0700
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 17:21:57 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 17:21:57 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 17:21:57 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 17:21:57 -0700
+
+
+Started GET "/assets/application.self-a9fe869cedb43821d945218be5884e802417a66fe6570ba2f7f30bbb933ad9a6.css?body=1" for ::1 at 2016-04-25 17:21:57 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 17:21:57 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 17:21:57 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 17:21:57 -0700
+
+
+Started GET "/people" for ::1 at 2016-04-25 17:22:06 -0700
+Processing by PeopleController#index as HTML
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) AS count_all, person_id AS person_id FROM "tasks" WHERE "tasks"."completed_on" IS NULL GROUP BY "tasks"."person_id"[0m
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" ORDER BY "people"."id" ASC
+ Rendered people/index.html.erb within layouts/application (1.1ms)
+Completed 200 OK in 24ms (Views: 20.9ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 17:22:06 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 17:22:06 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 17:22:06 -0700
+
+
+Started GET "/assets/application.self-a9fe869cedb43821d945218be5884e802417a66fe6570ba2f7f30bbb933ad9a6.css?body=1" for ::1 at 2016-04-25 17:22:06 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 17:22:06 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 17:22:06 -0700
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 17:22:06 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 17:22:06 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 17:22:06 -0700
+
+
+Started GET "/people" for ::1 at 2016-04-25 17:22:26 -0700
+Processing by PeopleController#index as HTML
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) AS count_all, person_id AS person_id FROM "tasks" WHERE "tasks"."completed_on" IS NULL GROUP BY "tasks"."person_id"[0m
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" ORDER BY "people"."id" ASC
+ Rendered people/index.html.erb within layouts/application (4.1ms)
+Completed 200 OK in 23ms (Views: 22.1ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 17:22:26 -0700
+
+
+Started GET "/assets/application.self-a9fe869cedb43821d945218be5884e802417a66fe6570ba2f7f30bbb933ad9a6.css?body=1" for ::1 at 2016-04-25 17:22:26 -0700
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 17:22:26 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 17:22:26 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 17:22:26 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 17:22:26 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 17:22:26 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 17:22:26 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 17:22:26 -0700
+
+
+Started GET "/people" for ::1 at 2016-04-25 17:22:27 -0700
+Processing by PeopleController#index as HTML
+ [1m[36m (0.2ms)[0m [1mSELECT COUNT(*) AS count_all, person_id AS person_id FROM "tasks" WHERE "tasks"."completed_on" IS NULL GROUP BY "tasks"."person_id"[0m
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" ORDER BY "people"."id" ASC
+ Rendered people/index.html.erb within layouts/application (0.6ms)
+Completed 200 OK in 15ms (Views: 13.7ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 17:22:27 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 17:22:28 -0700
+
+
+Started GET "/assets/application.self-a9fe869cedb43821d945218be5884e802417a66fe6570ba2f7f30bbb933ad9a6.css?body=1" for ::1 at 2016-04-25 17:22:28 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 17:22:28 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 17:22:28 -0700
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 17:22:28 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 17:22:28 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 17:22:28 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 17:22:28 -0700
+
+
+Started GET "/people" for ::1 at 2016-04-25 17:22:38 -0700
+Processing by PeopleController#index as HTML
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) AS count_all, person_id AS person_id FROM "tasks" WHERE "tasks"."completed_on" IS NULL GROUP BY "tasks"."person_id"[0m
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" ORDER BY "people"."id" ASC
+ Rendered people/index.html.erb within layouts/application (2.7ms)
+Completed 200 OK in 21ms (Views: 19.5ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 17:22:38 -0700
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 17:22:38 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 17:22:38 -0700
+
+
+Started GET "/assets/application.self-a9fe869cedb43821d945218be5884e802417a66fe6570ba2f7f30bbb933ad9a6.css?body=1" for ::1 at 2016-04-25 17:22:38 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 17:22:38 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 17:22:38 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 17:22:38 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 17:22:38 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 17:22:38 -0700
+
+
+Started GET "/people" for ::1 at 2016-04-25 17:23:33 -0700
+Processing by PeopleController#index as HTML
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) AS count_all, person_id AS person_id FROM "tasks" WHERE "tasks"."completed_on" IS NULL GROUP BY "tasks"."person_id"[0m
+ [1m[35mPerson Load (0.2ms)[0m SELECT "people".* FROM "people" ORDER BY "people"."id" ASC
+ Rendered people/index.html.erb within layouts/application (2.4ms)
+Completed 200 OK in 23ms (Views: 21.0ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 17:23:33 -0700
+
+
+Started GET "/assets/application.self-a9fe869cedb43821d945218be5884e802417a66fe6570ba2f7f30bbb933ad9a6.css?body=1" for ::1 at 2016-04-25 17:23:33 -0700
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 17:23:33 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 17:23:33 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 17:23:33 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 17:23:33 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 17:23:33 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 17:23:33 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 17:23:33 -0700
+
+
+Started GET "/" for ::1 at 2016-04-25 17:23:37 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ [1m[35mPerson Load (0.2ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 3]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (15.2ms)
+Completed 200 OK in 33ms (Views: 31.8ms | ActiveRecord: 0.8ms)
+
+
+Started GET "/list/4" for ::1 at 2016-04-25 17:23:44 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"4"}
+ [1m[35mTask Load (0.1ms)[0m SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 4]]
+ Rendered list/show.html.erb within layouts/application (0.3ms)
+Completed 200 OK in 21ms (Views: 19.5ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/list/4/edit" for ::1 at 2016-04-25 17:23:46 -0700
+Processing by ListController#edit as HTML
+ Parameters: {"id"=>"4"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 4]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people"
+ Rendered list/edit.html.erb within layouts/application (3.5ms)
+Completed 200 OK in 24ms (Views: 22.6ms | ActiveRecord: 0.2ms)
+
+
+Started PATCH "/list/4" for ::1 at 2016-04-25 17:23:50 -0700
+Processing by ListController#update as HTML
+ Parameters: {"utf8"=>"β", "authenticity_token"=>"W/wR+7O5yT9BADoUcLsYFl/7/w+xd/weQtj9+x18I3vxCMGVuhaSZS10YLyA9rKQ68ByxEDHoulLd0bDkCbe9A==", "task"=>{"title"=>"Go to Second Lunch", "description"=>"", "person_id"=>"3"}, "commit"=>"SUBMIT!!", "id"=>"4"}
+Unpermitted parameters: utf8, _method, authenticity_token, commit, id
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 4]]
+ [1m[35m (0.0ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mUPDATE "tasks" SET "person_id" = ?, "updated_at" = ? WHERE "tasks"."id" = ?[0m [["person_id", 3], ["updated_at", "2016-04-26 00:23:50.179000"], ["id", 4]]
+ [1m[35m (1.0ms)[0m commit transaction
+ [1m[36m (0.2ms)[0m [1mbegin transaction[0m
+ [1m[35m (0.1ms)[0m commit transaction
+Redirected to http://localhost:3000/
+Completed 302 Found in 8ms (ActiveRecord: 1.7ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 17:23:50 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 3]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 3]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (9.8ms)
+Completed 200 OK in 27ms (Views: 25.6ms | ActiveRecord: 0.5ms)
+
+
+Started PATCH "/list/4/incomplete" for ::1 at 2016-04-25 17:23:54 -0700
+Processing by ListController#incomplete as HTML
+ Parameters: {"authenticity_token"=>"PNLS0pGPDCueFJQjZuJu2J9fylJVZ8976zGVcjtZtZyWJgK8mCBXcfJgzouWr8ReK2RHmaTXkYzini5KtgNIEw==", "id"=>"4"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 4]]
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mUPDATE "tasks" SET "completed_on" = ?, "updated_at" = ? WHERE "tasks"."id" = ?[0m [["completed_on", nil], ["updated_at", "2016-04-26 00:23:54.687654"], ["id", 4]]
+ [1m[35m (1.6ms)[0m commit transaction
+Redirected to http://localhost:3000/
+Completed 302 Found in 6ms (ActiveRecord: 2.0ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 17:23:54 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 3]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 3]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (8.6ms)
+Completed 200 OK in 25ms (Views: 23.6ms | ActiveRecord: 0.5ms)
+
+
+Started GET "/people" for ::1 at 2016-04-25 17:23:57 -0700
+Processing by PeopleController#index as HTML
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) AS count_all, person_id AS person_id FROM "tasks" WHERE "tasks"."completed_on" IS NULL GROUP BY "tasks"."person_id"[0m
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" ORDER BY "people"."id" ASC
+ Rendered people/index.html.erb within layouts/application (1.6ms)
+Completed 200 OK in 22ms (Views: 20.4ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/people" for ::1 at 2016-04-25 17:24:27 -0700
+Processing by PeopleController#index as HTML
+ [1m[36m (0.2ms)[0m [1mSELECT COUNT(*) AS count_all, person_id AS person_id FROM "tasks" WHERE "tasks"."completed_on" IS NULL GROUP BY "tasks"."person_id"[0m
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" ORDER BY "people"."id" ASC
+ Rendered people/index.html.erb within layouts/application (2.4ms)
+Completed 200 OK in 32ms (Views: 19.6ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/assets/application.self-a9fe869cedb43821d945218be5884e802417a66fe6570ba2f7f30bbb933ad9a6.css?body=1" for ::1 at 2016-04-25 17:24:27 -0700
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 17:24:27 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 17:24:27 -0700
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 17:24:27 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 17:24:27 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 17:24:27 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 17:24:27 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 17:24:27 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 17:24:27 -0700
+
+
+Started GET "/people" for ::1 at 2016-04-25 17:24:36 -0700
+Processing by PeopleController#index as HTML
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) AS count_all, person_id AS person_id FROM "tasks" WHERE "tasks"."completed_on" IS NULL GROUP BY "tasks"."person_id"[0m
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" ORDER BY "people"."id" ASC
+ Rendered people/index.html.erb within layouts/application (1.8ms)
+Completed 200 OK in 19ms (Views: 17.4ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 17:24:36 -0700
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 17:24:36 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 17:24:36 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 17:24:36 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 17:24:36 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 17:24:36 -0700
+
+
+Started GET "/assets/application.self-a9fe869cedb43821d945218be5884e802417a66fe6570ba2f7f30bbb933ad9a6.css?body=1" for ::1 at 2016-04-25 17:24:36 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 17:24:36 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 17:24:36 -0700
+
+
+Started GET "/people" for ::1 at 2016-04-25 17:24:44 -0700
+Processing by PeopleController#index as HTML
+ [1m[36m (0.2ms)[0m [1mSELECT COUNT(*) AS count_all, person_id AS person_id FROM "tasks" WHERE "tasks"."completed_on" IS NULL GROUP BY "tasks"."person_id"[0m
+ [1m[35mPerson Load (0.2ms)[0m SELECT "people".* FROM "people" ORDER BY "people"."id" ASC
+ Rendered people/index.html.erb within layouts/application (1.9ms)
+Completed 200 OK in 33ms (Views: 30.1ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 17:24:44 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 17:24:44 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 17:24:44 -0700
+
+
+Started GET "/assets/application.self-a9fe869cedb43821d945218be5884e802417a66fe6570ba2f7f30bbb933ad9a6.css?body=1" for ::1 at 2016-04-25 17:24:44 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 17:24:44 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 17:24:44 -0700
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 17:24:44 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 17:24:44 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 17:24:44 -0700
+
+
+Started GET "/people" for ::1 at 2016-04-25 17:24:53 -0700
+Processing by PeopleController#index as HTML
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) AS count_all, person_id AS person_id FROM "tasks" WHERE "tasks"."completed_on" IS NULL GROUP BY "tasks"."person_id"[0m
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" ORDER BY "people"."id" ASC
+ Rendered people/index.html.erb within layouts/application (2.8ms)
+Completed 200 OK in 18ms (Views: 17.0ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 17:24:54 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 17:24:54 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 17:24:54 -0700
+
+
+Started GET "/assets/application.self-a9fe869cedb43821d945218be5884e802417a66fe6570ba2f7f30bbb933ad9a6.css?body=1" for ::1 at 2016-04-25 17:24:54 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 17:24:54 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 17:24:54 -0700
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 17:24:54 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 17:24:54 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 17:24:54 -0700
+
+
+Started GET "/people" for ::1 at 2016-04-25 17:24:55 -0700
+Processing by PeopleController#index as HTML
+ [1m[36m (0.2ms)[0m [1mSELECT COUNT(*) AS count_all, person_id AS person_id FROM "tasks" WHERE "tasks"."completed_on" IS NULL GROUP BY "tasks"."person_id"[0m
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" ORDER BY "people"."id" ASC
+ Rendered people/index.html.erb within layouts/application (0.7ms)
+Completed 200 OK in 15ms (Views: 13.4ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 17:24:55 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 17:24:55 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 17:24:55 -0700
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 17:24:55 -0700
+
+
+Started GET "/assets/application.self-a9fe869cedb43821d945218be5884e802417a66fe6570ba2f7f30bbb933ad9a6.css?body=1" for ::1 at 2016-04-25 17:24:55 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 17:24:55 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 17:24:55 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 17:24:55 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 17:24:55 -0700
+
+
+Started GET "/people" for ::1 at 2016-04-25 17:25:01 -0700
+Processing by PeopleController#index as HTML
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) AS count_all, person_id AS person_id FROM "tasks" WHERE "tasks"."completed_on" IS NULL GROUP BY "tasks"."person_id"[0m
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" ORDER BY "people"."id" ASC
+ Rendered people/index.html.erb within layouts/application (1.0ms)
+Completed 200 OK in 17ms (Views: 15.9ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 17:25:01 -0700
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 17:25:01 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 17:25:01 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 17:25:01 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 17:25:01 -0700
+
+
+Started GET "/assets/application.self-a9fe869cedb43821d945218be5884e802417a66fe6570ba2f7f30bbb933ad9a6.css?body=1" for ::1 at 2016-04-25 17:25:01 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 17:25:01 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 17:25:01 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 17:25:01 -0700
+
+
+Started GET "/people" for ::1 at 2016-04-25 17:32:01 -0700
+Processing by PeopleController#index as HTML
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) AS count_all, person_id AS person_id FROM "tasks" WHERE "tasks"."completed_on" IS NULL GROUP BY "tasks"."person_id"[0m
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" ORDER BY "people"."id" ASC
+ Rendered people/index.html.erb within layouts/application (2.4ms)
+Completed 200 OK in 24ms (Views: 23.1ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 17:32:01 -0700
+
+
+Started GET "/assets/application.self-a9fe869cedb43821d945218be5884e802417a66fe6570ba2f7f30bbb933ad9a6.css?body=1" for ::1 at 2016-04-25 17:32:01 -0700
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 17:32:01 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 17:32:01 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 17:32:01 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 17:32:01 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 17:32:01 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 17:32:01 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 17:32:01 -0700
+
+
+Started GET "/" for ::1 at 2016-04-25 17:32:03 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.3ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 3]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 3]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (11.6ms)
+Completed 200 OK in 28ms (Views: 26.8ms | ActiveRecord: 0.6ms)
+
+
+Started GET "/list/7" for ::1 at 2016-04-25 17:32:04 -0700
+Processing by ListController#show as HTML
+ Parameters: {"id"=>"7"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 7]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 3]]
+ Rendered list/show.html.erb within layouts/application (2.6ms)
+Completed 200 OK in 21ms (Views: 19.8ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/list/7/edit" for ::1 at 2016-04-25 17:32:07 -0700
+Processing by ListController#edit as HTML
+ Parameters: {"id"=>"7"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 7]]
+ [1m[35mPerson Load (0.2ms)[0m SELECT "people".* FROM "people"
+ Rendered list/edit.html.erb within layouts/application (2.3ms)
+Completed 200 OK in 20ms (Views: 18.6ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/list/7/edit" for ::1 at 2016-04-25 17:33:40 -0700
+Processing by ListController#edit as HTML
+ Parameters: {"id"=>"7"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 7]]
+ [1m[35mPerson Load (0.2ms)[0m SELECT "people".* FROM "people"
+ Rendered list/edit.html.erb within layouts/application (6.6ms)
+Completed 200 OK in 22ms (Views: 21.4ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 17:33:40 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 17:33:40 -0700
+
+
+Started GET "/assets/application.self-a9fe869cedb43821d945218be5884e802417a66fe6570ba2f7f30bbb933ad9a6.css?body=1" for ::1 at 2016-04-25 17:33:40 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 17:33:40 -0700
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 17:33:40 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 17:33:40 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 17:33:40 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 17:33:40 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 17:33:40 -0700
+
+
+Started GET "/list/7/edit" for ::1 at 2016-04-25 17:33:52 -0700
+Processing by ListController#edit as HTML
+ Parameters: {"id"=>"7"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 7]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people"
+ Rendered list/edit.html.erb within layouts/application (6.1ms)
+Completed 200 OK in 27ms (Views: 25.6ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 17:33:52 -0700
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 17:33:52 -0700
+
+
+Started GET "/assets/application.self-a9fe869cedb43821d945218be5884e802417a66fe6570ba2f7f30bbb933ad9a6.css?body=1" for ::1 at 2016-04-25 17:33:52 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 17:33:52 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 17:33:52 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 17:33:52 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 17:33:52 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 17:33:52 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 17:33:52 -0700
+
+
+Started GET "/list/7/edit" for ::1 at 2016-04-25 17:34:13 -0700
+Processing by ListController#edit as HTML
+ Parameters: {"id"=>"7"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 7]]
+ [1m[35mPerson Load (0.2ms)[0m SELECT "people".* FROM "people"
+ Rendered list/edit.html.erb within layouts/application (7.3ms)
+Completed 200 OK in 22ms (Views: 20.8ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 17:34:13 -0700
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 17:34:13 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 17:34:13 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 17:34:13 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 17:34:13 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 17:34:13 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 17:34:13 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 17:34:13 -0700
+
+
+Started GET "/assets/application.self-a9fe869cedb43821d945218be5884e802417a66fe6570ba2f7f30bbb933ad9a6.css?body=1" for ::1 at 2016-04-25 17:34:13 -0700
+
+
+Started GET "/list/7/edit" for ::1 at 2016-04-25 17:34:57 -0700
+Processing by ListController#edit as HTML
+ Parameters: {"id"=>"7"}
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1[0m [["id", 7]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people"
+ Rendered list/edit.html.erb within layouts/application (2.4ms)
+Completed 200 OK in 26ms (Views: 25.1ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 17:34:57 -0700
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 17:34:57 -0700
+
+
+Started GET "/assets/application.self-ff7a1fab3daeec590d47839e1de8d0c7fc134854441e97b0c27d5e2d822a79ca.css?body=1" for ::1 at 2016-04-25 17:34:57 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 17:34:57 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 17:34:57 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 17:34:57 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 17:34:57 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 17:34:57 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 17:34:57 -0700
+
+
+Started GET "/list/new" for ::1 at 2016-04-25 17:35:08 -0700
+Processing by ListController#new as HTML
+ Rendered list/new.html.erb within layouts/application (1.7ms)
+Completed 200 OK in 22ms (Views: 21.6ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/list/new" for ::1 at 2016-04-25 17:35:41 -0700
+Processing by ListController#new as HTML
+ Rendered list/new.html.erb within layouts/application (2.3ms)
+Completed 200 OK in 22ms (Views: 21.6ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/application.self-ff7a1fab3daeec590d47839e1de8d0c7fc134854441e97b0c27d5e2d822a79ca.css?body=1" for ::1 at 2016-04-25 17:35:41 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 17:35:41 -0700
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 17:35:41 -0700
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 17:35:41 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 17:35:41 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 17:35:41 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 17:35:41 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 17:35:41 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 17:35:41 -0700
+
+
+Started GET "/list/new" for ::1 at 2016-04-25 17:36:05 -0700
+Processing by ListController#new as HTML
+ Rendered list/new.html.erb within layouts/application (3.1ms)
+Completed 200 OK in 20ms (Views: 19.8ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 17:36:05 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 17:36:05 -0700
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 17:36:05 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 17:36:05 -0700
+
+
+Started GET "/assets/application.self-ff7a1fab3daeec590d47839e1de8d0c7fc134854441e97b0c27d5e2d822a79ca.css?body=1" for ::1 at 2016-04-25 17:36:05 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 17:36:05 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 17:36:05 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 17:36:05 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 17:36:05 -0700
+
+
+Started GET "/people" for ::1 at 2016-04-25 17:36:10 -0700
+Processing by PeopleController#index as HTML
+ [1m[36m (0.1ms)[0m [1mSELECT COUNT(*) AS count_all, person_id AS person_id FROM "tasks" WHERE "tasks"."completed_on" IS NULL GROUP BY "tasks"."person_id"[0m
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" ORDER BY "people"."id" ASC
+ Rendered people/index.html.erb within layouts/application (1.9ms)
+Completed 200 OK in 24ms (Views: 22.4ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 17:36:14 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 3]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 3]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (9.2ms)
+Completed 200 OK in 30ms (Views: 28.9ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 17:36:51 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 3]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 3]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (9.3ms)
+Completed 200 OK in 31ms (Views: 30.1ms | ActiveRecord: 0.5ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 17:36:52 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.3ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 3]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 3]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (7.4ms)
+Completed 200 OK in 26ms (Views: 25.2ms | ActiveRecord: 0.6ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 17:36:53 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ [1m[35mPerson Load (0.2ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 3]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 3]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (11.6ms)
+Completed 200 OK in 29ms (Views: 27.6ms | ActiveRecord: 0.6ms)
+
+
+Started GET "/list/new" for ::1 at 2016-04-25 17:36:53 -0700
+Processing by ListController#new as HTML
+ Rendered list/new.html.erb within layouts/application (2.8ms)
+Completed 200 OK in 21ms (Views: 20.8ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/list/new" for ::1 at 2016-04-25 17:38:26 -0700
+Processing by ListController#new as HTML
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people"[0m
+ Rendered list/new.html.erb within layouts/application (4.7ms)
+Completed 200 OK in 25ms (Views: 24.3ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 17:38:26 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 17:38:26 -0700
+
+
+Started GET "/assets/application.self-ff7a1fab3daeec590d47839e1de8d0c7fc134854441e97b0c27d5e2d822a79ca.css?body=1" for ::1 at 2016-04-25 17:38:26 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 17:38:26 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 17:38:26 -0700
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 17:38:26 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 17:38:26 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 17:38:26 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 17:38:26 -0700
+
+
+Started POST "/list/new" for ::1 at 2016-04-25 17:38:35 -0700
+Processing by ListController#create as HTML
+ Parameters: {"utf8"=>"β", "authenticity_token"=>"t/jj9+HqsCwEBWhsD7cooleJiqjSYhwNRSVS7vdVX3QdDDOZ6EXrdmhxMsT/+oIk47IHYyPSQvpMiunWeg+i+w==", "task"=>{"title"=>"DEPLOY", "description"=>"HEROKU shiz", "person_id"=>"2"}, "commit"=>"SUBMIT!!"}
+Unpermitted parameter: person_id
+Unpermitted parameters: utf8, authenticity_token, commit
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["title", "DEPLOY"], ["description", "HEROKU shiz"], ["created_at", "2016-04-26 00:38:35.220895"], ["updated_at", "2016-04-26 00:38:35.220895"]]
+ [1m[35m (0.5ms)[0m commit transaction
+Redirected to http://localhost:3000/
+Completed 302 Found in 8ms (ActiveRecord: 0.9ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 17:38:35 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.7ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 3]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 3]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (10.8ms)
+Completed 200 OK in 26ms (Views: 24.6ms | ActiveRecord: 1.1ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 17:39:34 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 3]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 3]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ Rendered list/index.html.erb within layouts/application (8.5ms)
+Completed 200 OK in 28ms (Views: 26.8ms | ActiveRecord: 0.5ms)
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 17:39:34 -0700
+
+
+Started GET "/assets/application.self-ff7a1fab3daeec590d47839e1de8d0c7fc134854441e97b0c27d5e2d822a79ca.css?body=1" for ::1 at 2016-04-25 17:39:34 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 17:39:34 -0700
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 17:39:34 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 17:39:34 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 17:39:34 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 17:39:34 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 17:39:34 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 17:39:34 -0700
+
+
+Started GET "/list/new" for ::1 at 2016-04-25 17:39:35 -0700
+Processing by ListController#new as HTML
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people"[0m
+ Rendered list/new.html.erb within layouts/application (3.2ms)
+Completed 200 OK in 24ms (Views: 23.8ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/list/new" for ::1 at 2016-04-25 17:40:09 -0700
+Processing by ListController#new as HTML
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people"
+ Rendered list/new.html.erb within layouts/application (2.4ms)
+Completed 200 OK in 19ms (Views: 17.9ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 17:40:09 -0700
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 17:40:09 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 17:40:09 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 17:40:09 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 17:40:09 -0700
+
+
+Started GET "/assets/application.self-ff7a1fab3daeec590d47839e1de8d0c7fc134854441e97b0c27d5e2d822a79ca.css?body=1" for ::1 at 2016-04-25 17:40:09 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 17:40:09 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 17:40:09 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 17:40:09 -0700
+
+
+Started GET "/list/new" for ::1 at 2016-04-25 17:41:45 -0700
+Processing by ListController#new as HTML
+ [1m[36mPerson Load (0.2ms)[0m [1mSELECT "people".* FROM "people"[0m
+ Rendered list/new.html.erb within layouts/application (9.4ms)
+Completed 200 OK in 43ms (Views: 34.3ms | ActiveRecord: 0.9ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 17:41:45 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 17:41:45 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 17:41:45 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 17:41:45 -0700
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 17:41:45 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 17:41:45 -0700
+
+
+Started GET "/assets/application.self-ff7a1fab3daeec590d47839e1de8d0c7fc134854441e97b0c27d5e2d822a79ca.css?body=1" for ::1 at 2016-04-25 17:41:45 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 17:41:45 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 17:41:45 -0700
+
+
+Started POST "/list/new" for ::1 at 2016-04-25 17:41:55 -0700
+Processing by ListController#create as HTML
+ Parameters: {"utf8"=>"β", "authenticity_token"=>"cmGHyxn56zskeWBlKsoU6dFA3FE6mSq/UwazS1Wh4sjYlVelEFawYUgNOs3ah75vZXtRmsspdEhaqQhz2PsfRw==", "task"=>{"title"=>"WORK", "description"=>"DAMN IT", "person_id"=>"3"}, "commit"=>"SUBMIT!!"}
+Unpermitted parameters: utf8, authenticity_token, commit
+ [1m[35m (0.1ms)[0m begin transaction
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "tasks" ("title", "description", "person_id", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["title", "WORK"], ["description", "DAMN IT"], ["person_id", 3], ["created_at", "2016-04-26 00:41:55.912357"], ["updated_at", "2016-04-26 00:41:55.912357"]]
+ [1m[35m (0.6ms)[0m commit transaction
+Redirected to http://localhost:3000/
+Completed 302 Found in 4ms (ActiveRecord: 1.0ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 17:41:55 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.2ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 3]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 3]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 3]]
+ Rendered list/index.html.erb within layouts/application (11.3ms)
+Completed 200 OK in 30ms (Views: 28.6ms | ActiveRecord: 0.6ms)
+
+
+Started GET "/" for ::1 at 2016-04-25 17:42:47 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.2ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 3]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 3]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 3]]
+ Rendered list/index.html.erb within layouts/application (9.3ms)
+Completed 200 OK in 36ms (Views: 34.9ms | ActiveRecord: 0.6ms)
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 17:42:48 -0700
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 17:42:48 -0700
+
+
+Started GET "/assets/application.self-773ef0b7a91e184e31fdd3dd65b6d7c718f8b71a479d60cf5031da934a94e539.css?body=1" for ::1 at 2016-04-25 17:42:48 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 17:42:48 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 17:42:48 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 17:42:48 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 17:42:48 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 17:42:48 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 17:42:48 -0700
+
+
+Started GET "/" for ::1 at 2016-04-25 17:48:05 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.4ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 3]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 3]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 3]]
+ Rendered list/index.html.erb within layouts/application (11.8ms)
+Completed 200 OK in 42ms (Views: 40.5ms | ActiveRecord: 0.7ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 17:48:05 -0700
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 17:48:05 -0700
+
+
+Started GET "/assets/application.self-5d94baad4910dd87fefb6eaed32de0703318d8d79751337e2bc27f990f9bdf65.css?body=1" for ::1 at 2016-04-25 17:48:05 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 17:48:05 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 17:48:05 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 17:48:05 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 17:48:05 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 17:48:05 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 17:48:05 -0700
+
+
+Started GET "/" for ::1 at 2016-04-25 17:48:30 -0700
+Processing by ListController#index as HTML
+ [1m[35mTask Load (0.4ms)[0m SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 3]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 3]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 1]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 3]]
+ Rendered list/index.html.erb within layouts/application (10.4ms)
+Completed 200 OK in 47ms (Views: 45.4ms | ActiveRecord: 0.7ms)
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 17:48:30 -0700
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 17:48:30 -0700
+
+
+Started GET "/assets/application.self-69a169a797d328c755f09c9fe3ee019824a7a5418cd3fadb405e842afac65c85.css?body=1" for ::1 at 2016-04-25 17:48:30 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 17:48:30 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 17:48:30 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 17:48:30 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 17:48:31 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 17:48:31 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 17:48:31 -0700
+
+
+Started GET "/" for ::1 at 2016-04-25 17:48:54 -0700
+Processing by ListController#index as HTML
+ [1m[36mTask Load (0.1ms)[0m [1mSELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC[0m
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 3]]
+ [1m[36mPerson Load (0.1ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 3]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 1]]
+ [1m[35mPerson Load (0.1ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 2]]
+ [1m[35mCACHE (0.0ms)[0m SELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1 [["id", 2]]
+ [1m[36mCACHE (0.0ms)[0m [1mSELECT "people".* FROM "people" WHERE "people"."id" = ? LIMIT 1[0m [["id", 3]]
+ Rendered list/index.html.erb within layouts/application (9.2ms)
+Completed 200 OK in 32ms (Views: 30.8ms | ActiveRecord: 0.5ms)
+
+
+Started GET "/assets/list.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 17:48:54 -0700
+
+
+Started GET "/assets/people.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-04-25 17:48:54 -0700
+
+
+Started GET "/assets/application.self-58a473aec8f2e0db4727d6f13455b5517d64af849441ad504f64490caa38fa52.css?body=1" for ::1 at 2016-04-25 17:48:54 -0700
+
+
+Started GET "/assets/list.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 17:48:54 -0700
+
+
+Started GET "/assets/people.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-04-25 17:48:54 -0700
+
+
+Started GET "/assets/jquery.self-660adc51e0224b731d29f575a6f1ec167ba08ad06ed5deca4f1e8654c135bf4c.js?body=1" for ::1 at 2016-04-25 17:48:54 -0700
+
+
+Started GET "/assets/turbolinks.self-c37727e9bd6b2735da5c311aa83fead54ed0be6cc8bd9a65309e9c5abe2cbfff.js?body=1" for ::1 at 2016-04-25 17:48:54 -0700
+
+
+Started GET "/assets/jquery_ujs.self-e87806d0cf4489aeb1bb7288016024e8de67fd18db693fe026fe3907581e53cd.js?body=1" for ::1 at 2016-04-25 17:48:54 -0700
+
+
+Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-04-25 17:48:55 -0700
diff --git a/public/404.html b/public/404.html
new file mode 100644
index 000000000..b612547fc
--- /dev/null
+++ b/public/404.html
@@ -0,0 +1,67 @@
+
+
+
+ The page you were looking for doesn't exist (404)
+
+
+
+
+
+
+
+
+
The page you were looking for doesn't exist.
+
You may have mistyped the address or the page may have moved.
+
+
If you are the application owner check the logs for more information.
+
+
+
diff --git a/public/422.html b/public/422.html
new file mode 100644
index 000000000..a21f82b3b
--- /dev/null
+++ b/public/422.html
@@ -0,0 +1,67 @@
+
+
+
+ The change you wanted was rejected (422)
+
+
+
+
+
+
+
+
+
The change you wanted was rejected.
+
Maybe you tried to change something you didn't have access to.
+
+
If you are the application owner check the logs for more information.
+
+
+
diff --git a/public/500.html b/public/500.html
new file mode 100644
index 000000000..061abc587
--- /dev/null
+++ b/public/500.html
@@ -0,0 +1,66 @@
+
+
+
+ We're sorry, but something went wrong (500)
+
+
+
+
+
+
+
+
+
We're sorry, but something went wrong.
+
+
If you are the application owner check the logs for more information.
+
+
+
diff --git a/public/favicon.ico b/public/favicon.ico
new file mode 100644
index 000000000..e69de29bb
diff --git a/public/robots.txt b/public/robots.txt
new file mode 100644
index 000000000..3c9c7c01f
--- /dev/null
+++ b/public/robots.txt
@@ -0,0 +1,5 @@
+# See http://www.robotstxt.org/robotstxt.html for documentation on how to use the robots.txt file
+#
+# To ban all spiders from the entire site uncomment the next two lines:
+# User-agent: *
+# Disallow: /
diff --git a/seeds.rb b/seeds.rb
deleted file mode 100644
index de6ef27a7..000000000
--- a/seeds.rb
+++ /dev/null
@@ -1,20 +0,0 @@
-def random_time
- Time.at(rand * Time.now.to_i)
-end
-
-tasks = [
- { name: "The First Task", description: "", completed_at: random_time },
- { name: "Go to Brunch", description: "" },
- { name: "Go to Lunch", description: "", completed_at: random_time },
- { name: "Go to Second Lunch", description: "" },
- { name: "Play Video Games", description: "", completed_at: random_time },
- { name: "High Five Somebody You Don't Know", description: "", completed_at: random_time },
- { name: "Plant Flowers", description: "", completed_at: random_time },
- { name: "Call Mom", description: "" },
- { name: "She worries, you know.", description: "" },
- { name: "Nap.", description: "", completed_at: random_time }
-]
-
-tasks.each do |task|
- Task.create task
-end
diff --git a/test/controllers/.keep b/test/controllers/.keep
new file mode 100644
index 000000000..e69de29bb
diff --git a/test/controllers/list_controller_test.rb b/test/controllers/list_controller_test.rb
new file mode 100644
index 000000000..2455fac45
--- /dev/null
+++ b/test/controllers/list_controller_test.rb
@@ -0,0 +1,7 @@
+require 'test_helper'
+
+class ListControllerTest < ActionController::TestCase
+ # test "the truth" do
+ # assert true
+ # end
+end
diff --git a/test/controllers/people_controller_test.rb b/test/controllers/people_controller_test.rb
new file mode 100644
index 000000000..e75205679
--- /dev/null
+++ b/test/controllers/people_controller_test.rb
@@ -0,0 +1,7 @@
+require 'test_helper'
+
+class PeopleControllerTest < ActionController::TestCase
+ # test "the truth" do
+ # assert true
+ # end
+end
diff --git a/test/fixtures/.keep b/test/fixtures/.keep
new file mode 100644
index 000000000..e69de29bb
diff --git a/test/fixtures/people.yml b/test/fixtures/people.yml
new file mode 100644
index 000000000..937a0c002
--- /dev/null
+++ b/test/fixtures/people.yml
@@ -0,0 +1,11 @@
+# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
+
+# This model initially had no columns defined. If you add columns to the
+# model remove the '{}' from the fixture names and add the columns immediately
+# below each fixture, per the syntax in the comments below
+#
+one: {}
+# column: value
+#
+two: {}
+# column: value
diff --git a/test/fixtures/tasks.yml b/test/fixtures/tasks.yml
new file mode 100644
index 000000000..7e6af4b25
--- /dev/null
+++ b/test/fixtures/tasks.yml
@@ -0,0 +1,11 @@
+# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
+
+one:
+ title: MyString
+ description: MyString
+ completed_on: 2016-04-19 13:32:10
+
+two:
+ title: MyString
+ description: MyString
+ completed_on: 2016-04-19 13:32:10
diff --git a/test/helpers/.keep b/test/helpers/.keep
new file mode 100644
index 000000000..e69de29bb
diff --git a/test/integration/.keep b/test/integration/.keep
new file mode 100644
index 000000000..e69de29bb
diff --git a/test/mailers/.keep b/test/mailers/.keep
new file mode 100644
index 000000000..e69de29bb
diff --git a/test/models/.keep b/test/models/.keep
new file mode 100644
index 000000000..e69de29bb
diff --git a/test/models/person_test.rb b/test/models/person_test.rb
new file mode 100644
index 000000000..ad04ed813
--- /dev/null
+++ b/test/models/person_test.rb
@@ -0,0 +1,7 @@
+require 'test_helper'
+
+class PersonTest < ActiveSupport::TestCase
+ # test "the truth" do
+ # assert true
+ # end
+end
diff --git a/test/models/task_test.rb b/test/models/task_test.rb
new file mode 100644
index 000000000..3ca215970
--- /dev/null
+++ b/test/models/task_test.rb
@@ -0,0 +1,7 @@
+require 'test_helper'
+
+class TaskTest < ActiveSupport::TestCase
+ # test "the truth" do
+ # assert true
+ # end
+end
diff --git a/test/test_helper.rb b/test/test_helper.rb
new file mode 100644
index 000000000..92e39b2d7
--- /dev/null
+++ b/test/test_helper.rb
@@ -0,0 +1,10 @@
+ENV['RAILS_ENV'] ||= 'test'
+require File.expand_path('../../config/environment', __FILE__)
+require 'rails/test_help'
+
+class ActiveSupport::TestCase
+ # Setup all fixtures in test/fixtures/*.yml for all tests in alphabetical order.
+ fixtures :all
+
+ # Add more helper methods to be used by all tests here...
+end
diff --git a/vendor/assets/javascripts/.keep b/vendor/assets/javascripts/.keep
new file mode 100644
index 000000000..e69de29bb
diff --git a/vendor/assets/stylesheets/.keep b/vendor/assets/stylesheets/.keep
new file mode 100644
index 000000000..e69de29bb