diff --git a/.ruby-gemset b/.ruby-gemset deleted file mode 100644 index 5d2410e51..000000000 --- a/.ruby-gemset +++ /dev/null @@ -1 +0,0 @@ -TaskListRails diff --git a/.ruby-version b/.ruby-version deleted file mode 100644 index 005119baa..000000000 --- a/.ruby-version +++ /dev/null @@ -1 +0,0 @@ -2.4.1 diff --git a/Gemfile b/Gemfile new file mode 100644 index 000000000..b68774a1f --- /dev/null +++ b/Gemfile @@ -0,0 +1,63 @@ +source 'https://rubygems.org' + +git_source(:github) do |repo_name| + repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include?("/") + "https://github.com/#{repo_name}.git" +end + + +# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' +gem 'rails', '~> 5.1.4' +# Use sqlite3 as the database for Active Record +# gem 'sqlite3' + +group :development, :test do + gem 'sqlite3' +end + +group :production do + gem 'pg' +end +# Use Puma as the app server +gem 'puma', '~> 3.7' +# Use SCSS for stylesheets +gem 'sass-rails', '~> 5.0' +# Use Uglifier as compressor for JavaScript assets +gem 'uglifier', '>= 1.3.0' +# See https://github.com/rails/execjs#readme for more supported runtimes +# gem 'therubyracer', platforms: :ruby + +# Use CoffeeScript for .coffee assets and views +gem 'coffee-rails', '~> 4.2' +# Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks +gem 'turbolinks', '~> 5' +# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder +gem 'jbuilder', '~> 2.5' +# Use Redis adapter to run Action Cable in production +# gem 'redis', '~> 3.0' +# Use ActiveModel has_secure_password +# gem 'bcrypt', '~> 3.1.7' + +# Use Capistrano for deployment +# gem 'capistrano-rails', group: :development +gem 'hirb' + +group :development, :test do + # Call 'byebug' anywhere in the code to stop execution and get a debugger console + gem 'byebug', platforms: [:mri, :mingw, :x64_mingw] + # Adds support for Capybara system testing and selenium driver + gem 'capybara', '~> 2.13' + gem 'selenium-webdriver' +end + +group :development do + # Access an IRB console on exception pages or by using <%= console %> anywhere in the code. + gem 'web-console', '>= 3.3.0' + gem 'listen', '>= 3.0.5', '< 3.2' + # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring + gem 'spring' + gem 'spring-watcher-listen', '~> 2.0.0' +end + +# Windows does not include zoneinfo files, so bundle the tzinfo-data gem +gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby] diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 000000000..f7a4bfff2 --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,200 @@ +GEM + remote: https://rubygems.org/ + specs: + actioncable (5.1.4) + actionpack (= 5.1.4) + nio4r (~> 2.0) + websocket-driver (~> 0.6.1) + actionmailer (5.1.4) + actionpack (= 5.1.4) + actionview (= 5.1.4) + activejob (= 5.1.4) + mail (~> 2.5, >= 2.5.4) + rails-dom-testing (~> 2.0) + actionpack (5.1.4) + actionview (= 5.1.4) + activesupport (= 5.1.4) + rack (~> 2.0) + rack-test (>= 0.6.3) + rails-dom-testing (~> 2.0) + rails-html-sanitizer (~> 1.0, >= 1.0.2) + actionview (5.1.4) + activesupport (= 5.1.4) + builder (~> 3.1) + erubi (~> 1.4) + rails-dom-testing (~> 2.0) + rails-html-sanitizer (~> 1.0, >= 1.0.3) + activejob (5.1.4) + activesupport (= 5.1.4) + globalid (>= 0.3.6) + activemodel (5.1.4) + activesupport (= 5.1.4) + activerecord (5.1.4) + activemodel (= 5.1.4) + activesupport (= 5.1.4) + arel (~> 8.0) + activesupport (5.1.4) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (~> 0.7) + minitest (~> 5.1) + tzinfo (~> 1.1) + addressable (2.5.2) + public_suffix (>= 2.0.2, < 4.0) + arel (8.0.0) + bindex (0.5.0) + builder (3.2.3) + byebug (9.1.0) + capybara (2.15.1) + addressable + mini_mime (>= 0.1.3) + nokogiri (>= 1.3.3) + rack (>= 1.0.0) + rack-test (>= 0.5.4) + xpath (~> 2.0) + childprocess (0.7.1) + ffi (~> 1.0, >= 1.0.11) + coffee-rails (4.2.2) + coffee-script (>= 2.2.0) + railties (>= 4.0.0) + coffee-script (2.4.1) + coffee-script-source + execjs + coffee-script-source (1.12.2) + concurrent-ruby (1.0.5) + erubi (1.6.1) + execjs (2.7.0) + ffi (1.9.18) + globalid (0.4.0) + activesupport (>= 4.2.0) + hirb (0.7.3) + i18n (0.8.6) + jbuilder (2.7.0) + activesupport (>= 4.2.0) + multi_json (>= 1.2) + listen (3.1.5) + rb-fsevent (~> 0.9, >= 0.9.4) + rb-inotify (~> 0.9, >= 0.9.7) + ruby_dep (~> 1.2) + loofah (2.0.3) + nokogiri (>= 1.5.9) + mail (2.6.6) + mime-types (>= 1.16, < 4) + method_source (0.8.2) + mime-types (3.1) + mime-types-data (~> 3.2015) + mime-types-data (3.2016.0521) + mini_mime (0.1.4) + mini_portile2 (2.2.0) + minitest (5.10.3) + multi_json (1.12.2) + nio4r (2.1.0) + nokogiri (1.8.0) + mini_portile2 (~> 2.2.0) + pg (0.21.0) + public_suffix (3.0.0) + puma (3.10.0) + rack (2.0.3) + rack-test (0.7.0) + rack (>= 1.0, < 3) + rails (5.1.4) + actioncable (= 5.1.4) + actionmailer (= 5.1.4) + actionpack (= 5.1.4) + actionview (= 5.1.4) + activejob (= 5.1.4) + activemodel (= 5.1.4) + activerecord (= 5.1.4) + activesupport (= 5.1.4) + bundler (>= 1.3.0) + railties (= 5.1.4) + sprockets-rails (>= 2.0.0) + rails-dom-testing (2.0.3) + activesupport (>= 4.2.0) + nokogiri (>= 1.6) + rails-html-sanitizer (1.0.3) + loofah (~> 2.0) + railties (5.1.4) + actionpack (= 5.1.4) + activesupport (= 5.1.4) + method_source + rake (>= 0.8.7) + thor (>= 0.18.1, < 2.0) + rake (12.1.0) + rb-fsevent (0.10.2) + rb-inotify (0.9.10) + ffi (>= 0.5.0, < 2) + ruby_dep (1.5.0) + rubyzip (1.2.1) + sass (3.5.1) + sass-listen (~> 4.0.0) + sass-listen (4.0.0) + rb-fsevent (~> 0.9, >= 0.9.4) + rb-inotify (~> 0.9, >= 0.9.7) + sass-rails (5.0.6) + railties (>= 4.0.0, < 6) + sass (~> 3.1) + sprockets (>= 2.8, < 4.0) + sprockets-rails (>= 2.0, < 4.0) + tilt (>= 1.1, < 3) + selenium-webdriver (3.5.2) + childprocess (~> 0.5) + rubyzip (~> 1.0) + spring (2.0.2) + activesupport (>= 4.2) + spring-watcher-listen (2.0.1) + listen (>= 2.7, < 4.0) + spring (>= 1.2, < 3.0) + sprockets (3.7.1) + concurrent-ruby (~> 1.0) + rack (> 1, < 3) + sprockets-rails (3.2.1) + actionpack (>= 4.0) + activesupport (>= 4.0) + sprockets (>= 3.0.0) + sqlite3 (1.3.13) + thor (0.20.0) + thread_safe (0.3.6) + tilt (2.0.8) + turbolinks (5.0.1) + turbolinks-source (~> 5) + turbolinks-source (5.0.3) + tzinfo (1.2.3) + thread_safe (~> 0.1) + uglifier (3.2.0) + execjs (>= 0.3.0, < 3) + web-console (3.5.1) + actionview (>= 5.0) + activemodel (>= 5.0) + bindex (>= 0.4.0) + railties (>= 5.0) + websocket-driver (0.6.5) + websocket-extensions (>= 0.1.0) + websocket-extensions (0.1.2) + xpath (2.1.0) + nokogiri (~> 1.3) + +PLATFORMS + ruby + +DEPENDENCIES + byebug + capybara (~> 2.13) + coffee-rails (~> 4.2) + hirb + jbuilder (~> 2.5) + listen (>= 3.0.5, < 3.2) + pg + puma (~> 3.7) + rails (~> 5.1.4) + sass-rails (~> 5.0) + selenium-webdriver + spring + spring-watcher-listen (~> 2.0.0) + sqlite3 + turbolinks (~> 5) + tzinfo-data + uglifier (>= 1.3.0) + web-console (>= 3.3.0) + +BUNDLED WITH + 1.15.3 diff --git a/Rakefile b/Rakefile new file mode 100644 index 000000000..e85f91391 --- /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_relative 'config/application' + +Rails.application.load_tasks diff --git a/app/assets/config/manifest.js b/app/assets/config/manifest.js new file mode 100644 index 000000000..b16e53d6d --- /dev/null +++ b/app/assets/config/manifest.js @@ -0,0 +1,3 @@ +//= link_tree ../images +//= link_directory ../javascripts .js +//= link_directory ../stylesheets .css diff --git a/app/assets/images/.keep b/app/assets/images/.keep new file mode 100644 index 000000000..e69de29bb diff --git a/app/assets/images/bee.png b/app/assets/images/bee.png new file mode 100644 index 000000000..0659cf9b0 Binary files /dev/null and b/app/assets/images/bee.png differ diff --git a/app/assets/images/honeycomb.jpg b/app/assets/images/honeycomb.jpg new file mode 100644 index 000000000..f3ee152d2 Binary files /dev/null and b/app/assets/images/honeycomb.jpg differ diff --git a/app/assets/javascripts/application.js b/app/assets/javascripts/application.js new file mode 100644 index 000000000..46b20359f --- /dev/null +++ b/app/assets/javascripts/application.js @@ -0,0 +1,15 @@ +// 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, 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. JavaScript code in this file should be added after the last require_* statement. +// +// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details +// about supported directives. +// +//= require rails-ujs +//= require turbolinks +//= require_tree . diff --git a/app/assets/javascripts/books.coffee b/app/assets/javascripts/books.coffee new file mode 100644 index 000000000..24f83d18b --- /dev/null +++ b/app/assets/javascripts/books.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/cable.js b/app/assets/javascripts/cable.js new file mode 100644 index 000000000..739aa5f02 --- /dev/null +++ b/app/assets/javascripts/cable.js @@ -0,0 +1,13 @@ +// Action Cable provides the framework to deal with WebSockets in Rails. +// You can generate new channels where WebSocket features live using the `rails generate channel` command. +// +//= require action_cable +//= require_self +//= require_tree ./channels + +(function() { + this.App || (this.App = {}); + + App.cable = ActionCable.createConsumer(); + +}).call(this); diff --git a/app/assets/javascripts/channels/.keep b/app/assets/javascripts/channels/.keep new file mode 100644 index 000000000..e69de29bb diff --git a/app/assets/javascripts/tasks.coffee b/app/assets/javascripts/tasks.coffee new file mode 100644 index 000000000..24f83d18b --- /dev/null +++ b/app/assets/javascripts/tasks.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..0ca8a267b --- /dev/null +++ b/app/assets/stylesheets/application.css @@ -0,0 +1,110 @@ +/* +* 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, 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 other CSS/SCSS +* files in this directory. Styles in this file should be added after the last require_* statement. +* It is generally better to create a new file per style scope. +* +*= require_tree . +*= require_self +*/ +@import url('https://fonts.googleapis.com/css?family=Lobster|Montserrat'); + +body { + font-family: 'Lobster'; + /*opacity: .2;*/ +} + +body:after { + content : ""; + display: block; + position: absolute; + top: 0; + left: 0; + background-image: url(honeycomb.jpg); + width: 100%; + height: 100%; + opacity : 0.4; + z-index: -1; +} + +header { + float:left; + width: 45%; + /*text-decoration: none;*/ +} + +header h1 { + background: skyblue; + border-radius: 2em; + width: 100%; + text-align: center; + color: navy; + font-size: 3em; + box-shadow: 6px 10px 9px #888899; + +} + +header p { + text-align: center; + font-family: cursive; + font-size: 1.5em; +} + +header ul { + padding-left: 20%; + margin: auto 0; + text-align: center; + /*text-decoration: none;*/ +} + +header li { + display: inline-block; + padding-bottom: 30px; + padding-top: 30px; + margin-right: 6em; + min-width: 150px; + background-color: skyblue; + color: purple; + box-shadow: 6px 10px 9px #888899; + margin-bottom: 20px; + text-align: center; + padding: 10px; + border-radius: 1em; + /*text-decoration: none;*/ +} + +header li:link { + color: skyblue; +} + +main { + float: right; + + +} + +footer{ + clear: both; + text-align: center; + padding-top: 10%; +} + +.show ul { + color: blue; + list-style-type: none; + background-color: skyblue; + border-radius: 2em; + box-shadow: 6px 10px 9px #888899; + +} + +.show { + text-decoration: none; + +} diff --git a/app/assets/stylesheets/tasks.scss b/app/assets/stylesheets/tasks.scss new file mode 100644 index 000000000..b3967ecad --- /dev/null +++ b/app/assets/stylesheets/tasks.scss @@ -0,0 +1,40 @@ +// Place all the styles related to the Tasks controller here. +// They will automatically be included in application.css. +// You can use Sass (SCSS) here: http://sass-lang.com/ + +.tasklist { + background-color: skyblue; + padding-right: 70px; + margin-right: 70px; + border-radius: 1em; + overflow: scroll; + width: 70%; + height: 500px; +} + + +a { + text-decoration: none; +} + +h2 { + background: navy; + border-radius: 2em; + text-align: center; + color: skyblue; + font-size: 2em; + box-shadow: 6px 10px 9px #888899; + padding: 5%; + margin: 12%; +} + +li { + font-family: serif; + margin: 5%; + padding: 2%; +} + + +.complete { + text-decoration: line-through; + } diff --git a/app/channels/application_cable/channel.rb b/app/channels/application_cable/channel.rb new file mode 100644 index 000000000..d67269728 --- /dev/null +++ b/app/channels/application_cable/channel.rb @@ -0,0 +1,4 @@ +module ApplicationCable + class Channel < ActionCable::Channel::Base + end +end diff --git a/app/channels/application_cable/connection.rb b/app/channels/application_cable/connection.rb new file mode 100644 index 000000000..0ff5442f4 --- /dev/null +++ b/app/channels/application_cable/connection.rb @@ -0,0 +1,4 @@ +module ApplicationCable + class Connection < ActionCable::Connection::Base + end +end diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb new file mode 100644 index 000000000..1c07694e9 --- /dev/null +++ b/app/controllers/application_controller.rb @@ -0,0 +1,3 @@ +class ApplicationController < ActionController::Base + 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/tasks_controller.rb b/app/controllers/tasks_controller.rb new file mode 100644 index 000000000..f4a793cf9 --- /dev/null +++ b/app/controllers/tasks_controller.rb @@ -0,0 +1,52 @@ +class TasksController < ApplicationController + def index + @tasks = Task.all + end + + def new #only cares about showing the form + @task = Task.new + end + + def create # has access to user data, from the form + # puts params + task = Task.new(name: params[:task][:name], description: params[:task][:description], due_date: params[:task][:due_date]) + task.save + redirect_to('/tasks') + + # can also do + # task = Task.new + # task.name = params[:task][:name] + # task.description = params[:task][:description] + # book.save + end + + def show + @task = Task.find (params[:id]) + end + + def edit #i am assuming this will work like new, ehree the update is what matters + @task = Task.find (params[:id]) #needs to be instance variable; won't work if local variable + end + + def update + + @task = Task.find (params[:id]) + task_updates = params.require(:task).permit(:name, :description, :due_date, :complete) + @task.update_attributes(task_updates) #don't know how to use this right now + @task.save + + if params[:refresh] + redirect_to tasks_path + else + redirect_to task_path(@task) + end + + end + + def destroy + task = Task.find(params[:id]) + task.destroy + redirect_to tasks_path + 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/books_helper.rb b/app/helpers/books_helper.rb new file mode 100644 index 000000000..4b9311e0b --- /dev/null +++ b/app/helpers/books_helper.rb @@ -0,0 +1,2 @@ +module BooksHelper +end diff --git a/app/helpers/tasks_helper.rb b/app/helpers/tasks_helper.rb new file mode 100644 index 000000000..ce894d00c --- /dev/null +++ b/app/helpers/tasks_helper.rb @@ -0,0 +1,2 @@ +module TasksHelper +end diff --git a/app/jobs/application_job.rb b/app/jobs/application_job.rb new file mode 100644 index 000000000..a009ace51 --- /dev/null +++ b/app/jobs/application_job.rb @@ -0,0 +1,2 @@ +class ApplicationJob < ActiveJob::Base +end diff --git a/app/mailers/application_mailer.rb b/app/mailers/application_mailer.rb new file mode 100644 index 000000000..286b2239d --- /dev/null +++ b/app/mailers/application_mailer.rb @@ -0,0 +1,4 @@ +class ApplicationMailer < ActionMailer::Base + default from: 'from@example.com' + layout 'mailer' +end diff --git a/app/models/application_record.rb b/app/models/application_record.rb new file mode 100644 index 000000000..10a4cba84 --- /dev/null +++ b/app/models/application_record.rb @@ -0,0 +1,3 @@ +class ApplicationRecord < ActiveRecord::Base + self.abstract_class = true +end diff --git a/app/models/concerns/.keep b/app/models/concerns/.keep new file mode 100644 index 000000000..e69de29bb diff --git a/app/models/task.rb b/app/models/task.rb new file mode 100644 index 000000000..3c2342421 --- /dev/null +++ b/app/models/task.rb @@ -0,0 +1,2 @@ +class Task < ApplicationRecord +end diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb new file mode 100644 index 000000000..25ad88250 --- /dev/null +++ b/app/views/layouts/application.html.erb @@ -0,0 +1,42 @@ + + + + BusyBee + <%= csrf_meta_tags %> + + <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload' %> + <%= javascript_include_tag 'application', 'data-turbolinks-track': 'reload' %> + + + + + +
+

The Busy Bee

+

+ Let's get Busy! +

+ + +
+ +
+ <%= yield %> +
+ + + + diff --git a/app/views/layouts/mailer.html.erb b/app/views/layouts/mailer.html.erb new file mode 100644 index 000000000..cbd34d2e9 --- /dev/null +++ b/app/views/layouts/mailer.html.erb @@ -0,0 +1,13 @@ + + + + + + + + + <%= yield %> + + diff --git a/app/views/layouts/mailer.text.erb b/app/views/layouts/mailer.text.erb new file mode 100644 index 000000000..37f0bddbd --- /dev/null +++ b/app/views/layouts/mailer.text.erb @@ -0,0 +1 @@ +<%= yield %> diff --git a/app/views/tasks/edit.html.erb b/app/views/tasks/edit.html.erb new file mode 100644 index 000000000..868192600 --- /dev/null +++ b/app/views/tasks/edit.html.erb @@ -0,0 +1,16 @@ + +

Edit that Task

+ + +<%= form_for @task do |f| %> + <%= f.label :name %> + <%= f.text_field :name %> + + <%= f.label :description %> + <%= f.text_field :description %> + + <%= f.label :due_date %> + <%= f.date_field :due_date %> + + <%= f.submit "Edit that task!"%> +<% end %> diff --git a/app/views/tasks/index.html.erb b/app/views/tasks/index.html.erb new file mode 100644 index 000000000..5198852ab --- /dev/null +++ b/app/views/tasks/index.html.erb @@ -0,0 +1,34 @@ + +
+ + +

Your Tasks

+ +
    + <% @tasks.each do |task| %> +
  1. + <% if task.complete == true %> +
    + <%= link_to(task.name, task_path(task.id)) %> +
    + <%else %> +
    + <%= link_to(task.name, task_path(task.id)) %> +
    + <%end%> + + + <%=button_to "Edit", edit_task_path(task.id), method: :get%> + <%=button_to "Delete", task_path(task), method: :delete, data: {confirm: "Are you sure you want to delete this task?"} %> + + <% if task.complete %> + <%=button_to "Incomplete", update_task_path(task.id, {:task => {:complete => false}, :refresh => true}), method: :patch%> + <%else %> + <%=button_to "Complete", update_task_path(task.id, {:task => {:complete => true, :completion_date => Date.today }, :refresh => true} ), method: :patch%> + <%end%> + +
  2. + <% end %> +
+ +
diff --git a/app/views/tasks/new.html.erb b/app/views/tasks/new.html.erb new file mode 100644 index 000000000..318b4ba5a --- /dev/null +++ b/app/views/tasks/new.html.erb @@ -0,0 +1,32 @@ +

Time to add a Task?

+ +
+ + +<%= form_for @task do |f| %> +<%= f.label :name %> +<%= f.text_field :name %> + +<%= f.label :description %> +<%= f.text_field :description %> + +<%= f.label :due_date %> +<%= f.date_field :due_date %> + + +<%= f.submit "Add that task!"%> +<% end %> + +
+ + + diff --git a/app/views/tasks/show.html.erb b/app/views/tasks/show.html.erb new file mode 100644 index 000000000..7fe68d07c --- /dev/null +++ b/app/views/tasks/show.html.erb @@ -0,0 +1,34 @@ +
+

+ <%= "#{@task.name}" %> +

+ + + + +
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..5badb2fde --- /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', __dir__) +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..78c4e861d --- /dev/null +++ b/bin/setup @@ -0,0 +1,38 @@ +#!/usr/bin/env ruby +require 'pathname' +require 'fileutils' +include FileUtils + +# path to your application root. +APP_ROOT = Pathname.new File.expand_path('../../', __FILE__) + +def system!(*args) + system(*args) || abort("\n== Command #{args} failed ==") +end + +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') || system!('bundle install') + + # Install JavaScript dependencies if using Yarn + # system('bin/yarn') + + + # puts "\n== Copying sample files ==" + # unless File.exist?('config/database.yml') + # cp 'config/database.yml.sample', 'config/database.yml' + # end + + puts "\n== Preparing database ==" + system! 'bin/rails db:setup' + + puts "\n== Removing old logs and tempfiles ==" + system! 'bin/rails log:clear tmp:clear' + + puts "\n== Restarting application server ==" + system! 'bin/rails restart' +end diff --git a/bin/spring b/bin/spring new file mode 100755 index 000000000..fb2ec2ebb --- /dev/null +++ b/bin/spring @@ -0,0 +1,17 @@ +#!/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' + + lockfile = Bundler::LockfileParser.new(Bundler.default_lockfile.read) + spring = lockfile.specs.detect { |spec| spec.name == "spring" } + if spring + Gem.use_paths Gem.dir, Bundler.bundle_path.to_s, *Gem.path + gem 'spring', spring.version + require 'spring/binstub' + end +end diff --git a/bin/update b/bin/update new file mode 100755 index 000000000..a8e4462f2 --- /dev/null +++ b/bin/update @@ -0,0 +1,29 @@ +#!/usr/bin/env ruby +require 'pathname' +require 'fileutils' +include FileUtils + +# path to your application root. +APP_ROOT = Pathname.new File.expand_path('../../', __FILE__) + +def system!(*args) + system(*args) || abort("\n== Command #{args} failed ==") +end + +chdir APP_ROOT do + # This script is a way to update your development environment automatically. + # Add necessary update steps to this file. + + puts '== Installing dependencies ==' + system! 'gem install bundler --conservative' + system('bundle check') || system!('bundle install') + + puts "\n== Updating database ==" + system! 'bin/rails db:migrate' + + puts "\n== Removing old logs and tempfiles ==" + system! 'bin/rails log:clear tmp:clear' + + puts "\n== Restarting application server ==" + system! 'bin/rails restart' +end diff --git a/bin/yarn b/bin/yarn new file mode 100755 index 000000000..c2bacef83 --- /dev/null +++ b/bin/yarn @@ -0,0 +1,11 @@ +#!/usr/bin/env ruby +VENDOR_PATH = File.expand_path('..', __dir__) +Dir.chdir(VENDOR_PATH) do + begin + exec "yarnpkg #{ARGV.join(" ")}" + rescue Errno::ENOENT + $stderr.puts "Yarn executable was not detected in the system." + $stderr.puts "Download Yarn at https://yarnpkg.com/en/docs/install" + exit 1 + end +end diff --git a/config.ru b/config.ru new file mode 100644 index 000000000..f7ba0b527 --- /dev/null +++ b/config.ru @@ -0,0 +1,5 @@ +# This file is used by Rack-based servers to start the application. + +require_relative 'config/environment' + +run Rails.application diff --git a/config/application.rb b/config/application.rb new file mode 100644 index 000000000..16136d34f --- /dev/null +++ b/config/application.rb @@ -0,0 +1,18 @@ +require_relative 'boot' + +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 + # Initialize configuration defaults for originally generated Rails version. + config.load_defaults 5.1 + + # 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. + end +end diff --git a/config/boot.rb b/config/boot.rb new file mode 100644 index 000000000..30f5120df --- /dev/null +++ b/config/boot.rb @@ -0,0 +1,3 @@ +ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../Gemfile', __dir__) + +require 'bundler/setup' # Set up gems listed in the Gemfile. diff --git a/config/cable.yml b/config/cable.yml new file mode 100644 index 000000000..cc73740fa --- /dev/null +++ b/config/cable.yml @@ -0,0 +1,10 @@ +development: + adapter: async + +test: + adapter: async + +production: + adapter: redis + url: redis://localhost:6379/1 + channel_prefix: TaskList_production diff --git a/config/database.yml b/config/database.yml new file mode 100644 index 000000000..0d02f2498 --- /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: <%= ENV.fetch("RAILS_MAX_THREADS") { 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..426333bb4 --- /dev/null +++ b/config/environment.rb @@ -0,0 +1,5 @@ +# Load the Rails application. +require_relative 'application' + +# 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..5187e2218 --- /dev/null +++ b/config/environments/development.rb @@ -0,0 +1,54 @@ +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. + config.consider_all_requests_local = true + + # Enable/disable caching. By default caching is disabled. + if Rails.root.join('tmp/caching-dev.txt').exist? + config.action_controller.perform_caching = true + + config.cache_store = :memory_store + config.public_file_server.headers = { + 'Cache-Control' => "public, max-age=#{2.days.seconds.to_i}" + } + else + config.action_controller.perform_caching = false + + config.cache_store = :null_store + end + + # Don't care if the mailer can't send. + config.action_mailer.raise_delivery_errors = false + + config.action_mailer.perform_caching = 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 + + # Suppress logger output for asset requests. + config.assets.quiet = true + + # Raises error for missing translations + # config.action_view.raise_on_missing_translations = true + + # Use an evented file watcher to asynchronously detect changes in source code, + # routes, locales, etc. This feature depends on the listen gem. + config.file_watcher = ActiveSupport::EventedFileUpdateChecker +end diff --git a/config/environments/production.rb b/config/environments/production.rb new file mode 100644 index 000000000..fcd7d8b14 --- /dev/null +++ b/config/environments/production.rb @@ -0,0 +1,91 @@ +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 + + # Attempt to read encrypted secrets from `config/secrets.yml.enc`. + # Requires an encryption key in `ENV["RAILS_MASTER_KEY"]` or + # `config/secrets.yml.key`. + config.read_encrypted_secrets = true + + # Disable serving static files from the `/public` folder by default since + # Apache or NGINX already handles this. + config.public_file_server.enabled = 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 + + # `config.assets.precompile` and `config.assets.version` have moved to config/initializers/assets.rb + + # Enable serving of images, stylesheets, and JavaScripts from an asset server. + # config.action_controller.asset_host = 'http://assets.example.com' + + # 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 + + # Mount Action Cable outside main process or domain + # config.action_cable.mount_path = nil + # config.action_cable.url = 'wss://example.com/cable' + # config.action_cable.allowed_request_origins = [ 'http://example.com', /http:\/\/example.*/ ] + + # 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 = [ :request_id ] + + # Use a different cache store in production. + # config.cache_store = :mem_cache_store + + # Use a real queuing backend for Active Job (and separate queues per environment) + # config.active_job.queue_adapter = :resque + # config.active_job.queue_name_prefix = "TaskList_#{Rails.env}" + config.action_mailer.perform_caching = false + + # 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 + + # Use a different logger for distributed setups. + # require 'syslog/logger' + # config.logger = ActiveSupport::TaggedLogging.new(Syslog::Logger.new 'app-name') + + if ENV["RAILS_LOG_TO_STDOUT"].present? + logger = ActiveSupport::Logger.new(STDOUT) + logger.formatter = config.log_formatter + config.logger = ActiveSupport::TaggedLogging.new(logger) + end + + # 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..8e5cbde53 --- /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 public file server for tests with Cache-Control for performance. + config.public_file_server.enabled = true + config.public_file_server.headers = { + 'Cache-Control' => "public, max-age=#{1.hour.seconds.to_i}" + } + + # 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 + config.action_mailer.perform_caching = 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 + + # 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/application_controller_renderer.rb b/config/initializers/application_controller_renderer.rb new file mode 100644 index 000000000..89d2efab2 --- /dev/null +++ b/config/initializers/application_controller_renderer.rb @@ -0,0 +1,8 @@ +# Be sure to restart your server when you modify this file. + +# ActiveSupport::Reloader.to_prepare do +# ApplicationController.renderer.defaults.merge!( +# http_host: 'example.org', +# https: false +# ) +# end diff --git a/config/initializers/assets.rb b/config/initializers/assets.rb new file mode 100644 index 000000000..4b828e80c --- /dev/null +++ b/config/initializers/assets.rb @@ -0,0 +1,14 @@ +# 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 +# Add Yarn node_modules folder to the asset load path. +Rails.application.config.assets.paths << Rails.root.join('node_modules') + +# Precompile additional assets. +# application.js, application.css, and all non-JS/CSS in the app/assets +# folder are already added. +# Rails.application.config.assets.precompile += %w( admin.js admin.css ) 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..5a6a32d37 --- /dev/null +++ b/config/initializers/cookies_serializer.rb @@ -0,0 +1,5 @@ +# Be sure to restart your server when you modify this file. + +# Specify a serializer for the signed and encrypted cookie jars. +# Valid options are :json, :marshal, and :hybrid. +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/wrap_parameters.rb b/config/initializers/wrap_parameters.rb new file mode 100644 index 000000000..bbfc3961b --- /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] +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..decc5a857 --- /dev/null +++ b/config/locales/en.yml @@ -0,0 +1,33 @@ +# 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. +# +# The following keys must be escaped otherwise they will not be retrieved by +# the default I18n backend: +# +# true, false, on, off, yes, no +# +# Instead, surround them with single quotes. +# +# en: +# 'true': 'foo' +# +# 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/puma.rb b/config/puma.rb new file mode 100644 index 000000000..1e19380dc --- /dev/null +++ b/config/puma.rb @@ -0,0 +1,56 @@ +# Puma can serve each request in a thread from an internal thread pool. +# The `threads` method setting takes two numbers: a minimum and maximum. +# Any libraries that use thread pools should be configured to match +# the maximum value specified for Puma. Default is set to 5 threads for minimum +# and maximum; this matches the default thread size of Active Record. +# +threads_count = ENV.fetch("RAILS_MAX_THREADS") { 5 } +threads threads_count, threads_count + +# Specifies the `port` that Puma will listen on to receive requests; default is 3000. +# +port ENV.fetch("PORT") { 3000 } + +# Specifies the `environment` that Puma will run in. +# +environment ENV.fetch("RAILS_ENV") { "development" } + +# Specifies the number of `workers` to boot in clustered mode. +# Workers are forked webserver processes. If using threads and workers together +# the concurrency of the application would be max `threads` * `workers`. +# Workers do not work on JRuby or Windows (both of which do not support +# processes). +# +# workers ENV.fetch("WEB_CONCURRENCY") { 2 } + +# Use the `preload_app!` method when specifying a `workers` number. +# This directive tells Puma to first boot the application and load code +# before forking the application. This takes advantage of Copy On Write +# process behavior so workers use less memory. If you use this option +# you need to make sure to reconnect any threads in the `on_worker_boot` +# block. +# +# preload_app! + +# If you are preloading your application and using Active Record, it's +# recommended that you close any connections to the database before workers +# are forked to prevent connection leakage. +# +# before_fork do +# ActiveRecord::Base.connection_pool.disconnect! if defined?(ActiveRecord) +# end + +# The code in the `on_worker_boot` will be called if you are using +# clustered mode by specifying a number of `workers`. After each worker +# process is booted, this block will be run. If you are using the `preload_app!` +# option, you will want to use this block to reconnect to any threads +# or connections that may have been created at application boot, as Ruby +# cannot share connections between processes. +# +# on_worker_boot do +# ActiveRecord::Base.establish_connection if defined?(ActiveRecord) +# end +# + +# Allow puma to be restarted by `rails restart` command. +plugin :tmp_restart diff --git a/config/routes.rb b/config/routes.rb new file mode 100644 index 000000000..7812f10b0 --- /dev/null +++ b/config/routes.rb @@ -0,0 +1,16 @@ +Rails.application.routes.draw do + + get "/tasks", to: "tasks#index", as: "tasks" + + get "/tasks/new", to: "tasks#new", as: "new_task" + post "/tasks", to: "tasks#create" + + get "/tasks/:id", to: "tasks#show", as: "task" + + get "/tasks/:id/edit", to: "tasks#edit", as: "edit_task" + patch "/tasks/:id", to: "tasks#update", as:"update_task" + + delete "/tasks/:id", to: "tasks#destroy" + + #resources :tasks +end diff --git a/config/secrets.yml b/config/secrets.yml new file mode 100644 index 000000000..55b1fe55a --- /dev/null +++ b/config/secrets.yml @@ -0,0 +1,32 @@ +# 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 `rails secret` to generate a secure secret key. + +# Make sure the secrets in this file are kept private +# if you're sharing your code publicly. + +# Shared secrets are available across all environments. + +# shared: +# api_key: a1B2c3D4e5F6 + +# Environmental secrets are only available for that specific environment. + +development: + secret_key_base: 9a594ea005b15a63d0380942e3cfcf0f391f532efb90f25ac92205b33e856f75f85ea4841af6e90a8ad4d433d85bca41294e6a3808b34a21da08641a1e48e177 + +test: + secret_key_base: 470def355740239d58a2f1fba6ed331c338f08dfc2a61484bca27fe5d51bd232183e5dc0a0b361947e2c5ab956d6804c2106a8a10f9ccfa7c4538b4bb71aae8a + +# Do not keep production secrets in the unencrypted secrets file. +# Instead, either read values from the environment. +# Or, use `bin/rails secrets:setup` to configure encrypted secrets +# and move the `production:` environment over there. + +production: + secret_key_base: <%= ENV["SECRET_KEY_BASE"] %> diff --git a/config/spring.rb b/config/spring.rb new file mode 100644 index 000000000..c9119b40c --- /dev/null +++ b/config/spring.rb @@ -0,0 +1,6 @@ +%w( + .ruby-version + .rbenv-vars + tmp/restart.txt + tmp/caching-dev.txt +).each { |path| Spring.watch(path) } diff --git a/db/development.sqlite3 b/db/development.sqlite3 new file mode 100644 index 000000000..3b96b84a0 Binary files /dev/null and b/db/development.sqlite3 differ diff --git a/db/migrate/20170919222809_create_tasks.rb b/db/migrate/20170919222809_create_tasks.rb new file mode 100644 index 000000000..e247f31d9 --- /dev/null +++ b/db/migrate/20170919222809_create_tasks.rb @@ -0,0 +1,13 @@ +class CreateTasks < ActiveRecord::Migration[5.1] + def change + create_table :tasks do |t| + t.string :name + t.string :description + t.date :due_date + t.date :completion_date + t.string :status + + t.timestamps + end + end +end diff --git a/db/migrate/20170922211916_change_task_status_data_type_and_default.rb b/db/migrate/20170922211916_change_task_status_data_type_and_default.rb new file mode 100644 index 000000000..e17c78613 --- /dev/null +++ b/db/migrate/20170922211916_change_task_status_data_type_and_default.rb @@ -0,0 +1,5 @@ +class ChangeTaskStatusDataTypeAndDefault < ActiveRecord::Migration[5.1] + def change + change_column :tasks, :status, :boolean + end +end diff --git a/db/migrate/20170922212203_change_task_status_default_value.rb b/db/migrate/20170922212203_change_task_status_default_value.rb new file mode 100644 index 000000000..bf8000a40 --- /dev/null +++ b/db/migrate/20170922212203_change_task_status_default_value.rb @@ -0,0 +1,5 @@ +class ChangeTaskStatusDefaultValue < ActiveRecord::Migration[5.1] + def change + change_column :tasks, :status, :boolean, default: false + end +end diff --git a/db/migrate/20170922214823_change_task_column_status_name.rb b/db/migrate/20170922214823_change_task_column_status_name.rb new file mode 100644 index 000000000..a828f173b --- /dev/null +++ b/db/migrate/20170922214823_change_task_column_status_name.rb @@ -0,0 +1,5 @@ +class ChangeTaskColumnStatusName < ActiveRecord::Migration[5.1] + def change + rename_column(:tasks, :status, :complete) + end +end diff --git a/db/schema.rb b/db/schema.rb new file mode 100644 index 000000000..37271fcda --- /dev/null +++ b/db/schema.rb @@ -0,0 +1,25 @@ +# 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: 20170922214823) do + + create_table "tasks", force: :cascade do |t| + t.string "name" + t.string "description" + t.date "due_date" + t.date "completion_date" + t.boolean "complete", default: false + t.datetime "created_at", null: false + t.datetime "updated_at", null: false + end + +end diff --git a/db/seeds.rb b/db/seeds.rb new file mode 100644 index 000000000..1beea2acc --- /dev/null +++ b/db/seeds.rb @@ -0,0 +1,7 @@ +# 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 rails db:seed command (or created alongside the database with db:setup). +# +# Examples: +# +# movies = Movie.create([{ name: 'Star Wars' }, { name: 'Lord of the Rings' }]) +# Character.create(name: 'Luke', movie: movies.first) 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..62392072d --- /dev/null +++ b/log/development.log @@ -0,0 +1,16088 @@ +Started GET "/" for 127.0.0.1 at 2017-09-18 14:49:40 -0700 +Processing by Rails::WelcomeController#index as HTML + Rendering /Users/biciclysta/.rvm/gems/ruby-2.4.0/gems/railties-5.1.4/lib/rails/templates/rails/welcome/index.html.erb + Rendered /Users/biciclysta/.rvm/gems/ruby-2.4.0/gems/railties-5.1.4/lib/rails/templates/rails/welcome/index.html.erb (3.0ms) +Completed 200 OK in 220ms (Views: 7.9ms) + + +Started GET "/tasks/index" for 127.0.0.1 at 2017-09-18 14:49:54 -0700 + +AbstractController::ActionNotFound (The action 'show' could not be found for TasksController): + +actionpack (5.1.4) lib/abstract_controller/base.rb:119:in `process' +actionview (5.1.4) lib/action_view/rendering.rb:30:in `process' +actionpack (5.1.4) lib/action_controller/metal.rb:189:in `dispatch' +actionpack (5.1.4) lib/action_controller/metal.rb:253:in `dispatch' +actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:49:in `dispatch' +actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:31:in `serve' +actionpack (5.1.4) lib/action_dispatch/journey/router.rb:50:in `block in serve' +actionpack (5.1.4) lib/action_dispatch/journey/router.rb:33:in `each' +actionpack (5.1.4) lib/action_dispatch/journey/router.rb:33:in `serve' +actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:834:in `call' +rack (2.0.3) lib/rack/etag.rb:25:in `call' +rack (2.0.3) lib/rack/conditional_get.rb:25:in `call' +rack (2.0.3) lib/rack/head.rb:12:in `call' +rack (2.0.3) lib/rack/session/abstract/id.rb:232:in `context' +rack (2.0.3) lib/rack/session/abstract/id.rb:226:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/cookies.rb:613:in `call' +activerecord (5.1.4) lib/active_record/migration.rb:556:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/callbacks.rb:26:in `block in call' +activesupport (5.1.4) lib/active_support/callbacks.rb:97:in `run_callbacks' +actionpack (5.1.4) lib/action_dispatch/middleware/callbacks.rb:24:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call' +web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' +web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' +railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call' +rack (2.0.3) lib/rack/method_override.rb:22:in `call' +rack (2.0.3) lib/rack/runtime.rb:22:in `call' +activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call' +rack (2.0.3) lib/rack/sendfile.rb:111:in `call' +railties (5.1.4) lib/rails/engine.rb:522:in `call' +puma (3.10.0) lib/puma/configuration.rb:225:in `call' +puma (3.10.0) lib/puma/server.rb:605:in `handle_request' +puma (3.10.0) lib/puma/server.rb:437:in `process_client' +puma (3.10.0) lib/puma/server.rb:301:in `block in run' +puma (3.10.0) lib/puma/thread_pool.rb:120:in `block in spawn_thread' +Started GET "/tasks/index" for 127.0.0.1 at 2017-09-18 14:50:12 -0700 + +AbstractController::ActionNotFound (The action 'show' could not be found for TasksController): + +actionpack (5.1.4) lib/abstract_controller/base.rb:119:in `process' +actionview (5.1.4) lib/action_view/rendering.rb:30:in `process' +actionpack (5.1.4) lib/action_controller/metal.rb:189:in `dispatch' +actionpack (5.1.4) lib/action_controller/metal.rb:253:in `dispatch' +actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:49:in `dispatch' +actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:31:in `serve' +actionpack (5.1.4) lib/action_dispatch/journey/router.rb:50:in `block in serve' +actionpack (5.1.4) lib/action_dispatch/journey/router.rb:33:in `each' +actionpack (5.1.4) lib/action_dispatch/journey/router.rb:33:in `serve' +actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:834:in `call' +rack (2.0.3) lib/rack/etag.rb:25:in `call' +rack (2.0.3) lib/rack/conditional_get.rb:25:in `call' +rack (2.0.3) lib/rack/head.rb:12:in `call' +rack (2.0.3) lib/rack/session/abstract/id.rb:232:in `context' +rack (2.0.3) lib/rack/session/abstract/id.rb:226:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/cookies.rb:613:in `call' +activerecord (5.1.4) lib/active_record/migration.rb:556:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/callbacks.rb:26:in `block in call' +activesupport (5.1.4) lib/active_support/callbacks.rb:97:in `run_callbacks' +actionpack (5.1.4) lib/action_dispatch/middleware/callbacks.rb:24:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call' +web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' +web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' +railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call' +rack (2.0.3) lib/rack/method_override.rb:22:in `call' +rack (2.0.3) lib/rack/runtime.rb:22:in `call' +activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call' +rack (2.0.3) lib/rack/sendfile.rb:111:in `call' +railties (5.1.4) lib/rails/engine.rb:522:in `call' +puma (3.10.0) lib/puma/configuration.rb:225:in `call' +puma (3.10.0) lib/puma/server.rb:605:in `handle_request' +puma (3.10.0) lib/puma/server.rb:437:in `process_client' +puma (3.10.0) lib/puma/server.rb:301:in `block in run' +puma (3.10.0) lib/puma/thread_pool.rb:120:in `block in spawn_thread' +Started GET "/tasks/index" for 127.0.0.1 at 2017-09-18 14:50:20 -0700 + +AbstractController::ActionNotFound (The action 'show' could not be found for TasksController): + +actionpack (5.1.4) lib/abstract_controller/base.rb:119:in `process' +actionview (5.1.4) lib/action_view/rendering.rb:30:in `process' +actionpack (5.1.4) lib/action_controller/metal.rb:189:in `dispatch' +actionpack (5.1.4) lib/action_controller/metal.rb:253:in `dispatch' +actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:49:in `dispatch' +actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:31:in `serve' +actionpack (5.1.4) lib/action_dispatch/journey/router.rb:50:in `block in serve' +actionpack (5.1.4) lib/action_dispatch/journey/router.rb:33:in `each' +actionpack (5.1.4) lib/action_dispatch/journey/router.rb:33:in `serve' +actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:834:in `call' +rack (2.0.3) lib/rack/etag.rb:25:in `call' +rack (2.0.3) lib/rack/conditional_get.rb:25:in `call' +rack (2.0.3) lib/rack/head.rb:12:in `call' +rack (2.0.3) lib/rack/session/abstract/id.rb:232:in `context' +rack (2.0.3) lib/rack/session/abstract/id.rb:226:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/cookies.rb:613:in `call' +activerecord (5.1.4) lib/active_record/migration.rb:556:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/callbacks.rb:26:in `block in call' +activesupport (5.1.4) lib/active_support/callbacks.rb:97:in `run_callbacks' +actionpack (5.1.4) lib/action_dispatch/middleware/callbacks.rb:24:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call' +web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' +web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' +railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call' +rack (2.0.3) lib/rack/method_override.rb:22:in `call' +rack (2.0.3) lib/rack/runtime.rb:22:in `call' +activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call' +rack (2.0.3) lib/rack/sendfile.rb:111:in `call' +railties (5.1.4) lib/rails/engine.rb:522:in `call' +puma (3.10.0) lib/puma/configuration.rb:225:in `call' +puma (3.10.0) lib/puma/server.rb:605:in `handle_request' +puma (3.10.0) lib/puma/server.rb:437:in `process_client' +puma (3.10.0) lib/puma/server.rb:301:in `block in run' +puma (3.10.0) lib/puma/thread_pool.rb:120:in `block in spawn_thread' +Started GET "/tasks/index" for 127.0.0.1 at 2017-09-18 15:01:45 -0700 + +AbstractController::ActionNotFound (The action 'show' could not be found for TasksController): + +actionpack (5.1.4) lib/abstract_controller/base.rb:119:in `process' +actionview (5.1.4) lib/action_view/rendering.rb:30:in `process' +actionpack (5.1.4) lib/action_controller/metal.rb:189:in `dispatch' +actionpack (5.1.4) lib/action_controller/metal.rb:253:in `dispatch' +actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:49:in `dispatch' +actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:31:in `serve' +actionpack (5.1.4) lib/action_dispatch/journey/router.rb:50:in `block in serve' +actionpack (5.1.4) lib/action_dispatch/journey/router.rb:33:in `each' +actionpack (5.1.4) lib/action_dispatch/journey/router.rb:33:in `serve' +actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:834:in `call' +rack (2.0.3) lib/rack/etag.rb:25:in `call' +rack (2.0.3) lib/rack/conditional_get.rb:25:in `call' +rack (2.0.3) lib/rack/head.rb:12:in `call' +rack (2.0.3) lib/rack/session/abstract/id.rb:232:in `context' +rack (2.0.3) lib/rack/session/abstract/id.rb:226:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/cookies.rb:613:in `call' +activerecord (5.1.4) lib/active_record/migration.rb:556:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/callbacks.rb:26:in `block in call' +activesupport (5.1.4) lib/active_support/callbacks.rb:97:in `run_callbacks' +actionpack (5.1.4) lib/action_dispatch/middleware/callbacks.rb:24:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call' +web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' +web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' +railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call' +rack (2.0.3) lib/rack/method_override.rb:22:in `call' +rack (2.0.3) lib/rack/runtime.rb:22:in `call' +activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call' +rack (2.0.3) lib/rack/sendfile.rb:111:in `call' +railties (5.1.4) lib/rails/engine.rb:522:in `call' +puma (3.10.0) lib/puma/configuration.rb:225:in `call' +puma (3.10.0) lib/puma/server.rb:605:in `handle_request' +puma (3.10.0) lib/puma/server.rb:437:in `process_client' +puma (3.10.0) lib/puma/server.rb:301:in `block in run' +puma (3.10.0) lib/puma/thread_pool.rb:120:in `block in spawn_thread' +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 15:02:30 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.3ms) +Completed 200 OK in 312ms (Views: 309.9ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 15:06:07 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.3ms) +Completed 200 OK in 21ms (Views: 18.6ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 15:06:13 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.4ms) +Completed 200 OK in 34ms (Views: 32.3ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 15:08:59 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.4ms) +Completed 200 OK in 16ms (Views: 14.4ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 15:09:12 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.3ms) +Completed 200 OK in 17ms (Views: 15.7ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 15:15:14 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.4ms) +Completed 200 OK in 53ms (Views: 50.7ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 15:15:41 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.4ms) +Completed 200 OK in 31ms (Views: 29.3ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 15:16:00 -0700 + +ArgumentError (Invalid route name, already in use: 'tasks' +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:6:in `block in ' +config/routes.rb:1:in `' +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 15:16:21 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.5ms) +Completed 200 OK in 29ms (Views: 26.8ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 15:17:24 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.3ms) +Completed 200 OK in 20ms (Views: 18.1ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 15:32:02 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.4ms) +Completed 200 OK in 24ms (Views: 22.0ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 15:34:28 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.5ms) +Completed 200 OK in 16ms (Views: 14.5ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 15:35:34 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.5ms) +Completed 200 OK in 17ms (Views: 15.4ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 15:36:14 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.5ms) +Completed 200 OK in 20ms (Views: 17.8ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 15:36:24 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.4ms) +Completed 200 OK in 25ms (Views: 23.3ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 15:39:54 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.5ms) +Completed 200 OK in 17ms (Views: 14.5ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 15:40:05 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.5ms) +Completed 200 OK in 20ms (Views: 18.4ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 15:42:21 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.5ms) +Completed 200 OK in 44ms (Views: 41.9ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 15:45:01 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.4ms) +Completed 200 OK in 16ms (Views: 13.9ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 15:45:11 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.5ms) +Completed 200 OK in 18ms (Views: 16.5ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 15:46:16 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.4ms) +Completed 200 OK in 17ms (Views: 15.3ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 15:46:53 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.5ms) +Completed 200 OK in 20ms (Views: 18.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 15:47:27 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.4ms) +Completed 200 OK in 18ms (Views: 16.1ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 15:47:56 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.6ms) +Completed 200 OK in 28ms (Views: 26.1ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 15:48:09 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.5ms) +Completed 200 OK in 30ms (Views: 28.0ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 15:48:20 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.5ms) +Completed 200 OK in 27ms (Views: 25.3ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 15:48:27 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.4ms) +Completed 200 OK in 35ms (Views: 33.3ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 15:49:13 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.4ms) +Completed 200 OK in 26ms (Views: 24.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 15:49:35 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.5ms) +Completed 200 OK in 28ms (Views: 25.8ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 15:50:04 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.5ms) +Completed 200 OK in 29ms (Views: 27.3ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 15:50:23 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.4ms) +Completed 200 OK in 29ms (Views: 27.3ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 15:50:29 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.6ms) +Completed 200 OK in 34ms (Views: 32.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 15:50:36 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.5ms) +Completed 200 OK in 30ms (Views: 28.4ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 15:52:36 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.5ms) +Completed 200 OK in 33ms (Views: 31.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 15:52:48 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.4ms) +Completed 200 OK in 30ms (Views: 28.9ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 15:52:59 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.5ms) +Completed 200 OK in 17ms (Views: 15.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 15:53:54 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.5ms) +Completed 200 OK in 27ms (Views: 24.9ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 15:54:39 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.4ms) +Completed 200 OK in 26ms (Views: 23.6ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 15:55:03 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.5ms) +Completed 200 OK in 23ms (Views: 21.9ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 15:55:20 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.4ms) +Completed 200 OK in 23ms (Views: 21.4ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 15:55:31 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.5ms) +Completed 200 OK in 22ms (Views: 20.0ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 15:56:14 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.4ms) +Completed 200 OK in 21ms (Views: 19.1ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 15:56:30 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (5.1ms) +Completed 200 OK in 27ms (Views: 25.0ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 15:56:43 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.7ms) +Completed 200 OK in 22ms (Views: 20.6ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 15:56:59 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.5ms) +Completed 200 OK in 21ms (Views: 18.8ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 15:57:14 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.5ms) +Completed 200 OK in 22ms (Views: 20.0ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 15:57:21 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.6ms) +Completed 200 OK in 20ms (Views: 18.9ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 15:57:27 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.5ms) +Completed 200 OK in 29ms (Views: 26.9ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 15:57:48 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.8ms) +Completed 200 OK in 25ms (Views: 23.3ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 15:58:36 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.5ms) +Completed 200 OK in 25ms (Views: 22.6ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 15:58:45 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.7ms) +Completed 200 OK in 23ms (Views: 21.1ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 15:59:03 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.8ms) +Completed 200 OK in 17ms (Views: 15.4ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 15:59:21 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.5ms) +Completed 200 OK in 18ms (Views: 16.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 15:59:34 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.6ms) +Completed 200 OK in 18ms (Views: 16.1ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 15:59:51 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.5ms) +Completed 200 OK in 27ms (Views: 25.6ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 16:00:06 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.5ms) +Completed 200 OK in 21ms (Views: 19.3ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 16:00:12 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.5ms) +Completed 200 OK in 22ms (Views: 20.1ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 16:01:23 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.4ms) +Completed 200 OK in 22ms (Views: 20.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 16:01:54 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.5ms) +Completed 200 OK in 23ms (Views: 20.5ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 16:03:56 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.5ms) +Completed 200 OK in 31ms (Views: 29.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 16:04:45 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.4ms) +Completed 200 OK in 23ms (Views: 20.9ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 16:05:02 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.5ms) +Completed 200 OK in 22ms (Views: 20.3ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 16:05:20 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.5ms) +Completed 200 OK in 22ms (Views: 20.0ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 16:05:34 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.4ms) +Completed 200 OK in 21ms (Views: 19.0ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 16:05:47 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.5ms) +Completed 200 OK in 24ms (Views: 22.0ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 16:05:57 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.6ms) +Completed 200 OK in 21ms (Views: 19.0ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 16:06:36 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.4ms) +Completed 200 OK in 22ms (Views: 20.3ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 16:07:16 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.6ms) +Completed 200 OK in 23ms (Views: 21.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 16:07:33 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.5ms) +Completed 200 OK in 22ms (Views: 19.9ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 16:08:29 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.4ms) +Completed 200 OK in 23ms (Views: 21.0ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 16:08:40 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.5ms) +Completed 200 OK in 26ms (Views: 24.5ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 16:09:28 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.5ms) +Completed 200 OK in 27ms (Views: 25.6ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 16:09:33 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.7ms) +Completed 200 OK in 24ms (Views: 22.7ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 16:10:02 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.5ms) +Completed 200 OK in 25ms (Views: 23.1ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 16:10:48 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.4ms) +Completed 200 OK in 25ms (Views: 23.6ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 16:11:01 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.6ms) +Completed 200 OK in 27ms (Views: 25.5ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 16:11:06 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.5ms) +Completed 200 OK in 21ms (Views: 19.5ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 16:12:11 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.6ms) +Completed 200 OK in 28ms (Views: 26.7ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 16:12:31 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.5ms) +Completed 200 OK in 30ms (Views: 27.9ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 16:12:44 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.4ms) +Completed 200 OK in 29ms (Views: 27.5ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 16:13:37 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.6ms) +Completed 200 OK in 31ms (Views: 29.5ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 16:14:05 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.5ms) +Completed 200 OK in 31ms (Views: 29.3ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 16:14:12 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.9ms) +Completed 200 OK in 29ms (Views: 27.5ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 16:14:52 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.4ms) +Completed 200 OK in 30ms (Views: 28.6ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 16:15:10 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.6ms) +Completed 200 OK in 34ms (Views: 32.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 16:15:16 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.5ms) +Completed 200 OK in 30ms (Views: 28.6ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 16:15:25 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.4ms) +Completed 200 OK in 33ms (Views: 31.3ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 16:15:31 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (1.5ms) +Completed 200 OK in 30ms (Views: 28.5ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 16:15:42 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (1.4ms) +Completed 200 OK in 33ms (Views: 31.7ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 16:16:30 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.5ms) +Completed 200 OK in 30ms (Views: 28.4ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 16:16:48 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.4ms) +Completed 200 OK in 30ms (Views: 28.6ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 16:16:56 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.4ms) +Completed 200 OK in 32ms (Views: 30.0ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 16:17:18 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.5ms) +Completed 200 OK in 28ms (Views: 26.3ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 16:17:46 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.4ms) +Completed 200 OK in 17ms (Views: 15.7ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 16:18:31 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.4ms) +Completed 200 OK in 29ms (Views: 27.3ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 16:18:38 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.4ms) +Completed 200 OK in 33ms (Views: 31.0ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 16:19:28 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.4ms) +Completed 200 OK in 41ms (Views: 39.1ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 16:20:32 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.5ms) +Completed 200 OK in 29ms (Views: 27.0ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 16:20:56 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.5ms) +Completed 200 OK in 30ms (Views: 27.9ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 16:21:30 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.5ms) +Completed 200 OK in 29ms (Views: 27.8ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 16:21:57 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.5ms) +Completed 200 OK in 26ms (Views: 24.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 16:22:23 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.6ms) +Completed 200 OK in 31ms (Views: 29.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 16:22:37 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.6ms) +Completed 200 OK in 35ms (Views: 32.6ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 16:22:53 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.6ms) +Completed 200 OK in 18ms (Views: 16.7ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 16:23:48 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.5ms) +Completed 200 OK in 37ms (Views: 35.0ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 16:24:18 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.5ms) +Completed 200 OK in 32ms (Views: 30.7ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 16:24:33 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.6ms) +Completed 200 OK in 31ms (Views: 29.4ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 16:24:53 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.7ms) +Completed 200 OK in 33ms (Views: 31.3ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 16:25:13 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (5.1ms) +Completed 200 OK in 37ms (Views: 35.0ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 16:25:32 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.4ms) +Completed 200 OK in 33ms (Views: 31.4ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 16:25:41 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.5ms) +Completed 200 OK in 33ms (Views: 31.3ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 16:25:47 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.7ms) +Completed 200 OK in 40ms (Views: 38.4ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 16:26:04 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.5ms) +Completed 200 OK in 34ms (Views: 32.4ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 16:26:32 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.4ms) +Completed 200 OK in 53ms (Views: 51.4ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 16:27:18 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.4ms) +Completed 200 OK in 51ms (Views: 49.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 16:27:26 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.6ms) +Completed 200 OK in 19ms (Views: 17.4ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 16:27:34 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.9ms) +Completed 200 OK in 18ms (Views: 16.6ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 16:27:45 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.4ms) +Completed 200 OK in 36ms (Views: 33.9ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 16:27:52 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.4ms) +Completed 200 OK in 35ms (Views: 33.5ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 16:29:20 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.7ms) +Completed 200 OK in 20ms (Views: 18.5ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 16:29:34 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.5ms) +Completed 200 OK in 22ms (Views: 20.4ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 16:29:50 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.5ms) +Completed 200 OK in 17ms (Views: 15.0ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 16:30:03 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.6ms) +Completed 200 OK in 33ms (Views: 31.1ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-18 16:45:54 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.5ms) +Completed 200 OK in 41ms (Views: 38.5ms) + + +  (0.1ms) SELECT sqlite_version(*) +  (1.1ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY) +  (1.1ms) CREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) +  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC +Migrating to CreateTasks (20170919222809) +  (0.1ms) begin transaction +  (0.4ms) CREATE TABLE "tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "description" varchar, "due_date" date, "completion_date" date, "status" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) + SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20170919222809"]] +  (0.8ms) commit transaction + ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] +  (0.0ms) begin transaction + SQL (0.2ms) INSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["key", "environment"], ["value", "development"], ["created_at", "2017-09-19 22:30:54.048711"], ["updated_at", "2017-09-19 22:30:54.048711"]] +  (0.7ms) commit transaction +  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC +  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC +  (0.1ms) begin transaction + SQL (0.4ms) INSERT INTO "tasks" ("name", "description", "due_date", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Complete Wave 1"], ["description", "Create database and begin filling it with data"], ["due_date", 2017920], ["status", "pending"], ["created_at", "2017-09-19 22:41:09.640257"], ["updated_at", "2017-09-19 22:41:09.640257"]] +  (1.2ms) commit transaction + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" LIMIT ? [["LIMIT", 11]] + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC LIMIT ? [["LIMIT", 1]] +  (0.1ms) begin transaction + SQL (0.4ms) UPDATE "tasks" SET "due_date" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["due_date", "2017-09-20"], ["updated_at", "2017-09-19 22:43:51.959198"], ["id", 1]] +  (0.7ms) commit transaction + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" LIMIT ? [["LIMIT", 11]] +Started GET "/" for 127.0.0.1 at 2017-09-19 15:50:01 -0700 +  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC +Processing by Rails::WelcomeController#index as HTML + Rendering /Users/biciclysta/.rvm/gems/ruby-2.4.0/gems/railties-5.1.4/lib/rails/templates/rails/welcome/index.html.erb + Rendered /Users/biciclysta/.rvm/gems/ruby-2.4.0/gems/railties-5.1.4/lib/rails/templates/rails/welcome/index.html.erb (4.0ms) +Completed 200 OK in 21ms (Views: 10.6ms | ActiveRecord: 0.0ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-19 15:50:08 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (8.8ms) +Completed 200 OK in 295ms (Views: 289.7ms | ActiveRecord: 0.8ms) + + +  (0.1ms) begin transaction + SQL (0.4ms) INSERT INTO "tasks" ("name", "description", "due_date", "completion_date", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["name", "Rails for Zombies"], ["description", "Complete level 1 and take notes"], ["due_date", "2017-09-20"], ["completion_date", "2017-09-19"], ["status", "Done"], ["created_at", "2017-09-19 23:02:46.467510"], ["updated_at", "2017-09-19 23:02:46.467510"]] +  (1.2ms) commit transaction +  (0.1ms) begin transaction + SQL (0.4ms) INSERT INTO "tasks" ("name", "description", "due_date", "status", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Do CS HW"], ["description", "Look at CS50 videos and review notes"], ["due_date", "2017-09-21"], ["status", "Not started"], ["created_at", "2017-09-19 23:05:34.826579"], ["updated_at", "2017-09-19 23:05:34.826579"]] +  (1.3ms) commit transaction + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" LIMIT ? [["LIMIT", 11]] +Started GET "/tasks" for 127.0.0.1 at 2017-09-19 16:09:42 -0700 +Processing by TasksController#index as HTML +Completed 500 Internal Server Error in 3ms + + + +ArgumentError (The method .order() must contain arguments.): + +app/controllers/tasks_controller.rb:3:in `index' + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" LIMIT ? [["LIMIT", 11]] +Started GET "/tasks" for 127.0.0.1 at 2017-09-19 16:10:10 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" ASC + Rendered tasks/index.html.erb within layouts/application (7.9ms) +Completed 200 OK in 25ms (Views: 21.2ms | ActiveRecord: 0.8ms) + + + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" LIMIT ? [["LIMIT", 11]] +Started GET "/tasks" for 127.0.0.1 at 2017-09-19 16:11:28 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."name" ASC + Rendered tasks/index.html.erb within layouts/application (8.6ms) +Completed 200 OK in 29ms (Views: 24.5ms | ActiveRecord: 0.8ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-19 16:11:40 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."name" ASC + Rendered tasks/index.html.erb within layouts/application (1.2ms) +Completed 200 OK in 17ms (Views: 14.6ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-19 16:24:10 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (8.1ms) +Completed 200 OK in 27ms (Views: 23.2ms | ActiveRecord: 0.8ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-19 16:24:17 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (8.3ms) +Completed 200 OK in 34ms (Views: 28.1ms | ActiveRecord: 1.0ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-19 16:24:52 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.4ms) +Completed 200 OK in 18ms (Views: 15.9ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-19 16:25:23 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.3ms) +Completed 200 OK in 17ms (Views: 15.2ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-19 16:28:56 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.2ms) +Completed 200 OK in 32ms (Views: 30.5ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-19 16:29:21 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.2ms) +Completed 200 OK in 31ms (Views: 29.4ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-19 16:29:31 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.2ms) +Completed 200 OK in 32ms (Views: 30.3ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-19 16:29:41 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.0ms) +Completed 200 OK in 19ms (Views: 16.9ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-19 16:31:12 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.6ms) +Completed 200 OK in 24ms (Views: 21.8ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/1" for 127.0.0.1 at 2017-09-19 16:31:18 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"1"} +Completed 406 Not Acceptable in 68ms (ActiveRecord: 0.0ms) + + + +ActionController::UnknownFormat (TasksController#show is missing a template for this request format and variant. + +request.formats: ["text/html"] +request.variant: [] + +NOTE! For XHR/Ajax or API requests, this action would normally respond with 204 No Content: an empty white screen. Since you're loading it in a web browser, we assume that you expected to actually render a template, not nothing, so we're showing an error to be extra-clear. If you expect 204 No Content, carry on. That's what you'll get from an XHR or API request. Give it a shot.): + +actionpack (5.1.4) lib/action_controller/metal/implicit_render.rb:53:in `default_render' +actionpack (5.1.4) lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action' +actionpack (5.1.4) lib/action_controller/metal/basic_implicit_render.rb:4:in `tap' +actionpack (5.1.4) lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action' +actionpack (5.1.4) lib/abstract_controller/base.rb:186:in `process_action' +actionpack (5.1.4) lib/action_controller/metal/rendering.rb:30:in `process_action' +actionpack (5.1.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' +activesupport (5.1.4) lib/active_support/callbacks.rb:131:in `run_callbacks' +actionpack (5.1.4) lib/abstract_controller/callbacks.rb:19:in `process_action' +actionpack (5.1.4) lib/action_controller/metal/rescue.rb:20:in `process_action' +actionpack (5.1.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' +activesupport (5.1.4) lib/active_support/notifications.rb:166:in `block in instrument' +activesupport (5.1.4) lib/active_support/notifications/instrumenter.rb:21:in `instrument' +activesupport (5.1.4) lib/active_support/notifications.rb:166:in `instrument' +actionpack (5.1.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' +actionpack (5.1.4) lib/action_controller/metal/params_wrapper.rb:252:in `process_action' +activerecord (5.1.4) lib/active_record/railties/controller_runtime.rb:22:in `process_action' +actionpack (5.1.4) lib/abstract_controller/base.rb:124:in `process' +actionview (5.1.4) lib/action_view/rendering.rb:30:in `process' +actionpack (5.1.4) lib/action_controller/metal.rb:189:in `dispatch' +actionpack (5.1.4) lib/action_controller/metal.rb:253:in `dispatch' +actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:49:in `dispatch' +actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:31:in `serve' +actionpack (5.1.4) lib/action_dispatch/journey/router.rb:50:in `block in serve' +actionpack (5.1.4) lib/action_dispatch/journey/router.rb:33:in `each' +actionpack (5.1.4) lib/action_dispatch/journey/router.rb:33:in `serve' +actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:834:in `call' +rack (2.0.3) lib/rack/etag.rb:25:in `call' +rack (2.0.3) lib/rack/conditional_get.rb:25:in `call' +rack (2.0.3) lib/rack/head.rb:12:in `call' +rack (2.0.3) lib/rack/session/abstract/id.rb:232:in `context' +rack (2.0.3) lib/rack/session/abstract/id.rb:226:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/cookies.rb:613:in `call' +activerecord (5.1.4) lib/active_record/migration.rb:556:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/callbacks.rb:26:in `block in call' +activesupport (5.1.4) lib/active_support/callbacks.rb:97:in `run_callbacks' +actionpack (5.1.4) lib/action_dispatch/middleware/callbacks.rb:24:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call' +web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' +web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' +railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call' +rack (2.0.3) lib/rack/method_override.rb:22:in `call' +rack (2.0.3) lib/rack/runtime.rb:22:in `call' +activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call' +rack (2.0.3) lib/rack/sendfile.rb:111:in `call' +railties (5.1.4) lib/rails/engine.rb:522:in `call' +puma (3.10.0) lib/puma/configuration.rb:225:in `call' +puma (3.10.0) lib/puma/server.rb:605:in `handle_request' +puma (3.10.0) lib/puma/server.rb:437:in `process_client' +puma (3.10.0) lib/puma/server.rb:301:in `block in run' +puma (3.10.0) lib/puma/thread_pool.rb:120:in `block in spawn_thread' +Started GET "/tasks/1" for 127.0.0.1 at 2017-09-19 16:32:43 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"1"} +Completed 500 Internal Server Error in 5ms + + + +NoMethodError (undefined method `id' for Task (call 'Task.connection' to establish a connection):Class +Did you mean? ids): + +app/controllers/tasks_controller.rb:14:in `show' +Started GET "/tasks/1" for 127.0.0.1 at 2017-09-19 16:32:56 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"1"} +Completed 500 Internal Server Error in 5ms + + + +NoMethodError (undefined method `[]' for Task (call 'Task.connection' to establish a connection):Class): + +app/controllers/tasks_controller.rb:14:in `show' +Started GET "/tasks/1" for 127.0.0.1 at 2017-09-19 16:35:11 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"1"} +Completed 500 Internal Server Error in 4ms + + + +NoMethodError (undefined method `[]' for Task (call 'Task.connection' to establish a connection):Class): + +app/controllers/tasks_controller.rb:14:in `show' +Started GET "/tasks/1" for 127.0.0.1 at 2017-09-19 16:35:42 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"1"} +Completed 500 Internal Server Error in 6ms + + + +NoMethodError (undefined method `[]' for Task (call 'Task.connection' to establish a connection):Class): + +app/controllers/tasks_controller.rb:14:in `show' +Started GET "/tasks/1" for 127.0.0.1 at 2017-09-19 16:35:57 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"1"} +Completed 500 Internal Server Error in 7ms + + + +NoMethodError (undefined method `id' for Task (call 'Task.connection' to establish a connection):Class +Did you mean? ids): + +app/controllers/tasks_controller.rb:14:in `show' +Started GET "/tasks/1" for 127.0.0.1 at 2017-09-19 16:37:13 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"1"} + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +Completed 406 Not Acceptable in 73ms (ActiveRecord: 0.9ms) + + + +ActionController::UnknownFormat (TasksController#show is missing a template for this request format and variant. + +request.formats: ["text/html"] +request.variant: [] + +NOTE! For XHR/Ajax or API requests, this action would normally respond with 204 No Content: an empty white screen. Since you're loading it in a web browser, we assume that you expected to actually render a template, not nothing, so we're showing an error to be extra-clear. If you expect 204 No Content, carry on. That's what you'll get from an XHR or API request. Give it a shot.): + +actionpack (5.1.4) lib/action_controller/metal/implicit_render.rb:53:in `default_render' +actionpack (5.1.4) lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action' +actionpack (5.1.4) lib/action_controller/metal/basic_implicit_render.rb:4:in `tap' +actionpack (5.1.4) lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action' +actionpack (5.1.4) lib/abstract_controller/base.rb:186:in `process_action' +actionpack (5.1.4) lib/action_controller/metal/rendering.rb:30:in `process_action' +actionpack (5.1.4) lib/abstract_controller/callbacks.rb:20:in `block in process_action' +activesupport (5.1.4) lib/active_support/callbacks.rb:131:in `run_callbacks' +actionpack (5.1.4) lib/abstract_controller/callbacks.rb:19:in `process_action' +actionpack (5.1.4) lib/action_controller/metal/rescue.rb:20:in `process_action' +actionpack (5.1.4) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' +activesupport (5.1.4) lib/active_support/notifications.rb:166:in `block in instrument' +activesupport (5.1.4) lib/active_support/notifications/instrumenter.rb:21:in `instrument' +activesupport (5.1.4) lib/active_support/notifications.rb:166:in `instrument' +actionpack (5.1.4) lib/action_controller/metal/instrumentation.rb:30:in `process_action' +actionpack (5.1.4) lib/action_controller/metal/params_wrapper.rb:252:in `process_action' +activerecord (5.1.4) lib/active_record/railties/controller_runtime.rb:22:in `process_action' +actionpack (5.1.4) lib/abstract_controller/base.rb:124:in `process' +actionview (5.1.4) lib/action_view/rendering.rb:30:in `process' +actionpack (5.1.4) lib/action_controller/metal.rb:189:in `dispatch' +actionpack (5.1.4) lib/action_controller/metal.rb:253:in `dispatch' +actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:49:in `dispatch' +actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:31:in `serve' +actionpack (5.1.4) lib/action_dispatch/journey/router.rb:50:in `block in serve' +actionpack (5.1.4) lib/action_dispatch/journey/router.rb:33:in `each' +actionpack (5.1.4) lib/action_dispatch/journey/router.rb:33:in `serve' +actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:834:in `call' +rack (2.0.3) lib/rack/etag.rb:25:in `call' +rack (2.0.3) lib/rack/conditional_get.rb:25:in `call' +rack (2.0.3) lib/rack/head.rb:12:in `call' +rack (2.0.3) lib/rack/session/abstract/id.rb:232:in `context' +rack (2.0.3) lib/rack/session/abstract/id.rb:226:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/cookies.rb:613:in `call' +activerecord (5.1.4) lib/active_record/migration.rb:556:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/callbacks.rb:26:in `block in call' +activesupport (5.1.4) lib/active_support/callbacks.rb:97:in `run_callbacks' +actionpack (5.1.4) lib/action_dispatch/middleware/callbacks.rb:24:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call' +web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' +web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' +railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call' +rack (2.0.3) lib/rack/method_override.rb:22:in `call' +rack (2.0.3) lib/rack/runtime.rb:22:in `call' +activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call' +rack (2.0.3) lib/rack/sendfile.rb:111:in `call' +railties (5.1.4) lib/rails/engine.rb:522:in `call' +puma (3.10.0) lib/puma/configuration.rb:225:in `call' +puma (3.10.0) lib/puma/server.rb:605:in `handle_request' +puma (3.10.0) lib/puma/server.rb:437:in `process_client' +puma (3.10.0) lib/puma/server.rb:301:in `block in run' +puma (3.10.0) lib/puma/thread_pool.rb:120:in `block in spawn_thread' +Started GET "/tasks/1" for 127.0.0.1 at 2017-09-19 16:50:24 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"1"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.3ms) +Completed 200 OK in 23ms (Views: 21.0ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/1" for 127.0.0.1 at 2017-09-19 16:51:30 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"1"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.3ms) +Completed 200 OK in 23ms (Views: 20.9ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/" for 127.0.0.1 at 2017-09-19 16:51:44 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.4ms) +Completed 200 OK in 19ms (Views: 16.4ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/" for 127.0.0.1 at 2017-09-19 16:53:44 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.3ms) +Completed 200 OK in 19ms (Views: 17.6ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/1" for 127.0.0.1 at 2017-09-19 16:53:48 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"1"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.4ms) +Completed 200 OK in 23ms (Views: 20.0ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/2" for 127.0.0.1 at 2017-09-19 16:55:36 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"2"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.6ms) +Completed 200 OK in 25ms (Views: 22.7ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/2" for 127.0.0.1 at 2017-09-19 16:56:32 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"2"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", nil], ["LIMIT", 1]] +Completed 404 Not Found in 7ms (ActiveRecord: 1.2ms) + + + +ActiveRecord::RecordNotFound (Couldn't find Task with 'id'=): + +app/controllers/tasks_controller.rb:14:in `show' +Started GET "/tasks/2" for 127.0.0.1 at 2017-09-19 16:57:37 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"2"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" LIMIT ? [["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.4ms) +Completed 200 OK in 31ms (Views: 17.0ms | ActiveRecord: 0.8ms) + + +Started GET "/tasks/" for 127.0.0.1 at 2017-09-19 16:57:42 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.3ms) +Completed 200 OK in 16ms (Views: 14.5ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/3" for 127.0.0.1 at 2017-09-19 16:57:49 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"3"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" LIMIT ? [["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.4ms) +Completed 200 OK in 21ms (Views: 17.4ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/2" for 127.0.0.1 at 2017-09-19 16:57:52 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"2"} + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" LIMIT ? [["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.4ms) +Completed 200 OK in 22ms (Views: 17.8ms | ActiveRecord: 0.3ms) + + +Started GET "/tasks/1" for 127.0.0.1 at 2017-09-19 16:57:55 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"1"} + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" LIMIT ? [["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.4ms) +Completed 200 OK in 21ms (Views: 17.1ms | ActiveRecord: 0.3ms) + + +Started GET "/tasks/" for 127.0.0.1 at 2017-09-19 16:59:15 -0700 + +SyntaxError (/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/controllers/tasks_controller.rb:14: syntax error, unexpected tLABEL + @task = Task.find_by (name: "Complete Wave 1") + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/controllers/tasks_controller.rb:14: syntax error, unexpected ')', expecting keyword_end +d_by (name: "Complete Wave 1") + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/controllers/tasks_controller.rb:26: syntax error, unexpected end-of-input, expecting keyword_end): + +app/controllers/tasks_controller.rb:14: syntax error, unexpected tLABEL +app/controllers/tasks_controller.rb:14: syntax error, unexpected ')', expecting keyword_end +app/controllers/tasks_controller.rb:26: syntax error, unexpected end-of-input, expecting keyword_end +Started GET "/tasks/" for 127.0.0.1 at 2017-09-19 16:59:24 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (8.3ms) +Completed 200 OK in 30ms (Views: 24.4ms | ActiveRecord: 0.8ms) + + +Started GET "/tasks/1" for 127.0.0.1 at 2017-09-19 16:59:28 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"1"} + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."name" = ? LIMIT ? [["name", "Complete Wave 1"], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.4ms) +Completed 200 OK in 27ms (Views: 23.1ms | ActiveRecord: 0.3ms) + + +Started GET "/tasks/2" for 127.0.0.1 at 2017-09-19 16:59:31 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"2"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."name" = ? LIMIT ? [["name", "Complete Wave 1"], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.4ms) +Completed 200 OK in 30ms (Views: 26.3ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/" for 127.0.0.1 at 2017-09-19 17:00:19 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (9.2ms) +Completed 200 OK in 31ms (Views: 26.9ms | ActiveRecord: 0.9ms) + + +Started GET "/tasks/1" for 127.0.0.1 at 2017-09-19 17:00:21 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"1"} + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.4ms) +Completed 200 OK in 21ms (Views: 17.7ms | ActiveRecord: 0.3ms) + + +Started GET "/tasks/2" for 127.0.0.1 at 2017-09-19 17:00:24 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"2"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.4ms) +Completed 200 OK in 22ms (Views: 18.7ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-19 18:31:32 -0700 +  (0.5ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.5ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (10.4ms) +Completed 200 OK in 253ms (Views: 239.4ms | ActiveRecord: 1.1ms) + + +Started GET "/tasks/1" for 127.0.0.1 at 2017-09-19 18:31:46 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"1"} + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.4ms) +Completed 200 OK in 26ms (Views: 18.4ms | ActiveRecord: 0.6ms) + + +Started GET "/tasks/" for 127.0.0.1 at 2017-09-19 18:32:11 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.9ms) +Completed 200 OK in 17ms (Views: 15.3ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-20 10:10:36 -0700 +  (0.6ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.6ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (13.1ms) +Completed 200 OK in 229ms (Views: 214.7ms | ActiveRecord: 1.3ms) + + +Started GET "/tasks/new" for 127.0.0.1 at 2017-09-20 10:10:40 -0700 +Processing by TasksController#new as HTML + Rendering tasks/new.html.erb within layouts/application + Rendered tasks/new.html.erb within layouts/application (0.3ms) +Completed 200 OK in 15ms (Views: 13.5ms | ActiveRecord: 0.0ms) + + +Started GET "/tasks/new" for 127.0.0.1 at 2017-09-20 10:12:58 -0700 +Processing by TasksController#new as HTML + Rendering tasks/new.html.erb within layouts/application + Rendered tasks/new.html.erb within layouts/application (0.3ms) +Completed 200 OK in 16ms (Views: 13.7ms | ActiveRecord: 0.0ms) + + +Started GET "/tasks/new" for 127.0.0.1 at 2017-09-20 10:14:47 -0700 +Processing by TasksController#new as HTML + Rendering tasks/new.html.erb within layouts/application + Rendered tasks/new.html.erb within layouts/application (0.4ms) +Completed 200 OK in 16ms (Views: 13.8ms | ActiveRecord: 0.0ms) + + +Started GET "/tasks/new" for 127.0.0.1 at 2017-09-20 10:16:33 -0700 +Processing by TasksController#new as HTML + Rendering tasks/new.html.erb within layouts/application + Rendered tasks/new.html.erb within layouts/application (0.4ms) +Completed 200 OK in 15ms (Views: 13.5ms | ActiveRecord: 0.0ms) + + +Started GET "/tasks/new" for 127.0.0.1 at 2017-09-20 10:22:33 -0700 +Processing by TasksController#new as HTML + Rendering tasks/new.html.erb within layouts/application + Rendered tasks/new.html.erb within layouts/application (0.5ms) +Completed 200 OK in 17ms (Views: 14.8ms | ActiveRecord: 0.0ms) + + +Started GET "/tasks/new" for 127.0.0.1 at 2017-09-20 10:22:49 -0700 +Processing by TasksController#new as HTML + Rendering tasks/new.html.erb within layouts/application + Rendered tasks/new.html.erb within layouts/application (0.6ms) +Completed 200 OK in 15ms (Views: 13.5ms | ActiveRecord: 0.0ms) + + +Started GET "/tasks/new" for 127.0.0.1 at 2017-09-20 10:31:14 -0700 +Processing by TasksController#new as HTML + Rendering tasks/new.html.erb within layouts/application + Rendered tasks/new.html.erb within layouts/application (0.4ms) +Completed 200 OK in 29ms (Views: 26.7ms | ActiveRecord: 0.0ms) + + +Started GET "/tasks/new" for 127.0.0.1 at 2017-09-20 10:33:23 -0700 +Processing by TasksController#new as HTML + Rendering tasks/new.html.erb within layouts/application + Rendered tasks/new.html.erb within layouts/application (0.4ms) +Completed 200 OK in 16ms (Views: 13.6ms | ActiveRecord: 0.0ms) + + +Started GET "/tasks/new" for 127.0.0.1 at 2017-09-20 10:33:42 -0700 +Processing by TasksController#new as HTML + Rendering tasks/new.html.erb within layouts/application + Rendered tasks/new.html.erb within layouts/application (0.5ms) +Completed 200 OK in 16ms (Views: 14.2ms | ActiveRecord: 0.0ms) + + +Started GET "/tasks/new" for 127.0.0.1 at 2017-09-20 10:33:48 -0700 +Processing by TasksController#new as HTML + Rendering tasks/new.html.erb within layouts/application + Rendered tasks/new.html.erb within layouts/application (0.5ms) +Completed 200 OK in 19ms (Views: 17.3ms | ActiveRecord: 0.0ms) + + +Started GET "/tasks/new" for 127.0.0.1 at 2017-09-20 10:35:22 -0700 +Processing by TasksController#new as HTML + Rendering tasks/new.html.erb within layouts/application + Rendered tasks/new.html.erb within layouts/application (0.4ms) +Completed 200 OK in 18ms (Views: 16.5ms | ActiveRecord: 0.0ms) + + +Started GET "/tasks/new" for 127.0.0.1 at 2017-09-20 10:35:47 -0700 +Processing by TasksController#new as HTML + Rendering tasks/new.html.erb within layouts/application + Rendered tasks/new.html.erb within layouts/application (0.4ms) +Completed 200 OK in 18ms (Views: 15.8ms | ActiveRecord: 0.0ms) + + +Started GET "/tasks/new" for 127.0.0.1 at 2017-09-20 10:43:59 -0700 +Processing by TasksController#new as HTML + Rendering tasks/new.html.erb within layouts/application + Rendered tasks/new.html.erb within layouts/application (0.5ms) +Completed 200 OK in 15ms (Views: 13.4ms) + + +Started POST "/books" for 127.0.0.1 at 2017-09-20 10:44:01 -0700 + +ActionController::RoutingError (No route matches [POST] "/books"): + +actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' +web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' +web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' +railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call' +rack (2.0.3) lib/rack/method_override.rb:22:in `call' +rack (2.0.3) lib/rack/runtime.rb:22:in `call' +activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call' +rack (2.0.3) lib/rack/sendfile.rb:111:in `call' +railties (5.1.4) lib/rails/engine.rb:522:in `call' +puma (3.10.0) lib/puma/configuration.rb:225:in `call' +puma (3.10.0) lib/puma/server.rb:605:in `handle_request' +puma (3.10.0) lib/puma/server.rb:437:in `process_client' +puma (3.10.0) lib/puma/server.rb:301:in `block in run' +puma (3.10.0) lib/puma/thread_pool.rb:120:in `block in spawn_thread' +Started POST "/books" for 127.0.0.1 at 2017-09-20 10:44:25 -0700 + +ActionController::RoutingError (No route matches [POST] "/books"): + +actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' +web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' +web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' +railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call' +rack (2.0.3) lib/rack/method_override.rb:22:in `call' +rack (2.0.3) lib/rack/runtime.rb:22:in `call' +activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call' +rack (2.0.3) lib/rack/sendfile.rb:111:in `call' +railties (5.1.4) lib/rails/engine.rb:522:in `call' +puma (3.10.0) lib/puma/configuration.rb:225:in `call' +puma (3.10.0) lib/puma/server.rb:605:in `handle_request' +puma (3.10.0) lib/puma/server.rb:437:in `process_client' +puma (3.10.0) lib/puma/server.rb:301:in `block in run' +puma (3.10.0) lib/puma/thread_pool.rb:120:in `block in spawn_thread' +Started POST "/books" for 127.0.0.1 at 2017-09-20 10:44:29 -0700 + +ActionController::RoutingError (No route matches [POST] "/books"): + +actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' +web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' +web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' +railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call' +rack (2.0.3) lib/rack/method_override.rb:22:in `call' +rack (2.0.3) lib/rack/runtime.rb:22:in `call' +activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call' +rack (2.0.3) lib/rack/sendfile.rb:111:in `call' +railties (5.1.4) lib/rails/engine.rb:522:in `call' +puma (3.10.0) lib/puma/configuration.rb:225:in `call' +puma (3.10.0) lib/puma/server.rb:605:in `handle_request' +puma (3.10.0) lib/puma/server.rb:437:in `process_client' +puma (3.10.0) lib/puma/server.rb:301:in `block in run' +puma (3.10.0) lib/puma/thread_pool.rb:120:in `block in spawn_thread' +Started POST "/books" for 127.0.0.1 at 2017-09-20 10:45:43 -0700 + +ActionController::RoutingError (No route matches [POST] "/books"): + +actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' +web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' +web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' +railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call' +rack (2.0.3) lib/rack/method_override.rb:22:in `call' +rack (2.0.3) lib/rack/runtime.rb:22:in `call' +activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call' +rack (2.0.3) lib/rack/sendfile.rb:111:in `call' +railties (5.1.4) lib/rails/engine.rb:522:in `call' +puma (3.10.0) lib/puma/configuration.rb:225:in `call' +puma (3.10.0) lib/puma/server.rb:605:in `handle_request' +puma (3.10.0) lib/puma/server.rb:437:in `process_client' +puma (3.10.0) lib/puma/server.rb:301:in `block in run' +puma (3.10.0) lib/puma/thread_pool.rb:120:in `block in spawn_thread' +Started POST "/books" for 127.0.0.1 at 2017-09-20 10:51:08 -0700 + +ActionController::RoutingError (No route matches [POST] "/books"): + +actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' +web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' +web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' +railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call' +rack (2.0.3) lib/rack/method_override.rb:22:in `call' +rack (2.0.3) lib/rack/runtime.rb:22:in `call' +activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call' +rack (2.0.3) lib/rack/sendfile.rb:111:in `call' +railties (5.1.4) lib/rails/engine.rb:522:in `call' +puma (3.10.0) lib/puma/configuration.rb:225:in `call' +puma (3.10.0) lib/puma/server.rb:605:in `handle_request' +puma (3.10.0) lib/puma/server.rb:437:in `process_client' +puma (3.10.0) lib/puma/server.rb:301:in `block in run' +puma (3.10.0) lib/puma/thread_pool.rb:120:in `block in spawn_thread' +Started GET "/tasks/new" for 127.0.0.1 at 2017-09-20 10:51:30 -0700 +Processing by TasksController#new as HTML + Rendering tasks/new.html.erb within layouts/application + Rendered tasks/new.html.erb within layouts/application (0.4ms) +Completed 200 OK in 17ms (Views: 15.2ms) + + +Started POST "/tasks" for 127.0.0.1 at 2017-09-20 10:51:31 -0700 +Processing by TasksController#create as HTML + Parameters: {"authenticity_token"=>"YGmuXMSs6Q3JoMOhD4ZW2eXwHHp7ivD3ZxhqEt6y2QvrnLW2/voBPtDGNodZBNjl+56qtGi7ez4LsPOiVMxLwA==", "task"=>{"name"=>"", "description"=>""}, "due_date"=>""} +Redirected to http://localhost:3000/tasks +Completed 302 Found in 1ms + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-20 10:51:31 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (13.2ms) +Completed 200 OK in 32ms (Views: 27.2ms | ActiveRecord: 0.9ms) + + +Started GET "/tasks/1" for 127.0.0.1 at 2017-09-20 10:51:51 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"1"} + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.4ms) +Completed 200 OK in 27ms (Views: 20.2ms | ActiveRecord: 0.3ms) + + +Started GET "/tasks/2" for 127.0.0.1 at 2017-09-20 10:51:54 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"2"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.3ms) +Completed 200 OK in 22ms (Views: 18.6ms | ActiveRecord: 0.1ms) + + +Started GET "/task" for 127.0.0.1 at 2017-09-20 10:52:56 -0700 + +ActionController::RoutingError (No route matches [GET] "/task"): + +actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' +web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' +web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' +railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call' +rack (2.0.3) lib/rack/method_override.rb:22:in `call' +rack (2.0.3) lib/rack/runtime.rb:22:in `call' +activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call' +rack (2.0.3) lib/rack/sendfile.rb:111:in `call' +railties (5.1.4) lib/rails/engine.rb:522:in `call' +puma (3.10.0) lib/puma/configuration.rb:225:in `call' +puma (3.10.0) lib/puma/server.rb:605:in `handle_request' +puma (3.10.0) lib/puma/server.rb:437:in `process_client' +puma (3.10.0) lib/puma/server.rb:301:in `block in run' +puma (3.10.0) lib/puma/thread_pool.rb:120:in `block in spawn_thread' +Started GET "/tasks" for 127.0.0.1 at 2017-09-20 10:53:05 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.4ms) +Completed 200 OK in 17ms (Views: 14.8ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-20 10:53:20 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.3ms) +Completed 200 OK in 17ms (Views: 15.0ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/new" for 127.0.0.1 at 2017-09-20 10:54:13 -0700 +Processing by TasksController#new as HTML + Rendering tasks/new.html.erb within layouts/application + Rendered tasks/new.html.erb within layouts/application (0.4ms) +Completed 200 OK in 15ms (Views: 13.8ms | ActiveRecord: 0.0ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-20 10:54:16 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.4ms) +Completed 200 OK in 17ms (Views: 15.2ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/new" for 127.0.0.1 at 2017-09-20 10:54:24 -0700 +Processing by TasksController#new as HTML + Rendering tasks/new.html.erb within layouts/application + Rendered tasks/new.html.erb within layouts/application (6.6ms) +Completed 200 OK in 22ms (Views: 20.3ms | ActiveRecord: 0.0ms) + + +Started POST "/tasks" for 127.0.0.1 at 2017-09-20 10:54:44 -0700 +Processing by TasksController#create as HTML + Parameters: {"authenticity_token"=>"eTlBi0oz1kBLLHcS4L73zrMI73xVwJRZIT31h+Ra1iXyzFphcGU+c1JKgjS2PHnyrWZZskbxH5BNlWw3biRE7g==", "task"=>{"name"=>"Fill out the form", "description"=>"Lo form to be an ambassafor"}, "due_date"=>"2017, 09, 22"} +Redirected to http://localhost:3000/tasks +Completed 302 Found in 1ms (ActiveRecord: 0.0ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-20 10:54:44 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.4ms) +Completed 200 OK in 18ms (Views: 15.9ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/new" for 127.0.0.1 at 2017-09-20 10:59:50 -0700 +Processing by TasksController#new as HTML + Rendering tasks/new.html.erb within layouts/application + Rendered tasks/new.html.erb within layouts/application (0.5ms) +Completed 200 OK in 16ms (Views: 14.2ms) + + +Started POST "/tasks" for 127.0.0.1 at 2017-09-20 11:00:07 -0700 +Processing by TasksController#create as HTML + Parameters: {"authenticity_token"=>"0eBbPICY73/a7zQW20Csmox+zlVGPlageX/MBoLLKcZaFUDWus4HTMOJwTCNwiKmkhB4m1UP3WkV11W2CLW7DQ==", "task"=>{"name"=>"Grocery store", "description"=>"peaches and apples"}, "due_date"=>"2017, 09, 22"} +  (0.2ms) begin transaction + SQL (0.8ms) INSERT INTO "tasks" ("name", "description", "due_date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Plan your week"], ["description", "Take time to answer the important questions"], ["due_date", "2017-09-22"], ["created_at", "2017-09-20 18:00:07.860871"], ["updated_at", "2017-09-20 18:00:07.860871"]] +  (0.6ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 14ms (ActiveRecord: 2.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-20 11:00:07 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.6ms) +Completed 200 OK in 18ms (Views: 16.5ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/4" for 127.0.0.1 at 2017-09-20 11:00:18 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"4"} + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.5ms) +Completed 200 OK in 23ms (Views: 19.4ms | ActiveRecord: 0.3ms) + + +Started GET "/tasks/new" for 127.0.0.1 at 2017-09-20 11:04:41 -0700 +Processing by TasksController#new as HTML + Rendering tasks/new.html.erb within layouts/application + Rendered tasks/new.html.erb within layouts/application (0.4ms) +Completed 200 OK in 15ms (Views: 13.6ms) + + +Started POST "/tasks" for 127.0.0.1 at 2017-09-20 11:04:49 -0700 +Processing by TasksController#create as HTML + Parameters: {"authenticity_token"=>"hZQEvyt8Uug02q8ffoKQXoWKS/JwiVUXfP9vMSYbmp0OYR9VESq62y28WjkoAB5im+T9PGO43t4QV/aBrGUIVg==", "task"=>{"name"=>"Grocery store", "description"=>"peaches and apples"}, "due_date"=>""} +  (0.0ms) begin transaction + SQL (0.4ms) INSERT INTO "tasks" ("name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Grocery store"], ["description", "peaches and apples"], ["created_at", "2017-09-20 18:04:49.627762"], ["updated_at", "2017-09-20 18:04:49.627762"]] +  (0.6ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 19ms (ActiveRecord: 1.8ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-20 11:04:49 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.6ms) +Completed 200 OK in 19ms (Views: 17.0ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/5" for 127.0.0.1 at 2017-09-20 11:04:53 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"5"} + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.5ms) +Completed 200 OK in 25ms (Views: 20.2ms | ActiveRecord: 0.3ms) + + + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" DESC LIMIT ? [["LIMIT", 1]] + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" ORDER BY "tasks"."id" DESC LIMIT ? [["LIMIT", 1]] +  (0.1ms) begin transaction + SQL (0.5ms) UPDATE "tasks" SET "due_date" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["due_date", "2017-09-22"], ["updated_at", "2017-09-20 18:08:43.533777"], ["id", 5]] +  (1.2ms) commit transaction +Started GET "/tasks/new" for 127.0.0.1 at 2017-09-20 11:20:45 -0700 +Processing by TasksController#new as HTML + Rendering tasks/new.html.erb within layouts/application + Rendered tasks/new.html.erb within layouts/application (0.4ms) +Completed 200 OK in 15ms (Views: 13.7ms | ActiveRecord: 0.0ms) + + +Started GET "/tasks/new" for 127.0.0.1 at 2017-09-20 11:42:12 -0700 +Processing by TasksController#new as HTML + Rendering tasks/new.html.erb within layouts/application + Rendered tasks/new.html.erb within layouts/application (0.4ms) +Completed 200 OK in 15ms (Views: 13.7ms | ActiveRecord: 0.0ms) + + +Started GET "/tasks/new" for 127.0.0.1 at 2017-09-20 11:42:15 -0700 +Processing by TasksController#new as HTML + Rendering tasks/new.html.erb within layouts/application + Rendered tasks/new.html.erb within layouts/application (0.5ms) +Completed 200 OK in 18ms (Views: 15.8ms | ActiveRecord: 0.0ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-20 11:42:19 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.6ms) +Completed 200 OK in 16ms (Views: 14.7ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/new" for 127.0.0.1 at 2017-09-20 11:42:20 -0700 +Processing by TasksController#new as HTML + Rendering tasks/new.html.erb within layouts/application + Rendered tasks/new.html.erb within layouts/application (0.5ms) +Completed 200 OK in 19ms (Views: 16.8ms | ActiveRecord: 0.0ms) + + +Started GET "/tasks/new" for 127.0.0.1 at 2017-09-20 11:42:55 -0700 +Processing by TasksController#new as HTML + Rendering tasks/new.html.erb within layouts/application + Rendered tasks/new.html.erb within layouts/application (0.4ms) +Completed 200 OK in 17ms (Views: 15.2ms | ActiveRecord: 0.0ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-20 11:42:57 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.5ms) +Completed 200 OK in 29ms (Views: 21.2ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/new" for 127.0.0.1 at 2017-09-20 11:43:01 -0700 +Processing by TasksController#new as HTML + Rendering tasks/new.html.erb within layouts/application + Rendered tasks/new.html.erb within layouts/application (0.4ms) +Completed 200 OK in 21ms (Views: 18.5ms | ActiveRecord: 0.0ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-20 11:43:02 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.8ms) +Completed 200 OK in 23ms (Views: 19.5ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/3" for 127.0.0.1 at 2017-09-20 11:43:04 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"3"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.3ms) +Completed 200 OK in 23ms (Views: 20.3ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/new" for 127.0.0.1 at 2017-09-20 11:43:06 -0700 +Processing by TasksController#new as HTML + Rendering tasks/new.html.erb within layouts/application + Rendered tasks/new.html.erb within layouts/application (0.6ms) +Completed 200 OK in 25ms (Views: 21.7ms | ActiveRecord: 0.0ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-20 11:43:07 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.0ms) +Completed 200 OK in 24ms (Views: 21.6ms | ActiveRecord: 0.3ms) + + +Started GET "/tasks/new" for 127.0.0.1 at 2017-09-20 11:43:11 -0700 +Processing by TasksController#new as HTML + Rendering tasks/new.html.erb within layouts/application + Rendered tasks/new.html.erb within layouts/application (0.4ms) +Completed 200 OK in 21ms (Views: 18.3ms | ActiveRecord: 0.0ms) + + +Started GET "/tasks/new" for 127.0.0.1 at 2017-09-20 11:46:21 -0700 +Processing by TasksController#new as HTML + Rendering tasks/new.html.erb within layouts/application + Rendered tasks/new.html.erb within layouts/application (0.4ms) +Completed 200 OK in 22ms (Views: 20.2ms | ActiveRecord: 0.0ms) + + +Started GET "/tasks/new_task_path" for 127.0.0.1 at 2017-09-20 11:46:23 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"new_task_path"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 0], ["LIMIT", 1]] +Completed 404 Not Found in 1ms (ActiveRecord: 0.2ms) + + + +ActiveRecord::RecordNotFound (Couldn't find Task with 'id'=0): + +app/controllers/tasks_controller.rb:18:in `show' +Started GET "/tasks/new" for 127.0.0.1 at 2017-09-20 11:46:27 -0700 +Processing by TasksController#new as HTML + Rendering tasks/new.html.erb within layouts/application + Rendered tasks/new.html.erb within layouts/application (0.6ms) +Completed 200 OK in 21ms (Views: 19.0ms | ActiveRecord: 0.0ms) + + +Started GET "/tasks/new" for 127.0.0.1 at 2017-09-20 11:46:39 -0700 +Processing by TasksController#new as HTML + Rendering tasks/new.html.erb within layouts/application + Rendered tasks/new.html.erb within layouts/application (0.8ms) +Completed 200 OK in 19ms (Views: 16.8ms | ActiveRecord: 0.0ms) + + +Started GET "/tasks/new" for 127.0.0.1 at 2017-09-20 11:46:40 -0700 +Processing by TasksController#new as HTML + Rendering tasks/new.html.erb within layouts/application + Rendered tasks/new.html.erb within layouts/application (0.4ms) +Completed 200 OK in 18ms (Views: 16.4ms | ActiveRecord: 0.0ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-20 11:46:42 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.9ms) +Completed 200 OK in 25ms (Views: 21.8ms | ActiveRecord: 0.3ms) + + +Started GET "/tasks/new" for 127.0.0.1 at 2017-09-20 11:46:43 -0700 +Processing by TasksController#new as HTML + Rendering tasks/new.html.erb within layouts/application + Rendered tasks/new.html.erb within layouts/application (0.5ms) +Completed 200 OK in 22ms (Views: 20.6ms | ActiveRecord: 0.0ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-20 11:46:44 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.9ms) +Completed 200 OK in 37ms (Views: 33.7ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/new" for 127.0.0.1 at 2017-09-20 11:46:45 -0700 +Processing by TasksController#new as HTML + Rendering tasks/new.html.erb within layouts/application + Rendered tasks/new.html.erb within layouts/application (0.6ms) +Completed 200 OK in 28ms (Views: 25.8ms | ActiveRecord: 0.0ms) + + +Started GET "/tasks/new" for 127.0.0.1 at 2017-09-20 11:47:18 -0700 +Processing by TasksController#new as HTML + Rendering tasks/new.html.erb within layouts/application + Rendered tasks/new.html.erb within layouts/application (0.5ms) +Completed 200 OK in 20ms (Views: 18.2ms | ActiveRecord: 0.0ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-20 11:47:20 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.4ms) +Completed 200 OK in 18ms (Views: 15.9ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/new" for 127.0.0.1 at 2017-09-20 11:47:21 -0700 +Processing by TasksController#new as HTML + Rendering tasks/new.html.erb within layouts/application + Rendered tasks/new.html.erb within layouts/application (0.5ms) +Completed 200 OK in 25ms (Views: 22.2ms | ActiveRecord: 0.0ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-20 11:47:23 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.5ms) +Completed 200 OK in 20ms (Views: 17.5ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/new" for 127.0.0.1 at 2017-09-20 11:47:24 -0700 +Processing by TasksController#new as HTML + Rendering tasks/new.html.erb within layouts/application + Rendered tasks/new.html.erb within layouts/application (0.5ms) +Completed 200 OK in 24ms (Views: 21.4ms | ActiveRecord: 0.0ms) + + +Started GET "/tasks/new" for 127.0.0.1 at 2017-09-20 11:50:37 -0700 +Processing by TasksController#new as HTML + Rendering tasks/new.html.erb within layouts/application + Rendered tasks/new.html.erb within layouts/application (0.5ms) +Completed 200 OK in 62ms (Views: 60.2ms | ActiveRecord: 0.0ms) + + +Started GET "/tasks/new" for 127.0.0.1 at 2017-09-20 11:50:44 -0700 +Processing by TasksController#new as HTML + Rendering tasks/new.html.erb within layouts/application + Rendered tasks/new.html.erb within layouts/application (0.5ms) +Completed 200 OK in 27ms (Views: 24.6ms | ActiveRecord: 0.0ms) + + +Started GET "/tasks/new" for 127.0.0.1 at 2017-09-20 11:51:04 -0700 +Processing by TasksController#new as HTML + Rendering tasks/new.html.erb within layouts/application + Rendered tasks/new.html.erb within layouts/application (0.5ms) +Completed 200 OK in 25ms (Views: 22.6ms | ActiveRecord: 0.0ms) + + +Started GET "/tasks/new" for 127.0.0.1 at 2017-09-20 11:51:22 -0700 +Processing by TasksController#new as HTML + Rendering tasks/new.html.erb within layouts/application + Rendered tasks/new.html.erb within layouts/application (0.4ms) +Completed 200 OK in 29ms (Views: 26.8ms | ActiveRecord: 0.0ms) + + +Started GET "/tasks/new" for 127.0.0.1 at 2017-09-20 11:52:24 -0700 +Processing by TasksController#new as HTML + Rendering tasks/new.html.erb within layouts/application + Rendered tasks/new.html.erb within layouts/application (0.5ms) +Completed 200 OK in 28ms (Views: 25.6ms | ActiveRecord: 0.0ms) + + +Started GET "/tasks/new" for 127.0.0.1 at 2017-09-20 11:52:37 -0700 +Processing by TasksController#new as HTML + Rendering tasks/new.html.erb within layouts/application + Rendered tasks/new.html.erb within layouts/application (0.4ms) +Completed 200 OK in 26ms (Views: 22.6ms | ActiveRecord: 0.0ms) + + +Started GET "/tasks/new" for 127.0.0.1 at 2017-09-20 11:52:52 -0700 +Processing by TasksController#new as HTML + Rendering tasks/new.html.erb within layouts/application + Rendered tasks/new.html.erb within layouts/application (0.4ms) +Completed 200 OK in 28ms (Views: 25.8ms | ActiveRecord: 0.0ms) + + +Started GET "/tasks/new" for 127.0.0.1 at 2017-09-20 11:52:58 -0700 +Processing by TasksController#new as HTML + Rendering tasks/new.html.erb within layouts/application + Rendered tasks/new.html.erb within layouts/application (0.4ms) +Completed 200 OK in 17ms (Views: 15.0ms | ActiveRecord: 0.0ms) + + +Started GET "/tasks/new" for 127.0.0.1 at 2017-09-20 11:53:17 -0700 +Processing by TasksController#new as HTML + Rendering tasks/new.html.erb within layouts/application + Rendered tasks/new.html.erb within layouts/application (0.5ms) +Completed 200 OK in 32ms (Views: 29.7ms | ActiveRecord: 0.0ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-20 11:56:33 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.9ms) +Completed 200 OK in 35ms (Views: 32.0ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-20 11:56:33 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.8ms) +Completed 200 OK in 19ms (Views: 17.4ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/new" for 127.0.0.1 at 2017-09-20 11:56:36 -0700 +Processing by TasksController#new as HTML + Rendering tasks/new.html.erb within layouts/application + Rendered tasks/new.html.erb within layouts/application (0.5ms) +Completed 200 OK in 17ms (Views: 15.2ms | ActiveRecord: 0.0ms) + + +Started GET "/tasks/new" for 127.0.0.1 at 2017-09-20 11:57:15 -0700 +Processing by TasksController#new as HTML + Rendering tasks/new.html.erb within layouts/application + Rendered tasks/new.html.erb within layouts/application (0.4ms) +Completed 200 OK in 19ms (Views: 17.5ms | ActiveRecord: 0.0ms) + + +Started GET "/tasks/new" for 127.0.0.1 at 2017-09-20 11:57:28 -0700 +Processing by TasksController#new as HTML + Rendering tasks/new.html.erb within layouts/application + Rendered tasks/new.html.erb within layouts/application (0.5ms) +Completed 200 OK in 16ms (Views: 14.2ms | ActiveRecord: 0.0ms) + + +Started GET "/tasks/new" for 127.0.0.1 at 2017-09-20 12:03:04 -0700 +Processing by TasksController#new as HTML + Rendering tasks/new.html.erb within layouts/application + Rendered tasks/new.html.erb within layouts/application (0.4ms) +Completed 200 OK in 22ms (Views: 20.5ms | ActiveRecord: 0.0ms) + + +Started POST "/tasks" for 127.0.0.1 at 2017-09-20 12:03:06 -0700 +Processing by TasksController#create as HTML + Parameters: {"authenticity_token"=>"7D3v9QKVPryxL4t+BgDo9MkqD21dyBJwqgcVoyKoHSpnyPQfOMPWj6hJflhQgmbI10S5o075mbnGr4wTqNaP4Q=="} +Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) + + + +NoMethodError (undefined method `[]' for nil:NilClass): + +app/controllers/tasks_controller.rb:12:in `create' +Started GET "/tasks/new" for 127.0.0.1 at 2017-09-20 12:07:01 -0700 +Processing by TasksController#new as HTML + Rendering tasks/new.html.erb within layouts/application + Rendered tasks/new.html.erb within layouts/application (0.6ms) +Completed 200 OK in 58ms (Views: 55.9ms | ActiveRecord: 0.0ms) + + +Started GET "/tasks/new" for 127.0.0.1 at 2017-09-20 12:07:43 -0700 +Processing by TasksController#new as HTML + Rendering tasks/new.html.erb within layouts/application + Rendered tasks/new.html.erb within layouts/application (0.4ms) +Completed 200 OK in 29ms (Views: 27.4ms | ActiveRecord: 0.0ms) + + +Started GET "/images/honeycomb.jpg" for 127.0.0.1 at 2017-09-20 12:07:44 -0700 + +ActionController::RoutingError (No route matches [GET] "/images/honeycomb.jpg"): + +actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' +web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' +web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' +railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call' +rack (2.0.3) lib/rack/method_override.rb:22:in `call' +rack (2.0.3) lib/rack/runtime.rb:22:in `call' +activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call' +rack (2.0.3) lib/rack/sendfile.rb:111:in `call' +railties (5.1.4) lib/rails/engine.rb:522:in `call' +puma (3.10.0) lib/puma/configuration.rb:225:in `call' +puma (3.10.0) lib/puma/server.rb:605:in `handle_request' +puma (3.10.0) lib/puma/server.rb:437:in `process_client' +puma (3.10.0) lib/puma/server.rb:301:in `block in run' +puma (3.10.0) lib/puma/thread_pool.rb:120:in `block in spawn_thread' +Started GET "/tasks/new" for 127.0.0.1 at 2017-09-20 12:08:08 -0700 +Processing by TasksController#new as HTML + Rendering tasks/new.html.erb within layouts/application + Rendered tasks/new.html.erb within layouts/application (1.2ms) +Completed 200 OK in 61ms (Views: 58.5ms | ActiveRecord: 0.0ms) + + +Started GET "/tasks/new" for 127.0.0.1 at 2017-09-20 12:08:57 -0700 +Processing by TasksController#new as HTML + Rendering tasks/new.html.erb within layouts/application + Rendered tasks/new.html.erb within layouts/application (0.5ms) +Completed 200 OK in 24ms (Views: 22.0ms | ActiveRecord: 0.0ms) + + +Started GET "/tasks/new" for 127.0.0.1 at 2017-09-20 12:09:27 -0700 +Processing by TasksController#new as HTML + Rendering tasks/new.html.erb within layouts/application + Rendered tasks/new.html.erb within layouts/application (0.4ms) +Completed 200 OK in 24ms (Views: 22.6ms | ActiveRecord: 0.0ms) + + +Started GET "/tasks/new" for 127.0.0.1 at 2017-09-20 12:09:37 -0700 +Processing by TasksController#new as HTML + Rendering tasks/new.html.erb within layouts/application + Rendered tasks/new.html.erb within layouts/application (0.4ms) +Completed 200 OK in 24ms (Views: 22.6ms | ActiveRecord: 0.0ms) + + +Started GET "/tasks/new" for 127.0.0.1 at 2017-09-20 12:12:07 -0700 +Processing by TasksController#new as HTML + Rendering tasks/new.html.erb within layouts/application + Rendered tasks/new.html.erb within layouts/application (0.5ms) +Completed 200 OK in 23ms (Views: 21.1ms | ActiveRecord: 0.0ms) + + +Started GET "/tasks/new" for 127.0.0.1 at 2017-09-20 12:12:14 -0700 +Processing by TasksController#new as HTML + Rendering tasks/new.html.erb within layouts/application + Rendered tasks/new.html.erb within layouts/application (0.4ms) +Completed 200 OK in 24ms (Views: 22.3ms | ActiveRecord: 0.0ms) + + +Started GET "/tasks/new" for 127.0.0.1 at 2017-09-20 12:12:20 -0700 +Processing by TasksController#new as HTML + Rendering tasks/new.html.erb within layouts/application + Rendered tasks/new.html.erb within layouts/application (0.5ms) +Completed 200 OK in 22ms (Views: 20.3ms | ActiveRecord: 0.0ms) + + +Started GET "/tasks/new" for 127.0.0.1 at 2017-09-20 12:12:32 -0700 +Processing by TasksController#new as HTML + Rendering tasks/new.html.erb within layouts/application + Rendered tasks/new.html.erb within layouts/application (0.4ms) +Completed 200 OK in 17ms (Views: 15.7ms | ActiveRecord: 0.0ms) + + +Started GET "/tasks/new" for 127.0.0.1 at 2017-09-20 12:12:51 -0700 +Processing by TasksController#new as HTML + Rendering tasks/new.html.erb within layouts/application + Rendered tasks/new.html.erb within layouts/application (0.4ms) +Completed 200 OK in 18ms (Views: 16.1ms | ActiveRecord: 0.0ms) + + +Started GET "/tasks/new" for 127.0.0.1 at 2017-09-20 12:15:20 -0700 +Processing by TasksController#new as HTML + Rendering tasks/new.html.erb within layouts/application + Rendered tasks/new.html.erb within layouts/application (0.5ms) +Completed 200 OK in 17ms (Views: 15.7ms | ActiveRecord: 0.0ms) + + +Started GET "/tasks/new" for 127.0.0.1 at 2017-09-20 12:15:23 -0700 +Processing by TasksController#new as HTML + Rendering tasks/new.html.erb within layouts/application + Rendered tasks/new.html.erb within layouts/application (0.4ms) +Completed 200 OK in 20ms (Views: 18.2ms | ActiveRecord: 0.0ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-20 12:15:25 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.6ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.2ms) +Completed 200 OK in 28ms (Views: 24.2ms | ActiveRecord: 0.6ms) + + +Started GET "/tasks/1" for 127.0.0.1 at 2017-09-20 12:15:27 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"1"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.7ms) +Completed 200 OK in 30ms (Views: 25.9ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/1" for 127.0.0.1 at 2017-09-20 12:17:19 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"1"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.5ms) +Completed 200 OK in 23ms (Views: 20.4ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/1" for 127.0.0.1 at 2017-09-20 12:18:18 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"1"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.5ms) +Completed 200 OK in 17ms (Views: 14.9ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/1" for 127.0.0.1 at 2017-09-20 12:18:26 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"1"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.5ms) +Completed 200 OK in 17ms (Views: 15.3ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/1" for 127.0.0.1 at 2017-09-20 12:19:06 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"1"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.5ms) +Completed 200 OK in 17ms (Views: 14.6ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/1" for 127.0.0.1 at 2017-09-20 12:19:27 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"1"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.5ms) +Completed 200 OK in 19ms (Views: 15.9ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/1" for 127.0.0.1 at 2017-09-20 12:19:43 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"1"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.7ms) +Completed 200 OK in 25ms (Views: 21.7ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/4" for 127.0.0.1 at 2017-09-20 12:24:29 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"4"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.6ms) +Completed 200 OK in 43ms (Views: 41.0ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/3" for 127.0.0.1 at 2017-09-20 12:24:38 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"3"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.5ms) +Completed 200 OK in 22ms (Views: 20.1ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/2" for 127.0.0.1 at 2017-09-20 12:24:45 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"2"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.5ms) +Completed 200 OK in 16ms (Views: 14.2ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/2" for 127.0.0.1 at 2017-09-20 12:28:20 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"2"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.5ms) +Completed 200 OK in 17ms (Views: 14.7ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/" for 127.0.0.1 at 2017-09-20 12:28:23 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.5ms) +Completed 200 OK in 18ms (Views: 15.2ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/1" for 127.0.0.1 at 2017-09-20 12:28:27 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"1"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.5ms) +Completed 200 OK in 26ms (Views: 22.7ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/4" for 127.0.0.1 at 2017-09-20 12:28:31 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"4"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.5ms) +Completed 200 OK in 22ms (Views: 18.3ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/5" for 127.0.0.1 at 2017-09-20 12:28:35 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"5"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.5ms) +Completed 200 OK in 23ms (Views: 18.9ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/4" for 127.0.0.1 at 2017-09-20 12:28:45 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"4"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.7ms) +Completed 200 OK in 24ms (Views: 20.9ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/4" for 127.0.0.1 at 2017-09-20 12:28:57 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"4"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.5ms) +Completed 200 OK in 23ms (Views: 21.2ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/" for 127.0.0.1 at 2017-09-20 12:29:09 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.0ms) +Completed 200 OK in 23ms (Views: 20.9ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/1" for 127.0.0.1 at 2017-09-20 12:29:11 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"1"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.6ms) +Completed 200 OK in 23ms (Views: 20.1ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/2" for 127.0.0.1 at 2017-09-20 12:29:14 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"2"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.5ms) +Completed 200 OK in 23ms (Views: 19.9ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/3" for 127.0.0.1 at 2017-09-20 12:29:17 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"3"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.5ms) +Completed 200 OK in 22ms (Views: 18.7ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/3" for 127.0.0.1 at 2017-09-20 12:29:29 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"3"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.5ms) +Completed 200 OK in 18ms (Views: 16.1ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/new" for 127.0.0.1 at 2017-09-20 12:37:55 -0700 +Processing by TasksController#new as HTML + Rendering tasks/new.html.erb within layouts/application + Rendered tasks/new.html.erb within layouts/application (0.4ms) +Completed 200 OK in 24ms (Views: 21.7ms | ActiveRecord: 0.0ms) + + +Started POST "/tasks" for 127.0.0.1 at 2017-09-20 12:38:23 -0700 +Processing by TasksController#create as HTML + Parameters: {"authenticity_token"=>"gWMX3YSBs6Gjzr0spbFHTfl0OeVWIhCoQsskHC+EdBcKlgw3vtdbkrqoSArzM8lx5xqPK0UTm2EuY72spfrm3A==", "task"=>{"name"=>"Pick up coffee filters", "description"=>"make sure they are the right ones - sz 2"}, "due_date"=>"\"2017-9-23\""} +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "tasks" ("name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Pick up coffee filters"], ["description", "make sure they are the right ones - sz 2"], ["created_at", "2017-09-20 19:38:23.200386"], ["updated_at", "2017-09-20 19:38:23.200386"]] +  (0.6ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 4ms (ActiveRecord: 1.0ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-20 12:38:23 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.8ms) +Completed 200 OK in 19ms (Views: 17.1ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/6" for 127.0.0.1 at 2017-09-20 12:38:28 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"6"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.5ms) +Completed 200 OK in 25ms (Views: 22.1ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/new" for 127.0.0.1 at 2017-09-20 12:38:48 -0700 +Processing by TasksController#new as HTML + Rendering tasks/new.html.erb within layouts/application + Rendered tasks/new.html.erb within layouts/application (0.4ms) +Completed 200 OK in 21ms (Views: 18.0ms | ActiveRecord: 0.0ms) + + +Started POST "/tasks" for 127.0.0.1 at 2017-09-20 12:39:06 -0700 +Processing by TasksController#create as HTML + Parameters: {"authenticity_token"=>"H3yHuH+qbZK3uqAII14QyT1rGl/KJJLutfylM0rxoRWUiZxSRfyFoa7cVS513J71IwWskdkVGSfZVDyDwI8z3g==", "task"=>{"name"=>"journal", "description"=>"reflect on week 6"}, "due_date"=>"2017-9-25"} +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "tasks" ("name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "journal"], ["description", "reflect on week 6"], ["created_at", "2017-09-20 19:39:06.646232"], ["updated_at", "2017-09-20 19:39:06.646232"]] +  (0.6ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 3ms (ActiveRecord: 1.0ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-20 12:39:06 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.3ms) +Completed 200 OK in 17ms (Views: 15.3ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/7" for 127.0.0.1 at 2017-09-20 12:39:09 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"7"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.5ms) +Completed 200 OK in 19ms (Views: 17.0ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-20 12:39:14 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.4ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.1ms) +Completed 200 OK in 24ms (Views: 21.5ms | ActiveRecord: 0.4ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-20 13:40:31 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.7ms) +Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.0ms) + + + +SyntaxError (/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:14: syntax error, unexpected '=' +k.id), method: :delete, class="delete_book_form" do @output_ + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:14: syntax error, unexpected keyword_do_block, expecting keyword_end +e, class="delete_book_form" do @output_buffer.safe_append=' + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:22: syntax error, unexpected keyword_ensure, expecting end-of-input + ensure + ^): + +app/views/tasks/index.html.erb:14: syntax error, unexpected '=' +app/views/tasks/index.html.erb:14: syntax error, unexpected keyword_do_block, expecting keyword_end +app/views/tasks/index.html.erb:22: syntax error, unexpected keyword_ensure, expecting end-of-input +Started GET "/tasks" for 127.0.0.1 at 2017-09-20 13:40:59 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.6ms) +Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.0ms) + + + +SyntaxError (/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:14: syntax error, unexpected '=' +k.id), method: :delete, class="delete_task_form" do @output_ + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:14: syntax error, unexpected keyword_do_block, expecting keyword_end +e, class="delete_task_form" do @output_buffer.safe_append=' + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:22: syntax error, unexpected keyword_ensure, expecting end-of-input + ensure + ^): + +app/views/tasks/index.html.erb:14: syntax error, unexpected '=' +app/views/tasks/index.html.erb:14: syntax error, unexpected keyword_do_block, expecting keyword_end +app/views/tasks/index.html.erb:22: syntax error, unexpected keyword_ensure, expecting end-of-input +Started GET "/tasks" for 127.0.0.1 at 2017-09-20 13:42:30 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.6ms) +Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.0ms) + + + +SyntaxError (/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:22: syntax error, unexpected keyword_ensure, expecting keyword_end + ensure + ^): + +app/views/tasks/index.html.erb:22: syntax error, unexpected keyword_ensure, expecting keyword_end +Started GET "/tasks" for 127.0.0.1 at 2017-09-20 13:44:32 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.7ms) +Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.0ms) + + + +SyntaxError (/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:22: syntax error, unexpected keyword_ensure, expecting keyword_end + ensure + ^): + +app/views/tasks/index.html.erb:22: syntax error, unexpected keyword_ensure, expecting keyword_end +Started GET "/tasks" for 127.0.0.1 at 2017-09-20 13:46:47 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.4ms) +Completed 200 OK in 21ms (Views: 18.9ms | ActiveRecord: 0.3ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-20 13:48:08 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.0ms) +Completed 200 OK in 21ms (Views: 18.6ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-20 13:48:15 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (8.9ms) +Completed 200 OK in 26ms (Views: 23.5ms | ActiveRecord: 0.2ms) + + +Started DELETE "/tasks/4" for 127.0.0.1 at 2017-09-20 13:49:05 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"mvyn+Pzo2H78VQRi/XTWfHTkX1Qu+1DZRUY9xwG+/ewRCbwSxr4wTeUz8USr9lhAaorpmj3K2xAp7qR3i8BvJw==", "commit"=>"Delete Task", "id"=>"4"} +No template found for TasksController#destroy, rendering head :no_content +Completed 204 No Content in 62ms (ActiveRecord: 0.0ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-20 13:49:43 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.2ms) +Completed 200 OK in 20ms (Views: 18.5ms | ActiveRecord: 0.3ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-20 13:52:30 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (11.5ms) +Completed 200 OK in 31ms (Views: 25.3ms | ActiveRecord: 0.8ms) + + +Started DELETE "/tasks/1" for 127.0.0.1 at 2017-09-20 13:57:41 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"yGMtzShsEechgiTaXeg0XsEn703H4frlDNLXp61FaNhDljYnEjr51Djk0fwLarpi30lZg9TQcSxgek4XJzv6Ew==", "task"=>{"name"=>"Complete Wave 1"}, "commit"=>"Delete Task", "id"=>"1"} +No template found for TasksController#destroy, rendering head :no_content +Completed 204 No Content in 60ms (ActiveRecord: 0.0ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-20 14:35:47 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (199.4ms) +Completed 500 Internal Server Error in 208ms (ActiveRecord: 0.7ms) + + + +ActionView::Template::Error (undefined local variable or method `task' for #<#:0x007f997f9cbc68> +Did you mean? @tasks): + 21: + 22: + 23: + 24: + +app/views/tasks/index.html.erb:24:in `_app_views_tasks_index_html_erb___4435418077258163873_70148623892540' +Started GET "/tasks" for 127.0.0.1 at 2017-09-20 14:36:10 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (237.0ms) +Completed 500 Internal Server Error in 243ms (ActiveRecord: 0.2ms) + + + +ActionView::Template::Error (undefined local variable or method `task' for #<#:0x007f997fd3e530> +Did you mean? @tasks): + 21: + 22: + 23: + 24: + +app/views/tasks/index.html.erb:24:in `_app_views_tasks_index_html_erb___4435418077258163873_70148625659780' +Started GET "/tasks" for 127.0.0.1 at 2017-09-20 14:36:24 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (161.6ms) +Completed 500 Internal Server Error in 167ms (ActiveRecord: 0.2ms) + + + +ActionView::Template::Error (undefined local variable or method `task' for #<#:0x007f997f9dbf28> +Did you mean? @tasks): + 21: + 22: + 23: + 24: + +app/views/tasks/index.html.erb:24:in `_app_views_tasks_index_html_erb___4435418077258163873_70148623895940' +Started GET "/tasks" for 127.0.0.1 at 2017-09-20 14:36:37 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (1.3ms) +Completed 500 Internal Server Error in 8ms (ActiveRecord: 0.0ms) + + + +SyntaxError (/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:29: syntax error, unexpected keyword_ensure, expecting end-of-input + ensure + ^): + +app/views/tasks/index.html.erb:29: syntax error, unexpected keyword_ensure, expecting end-of-input +Started GET "/tasks" for 127.0.0.1 at 2017-09-20 14:36:51 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.5ms) +Completed 200 OK in 18ms (Views: 14.9ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/new" for 127.0.0.1 at 2017-09-20 14:36:57 -0700 +Processing by TasksController#new as HTML + Rendering tasks/new.html.erb within layouts/application + Rendered tasks/new.html.erb within layouts/application (2.5ms) +Completed 500 Internal Server Error in 10ms (ActiveRecord: 0.0ms) + + + +ActionView::Template::Error (First argument in form cannot contain nil or be empty): + 17: --> + 18: + 19: + 20: <%= form_for @book do |f| %> + 21: <%= f.label :name %> + 22: <%= f.text_field :name %> + 23: + +app/views/tasks/new.html.erb:20:in `_app_views_tasks_new_html_erb__2668169924915331655_70148574109880' +Started GET "/tasks/new" for 127.0.0.1 at 2017-09-20 14:37:29 -0700 +Processing by TasksController#new as HTML + Rendering tasks/new.html.erb within layouts/application + Rendered tasks/new.html.erb within layouts/application (12.8ms) +Completed 200 OK in 29ms (Views: 27.7ms | ActiveRecord: 0.0ms) + + +Started GET "/tasks/new" for 127.0.0.1 at 2017-09-20 14:38:42 -0700 +Processing by TasksController#new as HTML + Rendering tasks/new.html.erb within layouts/application + Rendered tasks/new.html.erb within layouts/application (0.7ms) +Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.0ms) + + + +SyntaxError (/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/new.html.erb:27: syntax error, unexpected tSTRING_BEG, expecting ')' +r.append=( f.label :due_date "Due Date");@output_buffer.safe + ^): + +app/views/tasks/new.html.erb:27: syntax error, unexpected tSTRING_BEG, expecting ')' +Started GET "/tasks/new" for 127.0.0.1 at 2017-09-20 14:38:50 -0700 +Processing by TasksController#new as HTML + Rendering tasks/new.html.erb within layouts/application + Rendered tasks/new.html.erb within layouts/application (2.4ms) +Completed 200 OK in 20ms (Views: 18.5ms | ActiveRecord: 0.0ms) + + +Started GET "/tasks/new" for 127.0.0.1 at 2017-09-20 14:39:08 -0700 +Processing by TasksController#new as HTML + Rendering tasks/new.html.erb within layouts/application + Rendered tasks/new.html.erb within layouts/application (1.8ms) +Completed 200 OK in 18ms (Views: 16.1ms | ActiveRecord: 0.0ms) + + +Started GET "/tasks/new" for 127.0.0.1 at 2017-09-20 14:39:14 -0700 +Processing by TasksController#new as HTML + Rendering tasks/new.html.erb within layouts/application + Rendered tasks/new.html.erb within layouts/application (2.0ms) +Completed 200 OK in 21ms (Views: 18.8ms | ActiveRecord: 0.0ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-20 14:39:15 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.7ms) +Completed 200 OK in 22ms (Views: 19.3ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-20 14:43:52 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.7ms) +Completed 200 OK in 22ms (Views: 20.1ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/new" for 127.0.0.1 at 2017-09-20 14:47:13 -0700 +Processing by TasksController#new as HTML + Rendering tasks/new.html.erb within layouts/application + Rendered tasks/new.html.erb within layouts/application (7.7ms) +Completed 200 OK in 28ms (Views: 25.3ms | ActiveRecord: 0.0ms) + + +Started GET "/tasks/4/edit" for 127.0.0.1 at 2017-09-20 14:52:43 -0700 +Processing by TasksController#edit as HTML + Parameters: {"id"=>"4"} + Rendering tasks/edit.html.erb within layouts/application + Rendered tasks/edit.html.erb within layouts/application (1.9ms) +Completed 500 Internal Server Error in 7ms + + + +ActionView::Template::Error (First argument in form cannot contain nil or be empty): + 2:

Edit that Task

+ 3: + 4: + 5: <%= form_for @task do |f| %> + 6: <%= f.label :name %> + 7: <%= f.text_field :name %> + 8: + +app/views/tasks/edit.html.erb:5:in `_app_views_tasks_edit_html_erb__3261763465248169043_70148625818400' +Started GET "/tasks/4/edit" for 127.0.0.1 at 2017-09-20 14:53:38 -0700 +Processing by TasksController#edit as HTML + Parameters: {"id"=>"4"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]] + Rendering tasks/edit.html.erb within layouts/application + Rendered tasks/edit.html.erb within layouts/application (2.0ms) +Completed 200 OK in 34ms (Views: 18.3ms | ActiveRecord: 0.8ms) + + +Started PATCH "/tasks/4" for 127.0.0.1 at 2017-09-20 14:54:16 -0700 +Processing by TasksController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"qsKEaLVf4aQ+cqvzPKTMYvdgQG7RZlzyMe1A/huVYlohN5+CjwkJlycUXtVqJkJe6Q72oMJX1ztdRdlOkevwkQ==", "task"=>{"name"=>"Plan your week", "description"=>"Need to answer those word questions", "due_date"=>"2017-09-22"}, "commit"=>"Add that task!", "id"=>"4"} +No template found for TasksController#update, rendering head :no_content +Completed 204 No Content in 59ms (ActiveRecord: 0.0ms) + + +Started GET "/tasks/4/edit" for 127.0.0.1 at 2017-09-20 14:54:51 -0700 +Processing by TasksController#edit as HTML + Parameters: {"id"=>"4"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]] + Rendering tasks/edit.html.erb within layouts/application + Rendered tasks/edit.html.erb within layouts/application (2.4ms) +Completed 200 OK in 34ms (Views: 19.0ms | ActiveRecord: 0.8ms) + + +Started PATCH "/tasks/4" for 127.0.0.1 at 2017-09-20 14:54:58 -0700 +Processing by TasksController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"SmexEwie+bgT5rzwANLwbCPec5RF4fuz+iAjkC1Ur53Bkqr5MsgRiwqASdZWUH5QPbDFWlbQcHqWiLogpyo9Vg==", "task"=>{"name"=>"Plan your week", "description"=>"Need to answer those word questions", "due_date"=>"2017-09-22"}, "commit"=>"Add that task!", "id"=>"4"} +Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) + + + +NoMethodError (undefined method `save' for nil:NilClass): + +app/controllers/tasks_controller.rb:33:in `update' +Started PATCH "/tasks/4" for 127.0.0.1 at 2017-09-20 14:55:10 -0700 +Processing by TasksController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"SmexEwie+bgT5rzwANLwbCPec5RF4fuz+iAjkC1Ur53Bkqr5MsgRiwqASdZWUH5QPbDFWlbQcHqWiLogpyo9Vg==", "task"=>{"name"=>"Plan your week", "description"=>"Need to answer those word questions", "due_date"=>"2017-09-22"}, "commit"=>"Add that task!", "id"=>"4"} +Completed 500 Internal Server Error in 109ms + + + +NameError (undefined local variable or method `task' for #): + +app/controllers/tasks_controller.rb:33:in `update' +Started PATCH "/tasks/4" for 127.0.0.1 at 2017-09-20 14:55:13 -0700 +Processing by TasksController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"SmexEwie+bgT5rzwANLwbCPec5RF4fuz+iAjkC1Ur53Bkqr5MsgRiwqASdZWUH5QPbDFWlbQcHqWiLogpyo9Vg==", "task"=>{"name"=>"Plan your week", "description"=>"Need to answer those word questions", "due_date"=>"2017-09-22"}, "commit"=>"Add that task!", "id"=>"4"} +Completed 500 Internal Server Error in 106ms + + + +NameError (undefined local variable or method `task' for #): + +app/controllers/tasks_controller.rb:33:in `update' +Started PATCH "/tasks/4" for 127.0.0.1 at 2017-09-20 14:56:08 -0700 +Processing by TasksController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"SmexEwie+bgT5rzwANLwbCPec5RF4fuz+iAjkC1Ur53Bkqr5MsgRiwqASdZWUH5QPbDFWlbQcHqWiLogpyo9Vg==", "task"=>{"name"=>"Plan your week", "description"=>"Need to answer those word questions", "due_date"=>"2017-09-22"}, "commit"=>"Add that task!", "id"=>"4"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]] +Redirected to http://localhost:3000/tasks +Completed 302 Found in 10ms (ActiveRecord: 0.7ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-20 14:56:08 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.5ms) +Completed 200 OK in 17ms (Views: 14.6ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/4" for 127.0.0.1 at 2017-09-20 14:56:12 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"4"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.5ms) +Completed 200 OK in 23ms (Views: 19.4ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/4" for 127.0.0.1 at 2017-09-20 14:56:26 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"4"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.5ms) +Completed 200 OK in 31ms (Views: 17.8ms | ActiveRecord: 1.1ms) + + +Started GET "/tasks/new" for 127.0.0.1 at 2017-09-20 14:56:28 -0700 +Processing by TasksController#new as HTML + Rendering tasks/new.html.erb within layouts/application + Rendered tasks/new.html.erb within layouts/application (2.5ms) +Completed 200 OK in 25ms (Views: 22.2ms | ActiveRecord: 0.0ms) + + +Started GET "/tasks/3/edit" for 127.0.0.1 at 2017-09-20 14:56:37 -0700 +Processing by TasksController#edit as HTML + Parameters: {"id"=>"3"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]] + Rendering tasks/edit.html.erb within layouts/application + Rendered tasks/edit.html.erb within layouts/application (1.9ms) +Completed 200 OK in 18ms (Views: 15.6ms | ActiveRecord: 0.1ms) + + +Started PATCH "/tasks/3" for 127.0.0.1 at 2017-09-20 14:56:45 -0700 +Processing by TasksController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"7QXVz7OWctGIbIynkDPK6tl+UT66l9LMgyzgo3M6Rmlm8M4licCa4pEKeYHGsUTWxxDn8KmmWQXvhHkT+UTUog==", "task"=>{"name"=>"Do CS HW", "description"=>"finish those videos", "due_date"=>"2017-09-21"}, "commit"=>"Add that task!", "id"=>"3"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]] +  (0.0ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 2ms (ActiveRecord: 0.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-20 14:56:45 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.0ms) +Completed 200 OK in 18ms (Views: 16.5ms | ActiveRecord: 0.3ms) + + +Started GET "/tasks/3" for 127.0.0.1 at 2017-09-20 14:56:48 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"3"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.9ms) +Completed 200 OK in 24ms (Views: 20.6ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks/3" for 127.0.0.1 at 2017-09-20 14:57:14 -0700 +Processing by TasksController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"7QXVz7OWctGIbIynkDPK6tl+UT66l9LMgyzgo3M6Rmlm8M4licCa4pEKeYHGsUTWxxDn8KmmWQXvhHkT+UTUog==", "task"=>{"name"=>"Do CS HW", "description"=>"finish those videos", "due_date"=>"2017-09-21"}, "commit"=>"Add that task!", "id"=>"3"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]] +  (0.0ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 18ms (ActiveRecord: 1.0ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-20 14:57:14 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.7ms) +Completed 200 OK in 17ms (Views: 15.0ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/3" for 127.0.0.1 at 2017-09-20 14:57:17 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"3"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.6ms) +Completed 200 OK in 23ms (Views: 19.9ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/1" for 127.0.0.1 at 2017-09-20 14:58:58 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"1"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.5ms) +Completed 200 OK in 29ms (Views: 15.6ms | ActiveRecord: 1.1ms) + + +Started GET "/tasks/1/edit" for 127.0.0.1 at 2017-09-20 14:59:05 -0700 +Processing by TasksController#edit as HTML + Parameters: {"id"=>"1"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendering tasks/edit.html.erb within layouts/application + Rendered tasks/edit.html.erb within layouts/application (2.1ms) +Completed 200 OK in 18ms (Views: 15.4ms | ActiveRecord: 0.1ms) + + +Started PATCH "/tasks/1" for 127.0.0.1 at 2017-09-20 14:59:15 -0700 +Processing by TasksController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"EUi64aH+dIvm23kQ+5DGmqZnGpLMnX+Kgqqe60rAZPyavaELm6icuP+9jDatEkimuAmsXN+s9EPuAgdbwL72Nw==", "task"=>{"name"=>"Complete Wave 1", "description"=>"change database", "due_date"=>"2017-09-20"}, "commit"=>"Edit that task!", "id"=>"1"} +Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) + + + +NoMethodError (undefined method `save' for nil:NilClass): + +app/controllers/tasks_controller.rb:32:in `update' +Started PATCH "/tasks/1" for 127.0.0.1 at 2017-09-20 14:59:48 -0700 +Processing by TasksController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"EUi64aH+dIvm23kQ+5DGmqZnGpLMnX+Kgqqe60rAZPyavaELm6icuP+9jDatEkimuAmsXN+s9EPuAgdbwL72Nw==", "task"=>{"name"=>"Complete Wave 1", "description"=>"change database", "due_date"=>"2017-09-20"}, "commit"=>"Edit that task!", "id"=>"1"} +Completed 500 Internal Server Error in 86ms + + + +NameError (undefined local variable or method `task' for #): + +app/controllers/tasks_controller.rb:32:in `update' +Started PATCH "/tasks/1" for 127.0.0.1 at 2017-09-20 14:59:51 -0700 +Processing by TasksController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"EUi64aH+dIvm23kQ+5DGmqZnGpLMnX+Kgqqe60rAZPyavaELm6icuP+9jDatEkimuAmsXN+s9EPuAgdbwL72Nw==", "task"=>{"name"=>"Complete Wave 1", "description"=>"change database", "due_date"=>"2017-09-20"}, "commit"=>"Edit that task!", "id"=>"1"} +Completed 500 Internal Server Error in 90ms + + + +NameError (undefined local variable or method `task' for #): + +app/controllers/tasks_controller.rb:32:in `update' +Started GET "/tasks/new" for 127.0.0.1 at 2017-09-20 15:00:27 -0700 +Processing by TasksController#new as HTML + Rendering tasks/new.html.erb within layouts/application + Rendered tasks/new.html.erb within layouts/application (3.7ms) +Completed 200 OK in 48ms (Views: 27.4ms | ActiveRecord: 0.8ms) + + +Started POST "/tasks" for 127.0.0.1 at 2017-09-20 15:00:36 -0700 +Processing by TasksController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"JONlTTBPGrHfc3MU3WUHhoT9OQzqcb8FkVdBc0iZWCDBCkPrnl/2BQDOjVuOF1sJvuYwtHND6JWKPHMnUkKmtw==", "task"=>{"name"=>"Call mom", "description"=>"it has been a while", "due_date"=>""}, "commit"=>"Add that task!"} +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "tasks" ("name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Call mom"], ["description", "it has been a while"], ["created_at", "2017-09-20 22:00:36.314480"], ["updated_at", "2017-09-20 22:00:36.314480"]] +  (1.2ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 4ms (ActiveRecord: 1.5ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-20 15:00:36 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.7ms) +Completed 200 OK in 37ms (Views: 34.3ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/8" for 127.0.0.1 at 2017-09-20 15:07:51 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"8"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.4ms) +Completed 200 OK in 29ms (Views: 15.4ms | ActiveRecord: 1.0ms) + + +Started GET "/tasks/8/edit" for 127.0.0.1 at 2017-09-20 15:07:57 -0700 +Processing by TasksController#edit as HTML + Parameters: {"id"=>"8"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]] + Rendering tasks/edit.html.erb within layouts/application + Rendered tasks/edit.html.erb within layouts/application (2.1ms) +Completed 200 OK in 19ms (Views: 16.2ms | ActiveRecord: 0.1ms) + + +Started PATCH "/tasks/8" for 127.0.0.1 at 2017-09-20 15:08:04 -0700 +Processing by TasksController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"ZoqYQ5PWswWpNrL961GnOZ6L3cm6PdlReJefFgEGF9btf4OpqYBbNrBQR9u90ykFgOVrB6kMUpgUPwami3iFHQ==", "task"=>{"name"=>"Call mom", "description"=>"she's in spain", "due_date"=>""}, "commit"=>"Edit that task!", "id"=>"8"} +Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms) + + + +NoMethodError (undefined method `update' for nil:NilClass): + +app/controllers/tasks_controller.rb:32:in `update' +Started PATCH "/tasks/8" for 127.0.0.1 at 2017-09-20 15:08:40 -0700 +Processing by TasksController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"ZoqYQ5PWswWpNrL961GnOZ6L3cm6PdlReJefFgEGF9btf4OpqYBbNrBQR9u90ykFgOVrB6kMUpgUPwami3iFHQ==", "task"=>{"name"=>"Call mom", "description"=>"she's in spain", "due_date"=>""}, "commit"=>"Edit that task!", "id"=>"8"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]] +Completed 500 Internal Server Error in 10ms (ActiveRecord: 0.8ms) + + + +ArgumentError (wrong number of arguments (given 0, expected 1)): + +app/controllers/tasks_controller.rb:33:in `update' +Started PATCH "/tasks/8" for 127.0.0.1 at 2017-09-20 15:08:44 -0700 +Processing by TasksController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"ZoqYQ5PWswWpNrL961GnOZ6L3cm6PdlReJefFgEGF9btf4OpqYBbNrBQR9u90ykFgOVrB6kMUpgUPwami3iFHQ==", "task"=>{"name"=>"Call mom", "description"=>"she's in spain", "due_date"=>""}, "commit"=>"Edit that task!", "id"=>"8"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]] +Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms) + + + +ArgumentError (wrong number of arguments (given 0, expected 1)): + +app/controllers/tasks_controller.rb:33:in `update' +Started PATCH "/tasks/8" for 127.0.0.1 at 2017-09-20 15:09:29 -0700 +Processing by TasksController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"ZoqYQ5PWswWpNrL961GnOZ6L3cm6PdlReJefFgEGF9btf4OpqYBbNrBQR9u90ykFgOVrB6kMUpgUPwami3iFHQ==", "task"=>{"name"=>"Call mom", "description"=>"she's in spain", "due_date"=>""}, "commit"=>"Edit that task!", "id"=>"8"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]] +Completed 500 Internal Server Error in 19ms (ActiveRecord: 0.9ms) + + + +NoMethodError (undefined method `update_all' for # +Did you mean? updated_at + updated_at= + updated_at?): + +app/controllers/tasks_controller.rb:33:in `update' +Started GET "/tasks" for 127.0.0.1 at 2017-09-20 15:12:31 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.7ms) +Completed 200 OK in 24ms (Views: 21.8ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-20 15:15:44 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (9.7ms) +Completed 500 Internal Server Error in 35ms (ActiveRecord: 0.9ms) + + + +ActionView::Template::Error (Invalid CSS after " padding: ": expected expression (e.g. 1px, bold), was ";"): + 4: BusyBee + 5: <%= csrf_meta_tags %> + 6: + 7: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload' %> + 8: <%= javascript_include_tag 'application', 'data-turbolinks-track': 'reload' %> + 9: + 10: + +app/assets/stylesheets/tasks.scss:25 +app/views/layouts/application.html.erb:7:in `_app_views_layouts_application_html_erb___731541804799749403_70148580517080' +Started GET "/tasks" for 127.0.0.1 at 2017-09-20 15:15:53 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.8ms) +Completed 200 OK in 53ms (Views: 50.6ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-20 15:16:03 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.1ms) +Completed 200 OK in 37ms (Views: 35.1ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-20 15:16:11 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.0ms) +Completed 200 OK in 52ms (Views: 50.3ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-20 15:16:22 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.3ms) +Completed 200 OK in 53ms (Views: 51.2ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-20 15:16:29 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.5ms) +Completed 200 OK in 50ms (Views: 47.5ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-20 15:18:47 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.9ms) +Completed 200 OK in 40ms (Views: 37.1ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-20 15:19:02 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.0ms) +Completed 200 OK in 39ms (Views: 37.3ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-20 15:19:11 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.6ms) +Completed 200 OK in 41ms (Views: 38.9ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-20 15:19:27 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.8ms) +Completed 200 OK in 36ms (Views: 34.2ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-20 15:19:39 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.9ms) +Completed 200 OK in 33ms (Views: 31.0ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-20 15:19:59 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.7ms) +Completed 200 OK in 32ms (Views: 29.3ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-20 15:20:05 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.8ms) +Completed 200 OK in 43ms (Views: 41.0ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/new" for 127.0.0.1 at 2017-09-20 15:21:21 -0700 +Processing by TasksController#new as HTML + Rendering tasks/new.html.erb within layouts/application + Rendered tasks/new.html.erb within layouts/application (2.5ms) +Completed 200 OK in 25ms (Views: 21.6ms | ActiveRecord: 0.0ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-20 15:21:29 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.9ms) +Completed 200 OK in 21ms (Views: 19.1ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/1" for 127.0.0.1 at 2017-09-20 15:21:45 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"1"} + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.5ms) +Completed 200 OK in 23ms (Views: 18.2ms | ActiveRecord: 0.3ms) + + +Started GET "/tasks/2" for 127.0.0.1 at 2017-09-20 15:21:52 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"2"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.5ms) +Completed 200 OK in 23ms (Views: 19.5ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/5" for 127.0.0.1 at 2017-09-20 15:21:56 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"5"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.6ms) +Completed 200 OK in 22ms (Views: 18.7ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-20 15:23:53 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.7ms) +Completed 200 OK in 24ms (Views: 22.0ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/1" for 127.0.0.1 at 2017-09-20 15:23:54 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"1"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.5ms) +Completed 200 OK in 22ms (Views: 18.9ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/1" for 127.0.0.1 at 2017-09-20 15:24:52 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"1"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.7ms) +Completed 200 OK in 17ms (Views: 14.3ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/1" for 127.0.0.1 at 2017-09-20 15:25:09 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"1"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.5ms) +Completed 200 OK in 19ms (Views: 16.9ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/1" for 127.0.0.1 at 2017-09-20 15:25:31 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"1"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.5ms) +Completed 200 OK in 19ms (Views: 16.4ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/1" for 127.0.0.1 at 2017-09-20 15:25:50 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"1"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.5ms) +Completed 200 OK in 18ms (Views: 15.7ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/1" for 127.0.0.1 at 2017-09-20 15:25:52 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"1"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.6ms) +Completed 200 OK in 27ms (Views: 24.5ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/1" for 127.0.0.1 at 2017-09-20 15:26:33 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"1"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.5ms) +Completed 200 OK in 23ms (Views: 20.8ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/1" for 127.0.0.1 at 2017-09-20 15:27:20 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"1"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.5ms) +Completed 200 OK in 18ms (Views: 14.9ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/1" for 127.0.0.1 at 2017-09-20 15:27:22 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"1"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.5ms) +Completed 200 OK in 17ms (Views: 14.6ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/1" for 127.0.0.1 at 2017-09-20 15:27:29 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"1"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.5ms) +Completed 200 OK in 19ms (Views: 15.8ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/new" for 127.0.0.1 at 2017-09-20 15:27:31 -0700 +Processing by TasksController#new as HTML + Rendering tasks/new.html.erb within layouts/application + Rendered tasks/new.html.erb within layouts/application (2.1ms) +Completed 200 OK in 24ms (Views: 21.6ms | ActiveRecord: 0.0ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-20 15:27:32 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.3ms) +Completed 200 OK in 31ms (Views: 27.1ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/1" for 127.0.0.1 at 2017-09-20 15:27:33 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"1"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.5ms) +Completed 200 OK in 24ms (Views: 20.7ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/1" for 127.0.0.1 at 2017-09-20 15:27:50 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"1"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.8ms) +Completed 200 OK in 22ms (Views: 19.7ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-20 15:28:44 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.3ms) +Completed 200 OK in 37ms (Views: 35.3ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/1" for 127.0.0.1 at 2017-09-20 15:28:45 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"1"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.8ms) +Completed 200 OK in 32ms (Views: 28.6ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/2" for 127.0.0.1 at 2017-09-20 15:28:48 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"2"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.6ms) +Completed 200 OK in 32ms (Views: 28.9ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/3" for 127.0.0.1 at 2017-09-20 15:28:51 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"3"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (1.2ms) +Completed 200 OK in 36ms (Views: 33.5ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/4" for 127.0.0.1 at 2017-09-20 15:28:55 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"4"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.6ms) +Completed 200 OK in 24ms (Views: 20.3ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/7" for 127.0.0.1 at 2017-09-20 15:28:58 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"7"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (3.3ms) +Completed 500 Internal Server Error in 11ms (ActiveRecord: 0.1ms) + + + +ActionView::Template::Error (undefined method `strftime' for nil:NilClass): + 9: + 10: + 11:
  • + 12: <%= "Due: #{@task.due_date.strftime("%A %B %d, %Y")}" %> + 13: + 14:
  • + 15: + +app/views/tasks/show.html.erb:12:in `_app_views_tasks_show_html_erb___2022616394815612444_70148625819980' +Started GET "/tasks" for 127.0.0.1 at 2017-09-20 15:29:02 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.8ms) +Completed 200 OK in 19ms (Views: 17.1ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/8" for 127.0.0.1 at 2017-09-20 15:29:05 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"8"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (3.1ms) +Completed 500 Internal Server Error in 11ms (ActiveRecord: 0.1ms) + + + +ActionView::Template::Error (undefined method `strftime' for nil:NilClass): + 9: + 10: + 11:
  • + 12: <%= "Due: #{@task.due_date.strftime("%A %B %d, %Y")}" %> + 13: + 14:
  • + 15: + +app/views/tasks/show.html.erb:12:in `_app_views_tasks_show_html_erb___2022616394815612444_70148573320060' +Started GET "/tasks" for 127.0.0.1 at 2017-09-20 15:29:10 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.6ms) +Completed 200 OK in 19ms (Views: 17.1ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/5" for 127.0.0.1 at 2017-09-20 15:29:18 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"5"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.6ms) +Completed 200 OK in 23ms (Views: 19.9ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/7" for 127.0.0.1 at 2017-09-20 15:29:21 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"7"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (3.3ms) +Completed 500 Internal Server Error in 11ms (ActiveRecord: 0.1ms) + + + +ActionView::Template::Error (undefined method `strftime' for nil:NilClass): + 9: + 10: + 11:
  • + 12: <%= "Due: #{@task.due_date.strftime("%A %B %d, %Y")}" %> + 13: + 14:
  • + 15: + +app/views/tasks/show.html.erb:12:in `_app_views_tasks_show_html_erb___2022616394815612444_70148579082200' +Started GET "/tasks/7" for 127.0.0.1 at 2017-09-20 15:30:55 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"7"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.7ms) +Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.1ms) + + + +SyntaxError (/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/show.html.erb:12: syntax error, unexpected ')', expecting keyword_then or ';' or '\n' +append=( if @task.due == nil );@output_buffer.safe_append=' + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/show.html.erb:13: void value expression +( return "Due: No due date" );@output_buffer.safe_append=' + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/show.html.erb:14: syntax error, unexpected keyword_else +e;@output_buffer.append=( else );@output_buffer.safe_append= + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/show.html.erb:15: void value expression +.strftime("%A %B %d, %Y")}" );@output_buffer.safe_append=' + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/show.html.erb:16: syntax error, unexpected keyword_end, expecting ')' +'.freeze; end + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/show.html.erb:24: syntax error, unexpected keyword_ensure, expecting ')' + ensure + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/show.html.erb:26: syntax error, unexpected keyword_end, expecting ')' + end + ^): + +app/views/tasks/show.html.erb:12: syntax error, unexpected ')', expecting keyword_then or ';' or '\n' +append=( if @task.due == nil );@output_buffer.safe_append=' +app/views/tasks/show.html.erb:13: void value expression +app/views/tasks/show.html.erb:14: syntax error, unexpected keyword_else +app/views/tasks/show.html.erb:15: void value expression +app/views/tasks/show.html.erb:16: syntax error, unexpected keyword_end, expecting ')' +app/views/tasks/show.html.erb:24: syntax error, unexpected keyword_ensure, expecting ')' +app/views/tasks/show.html.erb:26: syntax error, unexpected keyword_end, expecting ')' +Started GET "/tasks/new" for 127.0.0.1 at 2017-09-20 15:31:06 -0700 +Processing by TasksController#new as HTML + Rendering tasks/new.html.erb within layouts/application + Rendered tasks/new.html.erb within layouts/application (2.1ms) +Completed 200 OK in 23ms (Views: 20.9ms | ActiveRecord: 0.0ms) + + +Started GET "/tasks/new" for 127.0.0.1 at 2017-09-20 15:31:06 -0700 +Processing by TasksController#new as HTML + Rendering tasks/new.html.erb within layouts/application + Rendered tasks/new.html.erb within layouts/application (2.1ms) +Completed 200 OK in 20ms (Views: 17.8ms | ActiveRecord: 0.0ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-20 15:31:07 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.8ms) +Completed 200 OK in 22ms (Views: 19.6ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/6" for 127.0.0.1 at 2017-09-20 15:31:10 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"6"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.7ms) +Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.2ms) + + + +SyntaxError (/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/show.html.erb:12: syntax error, unexpected ')', expecting keyword_then or ';' or '\n' +append=( if @task.due == nil );@output_buffer.safe_append=' + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/show.html.erb:13: void value expression +( return "Due: No due date" );@output_buffer.safe_append=' + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/show.html.erb:14: syntax error, unexpected keyword_else +e;@output_buffer.append=( else );@output_buffer.safe_append= + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/show.html.erb:15: void value expression +.strftime("%A %B %d, %Y")}" );@output_buffer.safe_append=' + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/show.html.erb:16: syntax error, unexpected keyword_end, expecting ')' +'.freeze; end + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/show.html.erb:24: syntax error, unexpected keyword_ensure, expecting ')' + ensure + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/show.html.erb:26: syntax error, unexpected keyword_end, expecting ')' + end + ^): + +app/views/tasks/show.html.erb:12: syntax error, unexpected ')', expecting keyword_then or ';' or '\n' +append=( if @task.due == nil );@output_buffer.safe_append=' +app/views/tasks/show.html.erb:13: void value expression +app/views/tasks/show.html.erb:14: syntax error, unexpected keyword_else +app/views/tasks/show.html.erb:15: void value expression +app/views/tasks/show.html.erb:16: syntax error, unexpected keyword_end, expecting ')' +app/views/tasks/show.html.erb:24: syntax error, unexpected keyword_ensure, expecting ')' +app/views/tasks/show.html.erb:26: syntax error, unexpected keyword_end, expecting ')' +Started GET "/tasks/6" for 127.0.0.1 at 2017-09-20 15:31:33 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"6"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.6ms) +Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.2ms) + + + +SyntaxError (/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/show.html.erb:12: syntax error, unexpected ')', expecting keyword_then or ';' or '\n' +d=( if @task.due_date == nil );@output_buffer.safe_append=' + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/show.html.erb:13: void value expression +( return "Due: No due date" );@output_buffer.safe_append=' + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/show.html.erb:14: syntax error, unexpected keyword_else +e;@output_buffer.append=( else );@output_buffer.safe_append= + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/show.html.erb:15: void value expression +.strftime("%A %B %d, %Y")}" );@output_buffer.safe_append=' + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/show.html.erb:16: syntax error, unexpected keyword_end, expecting ')' +'.freeze; end + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/show.html.erb:24: syntax error, unexpected keyword_ensure, expecting ')' + ensure + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/show.html.erb:26: syntax error, unexpected keyword_end, expecting ')' + end + ^): + +app/views/tasks/show.html.erb:12: syntax error, unexpected ')', expecting keyword_then or ';' or '\n' +app/views/tasks/show.html.erb:13: void value expression +app/views/tasks/show.html.erb:14: syntax error, unexpected keyword_else +app/views/tasks/show.html.erb:15: void value expression +app/views/tasks/show.html.erb:16: syntax error, unexpected keyword_end, expecting ')' +app/views/tasks/show.html.erb:24: syntax error, unexpected keyword_ensure, expecting ')' +app/views/tasks/show.html.erb:26: syntax error, unexpected keyword_end, expecting ')' +Started GET "/tasks/6" for 127.0.0.1 at 2017-09-20 15:34:47 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"6"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.7ms) +Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.1ms) + + + +SyntaxError (/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/show.html.erb:14: void value expression +( return "Due: No due date" );@output_buffer.safe_append=' + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/show.html.erb:15: syntax error, unexpected keyword_else +e;@output_buffer.append=( else );@output_buffer.safe_append= + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/show.html.erb:17: syntax error, unexpected keyword_end, expecting ')' + end + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/show.html.erb:25: syntax error, unexpected keyword_ensure, expecting ')' + ensure + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/show.html.erb:27: syntax error, unexpected keyword_end, expecting ')' + end + ^): + +app/views/tasks/show.html.erb:14: void value expression +app/views/tasks/show.html.erb:15: syntax error, unexpected keyword_else +app/views/tasks/show.html.erb:17: syntax error, unexpected keyword_end, expecting ')' +app/views/tasks/show.html.erb:25: syntax error, unexpected keyword_ensure, expecting ')' +app/views/tasks/show.html.erb:27: syntax error, unexpected keyword_end, expecting ')' +Started GET "/tasks/6" for 127.0.0.1 at 2017-09-20 15:35:54 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"6"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.7ms) +Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.1ms) + + + +SyntaxError (/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/show.html.erb:14: void value expression +( return "Due: No due date" );@output_buffer.safe_append=' + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/show.html.erb:15: syntax error, unexpected keyword_else +e;@output_buffer.append=( else );@output_buffer.safe_append= + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/show.html.erb:17: syntax error, unexpected keyword_end, expecting ')' + end + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/show.html.erb:25: syntax error, unexpected keyword_ensure, expecting ')' + ensure + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/show.html.erb:27: syntax error, unexpected keyword_end, expecting ')' + end + ^): + +app/views/tasks/show.html.erb:14: void value expression +app/views/tasks/show.html.erb:15: syntax error, unexpected keyword_else +app/views/tasks/show.html.erb:17: syntax error, unexpected keyword_end, expecting ')' +app/views/tasks/show.html.erb:25: syntax error, unexpected keyword_ensure, expecting ')' +app/views/tasks/show.html.erb:27: syntax error, unexpected keyword_end, expecting ')' +Started GET "/tasks/6" for 127.0.0.1 at 2017-09-20 15:36:10 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"6"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.5ms) +Completed 200 OK in 20ms (Views: 17.0ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-20 15:36:25 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.3ms) +Completed 200 OK in 22ms (Views: 19.9ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/2" for 127.0.0.1 at 2017-09-20 15:36:26 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"2"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (1.8ms) +Completed 200 OK in 30ms (Views: 27.7ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/2" for 127.0.0.1 at 2017-09-20 15:37:46 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"2"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.6ms) +Completed 200 OK in 17ms (Views: 15.3ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/2" for 127.0.0.1 at 2017-09-20 15:38:03 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"2"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.6ms) +Completed 200 OK in 18ms (Views: 15.0ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/2" for 127.0.0.1 at 2017-09-20 15:38:53 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"2"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.5ms) +Completed 200 OK in 23ms (Views: 20.8ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/2" for 127.0.0.1 at 2017-09-20 15:38:58 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"2"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.6ms) +Completed 200 OK in 17ms (Views: 14.6ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/2" for 127.0.0.1 at 2017-09-20 15:39:16 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"2"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.5ms) +Completed 200 OK in 26ms (Views: 23.4ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/2" for 127.0.0.1 at 2017-09-20 15:39:24 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"2"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.6ms) +Completed 200 OK in 24ms (Views: 21.8ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/2" for 127.0.0.1 at 2017-09-20 15:39:43 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"2"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.6ms) +Completed 200 OK in 24ms (Views: 21.7ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-20 15:41:48 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.8ms) +Completed 200 OK in 24ms (Views: 21.0ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/1" for 127.0.0.1 at 2017-09-20 15:41:56 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"1"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.5ms) +Completed 200 OK in 24ms (Views: 20.6ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-20 15:42:36 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.2ms) +Completed 200 OK in 24ms (Views: 20.7ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/6" for 127.0.0.1 at 2017-09-20 15:42:39 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"6"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.7ms) +Completed 200 OK in 22ms (Views: 19.1ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/6" for 127.0.0.1 at 2017-09-20 15:42:51 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"6"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.5ms) +Completed 200 OK in 20ms (Views: 17.8ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/6" for 127.0.0.1 at 2017-09-20 15:42:57 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"6"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.4ms) +Completed 200 OK in 18ms (Views: 15.4ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/6" for 127.0.0.1 at 2017-09-20 15:43:04 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"6"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.6ms) +Completed 200 OK in 18ms (Views: 15.5ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/6" for 127.0.0.1 at 2017-09-20 15:43:25 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"6"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.5ms) +Completed 200 OK in 23ms (Views: 20.3ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/6" for 127.0.0.1 at 2017-09-20 15:45:48 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"6"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.6ms) +Completed 200 OK in 26ms (Views: 23.7ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/6" for 127.0.0.1 at 2017-09-20 15:46:09 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"6"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.5ms) +Completed 200 OK in 22ms (Views: 19.8ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/6" for 127.0.0.1 at 2017-09-20 15:46:38 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"6"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.6ms) +Completed 200 OK in 25ms (Views: 22.5ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/6" for 127.0.0.1 at 2017-09-20 15:46:49 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"6"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.5ms) +Completed 200 OK in 24ms (Views: 21.2ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/6" for 127.0.0.1 at 2017-09-20 15:47:00 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"6"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.7ms) +Completed 200 OK in 25ms (Views: 22.8ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-20 15:47:17 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.2ms) +Completed 200 OK in 23ms (Views: 20.6ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/8" for 127.0.0.1 at 2017-09-20 15:47:19 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"8"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.6ms) +Completed 200 OK in 23ms (Views: 19.4ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/6" for 127.0.0.1 at 2017-09-20 15:47:24 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"6"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.5ms) +Completed 200 OK in 21ms (Views: 17.9ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/2" for 127.0.0.1 at 2017-09-20 15:47:50 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"2"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.6ms) +Completed 200 OK in 23ms (Views: 19.2ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/new" for 127.0.0.1 at 2017-09-20 15:48:39 -0700 +Processing by TasksController#new as HTML + Rendering tasks/new.html.erb within layouts/application + Rendered tasks/new.html.erb within layouts/application (2.2ms) +Completed 200 OK in 23ms (Views: 20.0ms | ActiveRecord: 0.0ms) + + +Started POST "/tasks" for 127.0.0.1 at 2017-09-20 15:49:03 -0700 +Processing by TasksController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"fvuXDgPUgkdRO2VnOy5kZjiUoSPpzPQx0nwhdCAJXeCbErGorcRu846GmyhoXDjpAo+om3D+o6HJFxMgOtKjdw==", "task"=>{"name"=>"Call dad", "description"=>"Give him a ring on Friday", "due_date"=>"2017-09-22"}, "commit"=>"Add that task!"} +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "tasks" ("name", "description", "due_date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Call dad"], ["description", "Give him a ring on Friday"], ["due_date", "2017-09-22"], ["created_at", "2017-09-20 22:49:03.475037"], ["updated_at", "2017-09-20 22:49:03.475037"]] +  (0.6ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 3ms (ActiveRecord: 1.0ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-20 15:49:03 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.7ms) +Completed 200 OK in 18ms (Views: 15.7ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/9" for 127.0.0.1 at 2017-09-20 15:49:05 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"9"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.6ms) +Completed 200 OK in 23ms (Views: 19.7ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/new" for 127.0.0.1 at 2017-09-20 15:49:34 -0700 +Processing by TasksController#new as HTML + Rendering tasks/new.html.erb within layouts/application + Rendered tasks/new.html.erb within layouts/application (2.0ms) +Completed 200 OK in 29ms (Views: 26.5ms | ActiveRecord: 0.0ms) + + +Started POST "/tasks" for 127.0.0.1 at 2017-09-20 15:49:56 -0700 +Processing by TasksController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"8RtMN8+CdtP97D7vEF5TWmMOFUAQrZs/Cn963bgXh1cU8mqRYZKaZyJRwKBDLA/VWRUc+ImfzK8RFEiJosx5wA==", "task"=>{"name"=>"do homework", "description"=>"need to go through list of tasks that i haven't gotten to yet and are on the white board ", "due_date"=>"2017-09-25"}, "commit"=>"Add that task!"} +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "tasks" ("name", "description", "due_date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "do homework"], ["description", "need to go through list of tasks that i haven't gotten to yet and are on the white board "], ["due_date", "2017-09-25"], ["created_at", "2017-09-20 22:49:56.936011"], ["updated_at", "2017-09-20 22:49:56.936011"]] +  (0.8ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 3ms (ActiveRecord: 1.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-20 15:49:56 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.6ms) +Completed 200 OK in 21ms (Views: 18.3ms | ActiveRecord: 0.3ms) + + +Started GET "/tasks/10" for 127.0.0.1 at 2017-09-20 15:49:59 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"10"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.6ms) +Completed 200 OK in 22ms (Views: 19.1ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/10" for 127.0.0.1 at 2017-09-20 15:50:12 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"10"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.5ms) +Completed 200 OK in 18ms (Views: 15.5ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-20 15:50:14 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.4ms) +Completed 200 OK in 22ms (Views: 19.7ms | ActiveRecord: 0.2ms) + + +Started POST "/tasks" for 127.0.0.1 at 2017-09-20 15:50:47 -0700 +Processing by TasksController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"MmdlW5CEQOebLplg8eMTw4pxVGy15qSDJUcjb2hP6+y5kn6xqtKo1IJIbEanYZ3/lB/ioqbXL0pJ77rf4jF5Jw==", "task"=>{"name"=>"do homework", "description"=>"need to go through list of tasks that i haven't gotten to yet and are on the white board ", "due_date"=>"2017-09-25"}, "commit"=>"Add that task!"} +  (0.0ms) begin transaction + SQL (0.4ms) INSERT INTO "tasks" ("name", "description", "due_date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "do homework"], ["description", "need to go through list of tasks that i haven't gotten to yet and are on the white board "], ["due_date", "2017-09-25"], ["created_at", "2017-09-20 22:50:47.776541"], ["updated_at", "2017-09-20 22:50:47.776541"]] +  (1.1ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 3ms (ActiveRecord: 1.6ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-20 15:50:47 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.3ms) +Completed 200 OK in 20ms (Views: 18.1ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/new" for 127.0.0.1 at 2017-09-20 15:53:09 -0700 +Processing by TasksController#new as HTML + Rendering tasks/new.html.erb within layouts/application + Rendered tasks/new.html.erb within layouts/application (1.9ms) +Completed 200 OK in 22ms (Views: 19.3ms | ActiveRecord: 0.0ms) + + +Started POST "/tasks" for 127.0.0.1 at 2017-09-20 15:53:28 -0700 +Processing by TasksController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"s1a0MofdS5exDj7QlLg8PnhfWrxVt9sN9LxDnZuBtLZWv5KUKc2nI26zwJ/HymCxQkRTBMyFjJ3v13HJgVpKIQ==", "task"=>{"name"=>"budget", "description"=>"create a budget for next week", "due_date"=>"2017-09-30"}, "commit"=>"Add that task!"} +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "tasks" ("name", "description", "due_date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "budget"], ["description", "create a budget for next week"], ["due_date", "2017-09-30"], ["created_at", "2017-09-20 22:53:28.113297"], ["updated_at", "2017-09-20 22:53:28.113297"]] +  (0.7ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 3ms (ActiveRecord: 1.1ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-20 15:53:28 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.0ms) +Completed 200 OK in 18ms (Views: 16.3ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/12" for 127.0.0.1 at 2017-09-20 15:53:30 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"12"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.6ms) +Completed 200 OK in 24ms (Views: 21.5ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-20 15:53:37 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.2ms) +Completed 200 OK in 22ms (Views: 19.6ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-21 08:40:54 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (30.9ms) +Completed 200 OK in 95ms (Views: 79.8ms | ActiveRecord: 3.7ms) + + +Started GET "/tasks/new" for 127.0.0.1 at 2017-09-21 08:40:56 -0700 +Processing by TasksController#new as HTML + Rendering tasks/new.html.erb within layouts/application + Rendered tasks/new.html.erb within layouts/application (7.1ms) +Completed 200 OK in 47ms (Views: 44.0ms | ActiveRecord: 0.0ms) + + +Started POST "/tasks" for 127.0.0.1 at 2017-09-21 08:41:10 -0700 +Processing by TasksController#create as HTML + Parameters: {"authenticity_token"=>"jvPlvBN9urBQbT6kQMs20s0wu4bqOCVLVg/BXpY9y19rGsMavW1WBI/QwOsTuWpd9yuyPnMKcttNZPMKjOY1yA==", "utf8"=>"✓", "task"=>{"name"=>"Call dad", "description"=>"almost his bday", "due_date"=>"2017-09-22"}, "commit"=>"Add that task!"} +  (0.2ms) begin transaction + SQL (0.5ms) INSERT INTO "tasks" ("name", "description", "due_date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Call dad"], ["description", "almost his bday"], ["due_date", "2017-09-22"], ["created_at", "2017-09-21 15:41:10.945862"], ["updated_at", "2017-09-21 15:41:10.945862"]] +  (0.7ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 37ms (ActiveRecord: 1.4ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-21 08:41:10 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.8ms) +Completed 200 OK in 24ms (Views: 22.0ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/13" for 127.0.0.1 at 2017-09-21 08:41:15 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"13"} + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.8ms) +Completed 200 OK in 28ms (Views: 24.4ms | ActiveRecord: 0.3ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-21 08:41:22 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.0ms) +Completed 200 OK in 28ms (Views: 25.1ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/1" for 127.0.0.1 at 2017-09-21 08:41:24 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"1"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.6ms) +Completed 200 OK in 26ms (Views: 23.7ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/1/edit" for 127.0.0.1 at 2017-09-21 08:41:29 -0700 +Processing by TasksController#edit as HTML + Parameters: {"id"=>"1"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendering tasks/edit.html.erb within layouts/application + Rendered tasks/edit.html.erb within layouts/application (3.4ms) +Completed 200 OK in 23ms (Views: 19.9ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks" for 127.0.0.1 at 2017-09-21 08:41:33 -0700 + +ActionController::RoutingError (No route matches [PATCH] "/tasks"): + +actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' +web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' +web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' +railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call' +rack (2.0.3) lib/rack/method_override.rb:22:in `call' +rack (2.0.3) lib/rack/runtime.rb:22:in `call' +activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call' +rack (2.0.3) lib/rack/sendfile.rb:111:in `call' +railties (5.1.4) lib/rails/engine.rb:522:in `call' +puma (3.10.0) lib/puma/configuration.rb:225:in `call' +puma (3.10.0) lib/puma/server.rb:605:in `handle_request' +puma (3.10.0) lib/puma/server.rb:437:in `process_client' +puma (3.10.0) lib/puma/server.rb:301:in `block in run' +puma (3.10.0) lib/puma/thread_pool.rb:120:in `block in spawn_thread' +Started PATCH "/tasks" for 127.0.0.1 at 2017-09-21 08:42:14 -0700 + +ActionController::RoutingError (No route matches [PATCH] "/tasks"): + +actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' +web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' +web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' +railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call' +rack (2.0.3) lib/rack/method_override.rb:22:in `call' +rack (2.0.3) lib/rack/runtime.rb:22:in `call' +activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call' +rack (2.0.3) lib/rack/sendfile.rb:111:in `call' +railties (5.1.4) lib/rails/engine.rb:522:in `call' +puma (3.10.0) lib/puma/configuration.rb:225:in `call' +puma (3.10.0) lib/puma/server.rb:605:in `handle_request' +puma (3.10.0) lib/puma/server.rb:437:in `process_client' +puma (3.10.0) lib/puma/server.rb:301:in `block in run' +puma (3.10.0) lib/puma/thread_pool.rb:120:in `block in spawn_thread' +Started PATCH "/tasks" for 127.0.0.1 at 2017-09-21 08:42:59 -0700 + +ActionController::RoutingError (No route matches [PATCH] "/tasks"): + +actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' +web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' +web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' +railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call' +rack (2.0.3) lib/rack/method_override.rb:22:in `call' +rack (2.0.3) lib/rack/runtime.rb:22:in `call' +activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call' +rack (2.0.3) lib/rack/sendfile.rb:111:in `call' +railties (5.1.4) lib/rails/engine.rb:522:in `call' +puma (3.10.0) lib/puma/configuration.rb:225:in `call' +puma (3.10.0) lib/puma/server.rb:605:in `handle_request' +puma (3.10.0) lib/puma/server.rb:437:in `process_client' +puma (3.10.0) lib/puma/server.rb:301:in `block in run' +puma (3.10.0) lib/puma/thread_pool.rb:120:in `block in spawn_thread' +Started PATCH "/tasks" for 127.0.0.1 at 2017-09-21 08:43:02 -0700 + +ActionController::RoutingError (No route matches [PATCH] "/tasks"): + +actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' +web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' +web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' +railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call' +rack (2.0.3) lib/rack/method_override.rb:22:in `call' +rack (2.0.3) lib/rack/runtime.rb:22:in `call' +activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call' +rack (2.0.3) lib/rack/sendfile.rb:111:in `call' +railties (5.1.4) lib/rails/engine.rb:522:in `call' +puma (3.10.0) lib/puma/configuration.rb:225:in `call' +puma (3.10.0) lib/puma/server.rb:605:in `handle_request' +puma (3.10.0) lib/puma/server.rb:437:in `process_client' +puma (3.10.0) lib/puma/server.rb:301:in `block in run' +puma (3.10.0) lib/puma/thread_pool.rb:120:in `block in spawn_thread' +Started PATCH "/tasks" for 127.0.0.1 at 2017-09-21 08:43:16 -0700 + +ActionController::RoutingError (No route matches [PATCH] "/tasks"): + +actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' +web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' +web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' +railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call' +rack (2.0.3) lib/rack/method_override.rb:22:in `call' +rack (2.0.3) lib/rack/runtime.rb:22:in `call' +activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call' +rack (2.0.3) lib/rack/sendfile.rb:111:in `call' +railties (5.1.4) lib/rails/engine.rb:522:in `call' +puma (3.10.0) lib/puma/configuration.rb:225:in `call' +puma (3.10.0) lib/puma/server.rb:605:in `handle_request' +puma (3.10.0) lib/puma/server.rb:437:in `process_client' +puma (3.10.0) lib/puma/server.rb:301:in `block in run' +puma (3.10.0) lib/puma/thread_pool.rb:120:in `block in spawn_thread' +Started PATCH "/tasks" for 127.0.0.1 at 2017-09-21 08:45:41 -0700 + +ActionController::RoutingError (No route matches [PATCH] "/tasks"): + +actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' +web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' +web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' +railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call' +rack (2.0.3) lib/rack/method_override.rb:22:in `call' +rack (2.0.3) lib/rack/runtime.rb:22:in `call' +activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call' +rack (2.0.3) lib/rack/sendfile.rb:111:in `call' +railties (5.1.4) lib/rails/engine.rb:522:in `call' +puma (3.10.0) lib/puma/configuration.rb:225:in `call' +puma (3.10.0) lib/puma/server.rb:605:in `handle_request' +puma (3.10.0) lib/puma/server.rb:437:in `process_client' +puma (3.10.0) lib/puma/server.rb:301:in `block in run' +puma (3.10.0) lib/puma/thread_pool.rb:120:in `block in spawn_thread' +Started PATCH "/tasks" for 127.0.0.1 at 2017-09-21 08:45:53 -0700 + +ActionController::RoutingError (No route matches [PATCH] "/tasks"): + +actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' +web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' +web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' +railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call' +rack (2.0.3) lib/rack/method_override.rb:22:in `call' +rack (2.0.3) lib/rack/runtime.rb:22:in `call' +activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call' +rack (2.0.3) lib/rack/sendfile.rb:111:in `call' +railties (5.1.4) lib/rails/engine.rb:522:in `call' +puma (3.10.0) lib/puma/configuration.rb:225:in `call' +puma (3.10.0) lib/puma/server.rb:605:in `handle_request' +puma (3.10.0) lib/puma/server.rb:437:in `process_client' +puma (3.10.0) lib/puma/server.rb:301:in `block in run' +puma (3.10.0) lib/puma/thread_pool.rb:120:in `block in spawn_thread' +Started PATCH "/tasks" for 127.0.0.1 at 2017-09-21 08:45:55 -0700 + +ActionController::RoutingError (No route matches [PATCH] "/tasks"): + +actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' +web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' +web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' +railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call' +rack (2.0.3) lib/rack/method_override.rb:22:in `call' +rack (2.0.3) lib/rack/runtime.rb:22:in `call' +activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call' +rack (2.0.3) lib/rack/sendfile.rb:111:in `call' +railties (5.1.4) lib/rails/engine.rb:522:in `call' +puma (3.10.0) lib/puma/configuration.rb:225:in `call' +puma (3.10.0) lib/puma/server.rb:605:in `handle_request' +puma (3.10.0) lib/puma/server.rb:437:in `process_client' +puma (3.10.0) lib/puma/server.rb:301:in `block in run' +puma (3.10.0) lib/puma/thread_pool.rb:120:in `block in spawn_thread' +Started PATCH "/tasks" for 127.0.0.1 at 2017-09-21 08:46:23 -0700 + +ActionController::RoutingError (No route matches [PATCH] "/tasks"): + +actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' +web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' +web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' +railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call' +rack (2.0.3) lib/rack/method_override.rb:22:in `call' +rack (2.0.3) lib/rack/runtime.rb:22:in `call' +activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call' +rack (2.0.3) lib/rack/sendfile.rb:111:in `call' +railties (5.1.4) lib/rails/engine.rb:522:in `call' +puma (3.10.0) lib/puma/configuration.rb:225:in `call' +puma (3.10.0) lib/puma/server.rb:605:in `handle_request' +puma (3.10.0) lib/puma/server.rb:437:in `process_client' +puma (3.10.0) lib/puma/server.rb:301:in `block in run' +puma (3.10.0) lib/puma/thread_pool.rb:120:in `block in spawn_thread' +Started PATCH "/tasks" for 127.0.0.1 at 2017-09-21 08:46:36 -0700 + +ActionController::RoutingError (No route matches [PATCH] "/tasks"): + +actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' +web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' +web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' +railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call' +rack (2.0.3) lib/rack/method_override.rb:22:in `call' +rack (2.0.3) lib/rack/runtime.rb:22:in `call' +activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call' +rack (2.0.3) lib/rack/sendfile.rb:111:in `call' +railties (5.1.4) lib/rails/engine.rb:522:in `call' +puma (3.10.0) lib/puma/configuration.rb:225:in `call' +puma (3.10.0) lib/puma/server.rb:605:in `handle_request' +puma (3.10.0) lib/puma/server.rb:437:in `process_client' +puma (3.10.0) lib/puma/server.rb:301:in `block in run' +puma (3.10.0) lib/puma/thread_pool.rb:120:in `block in spawn_thread' +Started PATCH "/tasks" for 127.0.0.1 at 2017-09-21 08:46:50 -0700 + +ActionController::RoutingError (No route matches [PATCH] "/tasks"): + +actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' +web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' +web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' +railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call' +rack (2.0.3) lib/rack/method_override.rb:22:in `call' +rack (2.0.3) lib/rack/runtime.rb:22:in `call' +activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call' +rack (2.0.3) lib/rack/sendfile.rb:111:in `call' +railties (5.1.4) lib/rails/engine.rb:522:in `call' +puma (3.10.0) lib/puma/configuration.rb:225:in `call' +puma (3.10.0) lib/puma/server.rb:605:in `handle_request' +puma (3.10.0) lib/puma/server.rb:437:in `process_client' +puma (3.10.0) lib/puma/server.rb:301:in `block in run' +puma (3.10.0) lib/puma/thread_pool.rb:120:in `block in spawn_thread' +Started PATCH "/tasks" for 127.0.0.1 at 2017-09-21 08:48:10 -0700 + +ActionController::RoutingError (No route matches [PATCH] "/tasks"): + +actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' +web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' +web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' +railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call' +rack (2.0.3) lib/rack/method_override.rb:22:in `call' +rack (2.0.3) lib/rack/runtime.rb:22:in `call' +activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call' +rack (2.0.3) lib/rack/sendfile.rb:111:in `call' +railties (5.1.4) lib/rails/engine.rb:522:in `call' +puma (3.10.0) lib/puma/configuration.rb:225:in `call' +puma (3.10.0) lib/puma/server.rb:605:in `handle_request' +puma (3.10.0) lib/puma/server.rb:437:in `process_client' +puma (3.10.0) lib/puma/server.rb:301:in `block in run' +puma (3.10.0) lib/puma/thread_pool.rb:120:in `block in spawn_thread' +Started PATCH "/tasks" for 127.0.0.1 at 2017-09-21 08:49:14 -0700 + +ActionController::RoutingError (No route matches [PATCH] "/tasks"): + +actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' +web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' +web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' +railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call' +rack (2.0.3) lib/rack/method_override.rb:22:in `call' +rack (2.0.3) lib/rack/runtime.rb:22:in `call' +activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call' +rack (2.0.3) lib/rack/sendfile.rb:111:in `call' +railties (5.1.4) lib/rails/engine.rb:522:in `call' +puma (3.10.0) lib/puma/configuration.rb:225:in `call' +puma (3.10.0) lib/puma/server.rb:605:in `handle_request' +puma (3.10.0) lib/puma/server.rb:437:in `process_client' +puma (3.10.0) lib/puma/server.rb:301:in `block in run' +puma (3.10.0) lib/puma/thread_pool.rb:120:in `block in spawn_thread' +Started PATCH "/tasks" for 127.0.0.1 at 2017-09-21 08:49:19 -0700 + +ActionController::RoutingError (No route matches [PATCH] "/tasks"): + +actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' +web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' +web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' +railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call' +rack (2.0.3) lib/rack/method_override.rb:22:in `call' +rack (2.0.3) lib/rack/runtime.rb:22:in `call' +activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call' +rack (2.0.3) lib/rack/sendfile.rb:111:in `call' +railties (5.1.4) lib/rails/engine.rb:522:in `call' +puma (3.10.0) lib/puma/configuration.rb:225:in `call' +puma (3.10.0) lib/puma/server.rb:605:in `handle_request' +puma (3.10.0) lib/puma/server.rb:437:in `process_client' +puma (3.10.0) lib/puma/server.rb:301:in `block in run' +puma (3.10.0) lib/puma/thread_pool.rb:120:in `block in spawn_thread' +Started PATCH "/tasks" for 127.0.0.1 at 2017-09-21 09:28:07 -0700 + +ActionController::RoutingError (No route matches [PATCH] "/tasks"): + +actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' +web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' +web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' +railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call' +rack (2.0.3) lib/rack/method_override.rb:22:in `call' +rack (2.0.3) lib/rack/runtime.rb:22:in `call' +activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call' +rack (2.0.3) lib/rack/sendfile.rb:111:in `call' +railties (5.1.4) lib/rails/engine.rb:522:in `call' +puma (3.10.0) lib/puma/configuration.rb:225:in `call' +puma (3.10.0) lib/puma/server.rb:605:in `handle_request' +puma (3.10.0) lib/puma/server.rb:437:in `process_client' +puma (3.10.0) lib/puma/server.rb:301:in `block in run' +puma (3.10.0) lib/puma/thread_pool.rb:120:in `block in spawn_thread' +Started GET "/tasks/1" for 127.0.0.1 at 2017-09-21 09:28:16 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"1"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.7ms) +Completed 200 OK in 31ms (Views: 16.7ms | ActiveRecord: 1.0ms) + + +Started GET "/tasks/1/edit" for 127.0.0.1 at 2017-09-21 09:28:26 -0700 +Processing by TasksController#edit as HTML + Parameters: {"id"=>"1"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.0ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 2ms (ActiveRecord: 0.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-21 09:28:26 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.2ms) +Completed 200 OK in 19ms (Views: 17.6ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/1/edit" for 127.0.0.1 at 2017-09-21 09:28:40 -0700 +Processing by TasksController#edit as HTML + Parameters: {"id"=>"1"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.0ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 2ms (ActiveRecord: 0.3ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-21 09:28:40 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.9ms) +Completed 200 OK in 21ms (Views: 19.0ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/1/ediy" for 127.0.0.1 at 2017-09-21 09:28:54 -0700 + +ActionController::RoutingError (No route matches [GET] "/tasks/1/ediy"): + +actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' +web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' +web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' +railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call' +rack (2.0.3) lib/rack/method_override.rb:22:in `call' +rack (2.0.3) lib/rack/runtime.rb:22:in `call' +activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call' +rack (2.0.3) lib/rack/sendfile.rb:111:in `call' +railties (5.1.4) lib/rails/engine.rb:522:in `call' +puma (3.10.0) lib/puma/configuration.rb:225:in `call' +puma (3.10.0) lib/puma/server.rb:605:in `handle_request' +puma (3.10.0) lib/puma/server.rb:437:in `process_client' +puma (3.10.0) lib/puma/server.rb:301:in `block in run' +puma (3.10.0) lib/puma/thread_pool.rb:120:in `block in spawn_thread' +Started GET "/tasks/1/edit" for 127.0.0.1 at 2017-09-21 09:29:01 -0700 +Processing by TasksController#edit as HTML + Parameters: {"id"=>"1"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.0ms) begin transaction +  (0.1ms) commit transaction + Rendering tasks/edit.html.erb within layouts/application + Rendered tasks/edit.html.erb within layouts/application (2.5ms) +Completed 500 Internal Server Error in 21ms (ActiveRecord: 1.1ms) + + + +ActionView::Template::Error (First argument in form cannot contain nil or be empty): + 4: + 6: + 7: <%= form_for @task do |f| %> + 8: <%= f.label :name %> + 9: <%= f.text_field :name %> + 10: + +app/views/tasks/edit.html.erb:7:in `_app_views_tasks_edit_html_erb__3261763465248169043_70148640163380' +Started GET "/tasks/1/edit" for 127.0.0.1 at 2017-09-21 09:29:16 -0700 +Processing by TasksController#edit as HTML + Parameters: {"id"=>"1"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendering tasks/edit.html.erb within layouts/application + Rendered tasks/edit.html.erb within layouts/application (2.1ms) +Completed 500 Internal Server Error in 21ms (ActiveRecord: 0.9ms) + + + +ActionView::Template::Error (First argument in form cannot contain nil or be empty): + 4: + 6: + 7: <%= form_for @task do |f| %> + 8: <%= f.label :name %> + 9: <%= f.text_field :name %> + 10: + +app/views/tasks/edit.html.erb:7:in `_app_views_tasks_edit_html_erb__3261763465248169043_70148563284780' +Started GET "/tasks/1/edit" for 127.0.0.1 at 2017-09-21 09:29:29 -0700 +Processing by TasksController#edit as HTML + Parameters: {"id"=>"1"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendering tasks/edit.html.erb within layouts/application + Rendered tasks/edit.html.erb within layouts/application (2.1ms) +Completed 500 Internal Server Error in 8ms (ActiveRecord: 0.1ms) + + + +ActionView::Template::Error (First argument in form cannot contain nil or be empty): + 2:

    Edit that Task

    + 3: + 4: + 5: <%= form_for @task do |f| %> + 6: <%= f.label :name %> + 7: <%= f.text_field :name %> + 8: + +app/views/tasks/edit.html.erb:5:in `_app_views_tasks_edit_html_erb__3261763465248169043_70148644141100' +Started GET "/tasks/1/" for 127.0.0.1 at 2017-09-21 09:29:42 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"1"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.7ms) +Completed 200 OK in 26ms (Views: 23.6ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/1/edit" for 127.0.0.1 at 2017-09-21 09:29:58 -0700 +Processing by TasksController#edit as HTML + Parameters: {"id"=>"1"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendering tasks/edit.html.erb within layouts/application + Rendered tasks/edit.html.erb within layouts/application (2.3ms) +Completed 200 OK in 32ms (Views: 17.5ms | ActiveRecord: 0.8ms) + + +Started PATCH "/tasks/1" for 127.0.0.1 at 2017-09-21 09:31:17 -0700 +Processing by TasksController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"l2Ls4i53pjlMz1AJVUDrX3pS4ZCb5vDjBRJYTJURk4Acl/cIFCFOClWppS8DwmVjZDxXXojXeyppusH8H28BSw==", "task"=>{"name"=>"Complete Wave 1", "description"=>"Create database and begin filling it with data", "due_date"=>"2017-09-22"}, "commit"=>"Edit that task!", "id"=>"1"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms) + + + +ArgumentError (wrong number of arguments (given 0, expected 1)): + +app/controllers/tasks_controller.rb:33:in `update' +Started PATCH "/tasks/1" for 127.0.0.1 at 2017-09-21 09:31:37 -0700 +Processing by TasksController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"l2Ls4i53pjlMz1AJVUDrX3pS4ZCb5vDjBRJYTJURk4Acl/cIFCFOClWppS8DwmVjZDxXXojXeyppusH8H28BSw==", "task"=>{"name"=>"Complete Wave 1", "description"=>"Create database and begin filling it with data", "due_date"=>"2017-09-22"}, "commit"=>"Edit that task!", "id"=>"1"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.1ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 14ms (ActiveRecord: 0.9ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-21 09:31:37 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.0ms) +Completed 200 OK in 18ms (Views: 16.0ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/1" for 127.0.0.1 at 2017-09-21 09:31:38 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"1"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.7ms) +Completed 200 OK in 22ms (Views: 18.6ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/1/edit" for 127.0.0.1 at 2017-09-21 09:31:46 -0700 +Processing by TasksController#edit as HTML + Parameters: {"id"=>"1"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendering tasks/edit.html.erb within layouts/application + Rendered tasks/edit.html.erb within layouts/application (2.2ms) +Completed 200 OK in 19ms (Views: 16.7ms | ActiveRecord: 0.1ms) + + +Started PATCH "/tasks/1" for 127.0.0.1 at 2017-09-21 09:31:50 -0700 +Processing by TasksController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"QWuST8GzrMGwKJXhgMuSdvPgCh2rHRREaPsh8RPet4XKnoml++VE8qlOYMfWSRxK7Y6807gsn40EU7hBmaAlTg==", "task"=>{"name"=>"Complete Wave 1", "description"=>"Create database and begin filling it with data", "due_date"=>"2017-09-22"}, "commit"=>"Edit that task!", "id"=>"1"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.0ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 2ms (ActiveRecord: 0.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-21 09:31:50 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.0ms) +Completed 200 OK in 18ms (Views: 15.7ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/1" for 127.0.0.1 at 2017-09-21 09:31:52 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"1"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.7ms) +Completed 200 OK in 24ms (Views: 21.3ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/1/edit" for 127.0.0.1 at 2017-09-21 09:37:06 -0700 + +SyntaxError (/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/controllers/tasks_controller.rb:32: syntax error, unexpected tLABEL + task_updates = (name: params[:task][:name], descrip + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/controllers/tasks_controller.rb:32: syntax error, unexpected tLABEL, expecting '=' +ms[:task][:name], description: params[:task][:description], + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/controllers/tasks_controller.rb:32: syntax error, unexpected tLABEL, expecting '=' +task][:description], due_date: params[:task][:due_date]) + ^): + +app/controllers/tasks_controller.rb:32: syntax error, unexpected tLABEL +app/controllers/tasks_controller.rb:32: syntax error, unexpected tLABEL, expecting '=' +app/controllers/tasks_controller.rb:32: syntax error, unexpected tLABEL, expecting '=' +Started GET "/tasks/1/edit" for 127.0.0.1 at 2017-09-21 09:38:20 -0700 +Processing by TasksController#edit as HTML + Parameters: {"id"=>"1"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendering tasks/edit.html.erb within layouts/application + Rendered tasks/edit.html.erb within layouts/application (2.8ms) +Completed 200 OK in 32ms (Views: 17.2ms | ActiveRecord: 0.8ms) + + +Started PATCH "/tasks/1" for 127.0.0.1 at 2017-09-21 09:38:25 -0700 +Processing by TasksController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"PKlF1B0xb1Men18jI70MDkgXvv62ODkyrQ1uFmKTgEa3XF4+J2eHYAf5qgV1P4IyVnkIMKUJsvvBpfem6O0SjQ==", "task"=>{"name"=>"Complete Wave 1", "description"=>"Create database and begin filling it with data", "due_date"=>"2017-09-22"}, "commit"=>"Edit that task!", "id"=>"1"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +Completed 500 Internal Server Error in 127ms (ActiveRecord: 0.1ms) + + + +NameError (undefined local variable or method `task_updates' for # +Did you mean? task_update): + +app/controllers/tasks_controller.rb:35:in `update' +Started PATCH "/tasks/1" for 127.0.0.1 at 2017-09-21 09:38:34 -0700 +Processing by TasksController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"PKlF1B0xb1Men18jI70MDkgXvv62ODkyrQ1uFmKTgEa3XF4+J2eHYAf5qgV1P4IyVnkIMKUJsvvBpfem6O0SjQ==", "task"=>{"name"=>"Complete Wave 1", "description"=>"Create database and begin filling it with data", "due_date"=>"2017-09-22"}, "commit"=>"Edit that task!", "id"=>"1"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.0ms) begin transaction +  (0.0ms) rollback transaction +Completed 500 Internal Server Error in 10ms (ActiveRecord: 0.8ms) + + + +ActiveModel::ForbiddenAttributesError (ActiveModel::ForbiddenAttributesError): + +app/controllers/tasks_controller.rb:35:in `update' +Started PATCH "/tasks/1" for 127.0.0.1 at 2017-09-21 09:42:00 -0700 + +SyntaxError (/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/controllers/tasks_controller.rb:32: syntax error, unexpected tLABEL +task][:description], due_date: params[:task][:due_date] + ^): + +app/controllers/tasks_controller.rb:32: syntax error, unexpected tLABEL +Started PATCH "/tasks/1" for 127.0.0.1 at 2017-09-21 09:42:27 -0700 +Processing by TasksController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"PKlF1B0xb1Men18jI70MDkgXvv62ODkyrQ1uFmKTgEa3XF4+J2eHYAf5qgV1P4IyVnkIMKUJsvvBpfem6O0SjQ==", "task"=>{"name"=>"Complete Wave 1", "description"=>"Create database and begin filling it with data", "due_date"=>"2017-09-22"}, "commit"=>"Edit that task!", "id"=>"1"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.1ms) begin transaction + SQL (0.4ms) UPDATE "tasks" SET "due_date" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["due_date", "2017-09-22"], ["updated_at", "2017-09-21 16:42:27.518533"], ["id", 1]] +  (0.7ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 19ms (ActiveRecord: 1.9ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-21 09:42:27 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.9ms) +Completed 200 OK in 23ms (Views: 21.2ms | ActiveRecord: 0.3ms) + + +Started GET "/tasks/1" for 127.0.0.1 at 2017-09-21 09:42:29 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"1"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.8ms) +Completed 200 OK in 47ms (Views: 43.8ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/1/edit" for 127.0.0.1 at 2017-09-21 09:42:33 -0700 +Processing by TasksController#edit as HTML + Parameters: {"id"=>"1"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendering tasks/edit.html.erb within layouts/application + Rendered tasks/edit.html.erb within layouts/application (2.5ms) +Completed 200 OK in 24ms (Views: 21.3ms | ActiveRecord: 0.1ms) + + +Started PATCH "/tasks/1" for 127.0.0.1 at 2017-09-21 09:42:37 -0700 +Processing by TasksController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"zgNdB6fq2nSFwvm7Vv/q5Gkr2XUrbYrHsD97WPZNGtdF9kbtnbwyR5ykDJ0AfWTYd0VvuzhcAQ7cl+LofDOIHA==", "task"=>{"name"=>"Complete Wave 1", "description"=>"Create database and begin filling it with data", "due_date"=>"2017-09-24"}, "commit"=>"Edit that task!", "id"=>"1"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.0ms) begin transaction + SQL (0.7ms) UPDATE "tasks" SET "due_date" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["due_date", "2017-09-24"], ["updated_at", "2017-09-21 16:42:37.738337"], ["id", 1]] +  (0.6ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 4ms (ActiveRecord: 1.5ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-21 09:42:37 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.4ms) +Completed 200 OK in 23ms (Views: 21.3ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/1" for 127.0.0.1 at 2017-09-21 09:42:39 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"1"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (1.0ms) +Completed 200 OK in 30ms (Views: 26.8ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/1" for 127.0.0.1 at 2017-09-21 09:45:26 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"1"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (1.1ms) +Completed 200 OK in 42ms (Views: 24.1ms | ActiveRecord: 0.8ms) + + +Started GET "/tasks/1/edit" for 127.0.0.1 at 2017-09-21 09:45:31 -0700 +Processing by TasksController#edit as HTML + Parameters: {"id"=>"1"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendering tasks/edit.html.erb within layouts/application + Rendered tasks/edit.html.erb within layouts/application (3.4ms) +Completed 200 OK in 45ms (Views: 42.2ms | ActiveRecord: 0.1ms) + + +Started PATCH "/tasks/1" for 127.0.0.1 at 2017-09-21 09:45:36 -0700 +Processing by TasksController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"hc0UhQXzCiTiQzKWKqJcaAr1CoGBZ4n+aCmCrixT+2gOOA9vP6XiF/slx7B8INJUFJu8T5JWAjcEgRsepi1pow==", "task"=>{"name"=>"Complete Wave 1", "description"=>"Create database and begin filling it with data", "due_date"=>"2017-09-23"}, "commit"=>"Edit that task!", "id"=>"1"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.0ms) begin transaction + SQL (0.4ms) UPDATE "tasks" SET "due_date" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["due_date", "2017-09-23"], ["updated_at", "2017-09-21 16:45:36.310589"], ["id", 1]] +  (0.7ms) commit transaction +Redirected to http://localhost:3000/tasks/1 +Completed 302 Found in 4ms (ActiveRecord: 1.2ms) + + +Started GET "/tasks/1" for 127.0.0.1 at 2017-09-21 09:45:36 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"1"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (1.1ms) +Completed 200 OK in 20ms (Views: 18.3ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/1" for 127.0.0.1 at 2017-09-21 09:53:51 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"1"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.6ms) +Completed 200 OK in 18ms (Views: 15.5ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/" for 127.0.0.1 at 2017-09-21 09:53:54 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.7ms) +Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.0ms) + + + +SyntaxError (/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:13: syntax error, unexpected '(', expecting ')' +uffer.append=( link_to "Edit"(task.name, task_path(@task)) + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:13: syntax error, unexpected ')', expecting &. or :: or '[' or '.' +"(task.name, task_path(@task)) + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:14: syntax error, unexpected tCONSTANT, expecting keyword_do or '{' or '(' +

    Mark Complete | Edit | Delete

    + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:15: unknown regexp option - l +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:16: syntax error, unexpected '<' + <% end );@output_buffer.safe_ap + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:22: syntax error, unexpected keyword_ensure, expecting keyword_end + ensure + ^): + +app/views/tasks/index.html.erb:13: syntax error, unexpected '(', expecting ')' +app/views/tasks/index.html.erb:13: syntax error, unexpected ')', expecting &. or :: or '[' or '.' +app/views/tasks/index.html.erb:14: syntax error, unexpected tCONSTANT, expecting keyword_do or '{' or '(' +app/views/tasks/index.html.erb:15: unknown regexp option - l +app/views/tasks/index.html.erb:16: syntax error, unexpected '<' +app/views/tasks/index.html.erb:22: syntax error, unexpected keyword_ensure, expecting keyword_end +Started GET "/tasks/" for 127.0.0.1 at 2017-09-21 10:18:37 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.7ms) +Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.0ms) + + + +SyntaxError (/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:13: syntax error, unexpected '(', expecting ')' +uffer.append=( link_to "Edit"(task.name, task_path(@task)) + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:13: syntax error, unexpected ')', expecting &. or :: or '[' or '.' +"(task.name, task_path(@task)) + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:14: syntax error, unexpected tCONSTANT, expecting keyword_do or '{' or '(' +

    Mark Complete | Edit | Delete

    + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:15: unknown regexp option - l +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:16: syntax error, unexpected '<' + <% end );@output_buffer.safe_ap + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:22: syntax error, unexpected keyword_ensure, expecting keyword_end + ensure + ^): + +app/views/tasks/index.html.erb:13: syntax error, unexpected '(', expecting ')' +app/views/tasks/index.html.erb:13: syntax error, unexpected ')', expecting &. or :: or '[' or '.' +app/views/tasks/index.html.erb:14: syntax error, unexpected tCONSTANT, expecting keyword_do or '{' or '(' +app/views/tasks/index.html.erb:15: unknown regexp option - l +app/views/tasks/index.html.erb:16: syntax error, unexpected '<' +app/views/tasks/index.html.erb:22: syntax error, unexpected keyword_ensure, expecting keyword_end +Started GET "/tasks/" for 127.0.0.1 at 2017-09-21 10:21:34 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.6ms) +Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.0ms) + + + +SyntaxError (/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:13: syntax error, unexpected '(', expecting ')' +uffer.append=( link_to "Edit"(task.name, task_path(task.id)) + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:13: syntax error, unexpected ')', expecting &. or :: or '[' or '.' +task.name, task_path(task.id)) );@output_buffer.safe_append= + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:16: syntax error, unexpected keyword_end, expecting ')' +'.freeze; end + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:22: syntax error, unexpected keyword_ensure, expecting ')' + ensure + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:24: syntax error, unexpected keyword_end, expecting ')' + end + ^): + +app/views/tasks/index.html.erb:13: syntax error, unexpected '(', expecting ')' +app/views/tasks/index.html.erb:13: syntax error, unexpected ')', expecting &. or :: or '[' or '.' +app/views/tasks/index.html.erb:16: syntax error, unexpected keyword_end, expecting ')' +app/views/tasks/index.html.erb:22: syntax error, unexpected keyword_ensure, expecting ')' +app/views/tasks/index.html.erb:24: syntax error, unexpected keyword_end, expecting ')' +Started GET "/tasks/" for 127.0.0.1 at 2017-09-21 10:22:21 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.6ms) +Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.0ms) + + + +SyntaxError (/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:13: syntax error, unexpected '(', expecting ')' +uffer.append=( link_to "Edit"(task.name, task_path(task.id)) + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:13: syntax error, unexpected ')', expecting &. or :: or '[' or '.' +task.name, task_path(task.id)) );@output_buffer.safe_append= + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:16: syntax error, unexpected keyword_end, expecting ')' +'.freeze; end + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:22: syntax error, unexpected keyword_ensure, expecting ')' + ensure + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:24: syntax error, unexpected keyword_end, expecting ')' + end + ^): + +app/views/tasks/index.html.erb:13: syntax error, unexpected '(', expecting ')' +app/views/tasks/index.html.erb:13: syntax error, unexpected ')', expecting &. or :: or '[' or '.' +app/views/tasks/index.html.erb:16: syntax error, unexpected keyword_end, expecting ')' +app/views/tasks/index.html.erb:22: syntax error, unexpected keyword_ensure, expecting ')' +app/views/tasks/index.html.erb:24: syntax error, unexpected keyword_end, expecting ')' +Started GET "/tasks/" for 127.0.0.1 at 2017-09-21 10:22:42 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.7ms) +Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.0ms) + + + +SyntaxError (/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:13: syntax error, unexpected '(', expecting ')' +uffer.append=( link_to "Edit"(task.name, task_path(task.id)) + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:13: syntax error, unexpected ')', expecting &. or :: or '[' or '.' +task.name, task_path(task.id)) );@output_buffer.safe_append= + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:16: syntax error, unexpected keyword_end, expecting ')' +'.freeze; end + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:22: syntax error, unexpected keyword_ensure, expecting ')' + ensure + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:24: syntax error, unexpected keyword_end, expecting ')' + end + ^): + +app/views/tasks/index.html.erb:13: syntax error, unexpected '(', expecting ')' +app/views/tasks/index.html.erb:13: syntax error, unexpected ')', expecting &. or :: or '[' or '.' +app/views/tasks/index.html.erb:16: syntax error, unexpected keyword_end, expecting ')' +app/views/tasks/index.html.erb:22: syntax error, unexpected keyword_ensure, expecting ')' +app/views/tasks/index.html.erb:24: syntax error, unexpected keyword_end, expecting ')' +Started GET "/tasks/" for 127.0.0.1 at 2017-09-21 10:22:46 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.7ms) +Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.0ms) + + + +SyntaxError (/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:13: syntax error, unexpected '(', expecting ')' +uffer.append=( link_to "Edit"(task.name, task_path(task.id)) + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:13: syntax error, unexpected ')', expecting &. or :: or '[' or '.' +task.name, task_path(task.id)) );@output_buffer.safe_append= + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:16: syntax error, unexpected keyword_end, expecting ')' +'.freeze; end + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:22: syntax error, unexpected keyword_ensure, expecting ')' + ensure + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:24: syntax error, unexpected keyword_end, expecting ')' + end + ^): + +app/views/tasks/index.html.erb:13: syntax error, unexpected '(', expecting ')' +app/views/tasks/index.html.erb:13: syntax error, unexpected ')', expecting &. or :: or '[' or '.' +app/views/tasks/index.html.erb:16: syntax error, unexpected keyword_end, expecting ')' +app/views/tasks/index.html.erb:22: syntax error, unexpected keyword_ensure, expecting ')' +app/views/tasks/index.html.erb:24: syntax error, unexpected keyword_end, expecting ')' +Started GET "/tasks" for 127.0.0.1 at 2017-09-21 10:22:51 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.8ms) +Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.0ms) + + + +SyntaxError (/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:13: syntax error, unexpected '(', expecting ')' +uffer.append=( link_to "Edit"(task.name, task_path(task.id)) + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:13: syntax error, unexpected ')', expecting &. or :: or '[' or '.' +task.name, task_path(task.id)) );@output_buffer.safe_append= + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:16: syntax error, unexpected keyword_end, expecting ')' +'.freeze; end + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:22: syntax error, unexpected keyword_ensure, expecting ')' + ensure + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:24: syntax error, unexpected keyword_end, expecting ')' + end + ^): + +app/views/tasks/index.html.erb:13: syntax error, unexpected '(', expecting ')' +app/views/tasks/index.html.erb:13: syntax error, unexpected ')', expecting &. or :: or '[' or '.' +app/views/tasks/index.html.erb:16: syntax error, unexpected keyword_end, expecting ')' +app/views/tasks/index.html.erb:22: syntax error, unexpected keyword_ensure, expecting ')' +app/views/tasks/index.html.erb:24: syntax error, unexpected keyword_end, expecting ')' +Started GET "/tasks" for 127.0.0.1 at 2017-09-21 10:23:01 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.9ms) +Completed 200 OK in 19ms (Views: 16.6ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-21 10:23:23 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.6ms) +Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.0ms) + + + +SyntaxError (/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:12: syntax error, unexpected '(', expecting ')' +uffer.append=( link_to "Edit"(task.name, task_path(task.id)) + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:12: syntax error, unexpected ')', expecting &. or :: or '[' or '.' +task.name, task_path(task.id)) );@output_buffer.safe_append= + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:15: syntax error, unexpected keyword_end, expecting ')' +'.freeze; end + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:21: syntax error, unexpected keyword_ensure, expecting ')' + ensure + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:23: syntax error, unexpected keyword_end, expecting ')' + end + ^): + +app/views/tasks/index.html.erb:12: syntax error, unexpected '(', expecting ')' +app/views/tasks/index.html.erb:12: syntax error, unexpected ')', expecting &. or :: or '[' or '.' +app/views/tasks/index.html.erb:15: syntax error, unexpected keyword_end, expecting ')' +app/views/tasks/index.html.erb:21: syntax error, unexpected keyword_ensure, expecting ')' +app/views/tasks/index.html.erb:23: syntax error, unexpected keyword_end, expecting ')' +Started GET "/tasks" for 127.0.0.1 at 2017-09-21 10:23:31 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.7ms) +Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.0ms) + + + +SyntaxError (/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:12: syntax error, unexpected '(', expecting ')' +uffer.append=( link_to "Edit"(task.name, task_path(task.id)) + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:12: syntax error, unexpected ')', expecting &. or :: or '[' or '.' +task.name, task_path(task.id)) );@output_buffer.safe_append= + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:15: syntax error, unexpected keyword_end, expecting ')' +'.freeze; end + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:21: syntax error, unexpected keyword_ensure, expecting ')' + ensure + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:23: syntax error, unexpected keyword_end, expecting ')' + end + ^): + +app/views/tasks/index.html.erb:12: syntax error, unexpected '(', expecting ')' +app/views/tasks/index.html.erb:12: syntax error, unexpected ')', expecting &. or :: or '[' or '.' +app/views/tasks/index.html.erb:15: syntax error, unexpected keyword_end, expecting ')' +app/views/tasks/index.html.erb:21: syntax error, unexpected keyword_ensure, expecting ')' +app/views/tasks/index.html.erb:23: syntax error, unexpected keyword_end, expecting ')' +Started GET "/tasks" for 127.0.0.1 at 2017-09-21 10:23:40 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.8ms) +Completed 200 OK in 19ms (Views: 17.1ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-21 10:25:25 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.4ms) +Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.2ms) + + + +ActionView::Template::Error (undefined method `id' for nil:NilClass): + 9:
  • + 10: + 11: <%= link_to(task.name, task_path(task.id)) %> + 12: <%=button_to "Edit", edit_task_path(@task.id), method: :get%> + 13:

    Mark Complete | Delete

    + 14:
  • + 15: <% end %> + +app/views/tasks/index.html.erb:12:in `block in _app_views_tasks_index_html_erb___4435418077258163873_70148644077060' +app/views/tasks/index.html.erb:8:in `_app_views_tasks_index_html_erb___4435418077258163873_70148644077060' +Started GET "/tasks" for 127.0.0.1 at 2017-09-21 10:25:37 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.4ms) +Completed 200 OK in 17ms (Views: 15.6ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/1/edit" for 127.0.0.1 at 2017-09-21 10:25:40 -0700 +Processing by TasksController#edit as HTML + Parameters: {"id"=>"1"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendering tasks/edit.html.erb within layouts/application + Rendered tasks/edit.html.erb within layouts/application (1.7ms) +Completed 200 OK in 18ms (Views: 16.3ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-21 10:25:51 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.4ms) +Completed 500 Internal Server Error in 10ms (ActiveRecord: 0.2ms) + + + +ActionView::Template::Error (undefined method `id' for nil:NilClass): + 9:
  • + 10: + 11: <%= link_to(task.name, task_path(task.id)) %> + 12: <%=button_to "Edit", edit_task_path(@task.id), method: :get%> + 13:

    Mark Complete | Delete

    + 14:
  • + 15: <% end %> + +app/views/tasks/index.html.erb:12:in `block in _app_views_tasks_index_html_erb___4435418077258163873_70148641604500' +app/views/tasks/index.html.erb:8:in `_app_views_tasks_index_html_erb___4435418077258163873_70148641604500' +Started GET "/tasks" for 127.0.0.1 at 2017-09-21 10:26:01 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.2ms) +Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.2ms) + + + +ActionView::Template::Error (undefined method `id' for nil:NilClass): + 8: <% @tasks.each do |task| %> + 9:
  • + 10: + 11: <%= link_to(task.name, task_path(@task.id)) %> + 12: <%=button_to "Edit", edit_task_path(@task.id), method: :get%> + 13:

    Mark Complete | Delete

    + 14:
  • + +app/views/tasks/index.html.erb:11:in `block in _app_views_tasks_index_html_erb___4435418077258163873_70148632434600' +app/views/tasks/index.html.erb:8:in `_app_views_tasks_index_html_erb___4435418077258163873_70148632434600' +Started GET "/tasks" for 127.0.0.1 at 2017-09-21 10:26:07 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.5ms) +Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.2ms) + + + +ActionView::Template::Error (undefined method `name' for nil:NilClass): + 8: <% @tasks.each do |task| %> + 9:
  • + 10: + 11: <%= link_to(@task.name, task_path(@task.id)) %> + 12: <%=button_to "Edit", edit_task_path(@task.id), method: :get%> + 13:

    Mark Complete | Delete

    + 14:
  • + +app/views/tasks/index.html.erb:11:in `block in _app_views_tasks_index_html_erb___4435418077258163873_70148563100800' +app/views/tasks/index.html.erb:8:in `_app_views_tasks_index_html_erb___4435418077258163873_70148563100800' +Started GET "/tasks" for 127.0.0.1 at 2017-09-21 10:26:18 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.6ms) +Completed 200 OK in 20ms (Views: 18.5ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-21 10:27:43 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.4ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (5.3ms) +Completed 200 OK in 21ms (Views: 18.8ms | ActiveRecord: 0.4ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-21 10:28:21 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (6.5ms) +Completed 200 OK in 23ms (Views: 21.0ms | ActiveRecord: 0.2ms) + + +Started POST "/tasks/1" for 127.0.0.1 at 2017-09-21 10:28:23 -0700 + +ActionController::RoutingError (No route matches [POST] "/tasks/1"): + +actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' +web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' +web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' +railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call' +rack (2.0.3) lib/rack/method_override.rb:22:in `call' +rack (2.0.3) lib/rack/runtime.rb:22:in `call' +activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call' +rack (2.0.3) lib/rack/sendfile.rb:111:in `call' +railties (5.1.4) lib/rails/engine.rb:522:in `call' +puma (3.10.0) lib/puma/configuration.rb:225:in `call' +puma (3.10.0) lib/puma/server.rb:605:in `handle_request' +puma (3.10.0) lib/puma/server.rb:437:in `process_client' +puma (3.10.0) lib/puma/server.rb:301:in `block in run' +puma (3.10.0) lib/puma/thread_pool.rb:120:in `block in spawn_thread' +Started POST "/tasks/1" for 127.0.0.1 at 2017-09-21 10:28:29 -0700 + +ActionController::RoutingError (No route matches [POST] "/tasks/1"): + +actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' +web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' +web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' +railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call' +rack (2.0.3) lib/rack/method_override.rb:22:in `call' +rack (2.0.3) lib/rack/runtime.rb:22:in `call' +activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call' +rack (2.0.3) lib/rack/sendfile.rb:111:in `call' +railties (5.1.4) lib/rails/engine.rb:522:in `call' +puma (3.10.0) lib/puma/configuration.rb:225:in `call' +puma (3.10.0) lib/puma/server.rb:605:in `handle_request' +puma (3.10.0) lib/puma/server.rb:437:in `process_client' +puma (3.10.0) lib/puma/server.rb:301:in `block in run' +puma (3.10.0) lib/puma/thread_pool.rb:120:in `block in spawn_thread' +Started GET "/tasks/1/edit" for 127.0.0.1 at 2017-09-21 10:28:33 -0700 +Processing by TasksController#edit as HTML + Parameters: {"id"=>"1"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendering tasks/edit.html.erb within layouts/application + Rendered tasks/edit.html.erb within layouts/application (1.9ms) +Completed 200 OK in 19ms (Views: 16.8ms | ActiveRecord: 0.1ms) + + +Started PATCH "/tasks/1" for 127.0.0.1 at 2017-09-21 10:28:37 -0700 +Processing by TasksController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"UwmKKtEwazQOxzQd71B3QvceY61W0lr4qV7YfRlIDpjY/JHA62aDBxehwTu50vl+6XDVY0Xj0THF9kHNkzacUw==", "task"=>{"name"=>"Complete Wave 1", "description"=>"Create database and begin filling it with data", "due_date"=>"2017-09-24"}, "commit"=>"Edit that task!", "id"=>"1"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.0ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "due_date" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["due_date", "2017-09-24"], ["updated_at", "2017-09-21 17:28:37.365654"], ["id", 1]] +  (0.7ms) commit transaction +Redirected to http://localhost:3000/tasks/1 +Completed 302 Found in 4ms (ActiveRecord: 1.2ms) + + +Started GET "/tasks/1" for 127.0.0.1 at 2017-09-21 10:28:37 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"1"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.6ms) +Completed 200 OK in 19ms (Views: 17.0ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-21 15:57:50 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (7.9ms) +Completed 200 OK in 37ms (Views: 34.6ms | ActiveRecord: 0.3ms) + + +Started GET "/tasks/1" for 127.0.0.1 at 2017-09-21 15:57:52 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"1"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.8ms) +Completed 200 OK in 23ms (Views: 20.2ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/1" for 127.0.0.1 at 2017-09-21 15:58:04 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"1"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.7ms) +Completed 200 OK in 19ms (Views: 16.5ms | ActiveRecord: 0.1ms) + + +Started GET "/:id/edit" for 127.0.0.1 at 2017-09-21 15:58:07 -0700 + +ActionController::RoutingError (No route matches [GET] "/:id/edit"): + +actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' +web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' +web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' +railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call' +rack (2.0.3) lib/rack/method_override.rb:22:in `call' +rack (2.0.3) lib/rack/runtime.rb:22:in `call' +activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call' +rack (2.0.3) lib/rack/sendfile.rb:111:in `call' +railties (5.1.4) lib/rails/engine.rb:522:in `call' +puma (3.10.0) lib/puma/configuration.rb:225:in `call' +puma (3.10.0) lib/puma/server.rb:605:in `handle_request' +puma (3.10.0) lib/puma/server.rb:437:in `process_client' +puma (3.10.0) lib/puma/server.rb:301:in `block in run' +puma (3.10.0) lib/puma/thread_pool.rb:120:in `block in spawn_thread' +Started GET "/:id/edit" for 127.0.0.1 at 2017-09-21 15:58:23 -0700 + +ActionController::RoutingError (No route matches [GET] "/:id/edit"): + +actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' +web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' +web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' +railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call' +rack (2.0.3) lib/rack/method_override.rb:22:in `call' +rack (2.0.3) lib/rack/runtime.rb:22:in `call' +activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call' +rack (2.0.3) lib/rack/sendfile.rb:111:in `call' +railties (5.1.4) lib/rails/engine.rb:522:in `call' +puma (3.10.0) lib/puma/configuration.rb:225:in `call' +puma (3.10.0) lib/puma/server.rb:605:in `handle_request' +puma (3.10.0) lib/puma/server.rb:437:in `process_client' +puma (3.10.0) lib/puma/server.rb:301:in `block in run' +puma (3.10.0) lib/puma/thread_pool.rb:120:in `block in spawn_thread' +Started GET "/tasks/1" for 127.0.0.1 at 2017-09-21 15:58:31 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"1"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.7ms) +Completed 200 OK in 22ms (Views: 18.9ms | ActiveRecord: 0.2ms) + + +Started GET "/edit" for 127.0.0.1 at 2017-09-21 15:58:33 -0700 + +ActionController::RoutingError (No route matches [GET] "/edit"): + +actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' +web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' +web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' +railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call' +rack (2.0.3) lib/rack/method_override.rb:22:in `call' +rack (2.0.3) lib/rack/runtime.rb:22:in `call' +activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call' +rack (2.0.3) lib/rack/sendfile.rb:111:in `call' +railties (5.1.4) lib/rails/engine.rb:522:in `call' +puma (3.10.0) lib/puma/configuration.rb:225:in `call' +puma (3.10.0) lib/puma/server.rb:605:in `handle_request' +puma (3.10.0) lib/puma/server.rb:437:in `process_client' +puma (3.10.0) lib/puma/server.rb:301:in `block in run' +puma (3.10.0) lib/puma/thread_pool.rb:120:in `block in spawn_thread' +Started GET "/tasks/1" for 127.0.0.1 at 2017-09-21 15:59:38 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"1"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (246.1ms) +Completed 500 Internal Server Error in 253ms (ActiveRecord: 0.2ms) + + + +ActionView::Template::Error (undefined local variable or method `edit_task' for #<#:0x007f997863c630> +Did you mean? edit_task_url): + 15: <% end %> + 16: + 17:
  • + 18: <%= link_to "Edit", edit_task %> + 19:
  • + 20: + 21: + +app/views/tasks/show.html.erb:18:in `_app_views_tasks_show_html_erb___2022616394815612444_70148563265880' +Started GET "/tasks/1" for 127.0.0.1 at 2017-09-21 15:59:39 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"1"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (202.2ms) +Completed 500 Internal Server Error in 209ms (ActiveRecord: 0.1ms) + + + +ActionView::Template::Error (undefined local variable or method `edit_task' for #<#:0x007f9981884f88> +Did you mean? edit_task_url): + 15: <% end %> + 16: + 17:
  • + 18: <%= link_to "Edit", edit_task %> + 19:
  • + 20: + 21: + +app/views/tasks/show.html.erb:18:in `_app_views_tasks_show_html_erb___2022616394815612444_70148639960320' +Started GET "/tasks/1" for 127.0.0.1 at 2017-09-21 16:00:25 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"1"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (2.5ms) +Completed 200 OK in 21ms (Views: 18.2ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/1/edit" for 127.0.0.1 at 2017-09-21 16:00:27 -0700 +Processing by TasksController#edit as HTML + Parameters: {"id"=>"1"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendering tasks/edit.html.erb within layouts/application + Rendered tasks/edit.html.erb within layouts/application (2.1ms) +Completed 200 OK in 28ms (Views: 24.6ms | ActiveRecord: 0.1ms) + + +Started PATCH "/tasks/1" for 127.0.0.1 at 2017-09-21 16:00:33 -0700 +Processing by TasksController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"JLUTENJ/3CywVHHAGGy4vtM71uWJNbZM6nVXzDzoQtZjoj13c76E0ktM1/j9lYn5mW81FgD1b4WlrTqQwdr9Tw==", "task"=>{"name"=>"Complete Wave 1", "description"=>"Create database and begin filling it with data", "due_date"=>"2017-09-25"}, "commit"=>"Edit that task!", "id"=>"1"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.0ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "due_date" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["due_date", "2017-09-25"], ["updated_at", "2017-09-21 23:00:33.309846"], ["id", 1]] +  (0.7ms) commit transaction +Redirected to http://localhost:3000/tasks/1 +Completed 302 Found in 4ms (ActiveRecord: 1.1ms) + + +Started GET "/tasks/1" for 127.0.0.1 at 2017-09-21 16:00:33 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"1"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.8ms) +Completed 200 OK in 17ms (Views: 15.4ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/1/edit" for 127.0.0.1 at 2017-09-21 16:00:35 -0700 +Processing by TasksController#edit as HTML + Parameters: {"id"=>"1"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendering tasks/edit.html.erb within layouts/application + Rendered tasks/edit.html.erb within layouts/application (2.1ms) +Completed 200 OK in 26ms (Views: 22.6ms | ActiveRecord: 0.1ms) + + +Started PATCH "/tasks/1" for 127.0.0.1 at 2017-09-21 16:00:46 -0700 +Processing by TasksController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"p8Szzn5rZfEV3DKLd++NMxLoLFI/t2H7vyh3LROdf/3g052p36o9D+7ElLOSFrx0WLzPobZ3uDLw8Bpx7q/AZA==", "task"=>{"name"=>"Complete Wave 1", "description"=>"Make sure database works", "due_date"=>"2017-09-25"}, "commit"=>"Edit that task!", "id"=>"1"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.0ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "description" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["description", "Make sure database works"], ["updated_at", "2017-09-21 23:00:46.791376"], ["id", 1]] +  (0.7ms) commit transaction +Redirected to http://localhost:3000/tasks/1 +Completed 302 Found in 5ms (ActiveRecord: 1.0ms) + + +Started GET "/tasks/1" for 127.0.0.1 at 2017-09-21 16:00:46 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"1"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.7ms) +Completed 200 OK in 19ms (Views: 16.5ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/1/edit" for 127.0.0.1 at 2017-09-21 16:00:49 -0700 +Processing by TasksController#edit as HTML + Parameters: {"id"=>"1"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendering tasks/edit.html.erb within layouts/application + Rendered tasks/edit.html.erb within layouts/application (3.8ms) +Completed 200 OK in 28ms (Views: 25.8ms | ActiveRecord: 0.1ms) + + +Started PATCH "/tasks/1" for 127.0.0.1 at 2017-09-21 16:00:52 -0700 +Processing by TasksController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"cAz2H+xn0Tk/6q2vIQtCQfKBlCHh+QLEL/TIb/Qlnhs3G9h4TaaJx8TyC5fE8nMGuNV30mg52w1gLKUzCRchgg==", "task"=>{"name"=>"Complete Wave 3", "description"=>"Make sure database works", "due_date"=>"2017-09-25"}, "commit"=>"Edit that task!", "id"=>"1"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.0ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "name" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["name", "Complete Wave 3"], ["updated_at", "2017-09-21 23:00:52.768420"], ["id", 1]] +  (0.7ms) commit transaction +Redirected to http://localhost:3000/tasks/1 +Completed 302 Found in 4ms (ActiveRecord: 1.2ms) + + +Started GET "/tasks/1" for 127.0.0.1 at 2017-09-21 16:00:52 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"1"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.9ms) +Completed 200 OK in 21ms (Views: 19.0ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/1/edit" for 127.0.0.1 at 2017-09-21 16:01:14 -0700 +Processing by TasksController#edit as HTML + Parameters: {"id"=>"1"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendering tasks/edit.html.erb within layouts/application + Rendered tasks/edit.html.erb within layouts/application (2.1ms) +Completed 200 OK in 25ms (Views: 22.2ms | ActiveRecord: 0.1ms) + + +Started PATCH "/tasks/1" for 127.0.0.1 at 2017-09-21 16:01:18 -0700 +Processing by TasksController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"h/nvVrHvcCT3Cl84SLwQYH/DuZ21/tzbAB6oj9FavNjA7sExEC4o2gwS+QCtRSEnNZdabjw+BRJPxsXTLGgDQQ==", "task"=>{"name"=>"Complete Wave 3", "description"=>"Make sure database works", "due_date"=>"2017-09-24"}, "commit"=>"Edit that task!", "id"=>"1"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.0ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "due_date" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["due_date", "2017-09-24"], ["updated_at", "2017-09-21 23:01:18.188253"], ["id", 1]] +  (0.7ms) commit transaction +Redirected to http://localhost:3000/tasks/1 +Completed 302 Found in 4ms (ActiveRecord: 1.1ms) + + +Started GET "/tasks/1" for 127.0.0.1 at 2017-09-21 16:01:18 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"1"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.8ms) +Completed 200 OK in 18ms (Views: 16.1ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-21 16:01:46 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (7.4ms) +Completed 200 OK in 30ms (Views: 27.7ms | ActiveRecord: 0.3ms) + + +Started GET "/tasks/1/edit" for 127.0.0.1 at 2017-09-21 16:01:47 -0700 +Processing by TasksController#edit as HTML + Parameters: {"id"=>"1"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendering tasks/edit.html.erb within layouts/application + Rendered tasks/edit.html.erb within layouts/application (2.0ms) +Completed 200 OK in 18ms (Views: 16.0ms | ActiveRecord: 0.1ms) + + +Started PATCH "/tasks/1" for 127.0.0.1 at 2017-09-21 16:01:51 -0700 +Processing by TasksController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"aFd+FpLH+N3/Mtv+V8O61HeUBEoDq0zWPFXaQg0Ee6fjomX8qJEQ7uZULtgBQTToafqyhBCaxx9Q/UPyh3rpbA==", "task"=>{"name"=>"Complete Wave 3", "description"=>"Make sure database works", "due_date"=>"2017-09-23"}, "commit"=>"Edit that task!", "id"=>"1"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "due_date" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["due_date", "2017-09-23"], ["updated_at", "2017-09-21 23:01:51.284826"], ["id", 1]] +  (0.7ms) commit transaction +Redirected to http://localhost:3000/tasks/1 +Completed 302 Found in 4ms (ActiveRecord: 1.2ms) + + +Started GET "/tasks/1" for 127.0.0.1 at 2017-09-21 16:01:51 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"1"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (1.0ms) +Completed 200 OK in 21ms (Views: 18.3ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-21 16:01:53 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (7.1ms) +Completed 200 OK in 29ms (Views: 27.0ms | ActiveRecord: 0.2ms) + + +Started POST "/tasks/1" for 127.0.0.1 at 2017-09-21 16:01:56 -0700 + +ActionController::RoutingError (No route matches [POST] "/tasks/1"): + +actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' +web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' +web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' +railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call' +rack (2.0.3) lib/rack/method_override.rb:22:in `call' +rack (2.0.3) lib/rack/runtime.rb:22:in `call' +activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call' +rack (2.0.3) lib/rack/sendfile.rb:111:in `call' +railties (5.1.4) lib/rails/engine.rb:522:in `call' +puma (3.10.0) lib/puma/configuration.rb:225:in `call' +puma (3.10.0) lib/puma/server.rb:605:in `handle_request' +puma (3.10.0) lib/puma/server.rb:437:in `process_client' +puma (3.10.0) lib/puma/server.rb:301:in `block in run' +puma (3.10.0) lib/puma/thread_pool.rb:120:in `block in spawn_thread' +Started POST "/tasks/1" for 127.0.0.1 at 2017-09-21 16:01:59 -0700 + +ActionController::RoutingError (No route matches [POST] "/tasks/1"): + +actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' +web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' +web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' +railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call' +rack (2.0.3) lib/rack/method_override.rb:22:in `call' +rack (2.0.3) lib/rack/runtime.rb:22:in `call' +activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call' +rack (2.0.3) lib/rack/sendfile.rb:111:in `call' +railties (5.1.4) lib/rails/engine.rb:522:in `call' +puma (3.10.0) lib/puma/configuration.rb:225:in `call' +puma (3.10.0) lib/puma/server.rb:605:in `handle_request' +puma (3.10.0) lib/puma/server.rb:437:in `process_client' +puma (3.10.0) lib/puma/server.rb:301:in `block in run' +puma (3.10.0) lib/puma/thread_pool.rb:120:in `block in spawn_thread' +Started GET "/tasks" for 127.0.0.1 at 2017-09-21 16:04:09 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (11.1ms) +Completed 500 Internal Server Error in 25ms (ActiveRecord: 0.8ms) + + + +ActionView::Template::Error (No route matches {:action=>"destroy", :controller=>"tasks"}, missing required keys: [:id]): + 10: + 11: <%= link_to(task.name, task_path(task.id)) %> + 12: <%=button_to "Edit", edit_task_path(task.id), method: :get%> + 13: <%=button_to "Delete", delete_task_path %> + 14: <%=button_to "Mark Complete", task_path(task.id) %> + 15: + 16: <% end %> + +app/views/tasks/index.html.erb:13:in `block in _app_views_tasks_index_html_erb___4435418077258163873_70148563873840' +app/views/tasks/index.html.erb:8:in `_app_views_tasks_index_html_erb___4435418077258163873_70148563873840' +Started GET "/tasks" for 127.0.0.1 at 2017-09-21 16:05:05 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.1ms) +Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.2ms) + + + +ActionView::Template::Error (No route matches {:action=>"destroy", :controller=>"tasks"}, missing required keys: [:id]): + 10: + 11: <%= link_to(task.name, task_path(task.id)) %> + 12: <%=button_to "Edit", edit_task_path(task.id), method: :get%> + 13: <%=link_to "Delete", delete_task_path %> + 14: <%=link_to "Mark Complete", task_path(task.id) %> + 15: + 16: <% end %> + +app/views/tasks/index.html.erb:13:in `block in _app_views_tasks_index_html_erb___4435418077258163873_70148626296240' +app/views/tasks/index.html.erb:8:in `_app_views_tasks_index_html_erb___4435418077258163873_70148626296240' +Started GET "/tasks" for 127.0.0.1 at 2017-09-21 16:05:18 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (11.6ms) +Completed 500 Internal Server Error in 20ms (ActiveRecord: 1.1ms) + + + +ActionView::Template::Error (No route matches {:action=>"destroy", :controller=>"tasks"}, missing required keys: [:id]): + 10: + 11: <%= link_to(task.name, task_path(task.id)) %> + 12: <%=button_to "Edit", edit_task_path(task.id), method: :get%> + 13: <%=link_to "Delete", delete_task_path %> + 14: <%=link_to "Mark Complete", task_path(task.id) %> + 15: + 16: <% end %> + +app/views/tasks/index.html.erb:13:in `block in _app_views_tasks_index_html_erb___4435418077258163873_70148645417640' +app/views/tasks/index.html.erb:8:in `_app_views_tasks_index_html_erb___4435418077258163873_70148645417640' +Started GET "/tasks" for 127.0.0.1 at 2017-09-21 16:06:04 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (6.5ms) +Completed 200 OK in 30ms (Views: 27.9ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/1/edit" for 127.0.0.1 at 2017-09-21 16:06:06 -0700 +Processing by TasksController#edit as HTML + Parameters: {"id"=>"1"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendering tasks/edit.html.erb within layouts/application + Rendered tasks/edit.html.erb within layouts/application (2.5ms) +Completed 200 OK in 31ms (Views: 28.5ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-21 16:08:30 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (14.1ms) +Completed 200 OK in 40ms (Views: 35.5ms | ActiveRecord: 0.8ms) + + +Started POST "/tasks/1/edit" for 127.0.0.1 at 2017-09-21 16:08:32 -0700 + +ActionController::RoutingError (No route matches [POST] "/tasks/1/edit"): + +actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' +web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' +web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' +railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call' +rack (2.0.3) lib/rack/method_override.rb:22:in `call' +rack (2.0.3) lib/rack/runtime.rb:22:in `call' +activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call' +rack (2.0.3) lib/rack/sendfile.rb:111:in `call' +railties (5.1.4) lib/rails/engine.rb:522:in `call' +puma (3.10.0) lib/puma/configuration.rb:225:in `call' +puma (3.10.0) lib/puma/server.rb:605:in `handle_request' +puma (3.10.0) lib/puma/server.rb:437:in `process_client' +puma (3.10.0) lib/puma/server.rb:301:in `block in run' +puma (3.10.0) lib/puma/thread_pool.rb:120:in `block in spawn_thread' +Started POST "/tasks/1/edit" for 127.0.0.1 at 2017-09-21 16:09:00 -0700 + +ActionController::RoutingError (No route matches [POST] "/tasks/1/edit"): + +actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' +web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' +web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' +railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call' +rack (2.0.3) lib/rack/method_override.rb:22:in `call' +rack (2.0.3) lib/rack/runtime.rb:22:in `call' +activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call' +rack (2.0.3) lib/rack/sendfile.rb:111:in `call' +railties (5.1.4) lib/rails/engine.rb:522:in `call' +puma (3.10.0) lib/puma/configuration.rb:225:in `call' +puma (3.10.0) lib/puma/server.rb:605:in `handle_request' +puma (3.10.0) lib/puma/server.rb:437:in `process_client' +puma (3.10.0) lib/puma/server.rb:301:in `block in run' +puma (3.10.0) lib/puma/thread_pool.rb:120:in `block in spawn_thread' +Started POST "/tasks/1/edit" for 127.0.0.1 at 2017-09-21 16:09:03 -0700 + +ActionController::RoutingError (No route matches [POST] "/tasks/1/edit"): + +actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' +web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' +web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' +railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call' +rack (2.0.3) lib/rack/method_override.rb:22:in `call' +rack (2.0.3) lib/rack/runtime.rb:22:in `call' +activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call' +rack (2.0.3) lib/rack/sendfile.rb:111:in `call' +railties (5.1.4) lib/rails/engine.rb:522:in `call' +puma (3.10.0) lib/puma/configuration.rb:225:in `call' +puma (3.10.0) lib/puma/server.rb:605:in `handle_request' +puma (3.10.0) lib/puma/server.rb:437:in `process_client' +puma (3.10.0) lib/puma/server.rb:301:in `block in run' +puma (3.10.0) lib/puma/thread_pool.rb:120:in `block in spawn_thread' +Started POST "/tasks/1/edit" for 127.0.0.1 at 2017-09-21 16:09:18 -0700 + +ActionController::RoutingError (No route matches [POST] "/tasks/1/edit"): + +actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' +web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' +web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' +railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call' +rack (2.0.3) lib/rack/method_override.rb:22:in `call' +rack (2.0.3) lib/rack/runtime.rb:22:in `call' +activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call' +rack (2.0.3) lib/rack/sendfile.rb:111:in `call' +railties (5.1.4) lib/rails/engine.rb:522:in `call' +puma (3.10.0) lib/puma/configuration.rb:225:in `call' +puma (3.10.0) lib/puma/server.rb:605:in `handle_request' +puma (3.10.0) lib/puma/server.rb:437:in `process_client' +puma (3.10.0) lib/puma/server.rb:301:in `block in run' +puma (3.10.0) lib/puma/thread_pool.rb:120:in `block in spawn_thread' +Started GET "/tasks" for 127.0.0.1 at 2017-09-21 16:09:21 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (6.7ms) +Completed 200 OK in 30ms (Views: 28.1ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/1/edit" for 127.0.0.1 at 2017-09-21 16:09:23 -0700 +Processing by TasksController#edit as HTML + Parameters: {"id"=>"1"} + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendering tasks/edit.html.erb within layouts/application + Rendered tasks/edit.html.erb within layouts/application (2.4ms) +Completed 200 OK in 23ms (Views: 18.8ms | ActiveRecord: 0.3ms) + + +Started PATCH "/tasks/1" for 127.0.0.1 at 2017-09-21 16:09:27 -0700 +Processing by TasksController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"jP/rsiv+/dQQ/s9qKhCQBHra1h+t9AwSbiPxA9fISZQHCvBYEagV5wmYOkx8kh44ZLRg0b7Fh9sCi2izXbbbXw==", "task"=>{"name"=>"Complete Wave 3", "description"=>"Make sure database works", "due_date"=>"2017-09-24"}, "commit"=>"Edit that task!", "id"=>"1"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "due_date" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["due_date", "2017-09-24"], ["updated_at", "2017-09-21 23:09:27.749148"], ["id", 1]] +  (0.6ms) commit transaction +Redirected to http://localhost:3000/tasks/1 +Completed 302 Found in 4ms (ActiveRecord: 1.1ms) + + +Started GET "/tasks/1" for 127.0.0.1 at 2017-09-21 16:09:27 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"1"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (1.1ms) +Completed 200 OK in 29ms (Views: 26.4ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/1/edit" for 127.0.0.1 at 2017-09-21 16:09:59 -0700 +Processing by TasksController#edit as HTML + Parameters: {"id"=>"1"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendering tasks/edit.html.erb within layouts/application + Rendered tasks/edit.html.erb within layouts/application (1.9ms) +Completed 200 OK in 26ms (Views: 22.4ms | ActiveRecord: 0.1ms) + + +Started PATCH "/tasks/1" for 127.0.0.1 at 2017-09-21 16:10:00 -0700 +Processing by TasksController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"j8gL9rH2Af+QR76JfjOgdl4sGvMLqby+KuWSu9u6bs/I3yWREDdZAWtfGLGbypExFHj5AIJpZXdlPf/nJojRVg==", "task"=>{"name"=>"Complete Wave 3", "description"=>"Make sure database works", "due_date"=>"2017-09-24"}, "commit"=>"Edit that task!", "id"=>"1"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.1ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks/1 +Completed 302 Found in 2ms (ActiveRecord: 0.2ms) + + +Started GET "/tasks/1" for 127.0.0.1 at 2017-09-21 16:10:00 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"1"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.9ms) +Completed 200 OK in 21ms (Views: 18.7ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-21 16:10:02 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (5.9ms) +Completed 200 OK in 28ms (Views: 25.4ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/1" for 127.0.0.1 at 2017-09-21 16:10:04 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"1"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.8ms) +Completed 200 OK in 18ms (Views: 16.2ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/1/edit" for 127.0.0.1 at 2017-09-21 16:10:15 -0700 +Processing by TasksController#edit as HTML + Parameters: {"id"=>"1"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendering tasks/edit.html.erb within layouts/application + Rendered tasks/edit.html.erb within layouts/application (2.0ms) +Completed 200 OK in 26ms (Views: 23.4ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/1/edit" for 127.0.0.1 at 2017-09-21 16:10:34 -0700 +Processing by TasksController#edit as HTML + Parameters: {"id"=>"1"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendering tasks/edit.html.erb within layouts/application + Rendered tasks/edit.html.erb within layouts/application (2.1ms) +Completed 200 OK in 19ms (Views: 17.2ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/1" for 127.0.0.1 at 2017-09-21 16:10:35 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"1"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (1.1ms) +Completed 200 OK in 24ms (Views: 21.4ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/1" for 127.0.0.1 at 2017-09-21 16:10:38 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"1"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.8ms) +Completed 200 OK in 19ms (Views: 16.9ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/1/edit" for 127.0.0.1 at 2017-09-21 16:10:40 -0700 +Processing by TasksController#edit as HTML + Parameters: {"id"=>"1"} + Task Load (1.6ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendering tasks/edit.html.erb within layouts/application + Rendered tasks/edit.html.erb within layouts/application (2.4ms) +Completed 200 OK in 27ms (Views: 22.7ms | ActiveRecord: 1.6ms) + + +Started GET "/tasks/1" for 127.0.0.1 at 2017-09-21 16:12:03 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"1"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.9ms) +Completed 200 OK in 40ms (Views: 20.8ms | ActiveRecord: 1.0ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-21 16:14:13 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (14.1ms) +Completed 200 OK in 44ms (Views: 37.8ms | ActiveRecord: 0.8ms) + + +Started DELETE "/tasks/1" for 127.0.0.1 at 2017-09-21 16:14:14 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"bRBI0tdEajAqFSq2Vo0mkBZep7gJSsGUsbVk/Qmabi5DO1LjSZzxDrQKWkxtD2gGCvQy5f+Iexd4Sg23s/fYew==", "id"=>"1"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +  (0.0ms) begin transaction + SQL (0.3ms) DELETE FROM "tasks" WHERE "tasks"."id" = ? [["id", 1]] +  (1.2ms) commit transaction +Redirected to http://localhost:3000/tasks/1 +Completed 302 Found in 4ms (ActiveRecord: 1.7ms) + + +Started GET "/tasks/1" for 127.0.0.1 at 2017-09-21 16:14:14 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"1"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms) + + + +ActiveRecord::RecordNotFound (Couldn't find Task with 'id'=1): + +app/controllers/tasks_controller.rb:24:in `show' +Started DELETE "/tasks/1" for 127.0.0.1 at 2017-09-21 16:15:39 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"KvlqV1dPUbDFjPbUz7YWZdkgorCooSPkrddaMbz9JdahDHG9bRm5g9zqA/KZNJhZx04UfruQqC3Bf8OBNoO3HQ==", "id"=>"1"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms) + + + +ActiveRecord::RecordNotFound (Couldn't find Task with 'id'=1): + +app/controllers/tasks_controller.rb:46:in `destroy' +Started DELETE "/tasks/1" for 127.0.0.1 at 2017-09-21 16:16:22 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"KvlqV1dPUbDFjPbUz7YWZdkgorCooSPkrddaMbz9JdahDHG9bRm5g9zqA/KZNJhZx04UfruQqC3Bf8OBNoO3HQ==", "id"=>"1"} + Task Load (0.8ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +Completed 404 Not Found in 9ms (ActiveRecord: 1.6ms) + + + +ActiveRecord::RecordNotFound (Couldn't find Task with 'id'=1): + +app/controllers/tasks_controller.rb:46:in `destroy' +Started DELETE "/tasks/1" for 127.0.0.1 at 2017-09-21 16:16:25 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"KvlqV1dPUbDFjPbUz7YWZdkgorCooSPkrddaMbz9JdahDHG9bRm5g9zqA/KZNJhZx04UfruQqC3Bf8OBNoO3HQ==", "id"=>"1"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms) + + + +ActiveRecord::RecordNotFound (Couldn't find Task with 'id'=1): + +app/controllers/tasks_controller.rb:46:in `destroy' +Started DELETE "/tasks/1" for 127.0.0.1 at 2017-09-21 16:16:57 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"KvlqV1dPUbDFjPbUz7YWZdkgorCooSPkrddaMbz9JdahDHG9bRm5g9zqA/KZNJhZx04UfruQqC3Bf8OBNoO3HQ==", "id"=>"1"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +Completed 404 Not Found in 5ms (ActiveRecord: 0.8ms) + + + +ActiveRecord::RecordNotFound (Couldn't find Task with 'id'=1): + +app/controllers/tasks_controller.rb:46:in `destroy' +Started DELETE "/tasks/1" for 127.0.0.1 at 2017-09-21 16:18:13 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"KvlqV1dPUbDFjPbUz7YWZdkgorCooSPkrddaMbz9JdahDHG9bRm5g9zqA/KZNJhZx04UfruQqC3Bf8OBNoO3HQ==", "id"=>"1"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms) + + + +ActiveRecord::RecordNotFound (Couldn't find Task with 'id'=1): + +app/controllers/tasks_controller.rb:46:in `destroy' +Started DELETE "/tasks/1" for 127.0.0.1 at 2017-09-21 16:18:36 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"KvlqV1dPUbDFjPbUz7YWZdkgorCooSPkrddaMbz9JdahDHG9bRm5g9zqA/KZNJhZx04UfruQqC3Bf8OBNoO3HQ==", "id"=>"1"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +Completed 404 Not Found in 8ms (ActiveRecord: 0.9ms) + + + +ActiveRecord::RecordNotFound (Couldn't find Task with 'id'=1): + +app/controllers/tasks_controller.rb:46:in `destroy' +Started DELETE "/tasks/1" for 127.0.0.1 at 2017-09-21 16:18:40 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"KvlqV1dPUbDFjPbUz7YWZdkgorCooSPkrddaMbz9JdahDHG9bRm5g9zqA/KZNJhZx04UfruQqC3Bf8OBNoO3HQ==", "id"=>"1"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 1], ["LIMIT", 1]] +Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms) + + + +ActiveRecord::RecordNotFound (Couldn't find Task with 'id'=1): + +app/controllers/tasks_controller.rb:46:in `destroy' +Started DELETE "/tasks/1" for 127.0.0.1 at 2017-09-21 16:19:03 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"KvlqV1dPUbDFjPbUz7YWZdkgorCooSPkrddaMbz9JdahDHG9bRm5g9zqA/KZNJhZx04UfruQqC3Bf8OBNoO3HQ==", "id"=>"1"} +Completed 500 Internal Server Error in 106ms + + + +NameError (undefined local variable or method `tasks' for # +Did you mean? tasks_url): + +app/controllers/tasks_controller.rb:46:in `destroy' +Started DELETE "/tasks/1" for 127.0.0.1 at 2017-09-21 16:19:15 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"KvlqV1dPUbDFjPbUz7YWZdkgorCooSPkrddaMbz9JdahDHG9bRm5g9zqA/KZNJhZx04UfruQqC3Bf8OBNoO3HQ==", "id"=>"1"} +Completed 500 Internal Server Error in 128ms + + + +NameError (undefined local variable or method `tasks' for # +Did you mean? tasks_url): + +app/controllers/tasks_controller.rb:46:in `destroy' +Started DELETE "/tasks/2" for 127.0.0.1 at 2017-09-21 16:19:18 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"KvlqV1dPUbDFjPbUz7YWZdkgorCooSPkrddaMbz9JdahDHG9bRm5g9zqA/KZNJhZx04UfruQqC3Bf8OBNoO3HQ==", "id"=>"2"} +Completed 500 Internal Server Error in 188ms + + + +NameError (undefined local variable or method `tasks' for # +Did you mean? tasks_url): + +app/controllers/tasks_controller.rb:46:in `destroy' +Started GET "/tasks/" for 127.0.0.1 at 2017-09-21 16:19:43 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (9.1ms) +Completed 500 Internal Server Error in 17ms (ActiveRecord: 0.7ms) + + + +ActionView::Template::Error (No route matches {:action=>"destroy", :controller=>"tasks"}, missing required keys: [:id]): + 10: + 11: <%= link_to(task.name, task_path(task.id)) %> + 12: <%=button_to "Edit", edit_task_path(task.id), method: :get%> + 13: <%=button_to "Delete", delete_task_path, method: :delete %> + 14: <%=button_to "Mark Complete", task_path(task.id) %> + 15: + 16: + +app/views/tasks/index.html.erb:13:in `block in _app_views_tasks_index_html_erb___4435418077258163873_70148624761700' +app/views/tasks/index.html.erb:8:in `_app_views_tasks_index_html_erb___4435418077258163873_70148624761700' +Started GET "/tasks/" for 127.0.0.1 at 2017-09-21 16:20:17 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (6.8ms) +Completed 200 OK in 29ms (Views: 27.5ms | ActiveRecord: 0.2ms) + + +Started DELETE "/tasks/2" for 127.0.0.1 at 2017-09-21 16:20:19 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"4UTcVIAhW9gl7a5gGfgP09p9Syj3y6syUfHE1Hb7fmdqsce+unez6zyLW0ZPeoHvxBP95uT6IPs9WV1k/IXsrA==", "id"=>"2"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] +  (0.0ms) begin transaction + SQL (0.3ms) DELETE FROM "tasks" WHERE "tasks"."id" = ? [["id", 2]] +  (1.2ms) commit transaction +Redirected to http://localhost:3000/tasks/2 +Completed 302 Found in 4ms (ActiveRecord: 1.7ms) + + +Started GET "/tasks/2" for 127.0.0.1 at 2017-09-21 16:20:19 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"2"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] +Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms) + + + +ActiveRecord::RecordNotFound (Couldn't find Task with 'id'=2): + +app/controllers/tasks_controller.rb:24:in `show' +Started GET "/tasks/2/edit" for 127.0.0.1 at 2017-09-21 16:20:30 -0700 +Processing by TasksController#edit as HTML + Parameters: {"id"=>"2"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] +Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms) + + + +ActiveRecord::RecordNotFound (Couldn't find Task with 'id'=2): + +app/controllers/tasks_controller.rb:28:in `edit' +Started GET "/tasks/2/edit" for 127.0.0.1 at 2017-09-21 16:20:38 -0700 +Processing by TasksController#edit as HTML + Parameters: {"id"=>"2"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] +Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms) + + + +ActiveRecord::RecordNotFound (Couldn't find Task with 'id'=2): + +app/controllers/tasks_controller.rb:28:in `edit' +Started POST "/tasks/3" for 127.0.0.1 at 2017-09-21 16:20:46 -0700 + +ActionController::RoutingError (No route matches [POST] "/tasks/3"): + +actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' +web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' +web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' +railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call' +rack (2.0.3) lib/rack/method_override.rb:22:in `call' +rack (2.0.3) lib/rack/runtime.rb:22:in `call' +activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call' +rack (2.0.3) lib/rack/sendfile.rb:111:in `call' +railties (5.1.4) lib/rails/engine.rb:522:in `call' +puma (3.10.0) lib/puma/configuration.rb:225:in `call' +puma (3.10.0) lib/puma/server.rb:605:in `handle_request' +puma (3.10.0) lib/puma/server.rb:437:in `process_client' +puma (3.10.0) lib/puma/server.rb:301:in `block in run' +puma (3.10.0) lib/puma/thread_pool.rb:120:in `block in spawn_thread' +Started GET "/tasks/2/edit" for 127.0.0.1 at 2017-09-21 16:20:50 -0700 +Processing by TasksController#edit as HTML + Parameters: {"id"=>"2"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] +Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms) + + + +ActiveRecord::RecordNotFound (Couldn't find Task with 'id'=2): + +app/controllers/tasks_controller.rb:28:in `edit' +Started GET "/tasks/2/edit" for 127.0.0.1 at 2017-09-21 16:20:59 -0700 +Processing by TasksController#edit as HTML + Parameters: {"id"=>"2"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 2], ["LIMIT", 1]] +Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms) + + + +ActiveRecord::RecordNotFound (Couldn't find Task with 'id'=2): + +app/controllers/tasks_controller.rb:28:in `edit' +Started GET "/tasks/" for 127.0.0.1 at 2017-09-21 16:21:37 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.1ms) +Completed 200 OK in 21ms (Views: 18.8ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/3/edit" for 127.0.0.1 at 2017-09-21 16:21:39 -0700 +Processing by TasksController#edit as HTML + Parameters: {"id"=>"3"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]] + Rendering tasks/edit.html.erb within layouts/application + Rendered tasks/edit.html.erb within layouts/application (2.3ms) +Completed 200 OK in 21ms (Views: 18.4ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks/3" for 127.0.0.1 at 2017-09-21 16:21:42 -0700 +Processing by TasksController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"3iqGf3J2irfnMab1NMRsdJL9LGdGpyhSJuSUYHaevLZV352VSCBihP5XU9NiRuJIjJOaqVWWo5tKTA3Q/OAufQ==", "task"=>{"name"=>"Do CS HW", "description"=>"Look at CS50 videos and review notes", "due_date"=>"2017-09-24"}, "commit"=>"Edit that task!", "id"=>"3"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]] +  (0.2ms) begin transaction + SQL (0.5ms) UPDATE "tasks" SET "due_date" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["due_date", "2017-09-24"], ["updated_at", "2017-09-21 23:21:42.676990"], ["id", 3]] +  (0.7ms) commit transaction +Redirected to http://localhost:3000/tasks/3 +Completed 302 Found in 6ms (ActiveRecord: 1.5ms) + + +Started GET "/tasks/3" for 127.0.0.1 at 2017-09-21 16:21:42 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"3"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.8ms) +Completed 200 OK in 18ms (Views: 15.2ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-21 16:21:46 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.4ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.7ms) +Completed 200 OK in 26ms (Views: 24.1ms | ActiveRecord: 0.4ms) + + +Started POST "/tasks/3" for 127.0.0.1 at 2017-09-21 16:21:48 -0700 + +ActionController::RoutingError (No route matches [POST] "/tasks/3"): + +actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' +web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' +web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' +railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call' +rack (2.0.3) lib/rack/method_override.rb:22:in `call' +rack (2.0.3) lib/rack/runtime.rb:22:in `call' +activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call' +rack (2.0.3) lib/rack/sendfile.rb:111:in `call' +railties (5.1.4) lib/rails/engine.rb:522:in `call' +puma (3.10.0) lib/puma/configuration.rb:225:in `call' +puma (3.10.0) lib/puma/server.rb:605:in `handle_request' +puma (3.10.0) lib/puma/server.rb:437:in `process_client' +puma (3.10.0) lib/puma/server.rb:301:in `block in run' +puma (3.10.0) lib/puma/thread_pool.rb:120:in `block in spawn_thread' +Started POST "/tasks/3" for 127.0.0.1 at 2017-09-21 16:22:45 -0700 + +ActionController::RoutingError (No route matches [POST] "/tasks/3"): + +actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' +web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' +web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' +railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call' +rack (2.0.3) lib/rack/method_override.rb:22:in `call' +rack (2.0.3) lib/rack/runtime.rb:22:in `call' +activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call' +rack (2.0.3) lib/rack/sendfile.rb:111:in `call' +railties (5.1.4) lib/rails/engine.rb:522:in `call' +puma (3.10.0) lib/puma/configuration.rb:225:in `call' +puma (3.10.0) lib/puma/server.rb:605:in `handle_request' +puma (3.10.0) lib/puma/server.rb:437:in `process_client' +puma (3.10.0) lib/puma/server.rb:301:in `block in run' +puma (3.10.0) lib/puma/thread_pool.rb:120:in `block in spawn_thread' +Started GET "/tasks/" for 127.0.0.1 at 2017-09-21 16:22:48 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.1ms) +Completed 200 OK in 28ms (Views: 26.4ms | ActiveRecord: 0.2ms) + + +Started DELETE "/tasks/3" for 127.0.0.1 at 2017-09-21 16:22:50 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"4WxrQTt8bKZYjGbYQCTaPCPYUhYSrmEFSguktq2QCtNqmXCrASqElUHqk/4WplQAPbbk2AGf6swmoz0GJ+6YGA==", "id"=>"3"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]] +  (0.1ms) begin transaction + SQL (0.4ms) DELETE FROM "tasks" WHERE "tasks"."id" = ? [["id", 3]] +  (0.7ms) commit transaction +Redirected to http://localhost:3000/tasks/3 +Completed 302 Found in 4ms (ActiveRecord: 1.2ms) + + +Started GET "/tasks/3" for 127.0.0.1 at 2017-09-21 16:22:50 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"3"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]] +Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms) + + + +ActiveRecord::RecordNotFound (Couldn't find Task with 'id'=3): + +app/controllers/tasks_controller.rb:24:in `show' +Started GET "/tasks/3" for 127.0.0.1 at 2017-09-21 16:23:57 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"3"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 3], ["LIMIT", 1]] +Completed 404 Not Found in 7ms (ActiveRecord: 1.2ms) + + + +ActiveRecord::RecordNotFound (Couldn't find Task with 'id'=3): + +app/controllers/tasks_controller.rb:24:in `show' +Started GET "/tasks/3/delete" for 127.0.0.1 at 2017-09-21 16:24:02 -0700 + +ActionController::RoutingError (No route matches [GET] "/tasks/3/delete"): + +actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' +web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' +web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' +railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call' +rack (2.0.3) lib/rack/method_override.rb:22:in `call' +rack (2.0.3) lib/rack/runtime.rb:22:in `call' +activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call' +rack (2.0.3) lib/rack/sendfile.rb:111:in `call' +railties (5.1.4) lib/rails/engine.rb:522:in `call' +puma (3.10.0) lib/puma/configuration.rb:225:in `call' +puma (3.10.0) lib/puma/server.rb:605:in `handle_request' +puma (3.10.0) lib/puma/server.rb:437:in `process_client' +puma (3.10.0) lib/puma/server.rb:301:in `block in run' +puma (3.10.0) lib/puma/thread_pool.rb:120:in `block in spawn_thread' +Started GET "/tasks/3/delete" for 127.0.0.1 at 2017-09-21 16:24:23 -0700 + +ActionController::RoutingError (No route matches [GET] "/tasks/3/delete"): + +actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' +web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' +web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' +railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call' +rack (2.0.3) lib/rack/method_override.rb:22:in `call' +rack (2.0.3) lib/rack/runtime.rb:22:in `call' +activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call' +rack (2.0.3) lib/rack/sendfile.rb:111:in `call' +railties (5.1.4) lib/rails/engine.rb:522:in `call' +puma (3.10.0) lib/puma/configuration.rb:225:in `call' +puma (3.10.0) lib/puma/server.rb:605:in `handle_request' +puma (3.10.0) lib/puma/server.rb:437:in `process_client' +puma (3.10.0) lib/puma/server.rb:301:in `block in run' +puma (3.10.0) lib/puma/thread_pool.rb:120:in `block in spawn_thread' +Started GET "/tasks/3/delete" for 127.0.0.1 at 2017-09-21 16:24:56 -0700 + +ActionController::RoutingError (No route matches [GET] "/tasks/3/delete"): + +actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' +web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' +web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' +railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call' +rack (2.0.3) lib/rack/method_override.rb:22:in `call' +rack (2.0.3) lib/rack/runtime.rb:22:in `call' +activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call' +rack (2.0.3) lib/rack/sendfile.rb:111:in `call' +railties (5.1.4) lib/rails/engine.rb:522:in `call' +puma (3.10.0) lib/puma/configuration.rb:225:in `call' +puma (3.10.0) lib/puma/server.rb:605:in `handle_request' +puma (3.10.0) lib/puma/server.rb:437:in `process_client' +puma (3.10.0) lib/puma/server.rb:301:in `block in run' +puma (3.10.0) lib/puma/thread_pool.rb:120:in `block in spawn_thread' +Started GET "/tasks" for 127.0.0.1 at 2017-09-21 16:25:08 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (109.8ms) +Completed 500 Internal Server Error in 118ms (ActiveRecord: 0.7ms) + + + +ActionView::Template::Error (undefined method `delete_task' for #<#:0x007f99784d6188> +Did you mean? delete_task_url): + 10: + 11: <%= link_to(task.name, task_path(task.id)) %> + 12: <%=button_to "Edit", edit_task_path(task.id), method: :get%> + 13: <%=button_to "Delete", delete_task(task.id), method: :delete %> + 14:

    Mark Complete | Delete

    + 15: + 16: <% end %> + +app/views/tasks/index.html.erb:13:in `block in _app_views_tasks_index_html_erb___4435418077258163873_70148562537200' +app/views/tasks/index.html.erb:8:in `_app_views_tasks_index_html_erb___4435418077258163873_70148562537200' +Started GET "/tasks" for 127.0.0.1 at 2017-09-21 16:25:16 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (133.8ms) +Completed 500 Internal Server Error in 142ms (ActiveRecord: 0.3ms) + + + +ActionView::Template::Error (undefined method `delete_task' for #<#:0x007f9978624a80> +Did you mean? delete_task_url): + 10: + 11: <%= link_to(task.name, task_path(task.id)) %> + 12: <%=button_to "Edit", edit_task_path(task.id), method: :get%> + 13: + 14:

    Mark Complete | Delete

    + 15: + 16: <% end %> + +app/views/tasks/index.html.erb:13:in `block in _app_views_tasks_index_html_erb___4435418077258163873_70148563221300' +app/views/tasks/index.html.erb:8:in `_app_views_tasks_index_html_erb___4435418077258163873_70148563221300' +Started GET "/tasks" for 127.0.0.1 at 2017-09-21 16:25:19 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.4ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (199.8ms) +Completed 500 Internal Server Error in 217ms (ActiveRecord: 0.4ms) + + + +ActionView::Template::Error (undefined method `delete_task' for #<#:0x007f997fbab790> +Did you mean? delete_task_url): + 10: + 11: <%= link_to(task.name, task_path(task.id)) %> + 12: <%=button_to "Edit", edit_task_path(task.id), method: :get%> + 13: + 14:

    Mark Complete | Delete

    + 15: + 16: <% end %> + +app/views/tasks/index.html.erb:13:in `block in _app_views_tasks_index_html_erb___4435418077258163873_70148624846560' +app/views/tasks/index.html.erb:8:in `_app_views_tasks_index_html_erb___4435418077258163873_70148624846560' +Started GET "/tasks" for 127.0.0.1 at 2017-09-21 16:26:04 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (181.8ms) +Completed 500 Internal Server Error in 187ms (ActiveRecord: 0.2ms) + + + +ActionView::Template::Error (undefined local variable or method `task' for #<#:0x007f99808f3c18> +Did you mean? @tasks): + 18: + 19: + 20: + 21: + +app/views/tasks/index.html.erb:21:in `_app_views_tasks_index_html_erb___4435418077258163873_70148562151100' +Started GET "/tasks" for 127.0.0.1 at 2017-09-21 16:26:35 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.6ms) +Completed 200 OK in 24ms (Views: 22.5ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/4/edit" for 127.0.0.1 at 2017-09-21 16:26:38 -0700 +Processing by TasksController#edit as HTML + Parameters: {"id"=>"4"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]] + Rendering tasks/edit.html.erb within layouts/application + Rendered tasks/edit.html.erb within layouts/application (2.2ms) +Completed 200 OK in 22ms (Views: 18.4ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks/4" for 127.0.0.1 at 2017-09-21 16:26:43 -0700 +Processing by TasksController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"aKPg0bEpeg4PL8K7TsOfkcqWBVNhzO7/d5iUFgjslhHjVvs7i3+SPRZJN50YQRGt1PiznXL9ZTYbMA2mgpIE2g==", "task"=>{"name"=>"Plan your week", "description"=>"Take time to answer the important questions", "due_date"=>"2017-09-21"}, "commit"=>"Edit that task!", "id"=>"4"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]] +  (0.0ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "due_date" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["due_date", "2017-09-21"], ["updated_at", "2017-09-21 23:26:43.141017"], ["id", 4]] +  (0.7ms) commit transaction +Redirected to http://localhost:3000/tasks/4 +Completed 302 Found in 4ms (ActiveRecord: 1.2ms) + + +Started GET "/tasks/4" for 127.0.0.1 at 2017-09-21 16:26:43 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"4"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.9ms) +Completed 200 OK in 30ms (Views: 28.3ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-21 16:29:16 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.8ms) +Completed 500 Internal Server Error in 10ms (ActiveRecord: 0.2ms) + + + +ActionView::Template::Error (No route matches {:action=>"destroy", :controller=>"tasks"}, missing required keys: [:id]): + 9:
  • + 10: <%= link_to(task.name, task_path(task.id)) %> + 11: <%=button_to "Edit", edit_task_path(task.id), method: :get%> + 12: <%= link_to "Delete", delete_task_path %> + 13:

    Mark Complete | Delete

    + 14:
  • + 15: <% end %> + +app/views/tasks/index.html.erb:12:in `block in _app_views_tasks_index_html_erb___4435418077258163873_70148563816340' +app/views/tasks/index.html.erb:8:in `_app_views_tasks_index_html_erb___4435418077258163873_70148563816340' +Started GET "/tasks" for 127.0.0.1 at 2017-09-21 16:29:35 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (175.8ms) +Completed 500 Internal Server Error in 182ms (ActiveRecord: 0.2ms) + + + +ActionView::Template::Error (undefined local variable or method `task' for #<#:0x007f997fe1f6c0> +Did you mean? @tasks): + 18: + 19: + 20: + 21: + +app/views/tasks/index.html.erb:21:in `_app_views_tasks_index_html_erb___4435418077258163873_70148626145940' +Started GET "/tasks" for 127.0.0.1 at 2017-09-21 16:29:42 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.9ms) +Completed 200 OK in 28ms (Views: 26.5ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/4" for 127.0.0.1 at 2017-09-21 16:29:44 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"4"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (1.2ms) +Completed 200 OK in 24ms (Views: 21.9ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/4/edit" for 127.0.0.1 at 2017-09-21 16:29:53 -0700 +Processing by TasksController#edit as HTML + Parameters: {"id"=>"4"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]] + Rendering tasks/edit.html.erb within layouts/application + Rendered tasks/edit.html.erb within layouts/application (2.3ms) +Completed 200 OK in 25ms (Views: 22.3ms | ActiveRecord: 0.1ms) + + +Started PATCH "/tasks/4" for 127.0.0.1 at 2017-09-21 16:29:56 -0700 +Processing by TasksController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"bfw8FNnBY5/IKIuZwG6PWfmsoPS52nDW328TtP1QJkyFoq42lL4V28Mb5jxBq4QA1CqLU5bfies076TZ7JcWQw==", "task"=>{"name"=>"Plan your week", "description"=>"Take time to answer the important questions", "due_date"=>"2017-09-21"}, "commit"=>"Edit that task!", "id"=>"4"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]] +  (0.1ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks/4 +Completed 302 Found in 3ms (ActiveRecord: 0.3ms) + + +Started GET "/tasks/4" for 127.0.0.1 at 2017-09-21 16:29:56 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"4"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (10.8ms) +Completed 200 OK in 29ms (Views: 27.2ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/4" for 127.0.0.1 at 2017-09-21 16:32:09 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"4"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.9ms) +Completed 200 OK in 36ms (Views: 22.1ms | ActiveRecord: 1.0ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-21 16:32:11 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.9ms) +Completed 200 OK in 26ms (Views: 24.2ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/13" for 127.0.0.1 at 2017-09-21 16:32:15 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"13"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.9ms) +Completed 200 OK in 26ms (Views: 22.1ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/13/edit" for 127.0.0.1 at 2017-09-21 16:32:18 -0700 +Processing by TasksController#edit as HTML + Parameters: {"id"=>"13"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] + Rendering tasks/edit.html.erb within layouts/application + Rendered tasks/edit.html.erb within layouts/application (3.0ms) +Completed 200 OK in 27ms (Views: 24.4ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-21 16:32:22 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.3ms) +Completed 200 OK in 28ms (Views: 25.4ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/5" for 127.0.0.1 at 2017-09-21 16:32:27 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"5"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (1.7ms) +Completed 200 OK in 26ms (Views: 23.9ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-21 16:33:41 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.7ms) +Completed 200 OK in 32ms (Views: 28.5ms | ActiveRecord: 0.3ms) + + +Started GET "/tasks/5" for 127.0.0.1 at 2017-09-21 16:36:32 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"5"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (1.2ms) +Completed 200 OK in 25ms (Views: 21.5ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/5" for 127.0.0.1 at 2017-09-21 16:36:40 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"5"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.8ms) +Completed 200 OK in 29ms (Views: 26.6ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-21 16:42:22 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (125.4ms) +Completed 500 Internal Server Error in 132ms (ActiveRecord: 0.2ms) + + + +ActionView::Template::Error (undefined method `delete_tasks_path' for #<#:0x007f997874a9a0> +Did you mean? delete_task_path + delete_task_url + edit_task_path): + 9:
  • + 10: <%= link_to(task.name, task_path(task.id)) %> + 11: <%=button_to "Edit", edit_task_path(task.id), method: :get%> + 12: <%= link_to "Delete", delete_tasks_path(task.id) %> + 13:

    Mark Complete | Delete

    + 14:
  • + 15: <% end %> + +app/views/tasks/index.html.erb:12:in `block in _app_views_tasks_index_html_erb___4435418077258163873_70148563819280' +app/views/tasks/index.html.erb:8:in `_app_views_tasks_index_html_erb___4435418077258163873_70148563819280' +Started GET "/tasks" for 127.0.0.1 at 2017-09-21 16:42:37 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.2ms) +Completed 200 OK in 27ms (Views: 24.8ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/4" for 127.0.0.1 at 2017-09-21 16:42:39 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"4"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.9ms) +Completed 200 OK in 37ms (Views: 33.8ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-21 16:47:56 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (11.2ms) +Completed 200 OK in 33ms (Views: 27.2ms | ActiveRecord: 0.9ms) + + +Started DELETE "/tasks/5" for 127.0.0.1 at 2017-09-21 16:47:58 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"UdCFZM+6vpOkcV+QWr8ngags0eAazX+VeXqwlk3N6U3aJZ6O9exWoL0XqrYMPam9tkJnLgn89FwV0ikmx7N7hg==", "id"=>"5"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +  (0.1ms) begin transaction + SQL (0.4ms) DELETE FROM "tasks" WHERE "tasks"."id" = ? [["id", 5]] +  (0.7ms) commit transaction +Redirected to http://localhost:3000/tasks/5 +Completed 302 Found in 4ms (ActiveRecord: 1.3ms) + + +Started GET "/tasks/5" for 127.0.0.1 at 2017-09-21 16:47:58 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"5"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms) + + + +ActiveRecord::RecordNotFound (Couldn't find Task with 'id'=5): + +app/controllers/tasks_controller.rb:24:in `show' +Started DELETE "/tasks/6" for 127.0.0.1 at 2017-09-21 16:48:08 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"UdCFZM+6vpOkcV+QWr8ngags0eAazX+VeXqwlk3N6U3aJZ6O9exWoL0XqrYMPam9tkJnLgn89FwV0ikmx7N7hg==", "id"=>"6"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]] +  (0.0ms) begin transaction + SQL (0.3ms) DELETE FROM "tasks" WHERE "tasks"."id" = ? [["id", 6]] +  (0.6ms) commit transaction +Redirected to http://localhost:3000/tasks/6 +Completed 302 Found in 3ms (ActiveRecord: 1.0ms) + + +Started GET "/tasks/6" for 127.0.0.1 at 2017-09-21 16:48:08 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"6"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]] +Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms) + + + +ActiveRecord::RecordNotFound (Couldn't find Task with 'id'=6): + +app/controllers/tasks_controller.rb:24:in `show' +Started DELETE "/tasks/5" for 127.0.0.1 at 2017-09-21 16:48:19 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"UdCFZM+6vpOkcV+QWr8ngags0eAazX+VeXqwlk3N6U3aJZ6O9exWoL0XqrYMPam9tkJnLgn89FwV0ikmx7N7hg==", "id"=>"5"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms) + + + +ActiveRecord::RecordNotFound (Couldn't find Task with 'id'=5): + +app/controllers/tasks_controller.rb:46:in `destroy' +Started DELETE "/tasks/6" for 127.0.0.1 at 2017-09-21 16:48:45 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"UdCFZM+6vpOkcV+QWr8ngags0eAazX+VeXqwlk3N6U3aJZ6O9exWoL0XqrYMPam9tkJnLgn89FwV0ikmx7N7hg==", "id"=>"6"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]] +Completed 404 Not Found in 1ms (ActiveRecord: 0.2ms) + + + +ActiveRecord::RecordNotFound (Couldn't find Task with 'id'=6): + +app/controllers/tasks_controller.rb:46:in `destroy' +Started DELETE "/tasks/6" for 127.0.0.1 at 2017-09-21 16:48:48 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"UdCFZM+6vpOkcV+QWr8ngags0eAazX+VeXqwlk3N6U3aJZ6O9exWoL0XqrYMPam9tkJnLgn89FwV0ikmx7N7hg==", "id"=>"6"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]] +Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms) + + + +ActiveRecord::RecordNotFound (Couldn't find Task with 'id'=6): + +app/controllers/tasks_controller.rb:46:in `destroy' +Started DELETE "/tasks/4" for 127.0.0.1 at 2017-09-21 16:48:51 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"UdCFZM+6vpOkcV+QWr8ngags0eAazX+VeXqwlk3N6U3aJZ6O9exWoL0XqrYMPam9tkJnLgn89FwV0ikmx7N7hg==", "id"=>"4"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]] +  (0.1ms) begin transaction + SQL (0.3ms) DELETE FROM "tasks" WHERE "tasks"."id" = ? [["id", 4]] +  (1.2ms) commit transaction +Redirected to http://localhost:3000/tasks/4 +Completed 302 Found in 4ms (ActiveRecord: 1.7ms) + + +Started GET "/tasks/4" for 127.0.0.1 at 2017-09-21 16:48:51 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"4"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 4], ["LIMIT", 1]] +Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms) + + + +ActiveRecord::RecordNotFound (Couldn't find Task with 'id'=4): + +app/controllers/tasks_controller.rb:24:in `show' +Started DELETE "/tasks/5" for 127.0.0.1 at 2017-09-21 16:48:54 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"UdCFZM+6vpOkcV+QWr8ngags0eAazX+VeXqwlk3N6U3aJZ6O9exWoL0XqrYMPam9tkJnLgn89FwV0ikmx7N7hg==", "id"=>"5"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 5], ["LIMIT", 1]] +Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms) + + + +ActiveRecord::RecordNotFound (Couldn't find Task with 'id'=5): + +app/controllers/tasks_controller.rb:46:in `destroy' +Started DELETE "/tasks/6" for 127.0.0.1 at 2017-09-21 16:48:57 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"UdCFZM+6vpOkcV+QWr8ngags0eAazX+VeXqwlk3N6U3aJZ6O9exWoL0XqrYMPam9tkJnLgn89FwV0ikmx7N7hg==", "id"=>"6"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 6], ["LIMIT", 1]] +Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms) + + + +ActiveRecord::RecordNotFound (Couldn't find Task with 'id'=6): + +app/controllers/tasks_controller.rb:46:in `destroy' +Started DELETE "/tasks/7" for 127.0.0.1 at 2017-09-21 16:48:59 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"UdCFZM+6vpOkcV+QWr8ngags0eAazX+VeXqwlk3N6U3aJZ6O9exWoL0XqrYMPam9tkJnLgn89FwV0ikmx7N7hg==", "id"=>"7"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]] +  (0.0ms) begin transaction + SQL (0.3ms) DELETE FROM "tasks" WHERE "tasks"."id" = ? [["id", 7]] +  (0.7ms) commit transaction +Redirected to http://localhost:3000/tasks/7 +Completed 302 Found in 3ms (ActiveRecord: 1.1ms) + + +Started GET "/tasks/7" for 127.0.0.1 at 2017-09-21 16:48:59 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"7"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 7], ["LIMIT", 1]] +Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms) + + + +ActiveRecord::RecordNotFound (Couldn't find Task with 'id'=7): + +app/controllers/tasks_controller.rb:24:in `show' +Started DELETE "/tasks/8" for 127.0.0.1 at 2017-09-21 16:49:03 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"UdCFZM+6vpOkcV+QWr8ngags0eAazX+VeXqwlk3N6U3aJZ6O9exWoL0XqrYMPam9tkJnLgn89FwV0ikmx7N7hg==", "id"=>"8"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]] +  (0.1ms) begin transaction + SQL (0.3ms) DELETE FROM "tasks" WHERE "tasks"."id" = ? [["id", 8]] +  (1.2ms) commit transaction +Redirected to http://localhost:3000/tasks/8 +Completed 302 Found in 4ms (ActiveRecord: 1.6ms) + + +Started GET "/tasks/8" for 127.0.0.1 at 2017-09-21 16:49:03 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"8"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 8], ["LIMIT", 1]] +Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms) + + + +ActiveRecord::RecordNotFound (Couldn't find Task with 'id'=8): + +app/controllers/tasks_controller.rb:24:in `show' +Started GET "/tasks" for 127.0.0.1 at 2017-09-21 16:49:20 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (10.7ms) +Completed 500 Internal Server Error in 19ms (ActiveRecord: 0.8ms) + + + +ActionView::Template::Error (No route matches {:action=>"destroy", :controller=>"tasks"}, missing required keys: [:id]): + 9:
  • + 10: <%= link_to(task.name, task_path(task.id)) %> + 11: <%=button_to "Edit", edit_task_path(task.id), method: :get%> + 12: <%= link_to "Delete", delete_task_path, method: :delete %> + 13:

    Mark Complete

    + 14:
  • + 15: <% end %> + +app/views/tasks/index.html.erb:12:in `block in _app_views_tasks_index_html_erb___4435418077258163873_70148641490280' +app/views/tasks/index.html.erb:8:in `_app_views_tasks_index_html_erb___4435418077258163873_70148641490280' +Started GET "/tasks" for 127.0.0.1 at 2017-09-21 16:49:55 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (20.2ms) +Completed 500 Internal Server Error in 29ms (ActiveRecord: 0.9ms) + + + +ActionView::Template::Error (No route matches {:action=>"destroy", :controller=>"tasks"}, missing required keys: [:id]): + 9:
  • + 10: <%= link_to(task.name, task_path(task.id)) %> + 11: <%=button_to "Edit", edit_task_path(task.id), method: :get%> + 12: <%= link_to "Delete", delete_task_path, method: :delete %> + 13:

    Mark Complete

    + 14:
  • + 15: <% end %> + +app/views/tasks/index.html.erb:12:in `block in _app_views_tasks_index_html_erb___4435418077258163873_70148612540700' +app/views/tasks/index.html.erb:8:in `_app_views_tasks_index_html_erb___4435418077258163873_70148612540700' +Started GET "/tasks/" for 127.0.0.1 at 2017-09-21 16:50:04 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.2ms) +Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.1ms) + + + +ActionView::Template::Error (No route matches {:action=>"destroy", :controller=>"tasks"}, missing required keys: [:id]): + 9:
  • + 10: <%= link_to(task.name, task_path(task.id)) %> + 11: <%=button_to "Edit", edit_task_path(task.id), method: :get%> + 12: <%= link_to "Delete", delete_task_path, method: :delete %> + 13:

    Mark Complete

    + 14:
  • + 15: <% end %> + +app/views/tasks/index.html.erb:12:in `block in _app_views_tasks_index_html_erb___4435418077258163873_70148573867180' +app/views/tasks/index.html.erb:8:in `_app_views_tasks_index_html_erb___4435418077258163873_70148573867180' +Started GET "/" for 127.0.0.1 at 2017-09-21 16:50:11 -0700 +Processing by Rails::WelcomeController#index as HTML + Rendering /Users/biciclysta/.rvm/gems/ruby-2.4.0/gems/railties-5.1.4/lib/rails/templates/rails/welcome/index.html.erb + Rendered /Users/biciclysta/.rvm/gems/ruby-2.4.0/gems/railties-5.1.4/lib/rails/templates/rails/welcome/index.html.erb (3.1ms) +Completed 200 OK in 9ms (Views: 5.7ms | ActiveRecord: 0.0ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-21 16:50:18 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.2ms) +Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.2ms) + + + +ActionView::Template::Error (No route matches {:action=>"destroy", :controller=>"tasks"}, missing required keys: [:id]): + 9:
  • + 10: <%= link_to(task.name, task_path(task.id)) %> + 11: <%=button_to "Edit", edit_task_path(task.id), method: :get%> + 12: <%= link_to "Delete", delete_task_path, method: :delete %> + 13:

    Mark Complete

    + 14:
  • + 15: <% end %> + +app/views/tasks/index.html.erb:12:in `block in _app_views_tasks_index_html_erb___4435418077258163873_70148573313560' +app/views/tasks/index.html.erb:8:in `_app_views_tasks_index_html_erb___4435418077258163873_70148573313560' +Started GET "/tasks" for 127.0.0.1 at 2017-09-21 16:51:06 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.0ms) +Completed 200 OK in 24ms (Views: 21.9ms | ActiveRecord: 0.2ms) + + +Started DELETE "/tasks/10" for 127.0.0.1 at 2017-09-21 16:51:08 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"vLw/zZd1E06nQVZeK8uywOGXnr9ekLXKMD1JzdtI+cY3SSQnrSP7fb4no3h9STz8//kocU2hPgNcldB9UTZrDQ==", "id"=>"10"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]] +  (0.0ms) begin transaction + SQL (0.3ms) DELETE FROM "tasks" WHERE "tasks"."id" = ? [["id", 10]] +  (1.1ms) commit transaction +Redirected to http://localhost:3000/tasks/10 +Completed 302 Found in 4ms (ActiveRecord: 1.6ms) + + +Started GET "/tasks/10" for 127.0.0.1 at 2017-09-21 16:51:08 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"10"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]] +Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms) + + + +ActiveRecord::RecordNotFound (Couldn't find Task with 'id'=10): + +app/controllers/tasks_controller.rb:24:in `show' +Started DELETE "/tasks/10" for 127.0.0.1 at 2017-09-21 16:51:13 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"vLw/zZd1E06nQVZeK8uywOGXnr9ekLXKMD1JzdtI+cY3SSQnrSP7fb4no3h9STz8//kocU2hPgNcldB9UTZrDQ==", "id"=>"10"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 10], ["LIMIT", 1]] +Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms) + + + +ActiveRecord::RecordNotFound (Couldn't find Task with 'id'=10): + +app/controllers/tasks_controller.rb:46:in `destroy' +Started DELETE "/tasks/11" for 127.0.0.1 at 2017-09-21 16:51:16 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"vLw/zZd1E06nQVZeK8uywOGXnr9ekLXKMD1JzdtI+cY3SSQnrSP7fb4no3h9STz8//kocU2hPgNcldB9UTZrDQ==", "id"=>"11"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]] +  (0.1ms) begin transaction + SQL (0.4ms) DELETE FROM "tasks" WHERE "tasks"."id" = ? [["id", 11]] +  (1.1ms) commit transaction +Redirected to http://localhost:3000/tasks/11 +Completed 302 Found in 4ms (ActiveRecord: 1.7ms) + + +Started GET "/tasks/11" for 127.0.0.1 at 2017-09-21 16:51:16 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"11"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 11], ["LIMIT", 1]] +Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms) + + + +ActiveRecord::RecordNotFound (Couldn't find Task with 'id'=11): + +app/controllers/tasks_controller.rb:24:in `show' +Started GET "/tasks" for 127.0.0.1 at 2017-09-21 16:51:47 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (10.6ms) +Completed 200 OK in 33ms (Views: 26.8ms | ActiveRecord: 0.8ms) + + +Started DELETE "/tasks/9" for 127.0.0.1 at 2017-09-21 16:51:49 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"mNySDi15wv9JteXxqHiK5wBg94NDJwtSyJYqtF/K2bgTKYnkFy8qzFDTENf++gTbHg5BTVAWgJukPrME1bRLcw==", "id"=>"9"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +  (0.1ms) begin transaction + SQL (0.4ms) DELETE FROM "tasks" WHERE "tasks"."id" = ? [["id", 9]] +  (1.1ms) commit transaction +Redirected to http://localhost:3000/tasks/9 +Completed 302 Found in 5ms (ActiveRecord: 1.7ms) + + +Started GET "/tasks/9" for 127.0.0.1 at 2017-09-21 16:51:49 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"9"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 9], ["LIMIT", 1]] +Completed 404 Not Found in 2ms (ActiveRecord: 0.2ms) + + + +ActiveRecord::RecordNotFound (Couldn't find Task with 'id'=9): + +app/controllers/tasks_controller.rb:24:in `show' +Started DELETE "/tasks/12" for 127.0.0.1 at 2017-09-21 16:51:56 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"mNySDi15wv9JteXxqHiK5wBg94NDJwtSyJYqtF/K2bgTKYnkFy8qzFDTENf++gTbHg5BTVAWgJukPrME1bRLcw==", "id"=>"12"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]] +  (0.1ms) begin transaction + SQL (0.5ms) DELETE FROM "tasks" WHERE "tasks"."id" = ? [["id", 12]] +  (1.2ms) commit transaction +Redirected to http://localhost:3000/tasks/12 +Completed 302 Found in 4ms (ActiveRecord: 2.0ms) + + +Started GET "/tasks/12" for 127.0.0.1 at 2017-09-21 16:51:56 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"12"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]] +Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms) + + + +ActiveRecord::RecordNotFound (Couldn't find Task with 'id'=12): + +app/controllers/tasks_controller.rb:24:in `show' +Started DELETE "/tasks/13" for 127.0.0.1 at 2017-09-21 16:52:02 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"mNySDi15wv9JteXxqHiK5wBg94NDJwtSyJYqtF/K2bgTKYnkFy8qzFDTENf++gTbHg5BTVAWgJukPrME1bRLcw==", "id"=>"13"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +  (0.1ms) begin transaction + SQL (0.3ms) DELETE FROM "tasks" WHERE "tasks"."id" = ? [["id", 13]] +  (1.1ms) commit transaction +Redirected to http://localhost:3000/tasks/13 +Completed 302 Found in 4ms (ActiveRecord: 1.7ms) + + +Started GET "/tasks/13" for 127.0.0.1 at 2017-09-21 16:52:02 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"13"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms) + + + +ActiveRecord::RecordNotFound (Couldn't find Task with 'id'=13): + +app/controllers/tasks_controller.rb:24:in `show' +Started DELETE "/tasks/12" for 127.0.0.1 at 2017-09-21 16:52:06 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"mNySDi15wv9JteXxqHiK5wBg94NDJwtSyJYqtF/K2bgTKYnkFy8qzFDTENf++gTbHg5BTVAWgJukPrME1bRLcw==", "id"=>"12"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]] +Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms) + + + +ActiveRecord::RecordNotFound (Couldn't find Task with 'id'=12): + +app/controllers/tasks_controller.rb:46:in `destroy' +Started DELETE "/tasks/13" for 127.0.0.1 at 2017-09-21 16:52:09 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"mNySDi15wv9JteXxqHiK5wBg94NDJwtSyJYqtF/K2bgTKYnkFy8qzFDTENf++gTbHg5BTVAWgJukPrME1bRLcw==", "id"=>"13"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 13], ["LIMIT", 1]] +Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms) + + + +ActiveRecord::RecordNotFound (Couldn't find Task with 'id'=13): + +app/controllers/tasks_controller.rb:46:in `destroy' +Started DELETE "/tasks/12" for 127.0.0.1 at 2017-09-21 16:52:12 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"mNySDi15wv9JteXxqHiK5wBg94NDJwtSyJYqtF/K2bgTKYnkFy8qzFDTENf++gTbHg5BTVAWgJukPrME1bRLcw==", "id"=>"12"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 12], ["LIMIT", 1]] +Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms) + + + +ActiveRecord::RecordNotFound (Couldn't find Task with 'id'=12): + +app/controllers/tasks_controller.rb:46:in `destroy' +Started GET "/tasks" for 127.0.0.1 at 2017-09-21 16:52:17 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.1ms) +Completed 200 OK in 21ms (Views: 18.5ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-21 16:52:25 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.1ms) +Completed 200 OK in 19ms (Views: 16.9ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/new" for 127.0.0.1 at 2017-09-21 16:52:29 -0700 +Processing by TasksController#new as HTML + Rendering tasks/new.html.erb within layouts/application + Rendered tasks/new.html.erb within layouts/application (2.8ms) +Completed 200 OK in 30ms (Views: 27.5ms | ActiveRecord: 0.0ms) + + +Started POST "/tasks" for 127.0.0.1 at 2017-09-21 16:52:36 -0700 +Processing by TasksController#create as HTML + Parameters: {"authenticity_token"=>"2VPZ5j+1R1CG5FfC/tFuj7TDhT25M7ae3yqG8uZMVUE8uv9AkaWr5FlZqY2tozIAjtiMhSAB4Q7EQbSm/Jer1g==", "utf8"=>"✓", "task"=>{"name"=>"call mom", "description"=>"hello", "due_date"=>"2017-09-22"}, "commit"=>"Add that task!"} +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "tasks" ("name", "description", "due_date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "call mom"], ["description", "hello"], ["due_date", "2017-09-22"], ["created_at", "2017-09-21 23:52:36.530447"], ["updated_at", "2017-09-21 23:52:36.530447"]] +  (0.7ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 3ms (ActiveRecord: 1.0ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-21 16:52:36 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.8ms) +Completed 200 OK in 20ms (Views: 17.8ms | ActiveRecord: 0.2ms) + + +Started DELETE "/tasks/14" for 127.0.0.1 at 2017-09-21 16:52:38 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"sq01ebMURvR9oOd4xwvhsC5VF3VEyRcW+4WUKL+ZFLc5WC6TiUKux2TGEl6RiW+MMDuhu1f4nN+XLQ2YNeeGfA==", "id"=>"14"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]] +  (0.1ms) begin transaction + SQL (0.3ms) DELETE FROM "tasks" WHERE "tasks"."id" = ? [["id", 14]] +  (1.1ms) commit transaction +Redirected to http://localhost:3000/tasks/14 +Completed 302 Found in 4ms (ActiveRecord: 1.7ms) + + +Started GET "/tasks/14" for 127.0.0.1 at 2017-09-21 16:52:38 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"14"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 14], ["LIMIT", 1]] +Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms) + + + +ActiveRecord::RecordNotFound (Couldn't find Task with 'id'=14): + +app/controllers/tasks_controller.rb:24:in `show' +Started GET "/tasks/" for 127.0.0.1 at 2017-09-21 16:52:49 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.0ms) +Completed 200 OK in 18ms (Views: 16.6ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/new" for 127.0.0.1 at 2017-09-21 16:52:52 -0700 +Processing by TasksController#new as HTML + Rendering tasks/new.html.erb within layouts/application + Rendered tasks/new.html.erb within layouts/application (2.6ms) +Completed 200 OK in 24ms (Views: 22.0ms | ActiveRecord: 0.0ms) + + +Started POST "/tasks" for 127.0.0.1 at 2017-09-21 16:52:58 -0700 +Processing by TasksController#create as HTML + Parameters: {"authenticity_token"=>"0emqG3fH93H/kuBBKvArnYOIwBq6c0V0zour9qSUuIU0AIy92dcbxSAvHg55gncSuZPJoiNBEuTV4Jmivk9GEg==", "utf8"=>"✓", "task"=>{"name"=>"Call dad", "description"=>"jeldnfjs", "due_date"=>""}, "commit"=>"Add that task!"} +  (0.1ms) begin transaction + SQL (0.4ms) INSERT INTO "tasks" ("name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Call dad"], ["description", "jeldnfjs"], ["created_at", "2017-09-21 23:52:58.302811"], ["updated_at", "2017-09-21 23:52:58.302811"]] +  (0.6ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 4ms (ActiveRecord: 1.1ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-21 16:52:58 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.4ms) +Completed 200 OK in 22ms (Views: 19.5ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/new" for 127.0.0.1 at 2017-09-21 16:53:01 -0700 +Processing by TasksController#new as HTML + Rendering tasks/new.html.erb within layouts/application + Rendered tasks/new.html.erb within layouts/application (2.4ms) +Completed 200 OK in 28ms (Views: 25.6ms | ActiveRecord: 0.0ms) + + +Started POST "/tasks" for 127.0.0.1 at 2017-09-21 16:53:08 -0700 +Processing by TasksController#create as HTML + Parameters: {"authenticity_token"=>"iX3Gu2718/jbA/wo8AmVK9w1cNk8kBOKsZignYUVbV9slOAdwOUfTAS+Ameje8mk5i55YaWiRBqq85LJn86TyA==", "utf8"=>"✓", "task"=>{"name"=>"bibi", "description"=>"njdsl", "due_date"=>"2017-09-25"}, "commit"=>"Add that task!"} +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "tasks" ("name", "description", "due_date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "bibi"], ["description", "njdsl"], ["due_date", "2017-09-25"], ["created_at", "2017-09-21 23:53:08.413685"], ["updated_at", "2017-09-21 23:53:08.413685"]] +  (0.8ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 3ms (ActiveRecord: 1.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-21 16:53:08 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.8ms) +Completed 200 OK in 19ms (Views: 16.7ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/16" for 127.0.0.1 at 2017-09-21 16:53:11 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"16"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 16], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.8ms) +Completed 200 OK in 33ms (Views: 30.0ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/16/edit" for 127.0.0.1 at 2017-09-21 16:53:13 -0700 +Processing by TasksController#edit as HTML + Parameters: {"id"=>"16"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 16], ["LIMIT", 1]] + Rendering tasks/edit.html.erb within layouts/application + Rendered tasks/edit.html.erb within layouts/application (2.4ms) +Completed 200 OK in 22ms (Views: 18.5ms | ActiveRecord: 0.1ms) + + +Started PATCH "/tasks/16" for 127.0.0.1 at 2017-09-21 16:53:17 -0700 +Processing by TasksController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"yEOXxlHoU9Eot6HSuWuK5vC8DIe4qpQ5U/e0TYdRS31QTcFYy2w2f6clmRgWy6beKU5hkzOCX05fCgkXSD957A==", "task"=>{"name"=>"bibi", "description"=>"hello there", "due_date"=>"2017-09-25"}, "commit"=>"Edit that task!", "id"=>"16"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 16], ["LIMIT", 1]] +  (0.0ms) begin transaction + SQL (0.2ms) UPDATE "tasks" SET "description" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["description", "hello there"], ["updated_at", "2017-09-21 23:53:17.565710"], ["id", 16]] +  (0.6ms) commit transaction +Redirected to http://localhost:3000/tasks/16 +Completed 302 Found in 3ms (ActiveRecord: 1.0ms) + + +Started GET "/tasks/16" for 127.0.0.1 at 2017-09-21 16:53:17 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"16"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 16], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.9ms) +Completed 200 OK in 21ms (Views: 18.6ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-21 16:53:20 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.7ms) +Completed 200 OK in 24ms (Views: 21.3ms | ActiveRecord: 0.1ms) + + +Started DELETE "/tasks/15" for 127.0.0.1 at 2017-09-21 16:56:55 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"j5qS6rDKBMK+mtBTECNNX7NEbDFJJH00XbkGY7HI1f4Eb4kAipzs8af8JXVGocNjrSra/1oV9v0xEZ/TO7ZHNQ==", "id"=>"15"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]] +  (0.0ms) begin transaction + SQL (0.4ms) DELETE FROM "tasks" WHERE "tasks"."id" = ? [["id", 15]] +  (0.6ms) commit transaction +Redirected to http://localhost:3000/tasks/15 +Completed 302 Found in 16ms (ActiveRecord: 2.0ms) + + +Started GET "/tasks/15" for 127.0.0.1 at 2017-09-21 16:56:56 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"15"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 15], ["LIMIT", 1]] +Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms) + + + +ActiveRecord::RecordNotFound (Couldn't find Task with 'id'=15): + +app/controllers/tasks_controller.rb:24:in `show' + Task Load (1.7ms) SELECT "tasks".* FROM "tasks" LIMIT ? [["LIMIT", 11]] +Started GET "/tasks" for 127.0.0.1 at 2017-09-21 17:03:57 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (9.4ms) +Completed 200 OK in 36ms (Views: 31.0ms | ActiveRecord: 0.8ms) + + +Started DELETE "/tasks/16/delete" for 127.0.0.1 at 2017-09-21 17:03:59 -0700 + +ActionController::RoutingError (No route matches [DELETE] "/tasks/16/delete"): + +actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' +web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' +web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' +railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call' +rack (2.0.3) lib/rack/method_override.rb:22:in `call' +rack (2.0.3) lib/rack/runtime.rb:22:in `call' +activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call' +rack (2.0.3) lib/rack/sendfile.rb:111:in `call' +railties (5.1.4) lib/rails/engine.rb:522:in `call' +puma (3.10.0) lib/puma/configuration.rb:225:in `call' +puma (3.10.0) lib/puma/server.rb:605:in `handle_request' +puma (3.10.0) lib/puma/server.rb:437:in `process_client' +puma (3.10.0) lib/puma/server.rb:301:in `block in run' +puma (3.10.0) lib/puma/thread_pool.rb:120:in `block in spawn_thread' +Started DELETE "/tasks/16/delete" for 127.0.0.1 at 2017-09-21 17:04:34 -0700 + +ActionController::RoutingError (No route matches [DELETE] "/tasks/16/delete"): + +actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' +web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' +web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' +railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call' +rack (2.0.3) lib/rack/method_override.rb:22:in `call' +rack (2.0.3) lib/rack/runtime.rb:22:in `call' +activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call' +rack (2.0.3) lib/rack/sendfile.rb:111:in `call' +railties (5.1.4) lib/rails/engine.rb:522:in `call' +puma (3.10.0) lib/puma/configuration.rb:225:in `call' +puma (3.10.0) lib/puma/server.rb:605:in `handle_request' +puma (3.10.0) lib/puma/server.rb:437:in `process_client' +puma (3.10.0) lib/puma/server.rb:301:in `block in run' +puma (3.10.0) lib/puma/thread_pool.rb:120:in `block in spawn_thread' +Started GET "/tasks/" for 127.0.0.1 at 2017-09-21 17:04:39 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (9.5ms) +Completed 200 OK in 32ms (Views: 27.2ms | ActiveRecord: 0.8ms) + + +Started DELETE "/tasks/16/delete" for 127.0.0.1 at 2017-09-21 17:04:41 -0700 + +ActionController::RoutingError (No route matches [DELETE] "/tasks/16/delete"): + +actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' +web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' +web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' +railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call' +rack (2.0.3) lib/rack/method_override.rb:22:in `call' +rack (2.0.3) lib/rack/runtime.rb:22:in `call' +activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call' +rack (2.0.3) lib/rack/sendfile.rb:111:in `call' +railties (5.1.4) lib/rails/engine.rb:522:in `call' +puma (3.10.0) lib/puma/configuration.rb:225:in `call' +puma (3.10.0) lib/puma/server.rb:605:in `handle_request' +puma (3.10.0) lib/puma/server.rb:437:in `process_client' +puma (3.10.0) lib/puma/server.rb:301:in `block in run' +puma (3.10.0) lib/puma/thread_pool.rb:120:in `block in spawn_thread' +Started DELETE "/tasks/16/delete" for 127.0.0.1 at 2017-09-21 17:07:01 -0700 + +SyntaxError (/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/config/routes.rb:17: syntax error, unexpected keyword_end): + +config/routes.rb:17: syntax error, unexpected keyword_end +Started DELETE "/tasks/16/delete" for 127.0.0.1 at 2017-09-21 17:07:14 -0700 + +ActionController::RoutingError (No route matches [DELETE] "/tasks/16/delete"): + +actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' +web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' +web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' +railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call' +rack (2.0.3) lib/rack/method_override.rb:22:in `call' +rack (2.0.3) lib/rack/runtime.rb:22:in `call' +activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call' +rack (2.0.3) lib/rack/sendfile.rb:111:in `call' +railties (5.1.4) lib/rails/engine.rb:522:in `call' +puma (3.10.0) lib/puma/configuration.rb:225:in `call' +puma (3.10.0) lib/puma/server.rb:605:in `handle_request' +puma (3.10.0) lib/puma/server.rb:437:in `process_client' +puma (3.10.0) lib/puma/server.rb:301:in `block in run' +puma (3.10.0) lib/puma/thread_pool.rb:120:in `block in spawn_thread' +Started DELETE "/tasks/16/delete" for 127.0.0.1 at 2017-09-21 17:07:40 -0700 + +ActionController::RoutingError (No route matches [DELETE] "/tasks/16/delete"): + +actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' +web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' +web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' +railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call' +rack (2.0.3) lib/rack/method_override.rb:22:in `call' +rack (2.0.3) lib/rack/runtime.rb:22:in `call' +activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call' +rack (2.0.3) lib/rack/sendfile.rb:111:in `call' +railties (5.1.4) lib/rails/engine.rb:522:in `call' +puma (3.10.0) lib/puma/configuration.rb:225:in `call' +puma (3.10.0) lib/puma/server.rb:605:in `handle_request' +puma (3.10.0) lib/puma/server.rb:437:in `process_client' +puma (3.10.0) lib/puma/server.rb:301:in `block in run' +puma (3.10.0) lib/puma/thread_pool.rb:120:in `block in spawn_thread' +Started GET "/tasks/16/" for 127.0.0.1 at 2017-09-21 17:07:46 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"16"} + Task Load (0.4ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 16], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.9ms) +Completed 200 OK in 49ms (Views: 21.8ms | ActiveRecord: 1.1ms) + + +Started GET "/tasks/16/edit" for 127.0.0.1 at 2017-09-21 17:07:49 -0700 +Processing by TasksController#edit as HTML + Parameters: {"id"=>"16"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 16], ["LIMIT", 1]] + Rendering tasks/edit.html.erb within layouts/application + Rendered tasks/edit.html.erb within layouts/application (4.1ms) +Completed 200 OK in 27ms (Views: 23.8ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-21 17:07:55 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.0ms) +Completed 200 OK in 27ms (Views: 24.5ms | ActiveRecord: 0.2ms) + + +Started DELETE "/tasks/16" for 127.0.0.1 at 2017-09-21 17:07:56 -0700 + +ActionController::RoutingError (uninitialized constant TaskController): + +activesupport (5.1.4) lib/active_support/inflector/methods.rb:269:in `const_get' +activesupport (5.1.4) lib/active_support/inflector/methods.rb:269:in `block in constantize' +activesupport (5.1.4) lib/active_support/inflector/methods.rb:267:in `each' +activesupport (5.1.4) lib/active_support/inflector/methods.rb:267:in `inject' +activesupport (5.1.4) lib/active_support/inflector/methods.rb:267:in `constantize' +actionpack (5.1.4) lib/action_dispatch/http/request.rb:85:in `controller_class_for' +actionpack (5.1.4) lib/action_dispatch/http/request.rb:78:in `controller_class' +actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:43:in `controller' +actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:29:in `serve' +actionpack (5.1.4) lib/action_dispatch/journey/router.rb:50:in `block in serve' +actionpack (5.1.4) lib/action_dispatch/journey/router.rb:33:in `each' +actionpack (5.1.4) lib/action_dispatch/journey/router.rb:33:in `serve' +actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:834:in `call' +rack (2.0.3) lib/rack/etag.rb:25:in `call' +rack (2.0.3) lib/rack/conditional_get.rb:38:in `call' +rack (2.0.3) lib/rack/head.rb:12:in `call' +rack (2.0.3) lib/rack/session/abstract/id.rb:232:in `context' +rack (2.0.3) lib/rack/session/abstract/id.rb:226:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/cookies.rb:613:in `call' +activerecord (5.1.4) lib/active_record/migration.rb:556:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/callbacks.rb:26:in `block in call' +activesupport (5.1.4) lib/active_support/callbacks.rb:97:in `run_callbacks' +actionpack (5.1.4) lib/action_dispatch/middleware/callbacks.rb:24:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call' +web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' +web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' +railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call' +rack (2.0.3) lib/rack/method_override.rb:22:in `call' +rack (2.0.3) lib/rack/runtime.rb:22:in `call' +activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call' +rack (2.0.3) lib/rack/sendfile.rb:111:in `call' +railties (5.1.4) lib/rails/engine.rb:522:in `call' +puma (3.10.0) lib/puma/configuration.rb:225:in `call' +puma (3.10.0) lib/puma/server.rb:605:in `handle_request' +puma (3.10.0) lib/puma/server.rb:437:in `process_client' +puma (3.10.0) lib/puma/server.rb:301:in `block in run' +puma (3.10.0) lib/puma/thread_pool.rb:120:in `block in spawn_thread' +Started GET "/tasks/" for 127.0.0.1 at 2017-09-21 17:18:25 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.5ms) +Completed 200 OK in 23ms (Views: 21.5ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/16/edit" for 127.0.0.1 at 2017-09-21 17:18:34 -0700 +Processing by TasksController#edit as HTML + Parameters: {"id"=>"16"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 16], ["LIMIT", 1]] + Rendering tasks/edit.html.erb within layouts/application + Rendered tasks/edit.html.erb within layouts/application (1.9ms) +Completed 200 OK in 23ms (Views: 20.6ms | ActiveRecord: 0.1ms) + + +Started PATCH "/tasks/16" for 127.0.0.1 at 2017-09-21 17:18:38 -0700 +Processing by TasksController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"Ewy8SxRh5h2Zn6ndP79957QfAeDyOvW5OqZQ4qH1AQqY+aehLjcOLoD5XPtpPfPbqnG3LuELfnBWDslSK4uTwQ==", "task"=>{"name"=>"bibi", "description"=>"hello there", "due_date"=>"2017-09-26"}, "commit"=>"Edit that task!", "id"=>"16"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 16], ["LIMIT", 1]] +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "due_date" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["due_date", "2017-09-26"], ["updated_at", "2017-09-22 00:18:38.544489"], ["id", 16]] +  (0.7ms) commit transaction +Redirected to http://localhost:3000/tasks/16 +Completed 302 Found in 16ms (ActiveRecord: 1.2ms) + + +Started GET "/tasks/16" for 127.0.0.1 at 2017-09-21 17:18:38 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"16"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 16], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.8ms) +Completed 200 OK in 19ms (Views: 16.5ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/16/edit" for 127.0.0.1 at 2017-09-21 17:18:40 -0700 +Processing by TasksController#edit as HTML + Parameters: {"id"=>"16"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 16], ["LIMIT", 1]] + Rendering tasks/edit.html.erb within layouts/application + Rendered tasks/edit.html.erb within layouts/application (2.3ms) +Completed 200 OK in 27ms (Views: 23.6ms | ActiveRecord: 0.1ms) + + +Started PATCH "/tasks/16" for 127.0.0.1 at 2017-09-21 17:18:43 -0700 +Processing by TasksController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"78CW7JC6qWbtlZStecs4TXtNKOc8sdHYfNOywhF2NA13zsByCj7MyGIHrGfWaxR1or9F87eZGq9wLg+Y3hgGnA==", "task"=>{"name"=>"bibi", "description"=>"hello ", "due_date"=>"2017-09-26"}, "commit"=>"Edit that task!", "id"=>"16"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 16], ["LIMIT", 1]] +  (0.0ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "description" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["description", "hello "], ["updated_at", "2017-09-22 00:18:43.361514"], ["id", 16]] +  (2.8ms) commit transaction +Redirected to http://localhost:3000/tasks/16 +Completed 302 Found in 6ms (ActiveRecord: 3.3ms) + + +Started GET "/tasks/16" for 127.0.0.1 at 2017-09-21 17:18:43 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"16"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 16], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.9ms) +Completed 200 OK in 20ms (Views: 17.4ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/16/edit" for 127.0.0.1 at 2017-09-21 17:18:45 -0700 +Processing by TasksController#edit as HTML + Parameters: {"id"=>"16"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 16], ["LIMIT", 1]] + Rendering tasks/edit.html.erb within layouts/application + Rendered tasks/edit.html.erb within layouts/application (2.2ms) +Completed 200 OK in 27ms (Views: 24.0ms | ActiveRecord: 0.1ms) + + +Started PATCH "/tasks/16" for 127.0.0.1 at 2017-09-21 17:18:49 -0700 +Processing by TasksController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"2y6XGYy+3H+BRjG9NiVz4svGHTQaI57YK9kKh56ej2BDIMGHFjq50Q7UCXeZhV/aEjRwIJELVa8nJLfdUfC98Q==", "task"=>{"name"=>"world", "description"=>"hello ", "due_date"=>"2017-09-26"}, "commit"=>"Edit that task!", "id"=>"16"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 16], ["LIMIT", 1]] +  (0.0ms) begin transaction + SQL (0.4ms) UPDATE "tasks" SET "name" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["name", "world"], ["updated_at", "2017-09-22 00:18:49.953646"], ["id", 16]] +  (0.8ms) commit transaction +Redirected to http://localhost:3000/tasks/16 +Completed 302 Found in 5ms (ActiveRecord: 1.5ms) + + +Started GET "/tasks/16" for 127.0.0.1 at 2017-09-21 17:18:49 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"16"} + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 16], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (1.0ms) +Completed 200 OK in 20ms (Views: 17.8ms | ActiveRecord: 0.3ms) + + +Started GET "/tasks/16/edit" for 127.0.0.1 at 2017-09-21 17:18:54 -0700 +Processing by TasksController#edit as HTML + Parameters: {"id"=>"16"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 16], ["LIMIT", 1]] + Rendering tasks/edit.html.erb within layouts/application + Rendered tasks/edit.html.erb within layouts/application (2.2ms) +Completed 200 OK in 24ms (Views: 21.3ms | ActiveRecord: 0.1ms) + + +Started PATCH "/tasks/16" for 127.0.0.1 at 2017-09-21 17:18:58 -0700 +Processing by TasksController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"6EHpFWk8+HCUdaXyTMSkD5IBOoy6PSowVQQRau/I2+dwT7+L87id3hvnnTjjZIg3S/NXmDEV4UdZ+awwIKbpdg==", "task"=>{"name"=>"world", "description"=>"hello ", "due_date"=>"2017-09-26"}, "commit"=>"Edit that task!", "id"=>"16"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 16], ["LIMIT", 1]] +  (0.0ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks/16 +Completed 302 Found in 2ms (ActiveRecord: 0.2ms) + + +Started GET "/tasks/16" for 127.0.0.1 at 2017-09-21 17:18:58 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"16"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 16], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.9ms) +Completed 200 OK in 21ms (Views: 18.2ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-21 17:19:04 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.8ms) +Completed 200 OK in 33ms (Views: 30.5ms | ActiveRecord: 0.2ms) + + +Started DELETE "/tasks/16" for 127.0.0.1 at 2017-09-21 17:19:06 -0700 + +ActionController::RoutingError (uninitialized constant TaskController): + +activesupport (5.1.4) lib/active_support/inflector/methods.rb:269:in `const_get' +activesupport (5.1.4) lib/active_support/inflector/methods.rb:269:in `block in constantize' +activesupport (5.1.4) lib/active_support/inflector/methods.rb:267:in `each' +activesupport (5.1.4) lib/active_support/inflector/methods.rb:267:in `inject' +activesupport (5.1.4) lib/active_support/inflector/methods.rb:267:in `constantize' +actionpack (5.1.4) lib/action_dispatch/http/request.rb:85:in `controller_class_for' +actionpack (5.1.4) lib/action_dispatch/http/request.rb:78:in `controller_class' +actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:43:in `controller' +actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:29:in `serve' +actionpack (5.1.4) lib/action_dispatch/journey/router.rb:50:in `block in serve' +actionpack (5.1.4) lib/action_dispatch/journey/router.rb:33:in `each' +actionpack (5.1.4) lib/action_dispatch/journey/router.rb:33:in `serve' +actionpack (5.1.4) lib/action_dispatch/routing/route_set.rb:834:in `call' +rack (2.0.3) lib/rack/etag.rb:25:in `call' +rack (2.0.3) lib/rack/conditional_get.rb:38:in `call' +rack (2.0.3) lib/rack/head.rb:12:in `call' +rack (2.0.3) lib/rack/session/abstract/id.rb:232:in `context' +rack (2.0.3) lib/rack/session/abstract/id.rb:226:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/cookies.rb:613:in `call' +activerecord (5.1.4) lib/active_record/migration.rb:556:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/callbacks.rb:26:in `block in call' +activesupport (5.1.4) lib/active_support/callbacks.rb:97:in `run_callbacks' +actionpack (5.1.4) lib/action_dispatch/middleware/callbacks.rb:24:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:59:in `call' +web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' +web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' +railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call' +rack (2.0.3) lib/rack/method_override.rb:22:in `call' +rack (2.0.3) lib/rack/runtime.rb:22:in `call' +activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call' +rack (2.0.3) lib/rack/sendfile.rb:111:in `call' +railties (5.1.4) lib/rails/engine.rb:522:in `call' +puma (3.10.0) lib/puma/configuration.rb:225:in `call' +puma (3.10.0) lib/puma/server.rb:605:in `handle_request' +puma (3.10.0) lib/puma/server.rb:437:in `process_client' +puma (3.10.0) lib/puma/server.rb:301:in `block in run' +puma (3.10.0) lib/puma/thread_pool.rb:120:in `block in spawn_thread' +Started GET "/tasks" for 127.0.0.1 at 2017-09-21 17:19:38 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (9.4ms) +Completed 200 OK in 32ms (Views: 25.8ms | ActiveRecord: 0.8ms) + + +Started DELETE "/tasks/16" for 127.0.0.1 at 2017-09-21 17:19:40 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"DYsDbjaNX5FPQZDTLKFUjk89ajoLFeFcFnsaDvdlQBqGfhiEDNu3olYnZfV6I9qyUVPc9BgkapV604O+fRvS0Q==", "id"=>"16"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 16], ["LIMIT", 1]] +Redirected to http://localhost:3000/tasks/16 +Completed 302 Found in 2ms (ActiveRecord: 0.2ms) + + +Started GET "/tasks/16" for 127.0.0.1 at 2017-09-21 17:19:40 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"16"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 16], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.8ms) +Completed 200 OK in 22ms (Views: 19.5ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/16" for 127.0.0.1 at 2017-09-21 17:25:43 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"16"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 16], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (1.0ms) +Completed 200 OK in 43ms (Views: 29.5ms | ActiveRecord: 0.8ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-21 17:25:46 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.7ms) +Completed 200 OK in 20ms (Views: 17.9ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-21 17:25:48 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.8ms) +Completed 200 OK in 21ms (Views: 19.1ms | ActiveRecord: 0.2ms) + + +Started DELETE "/tasks/16" for 127.0.0.1 at 2017-09-21 17:25:50 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"NVH39Evt4iu/mNVGL1Ivd8mujHM869hyAKJ1rNggG+iwxPNLHAganQynpaBls15GfdDRgvLNym2rw5mkUmbNsQ==", "id"=>"16"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 16], ["LIMIT", 1]] +Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.1ms) + + + +NoMethodError (undefined method `destroy' for nil:NilClass): + +app/controllers/tasks_controller.rb:47:in `destroy' +Started DELETE "/tasks/16" for 127.0.0.1 at 2017-09-21 17:26:11 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"NVH39Evt4iu/mNVGL1Ivd8mujHM869hyAKJ1rNggG+iwxPNLHAganQynpaBls15GfdDRgvLNym2rw5mkUmbNsQ==", "id"=>"16"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 16], ["LIMIT", 1]] +Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms) + + + +NoMethodError (undefined method `destroy' for nil:NilClass): + +app/controllers/tasks_controller.rb:47:in `destroy' +Started GET "/tasks/" for 127.0.0.1 at 2017-09-21 17:26:14 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.6ms) +Completed 200 OK in 21ms (Views: 19.6ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/" for 127.0.0.1 at 2017-09-21 17:26:29 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (18.7ms) +Completed 200 OK in 56ms (Views: 51.8ms | ActiveRecord: 1.2ms) + + +Started DELETE "/tasks/16" for 127.0.0.1 at 2017-09-21 17:26:31 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"C4tHi3In4myMdgivAZXhkAJwNPKexA5o6q2CuZC4KzyAflxhSHEKX5UQ/YlXF2+sHB6CPI31haGGBRsJGsa59w==", "id"=>"16"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", nil], ["LIMIT", 1]] +Completed 404 Not Found in 3ms (ActiveRecord: 0.2ms) + + + +ActiveRecord::RecordNotFound (Couldn't find Task with 'id'={:id=>"16"}): + +app/controllers/tasks_controller.rb:46:in `destroy' +Started DELETE "/tasks/16" for 127.0.0.1 at 2017-09-21 17:26:37 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"C4tHi3In4myMdgivAZXhkAJwNPKexA5o6q2CuZC4KzyAflxhSHEKX5UQ/YlXF2+sHB6CPI31haGGBRsJGsa59w==", "id"=>"16"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", nil], ["LIMIT", 1]] +Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms) + + + +ActiveRecord::RecordNotFound (Couldn't find Task with 'id'={:id=>"16"}): + +app/controllers/tasks_controller.rb:46:in `destroy' +Started GET "/tasks/16" for 127.0.0.1 at 2017-09-21 17:26:41 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"16"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 16], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.9ms) +Completed 200 OK in 18ms (Views: 16.1ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-21 17:26:47 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.2ms) +Completed 200 OK in 25ms (Views: 22.2ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-21 17:30:20 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (10.6ms) +Completed 200 OK in 47ms (Views: 42.0ms | ActiveRecord: 0.9ms) + + +Started DELETE "/tasks/16" for 127.0.0.1 at 2017-09-21 17:30:23 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"bfLDB0Y2s6mmMJ4v9WblujxT2ps4XZc+c0IBaJ+bKuPoZ8e4EdNLHxUP7sm/h5SLiC2HavZ7hSHYI+1gFd38ug==", "id"=>"16"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 16], ["LIMIT", 1]] +  (0.2ms) begin transaction + SQL (0.4ms) DELETE FROM "tasks" WHERE "tasks"."id" = ? [["id", 16]] +  (1.1ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 5ms (ActiveRecord: 1.9ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-21 17:30:23 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.0ms) +Completed 200 OK in 19ms (Views: 16.9ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/new" for 127.0.0.1 at 2017-09-21 17:30:25 -0700 +Processing by TasksController#new as HTML + Rendering tasks/new.html.erb within layouts/application + Rendered tasks/new.html.erb within layouts/application (2.5ms) +Completed 200 OK in 25ms (Views: 23.0ms | ActiveRecord: 0.0ms) + + +Started POST "/tasks" for 127.0.0.1 at 2017-09-21 17:30:33 -0700 +Processing by TasksController#create as HTML + Parameters: {"authenticity_token"=>"ltI7fhcryFzxYnB6XAgwYVWcmWGjrhWm1O7JWGLQhb5zOx3YuTsk6C7fjjUPemzub4eQ2TqcQjbPhfsMeAt7KQ==", "utf8"=>"✓", "task"=>{"name"=>"bibi", "description"=>"hello world", "due_date"=>"2017-09-22"}, "commit"=>"Add that task!"} +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "tasks" ("name", "description", "due_date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "bibi"], ["description", "hello world"], ["due_date", "2017-09-22"], ["created_at", "2017-09-22 00:30:33.065090"], ["updated_at", "2017-09-22 00:30:33.065090"]] +  (3.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 6ms (ActiveRecord: 3.4ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-21 17:30:33 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.5ms) +Completed 200 OK in 18ms (Views: 15.8ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/new" for 127.0.0.1 at 2017-09-21 17:30:35 -0700 +Processing by TasksController#new as HTML + Rendering tasks/new.html.erb within layouts/application + Rendered tasks/new.html.erb within layouts/application (2.7ms) +Completed 200 OK in 26ms (Views: 23.7ms | ActiveRecord: 0.0ms) + + +Started POST "/tasks" for 127.0.0.1 at 2017-09-21 17:30:43 -0700 +Processing by TasksController#create as HTML + Parameters: {"authenticity_token"=>"GYcbkOVVvelimMacavlmNZBHsNrcNwf4t3zDFM5nknP8bj02S0VRXb0lONM5izq6qly5YkUFUGisF/FA1Lxs5A==", "utf8"=>"✓", "task"=>{"name"=>"javi", "description"=>"hello ", "due_date"=>"2017-09-25"}, "commit"=>"Add that task!"} +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "tasks" ("name", "description", "due_date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "javi"], ["description", "hello "], ["due_date", "2017-09-25"], ["created_at", "2017-09-22 00:30:43.183033"], ["updated_at", "2017-09-22 00:30:43.183033"]] +  (0.8ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 3ms (ActiveRecord: 1.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-21 17:30:43 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.2ms) +Completed 200 OK in 24ms (Views: 22.5ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/new" for 127.0.0.1 at 2017-09-21 17:30:44 -0700 +Processing by TasksController#new as HTML + Rendering tasks/new.html.erb within layouts/application + Rendered tasks/new.html.erb within layouts/application (2.2ms) +Completed 200 OK in 24ms (Views: 21.4ms | ActiveRecord: 0.0ms) + + +Started POST "/tasks" for 127.0.0.1 at 2017-09-21 17:30:57 -0700 +Processing by TasksController#create as HTML + Parameters: {"authenticity_token"=>"S//LdcCn8qJ7WocWRwDoJ5u5H2ChxtcM9bfW1INNZkWuFu3TbrceFqTneVkUcrSooaIW2Dj0gJzu3OSAmZaY0g==", "utf8"=>"✓", "task"=>{"name"=>"write letter to dad", "description"=>"need stationary", "due_date"=>"today"}, "commit"=>"Add that task!"} +  (0.1ms) begin transaction + SQL (0.4ms) INSERT INTO "tasks" ("name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "write letter to dad"], ["description", "need stationary"], ["created_at", "2017-09-22 00:30:57.977464"], ["updated_at", "2017-09-22 00:30:57.977464"]] +  (0.7ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 4ms (ActiveRecord: 1.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-21 17:30:57 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.8ms) +Completed 200 OK in 26ms (Views: 24.4ms | ActiveRecord: 0.2ms) + + +Started DELETE "/tasks/19" for 127.0.0.1 at 2017-09-21 17:31:00 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"JveoUNPINUSSaG9fFq3MvSXvWU+M7DBqFbLDwXSwYemtArO66Z7dd4sOmnlAL0KBO4HvgZ/du6N5Glpx/s7zIg==", "id"=>"19"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 19], ["LIMIT", 1]] +  (0.1ms) begin transaction + SQL (0.3ms) DELETE FROM "tasks" WHERE "tasks"."id" = ? [["id", 19]] +  (1.1ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 4ms (ActiveRecord: 1.6ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-21 17:31:00 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.0ms) +Completed 200 OK in 29ms (Views: 27.4ms | ActiveRecord: 0.3ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-21 17:32:28 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.7ms) +Completed 500 Internal Server Error in 10ms (ActiveRecord: 0.2ms) + + + +ActionView::Template::Error (undefined method `id' for nil:NilClass): + 11: <%=button_to "Edit", edit_task_path(task.id), method: :get%> + 12: + 13: + 14: <%= link_to 'Delete',url_for(action: :delete,id: @task.id),method: :delete, data: {confirm: "Are you sure?"} %> + 15: + 16:

    Mark Complete

    + 17: + +app/views/tasks/index.html.erb:14:in `block in _app_views_tasks_index_html_erb___4435418077258163873_70148563035160' +app/views/tasks/index.html.erb:8:in `_app_views_tasks_index_html_erb___4435418077258163873_70148563035160' +Started GET "/tasks" for 127.0.0.1 at 2017-09-21 17:33:22 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.6ms) +Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.0ms) + + + +SyntaxError (/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:14: syntax error, unexpected ')', expecting => +te, delete_task_path(task.id)),method: :delete, data: {confi + ^): + +app/views/tasks/index.html.erb:14: syntax error, unexpected ')', expecting => +Started GET "/tasks" for 127.0.0.1 at 2017-09-21 17:33:35 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.6ms) +Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.2ms) + + + +ActionView::Template::Error (undefined method `id' for nil:NilClass): + 11: <%=button_to "Edit", edit_task_path(task.id), method: :get%> + 12: + 13: + 14: <%= link_to 'Delete', url_for(action: :delete, id: @task.id),method: :delete, data: {confirm: "Are you sure?"} %> + 15: + 16:

    Mark Complete

    + 17: + +app/views/tasks/index.html.erb:14:in `block in _app_views_tasks_index_html_erb___4435418077258163873_70148574622560' +app/views/tasks/index.html.erb:8:in `_app_views_tasks_index_html_erb___4435418077258163873_70148574622560' +Started GET "/tasks" for 127.0.0.1 at 2017-09-21 17:33:47 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (6.0ms) +Completed 500 Internal Server Error in 12ms (ActiveRecord: 0.2ms) + + + +ActionView::Template::Error (No route matches {:action=>"delete", :controller=>"tasks", :id=>17}): + 11: <%=button_to "Edit", edit_task_path(task.id), method: :get%> + 12: + 13: + 14: <%= link_to 'Delete', url_for(action: :delete, id: task.id),method: :delete, data: {confirm: "Are you sure?"} %> + 15: + 16:

    Mark Complete

    + 17: + +app/views/tasks/index.html.erb:14:in `block in _app_views_tasks_index_html_erb___4435418077258163873_70148645014240' +app/views/tasks/index.html.erb:8:in `_app_views_tasks_index_html_erb___4435418077258163873_70148645014240' +Started GET "/tasks" for 127.0.0.1 at 2017-09-21 17:33:58 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.4ms) +Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.1ms) + + + +ActionView::Template::Error (No route matches {:action=>"delete", :controller=>"tasks", :id=>17}): + 11: <%=button_to "Edit", edit_task_path(task.id), method: :get%> + 12: + 13: + 14: <%= link_to 'Delete', url_for(action: :delete, id: task.id),method: :delete, data: {confirm: "Are you sure?"} %> + 15: + 16:

    Mark Complete

    + 17: + +app/views/tasks/index.html.erb:14:in `block in _app_views_tasks_index_html_erb___4435418077258163873_70148645410280' +app/views/tasks/index.html.erb:8:in `_app_views_tasks_index_html_erb___4435418077258163873_70148645410280' +Started GET "/tasks" for 127.0.0.1 at 2017-09-21 17:34:02 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.7ms) +Completed 500 Internal Server Error in 10ms (ActiveRecord: 0.2ms) + + + +ActionView::Template::Error (No route matches {:action=>"delete", :controller=>"tasks", :id=>17}): + 11: <%=button_to "Edit", edit_task_path(task.id), method: :get%> + 12: + 13: + 14: + 15: + 16:

    Mark Complete

    + 17: + +app/views/tasks/index.html.erb:14:in `block in _app_views_tasks_index_html_erb___4435418077258163873_70148563571940' +app/views/tasks/index.html.erb:8:in `_app_views_tasks_index_html_erb___4435418077258163873_70148563571940' +Started GET "/tasks" for 127.0.0.1 at 2017-09-21 17:34:07 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.9ms) +Completed 200 OK in 29ms (Views: 26.8ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/17/edit" for 127.0.0.1 at 2017-09-21 17:34:11 -0700 +Processing by TasksController#edit as HTML + Parameters: {"id"=>"17"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 17], ["LIMIT", 1]] + Rendering tasks/edit.html.erb within layouts/application + Rendered tasks/edit.html.erb within layouts/application (2.4ms) +Completed 200 OK in 23ms (Views: 20.0ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-21 17:39:05 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.1ms) +Completed 200 OK in 27ms (Views: 24.6ms | ActiveRecord: 0.2ms) + + +Started DELETE "/tasks/17" for 127.0.0.1 at 2017-09-21 17:39:06 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"9+X2sfJsu5QC2wo8UMVr68A1IQDjbFRBqbcpFmoJtKJ8EO1byDpTpxu9/xoGR+XX3luXzvBd34jFH7Cm4HcmaQ==", "id"=>"17"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 17], ["LIMIT", 1]] +  (0.1ms) begin transaction + SQL (0.3ms) DELETE FROM "tasks" WHERE "tasks"."id" = ? [["id", 17]] +  (0.7ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 3ms (ActiveRecord: 1.1ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-21 17:39:06 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.5ms) +Completed 200 OK in 19ms (Views: 17.3ms | ActiveRecord: 0.3ms) + + +Started DELETE "/tasks/18" for 127.0.0.1 at 2017-09-21 17:39:08 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"gYLKKfK8ceVGOCGu9luhVoZtUEZ8nT/ro3aYWK6t+38Kd9HDyOqZ1l9e1Iig2S9qmAPmiG+stCLP3gHoJNNptA==", "id"=>"18"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 18], ["LIMIT", 1]] +  (0.0ms) begin transaction + SQL (0.3ms) DELETE FROM "tasks" WHERE "tasks"."id" = ? [["id", 18]] +  (1.2ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 4ms (ActiveRecord: 1.6ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-21 17:39:08 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.5ms) +Completed 200 OK in 19ms (Views: 17.5ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/new" for 127.0.0.1 at 2017-09-21 17:52:29 -0700 +Processing by TasksController#new as HTML + Rendering tasks/new.html.erb within layouts/application + Rendered tasks/new.html.erb within layouts/application (2.9ms) +Completed 200 OK in 29ms (Views: 26.5ms | ActiveRecord: 0.0ms) + + +Started POST "/tasks" for 127.0.0.1 at 2017-09-21 17:52:33 -0700 +Processing by TasksController#create as HTML + Parameters: {"authenticity_token"=>"dvjWtGvTS2hXbBHHPyXV3p5yrTzNY+b+WcMgXF5l8BKTEfASxcOn3IjR74hsV4lRpGmkhFRRsW5CqBIIRL4OhQ==", "utf8"=>"✓", "task"=>{"name"=>"Call dad", "description"=>"", "due_date"=>""}, "commit"=>"Add that task!"} +  (0.1ms) begin transaction + SQL (0.4ms) INSERT INTO "tasks" ("name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Call dad"], ["description", ""], ["created_at", "2017-09-22 00:52:33.578642"], ["updated_at", "2017-09-22 00:52:33.578642"]] +  (0.7ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 3ms (ActiveRecord: 1.1ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-21 17:52:33 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.7ms) +Completed 200 OK in 21ms (Views: 18.5ms | ActiveRecord: 0.2ms) + + +Started DELETE "/tasks/20" for 127.0.0.1 at 2017-09-21 17:52:35 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"645j5LNe97d7BSZlXE9kpXyI5aJ4RZ71+sYy/ojbF5hge3gOiQgfhGJj00MKzeqZYuZTbGt0FTyWbqtOAqWFUw==", "id"=>"20"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 20], ["LIMIT", 1]] +  (0.1ms) begin transaction + SQL (0.3ms) DELETE FROM "tasks" WHERE "tasks"."id" = ? [["id", 20]] +  (1.2ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 4ms (ActiveRecord: 1.7ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-21 17:52:35 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.1ms) +Completed 200 OK in 22ms (Views: 20.4ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-21 17:56:58 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.2ms) +Completed 200 OK in 26ms (Views: 23.5ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/new" for 127.0.0.1 at 2017-09-21 17:57:00 -0700 +Processing by TasksController#new as HTML + Rendering tasks/new.html.erb within layouts/application + Rendered tasks/new.html.erb within layouts/application (2.6ms) +Completed 200 OK in 26ms (Views: 23.9ms | ActiveRecord: 0.0ms) + + +Started POST "/tasks" for 127.0.0.1 at 2017-09-21 17:57:05 -0700 +Processing by TasksController#create as HTML + Parameters: {"authenticity_token"=>"0OL+3h5spHjPN5nkT5AGo8k2TTypCkm+QP7XlB0isYk1C9h4sHxIzBCKZ6sc4los8y1EhDA4Hi5bleXAB/lPHg==", "utf8"=>"✓", "task"=>{"name"=>"Call dad", "description"=>"reflect on week 6", "due_date"=>""}, "commit"=>"Add that task!"} +  (0.1ms) begin transaction + SQL (0.4ms) INSERT INTO "tasks" ("name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", "Call dad"], ["description", "reflect on week 6"], ["created_at", "2017-09-22 00:57:05.663057"], ["updated_at", "2017-09-22 00:57:05.663057"]] +  (0.9ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 3ms (ActiveRecord: 1.3ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-21 17:57:05 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.7ms) +Completed 200 OK in 22ms (Views: 19.9ms | ActiveRecord: 0.2ms) + + +Started DELETE "/tasks/21" for 127.0.0.1 at 2017-09-21 17:57:15 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"bY277p8aQ0fPV6LjPIqaXwxScrTpf6931/pWvtJ9AQ/meKAEpUyrdNYxV8VqCBRjEjzEevpOJL67Us8OWAOTxA==", "id"=>"21"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 21], ["LIMIT", 1]] +  (0.1ms) begin transaction + SQL (0.3ms) DELETE FROM "tasks" WHERE "tasks"."id" = ? [["id", 21]] +  (1.2ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 5ms (ActiveRecord: 1.7ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-21 17:57:15 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.4ms) +Completed 200 OK in 20ms (Views: 18.4ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/new" for 127.0.0.1 at 2017-09-21 18:00:37 -0700 +Processing by TasksController#new as HTML + Rendering tasks/new.html.erb within layouts/application + Rendered tasks/new.html.erb within layouts/application (2.3ms) +Completed 200 OK in 31ms (Views: 28.4ms | ActiveRecord: 0.0ms) + + +Started POST "/tasks" for 127.0.0.1 at 2017-09-21 18:00:46 -0700 +Processing by TasksController#create as HTML + Parameters: {"authenticity_token"=>"lM1jPlHdjMhzPqWfkRFopapfHYPma3KnlKH1if0ICT1xJEWY/81gfKyDW9DCYzQqkEQUO39ZJTePysfd59P3qg==", "utf8"=>"✓", "task"=>{"name"=>"call dad", "description"=>"give him a ring ", "due_date"=>"2017-09-24"}, "commit"=>"Add that task!"} +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "tasks" ("name", "description", "due_date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "call dad"], ["description", "give him a ring "], ["due_date", "2017-09-24"], ["created_at", "2017-09-22 01:00:46.946147"], ["updated_at", "2017-09-22 01:00:46.946147"]] +  (0.6ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 3ms (ActiveRecord: 1.0ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-21 18:00:46 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.3ms) +Completed 200 OK in 19ms (Views: 17.1ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/new" for 127.0.0.1 at 2017-09-21 18:00:48 -0700 +Processing by TasksController#new as HTML + Rendering tasks/new.html.erb within layouts/application + Rendered tasks/new.html.erb within layouts/application (2.5ms) +Completed 200 OK in 24ms (Views: 21.5ms | ActiveRecord: 0.0ms) + + +Started POST "/tasks" for 127.0.0.1 at 2017-09-21 18:00:58 -0700 +Processing by TasksController#create as HTML + Parameters: {"authenticity_token"=>"RwC7nDpuCiKMD8Ddac+YyYUDhaM1EDP5jwxudtUuDQai6Z06lH7mllOyPpI6vcRGvxiMG6wiZGmUZ1wiz/XzkQ==", "utf8"=>"✓", "task"=>{"name"=>"Fill out the form", "description"=>"make sure it is complete", "due_date"=>"2017-09-25"}, "commit"=>"Add that task!"} +  (0.1ms) begin transaction + SQL (0.4ms) INSERT INTO "tasks" ("name", "description", "due_date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Fill out the form"], ["description", "make sure it is complete"], ["due_date", "2017-09-25"], ["created_at", "2017-09-22 01:00:58.975761"], ["updated_at", "2017-09-22 01:00:58.975761"]] +  (2.9ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 6ms (ActiveRecord: 3.3ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-21 18:00:58 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.4ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.4ms) +Completed 200 OK in 29ms (Views: 27.4ms | ActiveRecord: 0.4ms) + + +Started GET "/tasks/new" for 127.0.0.1 at 2017-09-21 18:01:00 -0700 +Processing by TasksController#new as HTML + Rendering tasks/new.html.erb within layouts/application + Rendered tasks/new.html.erb within layouts/application (2.3ms) +Completed 200 OK in 24ms (Views: 22.0ms | ActiveRecord: 0.0ms) + + +Started POST "/tasks" for 127.0.0.1 at 2017-09-21 18:01:13 -0700 +Processing by TasksController#create as HTML + Parameters: {"authenticity_token"=>"zgQiRKZBl30H6HxX7NtVyWBVuG+uBWgvZrZB5O7ycO4r7QTiCFF7ydhVghi/qQlGWk6x1zc3P7993XOw9CmOeQ==", "utf8"=>"✓", "task"=>{"name"=>"Take time to relax", "description"=>"hello there, i am talking to you", "due_date"=>"2017-09-30"}, "commit"=>"Add that task!"} +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "tasks" ("name", "description", "due_date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Take time to relax"], ["description", "hello there, i am talking to you"], ["due_date", "2017-09-30"], ["created_at", "2017-09-22 01:01:13.549519"], ["updated_at", "2017-09-22 01:01:13.549519"]] +  (1.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 6ms (ActiveRecord: 1.4ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-21 18:01:13 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.4ms) +Completed 200 OK in 25ms (Views: 22.7ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/new" for 127.0.0.1 at 2017-09-21 18:01:15 -0700 +Processing by TasksController#new as HTML + Rendering tasks/new.html.erb within layouts/application + Rendered tasks/new.html.erb within layouts/application (2.4ms) +Completed 200 OK in 23ms (Views: 20.8ms | ActiveRecord: 0.0ms) + + +Started POST "/tasks" for 127.0.0.1 at 2017-09-21 18:01:29 -0700 +Processing by TasksController#create as HTML + Parameters: {"authenticity_token"=>"3VESK8+9i4wQONEbaT6xUwS0HaSTxsM1xT8aeBIsRJA4uDSNYa1nOM+FL1Q6TO3cPq8UHAr0lKXeVCgsCPe6Bw==", "utf8"=>"✓", "task"=>{"name"=>"pack for the trip tomorrow ", "description"=>"make sure you have all your shit", "due_date"=>"2017-09-25"}, "commit"=>"Add that task!"} +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "tasks" ("name", "description", "due_date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "pack for the trip tomorrow "], ["description", "make sure you have all your shit"], ["due_date", "2017-09-25"], ["created_at", "2017-09-22 01:01:29.030881"], ["updated_at", "2017-09-22 01:01:29.030881"]] +  (0.6ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 3ms (ActiveRecord: 1.0ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-21 18:01:29 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.6ms) +Completed 200 OK in 20ms (Views: 18.2ms | ActiveRecord: 0.3ms) + + +Started GET "/tasks/23/edit" for 127.0.0.1 at 2017-09-21 18:01:43 -0700 +Processing by TasksController#edit as HTML + Parameters: {"id"=>"23"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 23], ["LIMIT", 1]] + Rendering tasks/edit.html.erb within layouts/application + Rendered tasks/edit.html.erb within layouts/application (2.0ms) +Completed 200 OK in 20ms (Views: 17.7ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks/23" for 127.0.0.1 at 2017-09-21 18:01:47 -0700 +Processing by TasksController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"7gva0U9FIqJKNc67W6bo+EOkF7lZlorhZF7tk6VNXDBl/sE7dRPKkVNTO50NJGbEXcqhd0qnASgI9nQjLzPO+w==", "task"=>{"name"=>"Fill out the form", "description"=>"make sure it is complete", "due_date"=>"2017-09-24"}, "commit"=>"Edit that task!", "id"=>"23"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 23], ["LIMIT", 1]] +  (0.0ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "due_date" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["due_date", "2017-09-24"], ["updated_at", "2017-09-22 01:01:48.001078"], ["id", 23]] +  (0.6ms) commit transaction +Redirected to http://localhost:3000/tasks/23 +Completed 302 Found in 4ms (ActiveRecord: 1.0ms) + + +Started GET "/tasks/23" for 127.0.0.1 at 2017-09-21 18:01:48 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"23"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 23], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (1.5ms) +Completed 200 OK in 20ms (Views: 17.8ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-21 18:01:59 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.5ms) +Completed 200 OK in 35ms (Views: 32.8ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/22" for 127.0.0.1 at 2017-09-21 18:02:06 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"22"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 22], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (1.1ms) +Completed 200 OK in 24ms (Views: 22.0ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-21 18:02:33 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.6ms) +Completed 200 OK in 25ms (Views: 23.3ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/22" for 127.0.0.1 at 2017-09-21 18:02:34 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"22"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 22], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (1.0ms) +Completed 200 OK in 23ms (Views: 20.1ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/24" for 127.0.0.1 at 2017-09-21 18:02:38 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"24"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 24], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (1.1ms) +Completed 200 OK in 23ms (Views: 19.7ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/25" for 127.0.0.1 at 2017-09-21 18:02:41 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"25"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 25], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.9ms) +Completed 200 OK in 23ms (Views: 20.0ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-22 08:45:41 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (1.6ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (41.1ms) +Completed 200 OK in 137ms (Views: 116.6ms | ActiveRecord: 1.6ms) + + +Started DELETE "/tasks/22" for 127.0.0.1 at 2017-09-22 08:45:50 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"fDbrQBz8XuUGWcF2id91PCf97pOhcm0aK+UkpgZPaJT3w/CqJqq21h8/NFDfXfsAOZNYXbJD5tNHTb0WjDH6Xw==", "id"=>"22"} + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 22], ["LIMIT", 1]] +  (0.2ms) begin transaction + SQL (0.3ms) DELETE FROM "tasks" WHERE "tasks"."id" = ? [["id", 22]] +  (0.7ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 10ms (ActiveRecord: 1.5ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-22 08:45:50 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.0ms) +Completed 200 OK in 39ms (Views: 36.9ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-22 08:52:14 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (16.0ms) +Completed 200 OK in 42ms (Views: 35.6ms | ActiveRecord: 0.9ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-22 08:52:16 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.9ms) +Completed 200 OK in 25ms (Views: 22.5ms | ActiveRecord: 0.3ms) + + +Started DELETE "/tasks/23" for 127.0.0.1 at 2017-09-22 08:52:18 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"FID4KQ0MyDi40K1rHtQERvB2WJvcjx2camYTl5d1/2efdePDN1ogC6G2WE1IVop67hjuVc++llUGzoonHQttrA==", "id"=>"23"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 23], ["LIMIT", 1]] +  (0.1ms) begin transaction + SQL (0.3ms) DELETE FROM "tasks" WHERE "tasks"."id" = ? [["id", 23]] +  (1.2ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 5ms (ActiveRecord: 1.7ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-22 08:52:18 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.6ms) +Completed 200 OK in 22ms (Views: 19.8ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-22 09:00:22 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.1ms) +Completed 200 OK in 22ms (Views: 20.0ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-22 09:57:21 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.5ms) +Completed 200 OK in 21ms (Views: 19.2ms | ActiveRecord: 0.2ms) + + +Started DELETE "/tasks/25" for 127.0.0.1 at 2017-09-22 09:57:26 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"v7a1vfVURH+5QB7djdm3h4GA2OzckUgbHOIu4mtZhxA0Q65XzwKsTKAm6/vbWzm7n+5uIs+gw9JwSrdS4ScV2w==", "id"=>"25"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 25], ["LIMIT", 1]] +  (0.1ms) begin transaction + SQL (0.3ms) DELETE FROM "tasks" WHERE "tasks"."id" = ? [["id", 25]] +  (0.7ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 4ms (ActiveRecord: 1.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-22 09:57:26 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.8ms) +Completed 200 OK in 35ms (Views: 32.0ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/new" for 127.0.0.1 at 2017-09-22 09:57:29 -0700 +Processing by TasksController#new as HTML + Rendering tasks/new.html.erb within layouts/application + Rendered tasks/new.html.erb within layouts/application (3.9ms) +Completed 200 OK in 30ms (Views: 26.9ms | ActiveRecord: 0.0ms) + + +Started POST "/tasks" for 127.0.0.1 at 2017-09-22 09:57:47 -0700 +Processing by TasksController#create as HTML + Parameters: {"authenticity_token"=>"yDG2ItnIhrRniVDXVAjInWRVo+yQsRQyXVjnD8YCx54t2JCEd9hqALg0rpgHepQSXk6qVAmDQ6JGM9Vb3Nk5CQ==", "utf8"=>"✓", "task"=>{"name"=>"read book", "description"=>"read the new brene brown book", "due_date"=>"2017-09-30"}, "commit"=>"Add that task!"} +  (0.1ms) begin transaction + SQL (0.6ms) INSERT INTO "tasks" ("name", "description", "due_date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "read book"], ["description", "read the new brene brown book"], ["due_date", "2017-09-30"], ["created_at", "2017-09-22 16:57:47.908410"], ["updated_at", "2017-09-22 16:57:47.908410"]] +  (1.2ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 8ms (ActiveRecord: 1.9ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-22 09:57:47 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.5ms) +Completed 200 OK in 20ms (Views: 18.6ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-22 09:58:15 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.5ms) +Completed 200 OK in 22ms (Views: 20.1ms | ActiveRecord: 0.3ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-22 09:59:48 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (34.4ms) +Completed 200 OK in 65ms (Views: 58.6ms | ActiveRecord: 1.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-22 10:35:28 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.8ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.2ms) +Completed 200 OK in 53ms (Views: 50.7ms | ActiveRecord: 0.8ms) + + +Started GET "/tasks/new" for 127.0.0.1 at 2017-09-22 10:35:33 -0700 +Processing by TasksController#new as HTML + Rendering tasks/new.html.erb within layouts/application + Rendered tasks/new.html.erb within layouts/application (6.7ms) +Completed 200 OK in 46ms (Views: 43.7ms | ActiveRecord: 0.0ms) + + +Started POST "/tasks" for 127.0.0.1 at 2017-09-22 10:35:40 -0700 +Processing by TasksController#create as HTML + Parameters: {"authenticity_token"=>"0F4Lc/02khLoy+NZif0SBVfoZXCEENd4ja5JMP15lVQ1ty3VUyZ+pjd2HRbaj06KbfNsyB0igOiWxXtk56Jrww==", "utf8"=>"✓", "task"=>{"name"=>"Call dad", "description"=>"peaches and apples", "due_date"=>"2017-09-22"}, "commit"=>"Add that task!"} +  (0.1ms) begin transaction + SQL (0.4ms) INSERT INTO "tasks" ("name", "description", "due_date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Call dad"], ["description", "peaches and apples"], ["due_date", "2017-09-22"], ["created_at", "2017-09-22 17:35:40.781202"], ["updated_at", "2017-09-22 17:35:40.781202"]] +  (0.7ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 3ms (ActiveRecord: 1.1ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-22 10:35:40 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.3ms) +Completed 200 OK in 19ms (Views: 17.3ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/new" for 127.0.0.1 at 2017-09-22 10:35:42 -0700 +Processing by TasksController#new as HTML + Rendering tasks/new.html.erb within layouts/application + Rendered tasks/new.html.erb within layouts/application (2.3ms) +Completed 200 OK in 22ms (Views: 19.9ms | ActiveRecord: 0.0ms) + + +Started POST "/tasks" for 127.0.0.1 at 2017-09-22 10:35:49 -0700 +Processing by TasksController#create as HTML + Parameters: {"authenticity_token"=>"FRIcqlfGPNs/+D88oEaIruX6Q5otsjrg8IF2Jd2Wrl3w+zoM+dbQb+BFwXPzNNQh3+FKIrSAbXDr6kRxx01Qyg==", "utf8"=>"✓", "task"=>{"name"=>"Grocery store", "description"=>"reflect on week 6", "due_date"=>"2017-09-24"}, "commit"=>"Add that task!"} +  (0.0ms) begin transaction + SQL (0.4ms) INSERT INTO "tasks" ("name", "description", "due_date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Grocery store"], ["description", "reflect on week 6"], ["due_date", "2017-09-24"], ["created_at", "2017-09-22 17:35:49.369839"], ["updated_at", "2017-09-22 17:35:49.369839"]] +  (0.8ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 3ms (ActiveRecord: 1.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-22 10:35:49 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.9ms) +Completed 200 OK in 20ms (Views: 18.4ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-22 10:36:42 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.4ms) +Completed 200 OK in 26ms (Views: 23.6ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-22 10:37:16 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.7ms) +Completed 200 OK in 41ms (Views: 38.9ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-22 10:37:36 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.8ms) +Completed 200 OK in 40ms (Views: 37.7ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-22 10:38:08 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.9ms) +Completed 200 OK in 37ms (Views: 35.6ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-22 10:38:50 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.3ms) +Completed 200 OK in 36ms (Views: 34.4ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-22 10:39:08 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.7ms) +Completed 200 OK in 33ms (Views: 31.0ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/new" for 127.0.0.1 at 2017-09-22 10:39:46 -0700 +Processing by TasksController#new as HTML + Rendering tasks/new.html.erb within layouts/application + Rendered tasks/new.html.erb within layouts/application (2.1ms) +Completed 200 OK in 24ms (Views: 22.0ms | ActiveRecord: 0.0ms) + + +Started POST "/tasks" for 127.0.0.1 at 2017-09-22 10:39:52 -0700 +Processing by TasksController#create as HTML + Parameters: {"authenticity_token"=>"Y0xz7IgICvk3kwBBzOsn23XE/5aIIonfVTaRSsjX7xGGpVVKJhjmTegu/g6fmXtUT9/2LhEQ3k9OXaMe0gwRhg==", "utf8"=>"✓", "task"=>{"name"=>"Grocery store", "description"=>"peaches and apples", "due_date"=>"2017-09-24"}, "commit"=>"Add that task!"} +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "tasks" ("name", "description", "due_date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Grocery store"], ["description", "peaches and apples"], ["due_date", "2017-09-24"], ["created_at", "2017-09-22 17:39:52.682934"], ["updated_at", "2017-09-22 17:39:52.682934"]] +  (0.7ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 3ms (ActiveRecord: 1.1ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-22 10:39:52 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.8ms) +Completed 200 OK in 31ms (Views: 28.7ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-22 10:41:33 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.8ms) +Completed 200 OK in 36ms (Views: 33.6ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-22 13:40:28 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (254.3ms) +Completed 500 Internal Server Error in 261ms (ActiveRecord: 0.2ms) + + + +ActionView::Template::Error (undefined local variable or method `complete_path' for #<#:0x007f998218f3d0> +Did you mean? compute_asset_path): + 10: <%= link_to(task.name, task_path(task.id)) %> + 11: <%=button_to "Edit", edit_task_path(task.id), method: :get%> + 12: <%=button_to "Delete", task_path(task), method: :delete, data: {confirm: "Are you sure you want to delete this task?"} %> + 13: <%=button_to "Complete", complete_path, method: :patch %> + 14: + 15: + 16:

    Mark Complete

    + +app/views/tasks/index.html.erb:13:in `block in _app_views_tasks_index_html_erb___4435418077258163873_70148644709040' +app/views/tasks/index.html.erb:8:in `_app_views_tasks_index_html_erb___4435418077258163873_70148644709040' +Started GET "/tasks" for 127.0.0.1 at 2017-09-22 13:41:23 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (335.2ms) +Completed 500 Internal Server Error in 344ms (ActiveRecord: 0.8ms) + + + +ActionView::Template::Error (undefined local variable or method `complete_path' for #<#:0x007f9982229980> +Did you mean? complete_task_path): + 10: <%= link_to(task.name, task_path(task.id)) %> + 11: <%=button_to "Edit", edit_task_path(task.id), method: :get%> + 12: <%=button_to "Delete", task_path(task), method: :delete, data: {confirm: "Are you sure you want to delete this task?"} %> + 13: <%=button_to "Complete", complete_path, method: :patch %> + 14: + 15: + 16:

    Mark Complete

    + +app/views/tasks/index.html.erb:13:in `block in _app_views_tasks_index_html_erb___4435418077258163873_70148645029520' +app/views/tasks/index.html.erb:8:in `_app_views_tasks_index_html_erb___4435418077258163873_70148645029520' +Started GET "/tasks" for 127.0.0.1 at 2017-09-22 13:41:28 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (204.5ms) +Completed 500 Internal Server Error in 211ms (ActiveRecord: 0.2ms) + + + +ActionView::Template::Error (undefined local variable or method `complete_path' for #<#:0x007f9982cb48c8> +Did you mean? complete_task_path): + 10: <%= link_to(task.name, task_path(task.id)) %> + 11: <%=button_to "Edit", edit_task_path(task.id), method: :get%> + 12: <%=button_to "Delete", task_path(task), method: :delete, data: {confirm: "Are you sure you want to delete this task?"} %> + 13: <%=button_to "Complete", complete_path, method: :patch %> + 14: + 15: + 16:

    Mark Complete

    + +app/views/tasks/index.html.erb:13:in `block in _app_views_tasks_index_html_erb___4435418077258163873_70148650543440' +app/views/tasks/index.html.erb:8:in `_app_views_tasks_index_html_erb___4435418077258163873_70148650543440' +Started GET "/" for 127.0.0.1 at 2017-09-22 13:41:37 -0700 +Processing by Rails::WelcomeController#index as HTML + Rendering /Users/biciclysta/.rvm/gems/ruby-2.4.0/gems/railties-5.1.4/lib/rails/templates/rails/welcome/index.html.erb + Rendered /Users/biciclysta/.rvm/gems/ruby-2.4.0/gems/railties-5.1.4/lib/rails/templates/rails/welcome/index.html.erb (3.1ms) +Completed 200 OK in 8ms (Views: 5.2ms | ActiveRecord: 0.0ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-22 13:41:41 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (202.5ms) +Completed 500 Internal Server Error in 208ms (ActiveRecord: 0.2ms) + + + +ActionView::Template::Error (undefined local variable or method `complete_path' for #<#:0x007f99823f70a0> +Did you mean? complete_task_path): + 10: <%= link_to(task.name, task_path(task.id)) %> + 11: <%=button_to "Edit", edit_task_path(task.id), method: :get%> + 12: <%=button_to "Delete", task_path(task), method: :delete, data: {confirm: "Are you sure you want to delete this task?"} %> + 13: <%=button_to "Complete", complete_path, method: :patch %> + 14: + 15: + 16:

    Mark Complete

    + +app/views/tasks/index.html.erb:13:in `block in _app_views_tasks_index_html_erb___4435418077258163873_70148645961020' +app/views/tasks/index.html.erb:8:in `_app_views_tasks_index_html_erb___4435418077258163873_70148645961020' +Started GET "/tasks" for 127.0.0.1 at 2017-09-22 13:42:01 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.0ms) +Completed 200 OK in 30ms (Views: 27.5ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks/id:/complete" for 127.0.0.1 at 2017-09-22 13:42:04 -0700 + +ActionController::RoutingError (No route matches [PATCH] "/tasks/id:/complete"): + +actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' +web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' +web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' +railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call' +rack (2.0.3) lib/rack/method_override.rb:22:in `call' +rack (2.0.3) lib/rack/runtime.rb:22:in `call' +activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call' +rack (2.0.3) lib/rack/sendfile.rb:111:in `call' +railties (5.1.4) lib/rails/engine.rb:522:in `call' +puma (3.10.0) lib/puma/configuration.rb:225:in `call' +puma (3.10.0) lib/puma/server.rb:605:in `handle_request' +puma (3.10.0) lib/puma/server.rb:437:in `process_client' +puma (3.10.0) lib/puma/server.rb:301:in `block in run' +puma (3.10.0) lib/puma/thread_pool.rb:120:in `block in spawn_thread' +Started PATCH "/tasks/id:/complete" for 127.0.0.1 at 2017-09-22 13:42:08 -0700 + +ActionController::RoutingError (No route matches [PATCH] "/tasks/id:/complete"): + +actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' +web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' +web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' +railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call' +rack (2.0.3) lib/rack/method_override.rb:22:in `call' +rack (2.0.3) lib/rack/runtime.rb:22:in `call' +activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call' +rack (2.0.3) lib/rack/sendfile.rb:111:in `call' +railties (5.1.4) lib/rails/engine.rb:522:in `call' +puma (3.10.0) lib/puma/configuration.rb:225:in `call' +puma (3.10.0) lib/puma/server.rb:605:in `handle_request' +puma (3.10.0) lib/puma/server.rb:437:in `process_client' +puma (3.10.0) lib/puma/server.rb:301:in `block in run' +puma (3.10.0) lib/puma/thread_pool.rb:120:in `block in spawn_thread' +Started GET "/tasks" for 127.0.0.1 at 2017-09-22 13:43:02 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (14.8ms) +Completed 200 OK in 42ms (Views: 35.6ms | ActiveRecord: 0.9ms) + + +Started PATCH "/tasks/id:/complete" for 127.0.0.1 at 2017-09-22 13:43:04 -0700 + +ActionController::RoutingError (No route matches [PATCH] "/tasks/id:/complete"): + +actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' +web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' +web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' +railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call' +rack (2.0.3) lib/rack/method_override.rb:22:in `call' +rack (2.0.3) lib/rack/runtime.rb:22:in `call' +activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call' +rack (2.0.3) lib/rack/sendfile.rb:111:in `call' +railties (5.1.4) lib/rails/engine.rb:522:in `call' +puma (3.10.0) lib/puma/configuration.rb:225:in `call' +puma (3.10.0) lib/puma/server.rb:605:in `handle_request' +puma (3.10.0) lib/puma/server.rb:437:in `process_client' +puma (3.10.0) lib/puma/server.rb:301:in `block in run' +puma (3.10.0) lib/puma/thread_pool.rb:120:in `block in spawn_thread' +Started PATCH "/tasks/id:/complete" for 127.0.0.1 at 2017-09-22 14:01:38 -0700 + +ActionController::RoutingError (No route matches [PATCH] "/tasks/id:/complete"): + +actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' +web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' +web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' +railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call' +rack (2.0.3) lib/rack/method_override.rb:22:in `call' +rack (2.0.3) lib/rack/runtime.rb:22:in `call' +activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call' +rack (2.0.3) lib/rack/sendfile.rb:111:in `call' +railties (5.1.4) lib/rails/engine.rb:522:in `call' +puma (3.10.0) lib/puma/configuration.rb:225:in `call' +puma (3.10.0) lib/puma/server.rb:605:in `handle_request' +puma (3.10.0) lib/puma/server.rb:437:in `process_client' +puma (3.10.0) lib/puma/server.rb:301:in `block in run' +puma (3.10.0) lib/puma/thread_pool.rb:120:in `block in spawn_thread' +Started GET "/tasks/" for 127.0.0.1 at 2017-09-22 14:01:42 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (247.9ms) +Completed 500 Internal Server Error in 257ms (ActiveRecord: 0.7ms) + + + +ActionView::Template::Error (undefined local variable or method `complete_task_path' for #<#:0x007f99848ff7a8> +Did you mean? compute_asset_path): + 10: <%= link_to(task.name, task_path(task.id)) %> + 11: <%=button_to "Edit", edit_task_path(task.id), method: :get%> + 12: <%=button_to "Delete", task_path(task), method: :delete, data: {confirm: "Are you sure you want to delete this task?"} %> + 13: <%=button_to "Complete", complete_task_path, method: :patch %> + 14: + 15: + 16:

    Mark Complete

    + +app/views/tasks/index.html.erb:13:in `block in _app_views_tasks_index_html_erb___4435418077258163873_70148665355880' +app/views/tasks/index.html.erb:8:in `_app_views_tasks_index_html_erb___4435418077258163873_70148665355880' +Started GET "/tasks/" for 127.0.0.1 at 2017-09-22 14:01:56 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.4ms) +Completed 200 OK in 18ms (Views: 16.3ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/24/edit" for 127.0.0.1 at 2017-09-22 14:01:59 -0700 +Processing by TasksController#edit as HTML + Parameters: {"id"=>"24"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 24], ["LIMIT", 1]] + Rendering tasks/edit.html.erb within layouts/application + Rendered tasks/edit.html.erb within layouts/application (11.6ms) +Completed 200 OK in 28ms (Views: 24.7ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks/24" for 127.0.0.1 at 2017-09-22 14:02:19 -0700 +Processing by TasksController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"oocg4cgQeIoMuUVHRnu+5u1TXKUVuJhOVATvQkR/szkpcjsL8kaQuRXfsGEQ+TDa8z3qawaJE4c4rHbyzgEh8g==", "task"=>{"name"=>"Take time to relax", "description"=>"hello there, i am talking to you", "due_date"=>"2017-09-26"}, "commit"=>"Edit that task!", "id"=>"24"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 24], ["LIMIT", 1]] +  (0.1ms) begin transaction + SQL (0.4ms) UPDATE "tasks" SET "due_date" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["due_date", "2017-09-26"], ["updated_at", "2017-09-22 21:02:19.297821"], ["id", 24]] +  (0.8ms) commit transaction +Redirected to http://localhost:3000/tasks/24 +Completed 302 Found in 6ms (ActiveRecord: 1.4ms) + + +Started GET "/tasks/24" for 127.0.0.1 at 2017-09-22 14:02:19 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"24"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 24], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (1.1ms) +Completed 200 OK in 18ms (Views: 16.0ms | ActiveRecord: 0.1ms) + + +  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC +  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC +Migrating to ChangeTaskStatusDataTypeAndDefault (20170922211916) +  (0.1ms) begin transaction +  (0.1ms) SELECT sqlite_version(*) +  (0.4ms) CREATE TEMPORARY TABLE "atasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar DEFAULT NULL, "description" varchar DEFAULT NULL, "due_date" date DEFAULT NULL, "completion_date" date DEFAULT NULL, "status" varchar DEFAULT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) +  (0.1ms) INSERT INTO "atasks" ("id","name","description","due_date","completion_date","status","created_at","updated_at") + SELECT "id","name","description","due_date","completion_date","status","created_at","updated_at" FROM "tasks" +  (0.4ms) DROP TABLE "tasks" +  (0.1ms) CREATE TABLE "tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar DEFAULT NULL, "description" varchar DEFAULT NULL, "due_date" date DEFAULT NULL, "completion_date" date DEFAULT NULL, "status" boolean DEFAULT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) +  (0.1ms) INSERT INTO "tasks" ("id","name","description","due_date","completion_date","status","created_at","updated_at") + SELECT "id","name","description","due_date","completion_date","status","created_at","updated_at" FROM "atasks" +  (0.1ms) DROP TABLE "atasks" + SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20170922211916"]] +  (1.0ms) commit transaction + ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] +  (0.1ms) begin transaction +  (0.0ms) commit transaction +  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC +  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC +  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC +Migrating to ChangeTaskStatusDefaultValue (20170922212203) +  (0.0ms) begin transaction +  (0.2ms) ALTER TABLE "tasks" ADD "status" boolean DEFAULT 'f' +  (0.0ms) rollback transaction +  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC +  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC +  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC +Migrating to ChangeTaskStatusDefaultValue (20170922212203) +  (0.1ms) begin transaction +  (0.3ms) ALTER TABLE "tasks" ADD "status" boolean DEFAULT 'f' +  (0.0ms) rollback transaction +  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC +Migrating to ChangeTaskStatusDefaultValue (20170922212203) +  (0.0ms) begin transaction +  (0.0ms) SELECT sqlite_version(*) +  (0.2ms) CREATE TEMPORARY TABLE "atasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar DEFAULT NULL, "description" varchar DEFAULT NULL, "due_date" date DEFAULT NULL, "completion_date" date DEFAULT NULL, "status" boolean DEFAULT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) +  (0.1ms) INSERT INTO "atasks" ("id","name","description","due_date","completion_date","status","created_at","updated_at") + SELECT "id","name","description","due_date","completion_date","status","created_at","updated_at" FROM "tasks" +  (0.3ms) DROP TABLE "tasks" +  (0.1ms) CREATE TABLE "tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar DEFAULT NULL, "description" varchar DEFAULT NULL, "due_date" date DEFAULT NULL, "completion_date" date DEFAULT NULL, "status" boolean DEFAULT 'f' NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) +  (0.3ms) INSERT INTO "tasks" ("id","name","description","due_date","completion_date","status","created_at","updated_at") + SELECT "id","name","description","due_date","completion_date","status","created_at","updated_at" FROM "atasks" +  (0.9ms) rollback transaction +  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC +  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC +Migrating to ChangeTaskStatusDefaultValue (20170922212203) +  (0.0ms) begin transaction +  (0.0ms) SELECT sqlite_version(*) +  (0.2ms) CREATE TEMPORARY TABLE "atasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar DEFAULT NULL, "description" varchar DEFAULT NULL, "due_date" date DEFAULT NULL, "completion_date" date DEFAULT NULL, "status" boolean DEFAULT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) +  (0.1ms) INSERT INTO "atasks" ("id","name","description","due_date","completion_date","status","created_at","updated_at") + SELECT "id","name","description","due_date","completion_date","status","created_at","updated_at" FROM "tasks" +  (0.3ms) DROP TABLE "tasks" +  (0.1ms) CREATE TABLE "tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar DEFAULT NULL, "description" varchar DEFAULT NULL, "due_date" date DEFAULT NULL, "completion_date" date DEFAULT NULL, "status" boolean DEFAULT 'f', "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) +  (0.1ms) INSERT INTO "tasks" ("id","name","description","due_date","completion_date","status","created_at","updated_at") + SELECT "id","name","description","due_date","completion_date","status","created_at","updated_at" FROM "atasks" +  (0.1ms) DROP TABLE "atasks" + SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20170922212203"]] +  (1.7ms) commit transaction + ActiveRecord::InternalMetadata Load (0.1ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] +  (0.1ms) begin transaction +  (0.0ms) commit transaction +  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC +  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC +  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC +Migrating to ChangeTaskColumnStatusName (20170922214823) +  (0.0ms) begin transaction +  (0.0ms) SELECT sqlite_version(*) +  (0.2ms) CREATE TEMPORARY TABLE "atasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar DEFAULT NULL, "description" varchar DEFAULT NULL, "due_date" date DEFAULT NULL, "completion_date" date DEFAULT NULL, "complete" boolean DEFAULT 'f', "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) +  (0.1ms) INSERT INTO "atasks" ("id","name","description","due_date","completion_date","complete","created_at","updated_at") + SELECT "id","name","description","due_date","completion_date","status","created_at","updated_at" FROM "tasks" +  (0.4ms) DROP TABLE "tasks" +  (0.1ms) CREATE TABLE "tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar DEFAULT NULL, "description" varchar DEFAULT NULL, "due_date" date DEFAULT NULL, "completion_date" date DEFAULT NULL, "complete" boolean DEFAULT 'f', "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) +  (0.1ms) INSERT INTO "tasks" ("id","name","description","due_date","completion_date","complete","created_at","updated_at") + SELECT "id","name","description","due_date","completion_date","complete","created_at","updated_at" FROM "atasks" +  (0.1ms) DROP TABLE "atasks" + SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20170922214823"]] +  (1.4ms) commit transaction + ActiveRecord::InternalMetadata Load (0.2ms) SELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ? [["key", "environment"], ["LIMIT", 1]] +  (0.1ms) begin transaction +  (0.0ms) commit transaction +  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC +Started GET "/tasks/24" for 127.0.0.1 at 2017-09-22 14:51:27 -0700 +  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC +Processing by TasksController#show as HTML + Parameters: {"id"=>"24"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 24], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (1.0ms) +Completed 200 OK in 24ms (Views: 13.5ms | ActiveRecord: 0.6ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-22 14:51:29 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.2ms) +Completed 200 OK in 21ms (Views: 18.7ms | ActiveRecord: 0.2ms) + + +Started DELETE "/tasks/24" for 127.0.0.1 at 2017-09-22 14:51:32 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"vT7NIVCe6QTr77ns4ZcKl17G6hT6oDaCu5qVbiOtNdPWw8HKjUcZwhUcyw33JuREvz41wY3QTSOfwQYxy6pcjw==", "id"=>"24"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 24], ["LIMIT", 1]] +  (0.0ms) begin transaction + SQL (0.3ms) DELETE FROM "tasks" WHERE "tasks"."id" = ? [["id", 24]] +  (1.1ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 4ms (ActiveRecord: 1.6ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-22 14:51:32 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.3ms) +Completed 200 OK in 20ms (Views: 17.8ms | ActiveRecord: 0.1ms) + + +Started DELETE "/tasks/26" for 127.0.0.1 at 2017-09-22 14:51:34 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"aRewBLPYW9i2lOUBshh8+Je8fX3yPjp0maog2pLr9Jzi4qvuiY6z66/yECfkmvLEidLLs+EPsb31ArlqGJVmVw==", "id"=>"26"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 26], ["LIMIT", 1]] +  (0.0ms) begin transaction + SQL (0.4ms) DELETE FROM "tasks" WHERE "tasks"."id" = ? [["id", 26]] +  (1.3ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 4ms (ActiveRecord: 1.8ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-22 14:51:34 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.1ms) +Completed 200 OK in 20ms (Views: 17.8ms | ActiveRecord: 0.1ms) + + +Started DELETE "/tasks/27" for 127.0.0.1 at 2017-09-22 14:51:35 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"NZJ8xhucX8Hupt/IHhZ2k6l7G4+ZIIOTQiGtcRxPw36+Z2csIcq38vfAKu5IlPivtxWtQYoRCFouiTTBljFRtQ==", "id"=>"27"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 27], ["LIMIT", 1]] +  (0.0ms) begin transaction + SQL (0.3ms) DELETE FROM "tasks" WHERE "tasks"."id" = ? [["id", 27]] +  (1.1ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 3ms (ActiveRecord: 1.6ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-22 14:51:35 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.3ms) +Completed 200 OK in 26ms (Views: 24.1ms | ActiveRecord: 0.3ms) + + +Started DELETE "/tasks/28" for 127.0.0.1 at 2017-09-22 14:52:13 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"8Old39KBg/IoqcqpKZM+jbmB/41X/yB6KchUJxJkZW57HEY16NdrwTHPP49/EbCxp+9JQ0TOq7NFYM2XmBr3pQ==", "id"=>"28"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 28], ["LIMIT", 1]] +  (0.0ms) begin transaction + SQL (0.3ms) DELETE FROM "tasks" WHERE "tasks"."id" = ? [["id", 28]] +  (1.1ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 4ms (ActiveRecord: 1.6ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-22 14:52:13 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.2ms) +Completed 200 OK in 18ms (Views: 16.0ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-22 14:53:56 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.1ms) +Completed 200 OK in 18ms (Views: 16.0ms | ActiveRecord: 0.2ms) + + +Started DELETE "/tasks/29" for 127.0.0.1 at 2017-09-22 14:58:19 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"vXI/wleSed/9ylioVBHUFtCBRBvzkBTlBW8uK3dLa0U2hyQobcSR7OSsrY4Ck1oqzu/y1eChnyxpx7eb/TX5jg==", "id"=>"29"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 29], ["LIMIT", 1]] +  (0.1ms) begin transaction + SQL (1.3ms) DELETE FROM "tasks" WHERE "tasks"."id" = ? [["id", 29]] +  (1.6ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 5ms (ActiveRecord: 3.0ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-22 14:58:19 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.3ms) +Completed 200 OK in 17ms (Views: 15.3ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/new" for 127.0.0.1 at 2017-09-22 14:58:21 -0700 +Processing by TasksController#new as HTML + Rendering tasks/new.html.erb within layouts/application + Rendered tasks/new.html.erb within layouts/application (2.7ms) +Completed 200 OK in 23ms (Views: 20.0ms | ActiveRecord: 0.0ms) + + +Started POST "/tasks" for 127.0.0.1 at 2017-09-22 14:58:36 -0700 +Processing by TasksController#create as HTML + Parameters: {"authenticity_token"=>"MayWlvq++3WgdWNhYThvWjrmiyY7IWYcY4Wg+fIE/rrURbAwVK4XwX/InS4ySjPVAP2CnqITMYx47pKt6N8ALQ==", "utf8"=>"✓", "task"=>{"name"=>"Call dad", "description"=>"give him a call before his bday", "due_date"=>"2017-09-22"}, "commit"=>"Add that task!"} +  (0.1ms) begin transaction + SQL (0.6ms) INSERT INTO "tasks" ("name", "description", "due_date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Call dad"], ["description", "give him a call before his bday"], ["due_date", "2017-09-22"], ["created_at", "2017-09-22 21:58:36.706988"], ["updated_at", "2017-09-22 21:58:36.706988"]] +  (0.7ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 4ms (ActiveRecord: 1.3ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-22 14:58:36 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.6ms) +Completed 200 OK in 18ms (Views: 16.3ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/30/edit" for 127.0.0.1 at 2017-09-22 14:58:38 -0700 +Processing by TasksController#edit as HTML + Parameters: {"id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] + Rendering tasks/edit.html.erb within layouts/application + Rendered tasks/edit.html.erb within layouts/application (2.0ms) +Completed 200 OK in 18ms (Views: 16.0ms | ActiveRecord: 0.1ms) + + +Started PATCH "/tasks/30" for 127.0.0.1 at 2017-09-22 14:58:51 -0700 +Processing by TasksController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"VbNJ9ymPY3FDdfarLTPh94IXxJJSH2Tj60GhTr3ipyreRlIdE9mLQloTA417sW/LnHlyXEEu7yqH6Tj+N5w14Q==", "task"=>{"name"=>"Call dad", "description"=>"give him a call before his bday", "due_date"=>"2017-09-24"}, "commit"=>"Edit that task!", "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +  (0.0ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "due_date" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["due_date", "2017-09-24"], ["updated_at", "2017-09-22 21:58:51.776588"], ["id", 30]] +  (0.6ms) commit transaction +Redirected to http://localhost:3000/tasks/30 +Completed 302 Found in 3ms (ActiveRecord: 1.0ms) + + +Started GET "/tasks/30" for 127.0.0.1 at 2017-09-22 14:58:51 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.8ms) +Completed 200 OK in 17ms (Views: 14.7ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/new" for 127.0.0.1 at 2017-09-22 14:59:15 -0700 +Processing by TasksController#new as HTML + Rendering tasks/new.html.erb within layouts/application + Rendered tasks/new.html.erb within layouts/application (2.3ms) +Completed 200 OK in 27ms (Views: 24.3ms | ActiveRecord: 0.0ms) + + +Started POST "/tasks" for 127.0.0.1 at 2017-09-22 14:59:29 -0700 +Processing by TasksController#create as HTML + Parameters: {"authenticity_token"=>"X16B+DYyLwC2qLh0SF3F0vzyf7BDCUwgME6ZT8qbXgi6t6demCLDtGkVRjsbL5ldxul2CNo7G7ArJasb0ECgnw==", "utf8"=>"✓", "task"=>{"name"=>"Call mom", "description"=>"ask her about her trip ", "due_date"=>"2017-09-23"}, "commit"=>"Add that task!"} +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "tasks" ("name", "description", "due_date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Call mom"], ["description", "ask her about her trip "], ["due_date", "2017-09-23"], ["created_at", "2017-09-22 21:59:29.445496"], ["updated_at", "2017-09-22 21:59:29.445496"]] +  (0.7ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 3ms (ActiveRecord: 1.1ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-22 14:59:29 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.7ms) +Completed 200 OK in 19ms (Views: 17.4ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/31" for 127.0.0.1 at 2017-09-22 14:59:31 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"31"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 31], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (1.0ms) +Completed 200 OK in 22ms (Views: 19.2ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-22 14:59:36 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.1ms) +Completed 200 OK in 25ms (Views: 22.0ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/30" for 127.0.0.1 at 2017-09-22 14:59:38 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"30"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.9ms) +Completed 200 OK in 22ms (Views: 18.7ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/30" for 127.0.0.1 at 2017-09-22 15:00:34 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (1.0ms) +Completed 200 OK in 19ms (Views: 16.6ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-22 15:00:36 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.2ms) +Completed 200 OK in 24ms (Views: 21.6ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/30" for 127.0.0.1 at 2017-09-22 15:00:38 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (1.0ms) +Completed 200 OK in 40ms (Views: 36.2ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-22 15:00:40 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.1ms) +Completed 200 OK in 26ms (Views: 23.9ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/new" for 127.0.0.1 at 2017-09-22 15:00:41 -0700 +Processing by TasksController#new as HTML + Rendering tasks/new.html.erb within layouts/application + Rendered tasks/new.html.erb within layouts/application (2.2ms) +Completed 200 OK in 22ms (Views: 19.2ms | ActiveRecord: 0.0ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-22 15:00:43 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.3ms) +Completed 200 OK in 23ms (Views: 20.1ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/31/edit" for 127.0.0.1 at 2017-09-22 15:00:46 -0700 +Processing by TasksController#edit as HTML + Parameters: {"id"=>"31"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 31], ["LIMIT", 1]] + Rendering tasks/edit.html.erb within layouts/application + Rendered tasks/edit.html.erb within layouts/application (1.9ms) +Completed 200 OK in 19ms (Views: 17.1ms | ActiveRecord: 0.1ms) + + +Started PATCH "/tasks/31" for 127.0.0.1 at 2017-09-22 15:00:51 -0700 +Processing by TasksController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"BB0B2/j4jdEYlZ20F8ttenO1cChV46U9OLveByfALAKP6Boxwq5l4gHzaJJBSeNGbdvG5kbSLvRUE0e3rb6+yQ==", "task"=>{"name"=>"Call mom", "description"=>"ask her about her trip ", "due_date"=>"2017-09-24"}, "commit"=>"Edit that task!", "id"=>"31"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 31], ["LIMIT", 1]] +  (0.1ms) begin transaction + SQL (0.4ms) UPDATE "tasks" SET "due_date" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["due_date", "2017-09-24"], ["updated_at", "2017-09-22 22:00:51.256518"], ["id", 31]] +  (0.7ms) commit transaction +Redirected to http://localhost:3000/tasks/31 +Completed 302 Found in 4ms (ActiveRecord: 1.2ms) + + +Started GET "/tasks/31" for 127.0.0.1 at 2017-09-22 15:00:51 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"31"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 31], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.8ms) +Completed 200 OK in 18ms (Views: 15.9ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-22 15:00:53 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.2ms) +Completed 200 OK in 23ms (Views: 20.2ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-22 15:02:03 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.0ms) +Completed 200 OK in 18ms (Views: 16.0ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-22 15:02:05 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.9ms) +Completed 200 OK in 21ms (Views: 18.7ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/30" for 127.0.0.1 at 2017-09-22 15:02:24 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"30"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (1.1ms) +Completed 200 OK in 24ms (Views: 20.7ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-22 15:02:28 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.2ms) +Completed 200 OK in 24ms (Views: 20.9ms | ActiveRecord: 0.3ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-22 15:16:22 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (9.5ms) +Completed 200 OK in 28ms (Views: 24.0ms | ActiveRecord: 0.8ms) + + +Started PATCH "/tasks/30" for 127.0.0.1 at 2017-09-22 15:16:24 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"UM0aBnc7duqA+GtvAP09bJSmLWpE1WTP2q+DeKbtUe7bOAHsTW2e2ZmenklWf7NQisibpFfk7wa2BxrILJPDJQ==", "id"=>"30"} + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.3ms) + + + +NoMethodError (undefined method `[]' for nil:NilClass): + +app/controllers/tasks_controller.rb:37:in `update' +Started PATCH "/tasks/30" for 127.0.0.1 at 2017-09-22 15:16:50 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"UM0aBnc7duqA+GtvAP09bJSmLWpE1WTP2q+DeKbtUe7bOAHsTW2e2ZmenklWf7NQisibpFfk7wa2BxrILJPDJQ==", "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms) + + + +NoMethodError (undefined method `[]' for nil:NilClass): + +app/controllers/tasks_controller.rb:37:in `update' +Started GET "/tasks" for 127.0.0.1 at 2017-09-22 15:18:03 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (13.2ms) +Completed 200 OK in 32ms (Views: 27.8ms | ActiveRecord: 4.3ms) + + +Started PATCH "/tasks/30" for 127.0.0.1 at 2017-09-22 15:18:04 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"YgPvRLwZGxLa4C9HfWrXMhg/bTcS1XPKtlxn0W5Awvnp9vSuhk/zIcOG2mEr6FkOBlHb+QHk+APa9P5h5D5QMg==", "id"=>"30"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.2ms) + + + +NoMethodError (undefined method `[]' for nil:NilClass): + +app/controllers/tasks_controller.rb:37:in `update' +Started PATCH "/tasks/30" for 127.0.0.1 at 2017-09-22 15:18:56 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"YgPvRLwZGxLa4C9HfWrXMhg/bTcS1XPKtlxn0W5Awvnp9vSuhk/zIcOG2mEr6FkOBlHb+QHk+APa9P5h5D5QMg==", "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +  (0.2ms) begin transaction + SQL (0.6ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "t"], ["updated_at", "2017-09-22 22:18:56.537801"], ["id", 30]] +  (1.2ms) commit transaction +Redirected to http://localhost:3000/tasks/30 +Completed 302 Found in 17ms (ActiveRecord: 2.8ms) + + +Started GET "/tasks/30" for 127.0.0.1 at 2017-09-22 15:18:56 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (1.0ms) +Completed 200 OK in 17ms (Views: 14.7ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-22 15:18:59 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.7ms) +Completed 200 OK in 24ms (Views: 21.1ms | ActiveRecord: 0.3ms) + + +Started PATCH "/tasks/30" for 127.0.0.1 at 2017-09-22 15:19:01 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"sRozsSGZAROHJY0NaGbd5qJJ11tqIliXkyMVRQY3UW9O1qYxLN1wqoiBrw3jNMUBjvn53wWZMfVvDIPobTjeNg==", "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +  (0.0ms) begin transaction + SQL (1.2ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "f"], ["updated_at", "2017-09-22 22:19:01.724366"], ["id", 30]] +  (0.7ms) commit transaction +Redirected to http://localhost:3000/tasks/30 +Completed 302 Found in 5ms (ActiveRecord: 2.1ms) + + +Started GET "/tasks/30" for 127.0.0.1 at 2017-09-22 15:19:01 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (1.0ms) +Completed 200 OK in 22ms (Views: 19.8ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-22 15:19:03 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.7ms) +Completed 200 OK in 26ms (Views: 23.5ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks/31" for 127.0.0.1 at 2017-09-22 15:19:04 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"/OQJV4JzAhdDAPwt/fKV+F9RaVQurTHtQo58ArtoYuADGmPZ2kNuGa6VjATNdYMP7Pqm680sPxhzopI37k/yHw==", "id"=>"31"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 31], ["LIMIT", 1]] +  (0.0ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "t"], ["updated_at", "2017-09-22 22:19:04.300493"], ["id", 31]] +  (1.1ms) commit transaction +Redirected to http://localhost:3000/tasks/31 +Completed 302 Found in 4ms (ActiveRecord: 1.6ms) + + +Started GET "/tasks/31" for 127.0.0.1 at 2017-09-22 15:19:04 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"31"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 31], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (1.0ms) +Completed 200 OK in 20ms (Views: 18.3ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-22 15:19:05 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.0ms) +Completed 200 OK in 23ms (Views: 19.8ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks/31" for 127.0.0.1 at 2017-09-22 15:19:06 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"s3hA94PeGl4W/thgXlUoekbABhWhKdwNo/aY8dBJt7xMhip52+52UPtrqElu0j6N9WvJqkKo0viS2nbEhW4nQw==", "id"=>"31"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 31], ["LIMIT", 1]] +  (0.0ms) begin transaction + SQL (0.4ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "f"], ["updated_at", "2017-09-22 22:19:06.098202"], ["id", 31]] +  (1.2ms) commit transaction +Redirected to http://localhost:3000/tasks/31 +Completed 302 Found in 4ms (ActiveRecord: 1.7ms) + + +Started GET "/tasks/31" for 127.0.0.1 at 2017-09-22 15:19:06 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"31"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 31], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.9ms) +Completed 200 OK in 17ms (Views: 15.1ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-22 15:19:07 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.7ms) +Completed 200 OK in 26ms (Views: 22.8ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-22 15:21:18 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (9.5ms) +Completed 200 OK in 31ms (Views: 24.6ms | ActiveRecord: 0.8ms) + + +Started PATCH "/tasks/30" for 127.0.0.1 at 2017-09-22 15:21:20 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"ppYWFC91WI+j5V94NJyXjwsWGbE/5iq/VBLrA9qH8iUtYw3+FSOwvLqDql5iHhmzFXivfyzXoXY4unKzUPlg7g==", "id"=>"30"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.2ms) + + + +NoMethodError (undefined method `permit' for # +Did you mean? persisted?): + +app/controllers/tasks_controller.rb:38:in `update' +Started PATCH "/tasks/30" for 127.0.0.1 at 2017-09-22 15:23:17 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"ppYWFC91WI+j5V94NJyXjwsWGbE/5iq/VBLrA9qH8iUtYw3+FSOwvLqDql5iHhmzFXivfyzXoXY4unKzUPlg7g==", "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +Completed 500 Internal Server Error in 16ms (ActiveRecord: 0.8ms) + + + +NoMethodError (undefined method `permit' for # +Did you mean? persisted?): + +app/controllers/tasks_controller.rb:38:in `update' +Started PATCH "/tasks/30" for 127.0.0.1 at 2017-09-22 15:23:24 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"ppYWFC91WI+j5V94NJyXjwsWGbE/5iq/VBLrA9qH8iUtYw3+FSOwvLqDql5iHhmzFXivfyzXoXY4unKzUPlg7g==", "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.1ms) + + + +NoMethodError (undefined method `permit' for # +Did you mean? persisted?): + +app/controllers/tasks_controller.rb:38:in `update' +Started PATCH "/tasks/31" for 127.0.0.1 at 2017-09-22 15:23:27 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"ppYWFC91WI+j5V94NJyXjwsWGbE/5iq/VBLrA9qH8iUtYw3+FSOwvLqDql5iHhmzFXivfyzXoXY4unKzUPlg7g==", "id"=>"31"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 31], ["LIMIT", 1]] +Completed 500 Internal Server Error in 5ms (ActiveRecord: 0.1ms) + + + +NoMethodError (undefined method `permit' for # +Did you mean? persisted?): + +app/controllers/tasks_controller.rb:38:in `update' +Started GET "/tasks" for 127.0.0.1 at 2017-09-22 15:24:30 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (10.3ms) +Completed 200 OK in 30ms (Views: 25.6ms | ActiveRecord: 0.7ms) + + +Started PATCH "/tasks/30" for 127.0.0.1 at 2017-09-22 15:24:32 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"LSd0I8BkeugTap2s44O+raOmeBQ9D9GSOO7Mt1SVztam0m/J+jKS2woMaIq1ATCRvcjO2i4+WltURlUH3utcHQ==", "id"=>"30"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.2ms) + + + +ArgumentError (wrong number of arguments (given 4, expected 1)): + +app/controllers/tasks_controller.rb:38:in `update' +Started PATCH "/tasks/30" for 127.0.0.1 at 2017-09-22 15:24:54 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"LSd0I8BkeugTap2s44O+raOmeBQ9D9GSOO7Mt1SVztam0m/J+jKS2woMaIq1ATCRvcjO2i4+WltURlUH3utcHQ==", "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +Completed 500 Internal Server Error in 16ms (ActiveRecord: 0.7ms) + + + +NoMethodError (undefined method `permit' for # +Did you mean? persisted?): + +app/controllers/tasks_controller.rb:38:in `update' +Started PATCH "/tasks/30" for 127.0.0.1 at 2017-09-22 15:26:29 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"LSd0I8BkeugTap2s44O+raOmeBQ9D9GSOO7Mt1SVztam0m/J+jKS2woMaIq1ATCRvcjO2i4+WltURlUH3utcHQ==", "id"=>"30"} +Unpermitted parameters: :_method, :authenticity_token, :id + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +Completed 500 Internal Server Error in 12ms (ActiveRecord: 1.0ms) + + + +NoMethodError (undefined method `[]' for nil:NilClass): + +app/controllers/tasks_controller.rb:48:in `update' +Started PATCH "/tasks/30" for 127.0.0.1 at 2017-09-22 15:53:33 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"LSd0I8BkeugTap2s44O+raOmeBQ9D9GSOO7Mt1SVztam0m/J+jKS2woMaIq1ATCRvcjO2i4+WltURlUH3utcHQ==", "id"=>"30"} +Unpermitted parameters: :_method, :authenticity_token, :id + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.2ms) + + + +NoMethodError (undefined method `[]' for nil:NilClass): + +app/controllers/tasks_controller.rb:48:in `update' +Started GET "/tasks/" for 127.0.0.1 at 2017-09-22 15:53:36 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.5ms) +Completed 200 OK in 20ms (Views: 17.8ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/30/edit" for 127.0.0.1 at 2017-09-22 15:53:38 -0700 +Processing by TasksController#edit as HTML + Parameters: {"id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] + Rendering tasks/edit.html.erb within layouts/application + Rendered tasks/edit.html.erb within layouts/application (2.8ms) +Completed 200 OK in 21ms (Views: 19.1ms | ActiveRecord: 0.1ms) + + +Started PATCH "/tasks/30" for 127.0.0.1 at 2017-09-22 15:53:59 -0700 +Processing by TasksController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"iHpNf2IDOsCnmBMVPN1yqvAf5YFfTNGFQUtBRD0NMWQDj1aVWFXS877+5jNqX/yW7nFTT0x9Wkwt49j0t3Ojrw==", "task"=>{"name"=>"Call dad", "description"=>"give him a call before his bday", "due_date"=>"2017-11-09"}, "commit"=>"Edit that task!", "id"=>"30"} +Unpermitted parameters: :utf8, :_method, :authenticity_token, :task, :commit, :id + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms) + + + +NoMethodError (undefined method `[]' for nil:NilClass): + +app/controllers/tasks_controller.rb:48:in `update' +Started PATCH "/tasks/30" for 127.0.0.1 at 2017-09-22 16:01:57 -0700 +Processing by TasksController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"iHpNf2IDOsCnmBMVPN1yqvAf5YFfTNGFQUtBRD0NMWQDj1aVWFXS877+5jNqX/yW7nFTT0x9Wkwt49j0t3Ojrw==", "task"=>{"name"=>"Call dad", "description"=>"give him a call before his bday", "due_date"=>"2017-11-09"}, "commit"=>"Edit that task!", "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +Completed 500 Internal Server Error in 11ms (ActiveRecord: 0.7ms) + + + +ArgumentError (wrong number of arguments (given 0, expected 1)): + +app/controllers/tasks_controller.rb:35:in `update' +Started PATCH "/tasks/30" for 127.0.0.1 at 2017-09-22 16:03:09 -0700 +Processing by TasksController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"iHpNf2IDOsCnmBMVPN1yqvAf5YFfTNGFQUtBRD0NMWQDj1aVWFXS877+5jNqX/yW7nFTT0x9Wkwt49j0t3Ojrw==", "task"=>{"name"=>"Call dad", "description"=>"give him a call before his bday", "due_date"=>"2017-11-09"}, "commit"=>"Edit that task!", "id"=>"30"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +  (0.1ms) begin transaction + SQL (0.4ms) UPDATE "tasks" SET "due_date" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["due_date", "2017-11-09"], ["updated_at", "2017-09-22 23:03:09.918240"], ["id", 30]] +  (1.2ms) commit transaction +  (0.1ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks/30 +Completed 302 Found in 18ms (ActiveRecord: 2.8ms) + + +Started GET "/tasks/30" for 127.0.0.1 at 2017-09-22 16:03:09 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (1.1ms) +Completed 200 OK in 19ms (Views: 16.4ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-22 16:03:12 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (1.0ms) +Completed 500 Internal Server Error in 8ms (ActiveRecord: 0.0ms) + + + +SyntaxError (/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:15: syntax error, unexpected tSTRING_DEND, expecting ')' +e => false}, :refresh => true}), method: :patch);@output_buf + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:17: syntax error, unexpected tSTRING_DEND, expecting '}' +ompletion_date => Date.today }, :refresh => true} ), method: + ^): + +app/views/tasks/index.html.erb:15: syntax error, unexpected tSTRING_DEND, expecting ')' +app/views/tasks/index.html.erb:17: syntax error, unexpected tSTRING_DEND, expecting '}' +Started GET "/tasks" for 127.0.0.1 at 2017-09-22 16:03:29 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.8ms) +Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.0ms) + + + +SyntaxError (/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:15: syntax error, unexpected tSTRING_DEND, expecting ')' +e => false}, :refresh => true}), method: :patch);@output_buf + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:17: syntax error, unexpected tSTRING_DEND, expecting '}' +ompletion_date => Date.today }, :refresh => true} ), method: + ^): + +app/views/tasks/index.html.erb:15: syntax error, unexpected tSTRING_DEND, expecting ')' +app/views/tasks/index.html.erb:17: syntax error, unexpected tSTRING_DEND, expecting '}' +Started GET "/tasks" for 127.0.0.1 at 2017-09-22 16:04:59 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (124.7ms) +Completed 500 Internal Server Error in 130ms (ActiveRecord: 0.2ms) + + + +ActionView::Template::Error (undefined method `update_task_path' for #<#:0x007f9982bd7c70>): + 12: <%=button_to "Delete", task_path(task), method: :delete, data: {confirm: "Are you sure you want to delete this task?"} %> + 13: + 14: <% if task.complete == false %> + 15: <%=link_to "Unmark Complete", update_task_path(task.id, {:task => {:complete => false}, :refresh => true}), method: :patch%> + 16: <%else %> + 17: <%=link_to "Mark Complete", update_task_path(task.id, {:task => {:complete => true, :completion_date => Date.today }, :refresh => true} ), method: :patch%> + 18: <%end%> + +app/views/tasks/index.html.erb:15:in `block in _app_views_tasks_index_html_erb___4435418077258163873_70148650877960' +app/views/tasks/index.html.erb:8:in `_app_views_tasks_index_html_erb___4435418077258163873_70148650877960' +Started GET "/tasks" for 127.0.0.1 at 2017-09-22 16:05:05 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (137.6ms) +Completed 500 Internal Server Error in 143ms (ActiveRecord: 0.1ms) + + + +ActionView::Template::Error (undefined method `update_task_path' for #<#:0x007f997c0208b0>): + 12: <%=button_to "Delete", task_path(task), method: :delete, data: {confirm: "Are you sure you want to delete this task?"} %> + 13: + 14: <% if task.complete == false %> + 15: <%=link_to "Unmark Complete", update_task_path(task.id, {:task => {:complete => false}, :refresh => true}), method: :patch%> + 16: <%else %> + 17: <%=link_to "Mark Complete", update_task_path(task.id, {:task => {:complete => true, :completion_date => Date.today }, :refresh => true} ), method: :patch%> + 18: <%end%> + +app/views/tasks/index.html.erb:15:in `block in _app_views_tasks_index_html_erb___4435418077258163873_70148593618620' +app/views/tasks/index.html.erb:8:in `_app_views_tasks_index_html_erb___4435418077258163873_70148593618620' +Started GET "/tasks" for 127.0.0.1 at 2017-09-22 16:05:37 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (9.9ms) +Completed 200 OK in 29ms (Views: 23.6ms | ActiveRecord: 0.9ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=false" for 127.0.0.1 at 2017-09-22 16:05:40 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"gqU7XalSV9f/HGrJTL1tkmiq7igwTdfpfCLdUjnKl3gJUCC3kwS/5OZ6n+8aP+OudsRY5iN8XCAQikTis7QFsw==", "refresh"=>"true", "task"=>{"complete"=>"false"}, "id"=>"30"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +  (0.1ms) begin transaction +  (0.0ms) commit transaction +  (0.0ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 3ms (ActiveRecord: 0.4ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-22 16:05:40 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.3ms) +Completed 200 OK in 19ms (Views: 17.2ms | ActiveRecord: 0.1ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=false" for 127.0.0.1 at 2017-09-22 16:05:41 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"3Hg6ZkwVv7EdWY9EQ7qkZq088I1uCjyXAUWXuUoq74hXjSGMdkNXggQ/emIVOCpas1JGQ307t15t7Q4JwFR9Qw==", "refresh"=>"true", "task"=>{"complete"=>"false"}, "id"=>"30"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +  (0.1ms) begin transaction +  (0.1ms) commit transaction +  (0.1ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 4ms (ActiveRecord: 0.5ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-22 16:05:41 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.6ms) +Completed 200 OK in 18ms (Views: 16.2ms | ActiveRecord: 0.1ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=false" for 127.0.0.1 at 2017-09-22 16:05:42 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"/OIFQ8/7y3WqVLOENjt9eAF24oBiNZZdcPhp3qvUh053Fx6p9a0jRrMyRqJgufNEHxhUTnEEHZQcUPBuIaoVhQ==", "refresh"=>"true", "task"=>{"complete"=>"false"}, "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +  (0.0ms) begin transaction +  (0.0ms) commit transaction +  (0.0ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 3ms (ActiveRecord: 0.3ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-22 16:05:42 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.5ms) +Completed 200 OK in 19ms (Views: 17.0ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-22 16:05:58 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.5ms) +Completed 200 OK in 21ms (Views: 18.8ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=true&task%5Bcompletion_date%5D=2017-09-22" for 127.0.0.1 at 2017-09-22 16:05:59 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"R3eteFenDROER3+BuJLTmGm5jQmG1hbVyRDRBVVcMU3MgraSbfHlIJ0hiqfuEF2kd9c7x5XnnRyluEi13yKjhg==", "refresh"=>"true", "task"=>{"complete"=>"true", "completion_date"=>"2017-09-22"}, "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +Unpermitted parameter: :completion_date +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "t"], ["updated_at", "2017-09-22 23:05:59.513963"], ["id", 30]] +  (1.1ms) commit transaction +  (0.0ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 5ms (ActiveRecord: 1.7ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-22 16:05:59 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.5ms) +Completed 200 OK in 20ms (Views: 18.4ms | ActiveRecord: 0.1ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=false" for 127.0.0.1 at 2017-09-22 16:06:00 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"VHgbzGgEBoljt0IvdGMM3LfCtunOLGiaERGdapyZFjbfjQAmUlLuunrRtwki4YLgqawAJ90d41N9uQTaFueE/Q==", "refresh"=>"true", "task"=>{"complete"=>"false"}, "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +  (0.0ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "f"], ["updated_at", "2017-09-22 23:06:00.414517"], ["id", 30]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 4ms (ActiveRecord: 1.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-22 16:06:00 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.4ms) +Completed 200 OK in 19ms (Views: 17.3ms | ActiveRecord: 0.1ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=true&task%5Bcompletion_date%5D=2017-09-22" for 127.0.0.1 at 2017-09-22 16:06:01 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"rpHZ8xz+DwM4W7vz4T4UquYSft4l2pudrVFrXaAl9GslZMIZJqjnMCE9TtW3vJqW+HzIEDbrEFTB+fLtKltmoA==", "refresh"=>"true", "task"=>{"complete"=>"true", "completion_date"=>"2017-09-22"}, "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +Unpermitted parameter: :completion_date +  (0.0ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "t"], ["updated_at", "2017-09-22 23:06:01.232589"], ["id", 30]] +  (1.2ms) commit transaction +  (0.0ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 5ms (ActiveRecord: 1.7ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-22 16:06:01 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.4ms) +Completed 200 OK in 34ms (Views: 32.1ms | ActiveRecord: 0.1ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=false" for 127.0.0.1 at 2017-09-22 16:06:02 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"LUCv3mSWvTCoz+8PO4Oq5QLtAjdhiNPaPCUBECL8p9mmtbQ0XsBVA7GpGiltASTZHIO0+XK5WBNQjZigqII1Eg==", "refresh"=>"true", "task"=>{"complete"=>"false"}, "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +  (0.0ms) begin transaction + SQL (0.4ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "f"], ["updated_at", "2017-09-22 23:06:02.280802"], ["id", 30]] +  (1.3ms) commit transaction +  (0.1ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 5ms (ActiveRecord: 1.9ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-22 16:06:02 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.5ms) +Completed 200 OK in 21ms (Views: 19.2ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/30" for 127.0.0.1 at 2017-09-22 16:06:04 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (1.2ms) +Completed 200 OK in 24ms (Views: 20.6ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-22 16:06:07 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.1ms) +Completed 200 OK in 23ms (Views: 20.2ms | ActiveRecord: 0.3ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=true&task%5Bcompletion_date%5D=2017-09-22" for 127.0.0.1 at 2017-09-22 16:06:10 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"eX8iEryqSSRPR++uHJcGjHJ5R7nPtM44z4opSwJ4l2Pyijn4hvyhF1YhGohKFYiwbBfxd9yFRfGjIrD7iAYFqA==", "refresh"=>"true", "task"=>{"complete"=>"true", "completion_date"=>"2017-09-22"}, "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +Unpermitted parameter: :completion_date +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "t"], ["updated_at", "2017-09-22 23:06:10.456545"], ["id", 30]] +  (1.3ms) commit transaction +  (0.0ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 6ms (ActiveRecord: 1.8ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-22 16:06:10 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.8ms) +Completed 200 OK in 18ms (Views: 16.3ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/30" for 127.0.0.1 at 2017-09-22 16:06:11 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (1.1ms) +Completed 200 OK in 23ms (Views: 19.1ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-22 16:06:12 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.8ms) +Completed 200 OK in 26ms (Views: 23.4ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks/31?refresh=true&task%5Bcomplete%5D=true&task%5Bcompletion_date%5D=2017-09-22" for 127.0.0.1 at 2017-09-22 16:06:18 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"NfnQIBh+z6oYn6qfS620wv8zfUjDkAEhMdB91bsbrI++DMvKIignmQH5X7kdLzr+4V3LhtChiuhdeORlMWU+RA==", "refresh"=>"true", "task"=>{"complete"=>"true", "completion_date"=>"2017-09-22"}, "id"=>"31"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 31], ["LIMIT", 1]] +Unpermitted parameter: :completion_date +  (0.0ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "t"], ["updated_at", "2017-09-22 23:06:18.732206"], ["id", 31]] +  (0.6ms) commit transaction +  (0.0ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 5ms (ActiveRecord: 1.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-22 16:06:18 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.2ms) +Completed 200 OK in 23ms (Views: 21.0ms | ActiveRecord: 0.1ms) + + +Started PATCH "/tasks/31?refresh=true&task%5Bcomplete%5D=false" for 127.0.0.1 at 2017-09-22 16:06:19 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"N7puHLFEvP2D3A9QJCN1iSr5A4kgo1tD/EG/IINaXZK8T3X2ixJUzpq6+nZyofu1NJe1RzOS0IqQ6SaQCSTPWQ==", "refresh"=>"true", "task"=>{"complete"=>"false"}, "id"=>"31"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 31], ["LIMIT", 1]] +  (0.0ms) begin transaction + SQL (1.4ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "f"], ["updated_at", "2017-09-22 23:06:19.523132"], ["id", 31]] +  (1.2ms) commit transaction +  (0.0ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 6ms (ActiveRecord: 2.8ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-22 16:06:19 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.2ms) +Completed 200 OK in 19ms (Views: 17.6ms | ActiveRecord: 0.3ms) + + +Started PATCH "/tasks/31?refresh=true&task%5Bcomplete%5D=true&task%5Bcompletion_date%5D=2017-09-22" for 127.0.0.1 at 2017-09-22 16:06:20 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"Es0LpMqNTtikxu8IcLrbttfp+ly0m8ghCrenVmSxiKuZOBBO8Num672gGi4mOFWKyYdMkqeqQ+hmHz7m7s8aYA==", "refresh"=>"true", "task"=>{"complete"=>"true", "completion_date"=>"2017-09-22"}, "id"=>"31"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 31], ["LIMIT", 1]] +Unpermitted parameter: :completion_date +  (0.0ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "t"], ["updated_at", "2017-09-22 23:06:20.750977"], ["id", 31]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 4ms (ActiveRecord: 1.3ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-22 16:06:20 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.8ms) +Completed 200 OK in 25ms (Views: 22.9ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks/31?refresh=true&task%5Bcomplete%5D=false" for 127.0.0.1 at 2017-09-22 16:06:21 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"2kXTgXkqL9lgQ2gYxfE4zIm37PuG6jRFLy+k8cMMAVtRsMhrQ3zH6nklnT6Tc7bwl9laNZXbv4xDhz1BSXKTkA==", "refresh"=>"true", "task"=>{"complete"=>"false"}, "id"=>"31"} + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 31], ["LIMIT", 1]] +  (0.1ms) begin transaction + SQL (0.4ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "f"], ["updated_at", "2017-09-22 23:06:21.293392"], ["id", 31]] +  (1.6ms) commit transaction +  (0.1ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 7ms (ActiveRecord: 2.5ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-22 16:06:21 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.7ms) +Completed 200 OK in 23ms (Views: 20.6ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-22 16:06:25 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.1ms) +Completed 200 OK in 23ms (Views: 20.5ms | ActiveRecord: 0.3ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-24 22:20:37 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (1.6ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (28.6ms) +Completed 200 OK in 104ms (Views: 90.1ms | ActiveRecord: 1.6ms) + + +Started GET "/tasks/30/edit" for 127.0.0.1 at 2017-09-24 22:20:39 -0700 +Processing by TasksController#edit as HTML + Parameters: {"id"=>"30"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] + Rendering tasks/edit.html.erb within layouts/application + Rendered tasks/edit.html.erb within layouts/application (9.4ms) +Completed 200 OK in 42ms (Views: 38.1ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks/30" for 127.0.0.1 at 2017-09-24 22:20:43 -0700 +Processing by TasksController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"UkU1HuEqGR/yeX46tVdJbbkoVxeBKrCtZXeJS5I1VYTZsC7023zxLOsfixzj1cdRp0bh2ZIbO2QJ3xD7GEvHTw==", "task"=>{"name"=>"Call dad", "description"=>"give him a call before his bday", "due_date"=>"2017-11-09"}, "commit"=>"Edit that task!", "id"=>"30"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +  (0.2ms) begin transaction +  (0.2ms) commit transaction +  (0.0ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks/30 +Completed 302 Found in 8ms (ActiveRecord: 0.6ms) + + +Started GET "/tasks/30" for 127.0.0.1 at 2017-09-24 22:20:43 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (1.5ms) +Completed 200 OK in 28ms (Views: 25.9ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-24 22:20:46 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (6.6ms) +Completed 200 OK in 114ms (Views: 109.9ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/new" for 127.0.0.1 at 2017-09-24 22:20:50 -0700 +Processing by TasksController#new as HTML + Rendering tasks/new.html.erb within layouts/application + Rendered tasks/new.html.erb within layouts/application (3.5ms) +Completed 200 OK in 28ms (Views: 25.8ms | ActiveRecord: 0.0ms) + + +Started POST "/tasks" for 127.0.0.1 at 2017-09-24 22:20:52 -0700 +Processing by TasksController#create as HTML + Parameters: {"authenticity_token"=>"HqBdzXnqQdID+qIc4ULq5ndTpZgJmiQmwJrncb2cD8j7SXtr1/qtZtxHXFOyMLZpTUisIJCoc7bb8dUlp0fxXw==", "utf8"=>"✓", "task"=>{"name"=>"", "description"=>"", "due_date"=>""}, "commit"=>"Add that task!"} +  (0.1ms) begin transaction + SQL (1.4ms) INSERT INTO "tasks" ("name", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["name", ""], ["description", ""], ["created_at", "2017-09-25 05:20:52.642019"], ["updated_at", "2017-09-25 05:20:52.642019"]] +  (0.8ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 6ms (ActiveRecord: 2.3ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-24 22:20:52 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.3ms) +Completed 200 OK in 25ms (Views: 23.1ms | ActiveRecord: 0.2ms) + + +Started DELETE "/tasks/32" for 127.0.0.1 at 2017-09-24 22:20:57 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"IW+Tc5TwJsrI4mtmpFQ1cqLqCMdjFezJvZPrUySzk1mqmoiZrqbO+dGEnkDy1rtOvIS+CXAkZwDRO3Ljrs0Bkg==", "id"=>"32"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 32], ["LIMIT", 1]] +  (0.0ms) begin transaction + SQL (0.4ms) DELETE FROM "tasks" WHERE "tasks"."id" = ? [["id", 32]] +  (0.7ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 3ms (ActiveRecord: 1.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-24 22:20:57 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.4ms) +Completed 200 OK in 22ms (Views: 20.2ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-24 22:21:21 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.2ms) +Completed 200 OK in 24ms (Views: 21.5ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-24 22:21:25 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.4ms) +Completed 200 OK in 26ms (Views: 23.2ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-24 22:21:26 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.3ms) +Completed 200 OK in 26ms (Views: 22.8ms | ActiveRecord: 0.3ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-24 22:21:26 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.7ms) +Completed 200 OK in 26ms (Views: 23.3ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-24 22:21:27 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.4ms) +Completed 200 OK in 23ms (Views: 20.4ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-24 22:21:27 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.2ms) +Completed 200 OK in 24ms (Views: 20.7ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-24 22:21:27 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.4ms) +Completed 200 OK in 24ms (Views: 21.4ms | ActiveRecord: 0.3ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-24 22:21:27 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.6ms) +Completed 200 OK in 26ms (Views: 23.3ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-24 22:21:27 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.5ms) +Completed 200 OK in 26ms (Views: 22.6ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/new" for 127.0.0.1 at 2017-09-24 22:21:30 -0700 +Processing by TasksController#new as HTML + Rendering tasks/new.html.erb within layouts/application + Rendered tasks/new.html.erb within layouts/application (2.7ms) +Completed 200 OK in 25ms (Views: 21.9ms | ActiveRecord: 0.0ms) + + +Started GET "/tasks/new" for 127.0.0.1 at 2017-09-24 22:21:32 -0700 +Processing by TasksController#new as HTML + Rendering tasks/new.html.erb within layouts/application + Rendered tasks/new.html.erb within layouts/application (2.6ms) +Completed 200 OK in 24ms (Views: 21.2ms | ActiveRecord: 0.0ms) + + +Started GET "/tasks/new" for 127.0.0.1 at 2017-09-24 22:21:33 -0700 +Processing by TasksController#new as HTML + Rendering tasks/new.html.erb within layouts/application + Rendered tasks/new.html.erb within layouts/application (2.5ms) +Completed 200 OK in 24ms (Views: 21.0ms | ActiveRecord: 0.0ms) + + +Started GET "/tasks/new" for 127.0.0.1 at 2017-09-24 22:21:33 -0700 +Processing by TasksController#new as HTML + Rendering tasks/new.html.erb within layouts/application + Rendered tasks/new.html.erb within layouts/application (2.3ms) +Completed 200 OK in 24ms (Views: 20.9ms | ActiveRecord: 0.0ms) + + +Started GET "/tasks/new" for 127.0.0.1 at 2017-09-24 22:21:34 -0700 +Processing by TasksController#new as HTML + Rendering tasks/new.html.erb within layouts/application + Rendered tasks/new.html.erb within layouts/application (2.4ms) +Completed 200 OK in 22ms (Views: 19.7ms | ActiveRecord: 0.0ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-24 22:21:35 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (16.9ms) +Completed 200 OK in 36ms (Views: 33.0ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/new" for 127.0.0.1 at 2017-09-24 22:21:37 -0700 +Processing by TasksController#new as HTML + Rendering tasks/new.html.erb within layouts/application + Rendered tasks/new.html.erb within layouts/application (2.6ms) +Completed 200 OK in 28ms (Views: 24.8ms | ActiveRecord: 0.0ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-25 17:25:31 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (1.9ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (71.0ms) +Completed 200 OK in 233ms (Views: 202.0ms | ActiveRecord: 1.9ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=false" for 127.0.0.1 at 2017-09-25 17:25:35 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"0PVSMWLgfKIfMQ0FCBLljDCqCbKyRmtnRHJZsKfn3mVbAEnbWLaUkQZX+CNekGuwLsS/fKF34K4o2sAALZlMrg==", "refresh"=>"true", "task"=>{"complete"=>"false"}, "id"=>"30"} + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +  (0.2ms) begin transaction + SQL (1.8ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "f"], ["updated_at", "2017-09-26 00:25:35.274346"], ["id", 30]] +  (0.8ms) commit transaction +  (0.0ms) begin transaction +  (0.1ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 33ms (ActiveRecord: 3.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-25 17:25:35 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (7.4ms) +Completed 200 OK in 44ms (Views: 41.4ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=true&task%5Bcompletion_date%5D=2017-09-25" for 127.0.0.1 at 2017-09-25 17:25:36 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"mB1aGsaNTg64u+be3P0fA0U6rurm/om8PGfJAiXUyCYT6EHw/NumPaHdE/iKf5E/W1QYJPXPAnVQz1Cyr6pa7Q==", "refresh"=>"true", "task"=>{"complete"=>"true", "completion_date"=>"2017-09-25"}, "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +Unpermitted parameter: :completion_date +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "t"], ["updated_at", "2017-09-26 00:25:36.315046"], ["id", 30]] +  (0.6ms) commit transaction +  (0.0ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 6ms (ActiveRecord: 1.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-25 17:25:36 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (5.2ms) +Completed 200 OK in 30ms (Views: 27.7ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=false" for 127.0.0.1 at 2017-09-25 17:25:39 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"/l5nd38AmFp9ESUweSi6Uetbp7UyKi/cVebxaiG61cJ1q3ydRVZwaWR30BYvqjRt9TUReyEbpBU5Tmjaq8RHCQ==", "refresh"=>"true", "task"=>{"complete"=>"false"}, "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +  (0.1ms) begin transaction + SQL (0.4ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "f"], ["updated_at", "2017-09-26 00:25:39.905201"], ["id", 30]] +  (0.6ms) commit transaction +  (0.0ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 7ms (ActiveRecord: 1.3ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-25 17:25:39 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.7ms) +Completed 200 OK in 34ms (Views: 32.2ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=true&task%5Bcompletion_date%5D=2017-09-25" for 127.0.0.1 at 2017-09-25 17:25:42 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"J5rgrsyDC7RkazXcC2e8qPmaBxxay+OLc6nvJsxHK0Osb/tE9tXjh30NwPpd5TKU5/Sx0kn6aEIfAXaWRjm5iA==", "refresh"=>"true", "task"=>{"complete"=>"true", "completion_date"=>"2017-09-25"}, "id"=>"30"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +Unpermitted parameter: :completion_date +  (0.0ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "t"], ["updated_at", "2017-09-26 00:25:42.899253"], ["id", 30]] +  (0.9ms) commit transaction +  (0.0ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 6ms (ActiveRecord: 1.5ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-25 17:25:42 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.1ms) +Completed 200 OK in 27ms (Views: 25.2ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-25 17:25:58 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.8ms) +Completed 200 OK in 30ms (Views: 27.4ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=false" for 127.0.0.1 at 2017-09-25 17:26:00 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"W0OOIBNAgb4iD1nzxm5OPoNpmjGKdBGpRXugzD+mcDjQtpXKKRZpjTtprNWQ7MACnQcs/5lFmmAp0zl8tdji8w==", "refresh"=>"true", "task"=>{"complete"=>"false"}, "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +  (0.0ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "f"], ["updated_at", "2017-09-26 00:26:00.450208"], ["id", 30]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 4ms (ActiveRecord: 1.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-25 17:26:00 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.0ms) +Completed 200 OK in 28ms (Views: 25.9ms | ActiveRecord: 0.1ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=true&task%5Bcompletion_date%5D=2017-09-25" for 127.0.0.1 at 2017-09-25 17:26:02 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"iULZy41qI2yQRAX8qTdGYFyVZZDtZ2nF+HnYZwj22kECt8IhtzzLX4ki8Nr/tchcQvvTXv5W4gyU0UHXgohIig==", "refresh"=>"true", "task"=>{"complete"=>"true", "completion_date"=>"2017-09-25"}, "id"=>"30"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +Unpermitted parameter: :completion_date +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "t"], ["updated_at", "2017-09-26 00:26:02.081586"], ["id", 30]] +  (0.8ms) commit transaction +  (0.0ms) begin transaction +  (0.1ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 6ms (ActiveRecord: 1.5ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-25 17:26:02 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (5.3ms) +Completed 200 OK in 32ms (Views: 29.5ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=false" for 127.0.0.1 at 2017-09-25 17:26:03 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"iw0FvoTEOI3ei+qMEYybaR9ODShO9yUOoCd60rIY7bUA+B5UvpLQvsftH6pHDhVVASC75l3GrsfMj+NiOGZ/fg==", "refresh"=>"true", "task"=>{"complete"=>"false"}, "id"=>"30"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +  (0.1ms) begin transaction + SQL (0.5ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "f"], ["updated_at", "2017-09-26 00:26:03.988607"], ["id", 30]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction +  (0.1ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 6ms (ActiveRecord: 1.8ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-25 17:26:03 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.9ms) +Completed 200 OK in 29ms (Views: 27.1ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-25 17:28:03 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.0ms) +Completed 200 OK in 85ms (Views: 82.6ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=true&task%5Bcompletion_date%5D=2017-09-25" for 127.0.0.1 at 2017-09-25 17:28:07 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"B5nuFsgrb7OaQs2R6E/7gYu3RLi8inC3zajKErKoIDOMbPX88n2HgIMkOLe+zXW9ldnydq+7+36hAFOiONay+A==", "refresh"=>"true", "task"=>{"complete"=>"true", "completion_date"=>"2017-09-25"}, "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +Unpermitted parameter: :completion_date +  (0.0ms) begin transaction + SQL (1.3ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "t"], ["updated_at", "2017-09-26 00:28:07.872052"], ["id", 30]] +  (0.9ms) commit transaction +  (0.1ms) begin transaction +  (0.1ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 7ms (ActiveRecord: 2.4ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-25 17:28:07 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (3.5ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (6.8ms) +Completed 200 OK in 33ms (Views: 27.6ms | ActiveRecord: 3.5ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=false" for 127.0.0.1 at 2017-09-25 17:28:10 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"rJk+uBJ2p2nXYPxndN2Xc/dq5viPUDP0Ut9ypcPz0lQnbCVSKCBPWs4GCUEiXxlP6QRQNpxhuD0+d+sVSY1Anw==", "refresh"=>"true", "task"=>{"complete"=>"false"}, "id"=>"30"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +  (0.1ms) begin transaction + SQL (0.5ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "f"], ["updated_at", "2017-09-26 00:28:10.340006"], ["id", 30]] +  (0.9ms) commit transaction +  (0.1ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 8ms (ActiveRecord: 1.8ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-25 17:28:10 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.0ms) +Completed 200 OK in 62ms (Views: 58.5ms | ActiveRecord: 0.3ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=true&task%5Bcompletion_date%5D=2017-09-25" for 127.0.0.1 at 2017-09-25 17:28:12 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"LO1x6eWWZeRhXVz8bHZAy3Fx1jhfaHPdvpvZnJqd4OCnGGoD38CN13g7qdo69M73bx9g9kxZ+BTSM0AsEONyKw==", "refresh"=>"true", "task"=>{"complete"=>"true", "completion_date"=>"2017-09-25"}, "id"=>"30"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +Unpermitted parameter: :completion_date +  (0.1ms) begin transaction + SQL (0.5ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "t"], ["updated_at", "2017-09-26 00:28:12.954981"], ["id", 30]] +  (1.2ms) commit transaction +  (0.1ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 6ms (ActiveRecord: 2.1ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-25 17:28:12 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.8ms) +Completed 200 OK in 22ms (Views: 20.1ms | ActiveRecord: 0.1ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=false" for 127.0.0.1 at 2017-09-25 17:28:19 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"i0hyAtMnVd/UWW2AB8KIFuGtnk7iVXAPL/jMeRv26cwAvWno6XG97M0/mKZRQAYq/8MogPFk+8ZDUFXJkYh7Bw==", "refresh"=>"true", "task"=>{"complete"=>"false"}, "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +  (0.0ms) begin transaction + SQL (0.4ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "f"], ["updated_at", "2017-09-26 00:28:19.328114"], ["id", 30]] +  (1.2ms) commit transaction +  (0.1ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 5ms (ActiveRecord: 1.9ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-25 17:28:19 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.6ms) +Completed 200 OK in 22ms (Views: 20.2ms | ActiveRecord: 0.1ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=true&task%5Bcompletion_date%5D=2017-09-25" for 127.0.0.1 at 2017-09-25 17:28:21 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"/UvBtAjuWd5D/+DEy/Ht6NVgEn/IZE+0NJr0nu531Xl2vtpeMrix7VqZFeKdc2PUyw6ksdtVxH1YMm0uZAlHsg==", "refresh"=>"true", "task"=>{"complete"=>"true", "completion_date"=>"2017-09-25"}, "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +Unpermitted parameter: :completion_date +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "t"], ["updated_at", "2017-09-26 00:28:21.218470"], ["id", 30]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 4ms (ActiveRecord: 1.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-25 17:28:21 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.0ms) +Completed 200 OK in 21ms (Views: 18.3ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-25 17:28:41 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.8ms) +Completed 200 OK in 22ms (Views: 19.9ms | ActiveRecord: 0.1ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=false" for 127.0.0.1 at 2017-09-25 17:28:44 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"61RLZB5Qu/7dQ1wJ50dlIDV5187L98wAvO2JDyYQxxRgoVCOJAZTzcQlqS+xxescKxdhANjGR8nQRRC/rG5V3w==", "refresh"=>"true", "task"=>{"complete"=>"false"}, "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "f"], ["updated_at", "2017-09-26 00:28:44.771858"], ["id", 30]] +  (1.2ms) commit transaction +  (0.1ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 5ms (ActiveRecord: 1.7ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-25 17:28:44 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.5ms) +Completed 200 OK in 21ms (Views: 19.7ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-25 17:34:05 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.3ms) +Completed 200 OK in 22ms (Views: 20.2ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=true&task%5Bcompletion_date%5D=2017-09-25" for 127.0.0.1 at 2017-09-25 17:34:08 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"PWJrRhyhabfv19gFFF3h3JwNBZATiHOiBblEoktbBje2l3CsJveBhPaxLSNC32/ggmOzXgC5+GtpEd0SwSWU/A==", "refresh"=>"true", "task"=>{"complete"=>"true", "completion_date"=>"2017-09-25"}, "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +Unpermitted parameter: :completion_date +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "t"], ["updated_at", "2017-09-26 00:34:08.337008"], ["id", 30]] +  (1.3ms) commit transaction +  (0.1ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 5ms (ActiveRecord: 1.8ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-25 17:34:08 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.8ms) +Completed 200 OK in 20ms (Views: 18.1ms | ActiveRecord: 0.3ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=false" for 127.0.0.1 at 2017-09-25 17:34:09 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"T8S7ubr/AHjZDXJDPQ4fpbj9uJ/DA9S7M865w9Ob9gPEMaBTgKnoS8Brh2VrjJGZppMOUdAyX3JfZiBzWeVkyA==", "refresh"=>"true", "task"=>{"complete"=>"false"}, "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +  (0.0ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "f"], ["updated_at", "2017-09-26 00:34:09.817994"], ["id", 30]] +  (1.1ms) commit transaction +  (0.0ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 4ms (ActiveRecord: 1.6ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-25 17:34:09 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.4ms) +Completed 200 OK in 19ms (Views: 17.2ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=true&task%5Bcompletion_date%5D=2017-09-25" for 127.0.0.1 at 2017-09-25 17:34:11 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"XzmPHyEP4GK1pb4Fs0QEYV7dB7atcw1j8tTyCLoUMPLUzJT1G1kIUazDSyPlxopdQLOxeL5ChqqefGu4MGqiOQ==", "refresh"=>"true", "task"=>{"complete"=>"true", "completion_date"=>"2017-09-25"}, "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +Unpermitted parameter: :completion_date +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "t"], ["updated_at", "2017-09-26 00:34:11.171083"], ["id", 30]] +  (1.3ms) commit transaction +  (0.1ms) begin transaction +  (0.1ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 6ms (ActiveRecord: 1.8ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-25 17:34:11 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.8ms) +Completed 200 OK in 23ms (Views: 20.6ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=false" for 127.0.0.1 at 2017-09-25 17:34:12 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"SoYwUO4JWhSn2Ddp7CHVRIJYWa0UC9oEbbrp0+mDDp/Bcyu61F+yJ76+wk+6o1t4nDbvYwc6Uc0BEnBjY/2cVA==", "refresh"=>"true", "task"=>{"complete"=>"false"}, "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +  (0.0ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "f"], ["updated_at", "2017-09-26 00:34:12.088737"], ["id", 30]] +  (1.3ms) commit transaction +  (0.0ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 5ms (ActiveRecord: 1.8ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-25 17:34:12 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.3ms) +Completed 200 OK in 19ms (Views: 17.4ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-25 17:34:22 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.9ms) +Completed 200 OK in 22ms (Views: 19.8ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=true&task%5Bcompletion_date%5D=2017-09-25" for 127.0.0.1 at 2017-09-25 17:34:23 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"1H86d0eNZbWn8FYarZnCB1h/QemDapNvZAp6WHlKzeNfiiGdfduNhr6Wozz7G0w7RhH3J5BbGKYIouPo8zRfKA==", "refresh"=>"true", "task"=>{"complete"=>"true", "completion_date"=>"2017-09-25"}, "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +Unpermitted parameter: :completion_date +  (0.0ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "t"], ["updated_at", "2017-09-26 00:34:23.760025"], ["id", 30]] +  (1.1ms) commit transaction +  (0.0ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 5ms (ActiveRecord: 1.7ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-25 17:34:23 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.6ms) +Completed 200 OK in 22ms (Views: 20.6ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=false" for 127.0.0.1 at 2017-09-25 17:34:24 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"0MGIfMgAgUp3/QhPPAMghoHB0CUsQKgyaArTXv+pWvpbNJOW8lZpeW6b/Wlqga66n69m6z9xI/sEokruddfIMQ==", "refresh"=>"true", "task"=>{"complete"=>"false"}, "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "f"], ["updated_at", "2017-09-26 00:34:24.530466"], ["id", 30]] +  (1.2ms) commit transaction +  (0.0ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 5ms (ActiveRecord: 1.7ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-25 17:34:24 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (13.7ms) +Completed 200 OK in 32ms (Views: 29.5ms | ActiveRecord: 0.1ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=true&task%5Bcompletion_date%5D=2017-09-25" for 127.0.0.1 at 2017-09-25 17:34:25 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"W9UQQ7AMgaNKFpvR9CuNzAQpnLwPQUc94dlT4kbRHcHQIAupilppkFNwbveiqQPwGkcqchxwzPSNccpSzK+PCg==", "refresh"=>"true", "task"=>{"complete"=>"true", "completion_date"=>"2017-09-25"}, "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +Unpermitted parameter: :completion_date +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "t"], ["updated_at", "2017-09-26 00:34:25.984409"], ["id", 30]] +  (1.1ms) commit transaction +  (0.0ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 5ms (ActiveRecord: 1.6ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-25 17:34:25 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.4ms) +Completed 200 OK in 25ms (Views: 22.7ms | ActiveRecord: 0.3ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=false" for 127.0.0.1 at 2017-09-25 17:34:26 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"bxfo26hO9lnkRK2/Df9vN/Zm5b6pAhAt5BQnhFMklz/k4vMxkhgeav0iWJlbfeEL6AhTcLozm+SIvL402VoF9A==", "refresh"=>"true", "task"=>{"complete"=>"false"}, "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +  (0.0ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "f"], ["updated_at", "2017-09-26 00:34:26.737847"], ["id", 30]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 4ms (ActiveRecord: 1.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-25 17:34:26 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.5ms) +Completed 200 OK in 20ms (Views: 17.5ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-25 17:35:04 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.9ms) +Completed 200 OK in 38ms (Views: 36.4ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/30" for 127.0.0.1 at 2017-09-25 17:35:07 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (1.9ms) +Completed 200 OK in 22ms (Views: 19.0ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-25 17:35:23 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.0ms) +Completed 200 OK in 38ms (Views: 36.5ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/30" for 127.0.0.1 at 2017-09-25 17:35:25 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (1.1ms) +Completed 200 OK in 23ms (Views: 19.7ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-25 17:35:28 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.3ms) +Completed 200 OK in 28ms (Views: 24.9ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-25 17:35:34 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.8ms) +Completed 200 OK in 46ms (Views: 44.5ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/30" for 127.0.0.1 at 2017-09-25 17:35:37 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (1.2ms) +Completed 200 OK in 26ms (Views: 22.6ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/new" for 127.0.0.1 at 2017-09-25 17:36:14 -0700 +Processing by TasksController#new as HTML + Rendering tasks/new.html.erb within layouts/application + Rendered tasks/new.html.erb within layouts/application (3.2ms) +Completed 200 OK in 25ms (Views: 22.3ms | ActiveRecord: 0.0ms) + + +Started POST "/tasks" for 127.0.0.1 at 2017-09-25 17:36:36 -0700 +Processing by TasksController#create as HTML + Parameters: {"authenticity_token"=>"+29U8w0WllXZFs9wmUtcEzM1EeCmfxJlyUzhAxPBRnoehnJVowZ64QarMT/KOQCcCS4YWD9NRfXSJ9NXCRq47Q==", "utf8"=>"✓", "task"=>{"name"=>"do cs integers hw", "description"=>"make sure to read through the notes", "due_date"=>"2017-09-28"}, "commit"=>"Add that task!"} +  (0.1ms) begin transaction + SQL (0.4ms) INSERT INTO "tasks" ("name", "description", "due_date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "do cs integers hw"], ["description", "make sure to read through the notes"], ["due_date", "2017-09-28"], ["created_at", "2017-09-26 00:36:36.061830"], ["updated_at", "2017-09-26 00:36:36.061830"]] +  (0.6ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 3ms (ActiveRecord: 1.0ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-25 17:36:36 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.4ms) +Completed 200 OK in 21ms (Views: 19.2ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-25 17:37:54 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.2ms) +Completed 200 OK in 45ms (Views: 42.5ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/33" for 127.0.0.1 at 2017-09-25 17:38:15 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"33"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 33], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (1.1ms) +Completed 200 OK in 22ms (Views: 18.9ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/33/edit" for 127.0.0.1 at 2017-09-25 17:38:26 -0700 +Processing by TasksController#edit as HTML + Parameters: {"id"=>"33"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 33], ["LIMIT", 1]] + Rendering tasks/edit.html.erb within layouts/application + Rendered tasks/edit.html.erb within layouts/application (2.8ms) +Completed 200 OK in 26ms (Views: 22.6ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks/33" for 127.0.0.1 at 2017-09-25 17:38:32 -0700 +Processing by TasksController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"he8BXle2pgtAt7bKwtfJE2LmJpkDuNmnvuQgcjE4qqhG7Vier4LIDLUDDWDVr+hdltu52z/GG0NYrdtKbYJ+Mw==", "task"=>{"name"=>"do cs integers hw", "description"=>"make sure to read through the notes", "due_date"=>"2017-09-28"}, "commit"=>"Edit that task!", "id"=>"33"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 33], ["LIMIT", 1]] +  (0.1ms) begin transaction +  (0.0ms) commit transaction +  (0.0ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks/33 +Completed 302 Found in 3ms (ActiveRecord: 0.3ms) + + +Started GET "/tasks/33" for 127.0.0.1 at 2017-09-25 17:38:32 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"33"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 33], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.9ms) +Completed 200 OK in 20ms (Views: 17.6ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-25 17:38:35 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.0ms) +Completed 200 OK in 23ms (Views: 21.0ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/33" for 127.0.0.1 at 2017-09-25 17:39:43 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"33"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 33], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (1.0ms) +Completed 200 OK in 34ms (Views: 32.0ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-25 17:39:51 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.4ms) +Completed 200 OK in 26ms (Views: 22.7ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=true&task%5Bcompletion_date%5D=2017-09-25" for 127.0.0.1 at 2017-09-26 11:57:03 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"aaH1WcYHTC/AFIjh3Kqg2XOo8sn0D7oWKHnUV0dfPu+WbWDZy0M9ls+wquFX+Lg+XxjcTZu003TUVkL6LFCxtg==", "refresh"=>"true", "task"=>{"complete"=>"true", "completion_date"=>"2017-09-25"}, "id"=>"30"} + Task Load (0.9ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +Unpermitted parameter: :completion_date +  (0.3ms) begin transaction + SQL (0.6ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "t"], ["updated_at", "2017-09-26 18:57:03.197099"], ["id", 30]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction +  (0.1ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 34ms (ActiveRecord: 2.9ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-26 11:57:03 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (23.5ms) +Completed 200 OK in 85ms (Views: 81.6ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=false" for 127.0.0.1 at 2017-09-26 11:57:07 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"tk4D2lQ0PHrhCAN2zv9OiQQzR34vbgnYzqDTPVUz4749uxgwbmLUSfhu9lCYfcC1Gl3xsDxfghGiCEqN301xdQ==", "refresh"=>"true", "task"=>{"complete"=>"false"}, "id"=>"30"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +  (0.1ms) begin transaction + SQL (0.4ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "f"], ["updated_at", "2017-09-26 18:57:07.168997"], ["id", 30]] +  (1.2ms) commit transaction +  (0.1ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 6ms (ActiveRecord: 1.9ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-26 11:57:07 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.7ms) +Completed 200 OK in 39ms (Views: 36.7ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-26 11:58:41 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.0ms) +Completed 200 OK in 109ms (Views: 107.1ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=true&task%5Bcompletion_date%5D=2017-09-26" for 127.0.0.1 at 2017-09-26 11:58:44 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"/aZa+VZ9mn5PRdvhNp1MqmKZRxZGEhvPD3wZkrs1/Q12U0ETbCtyTVYjLsdgH8KWfPfx2FUjkAZj1IAiMUtvxg==", "refresh"=>"true", "task"=>{"complete"=>"true", "completion_date"=>"2017-09-26"}, "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +Unpermitted parameter: :completion_date +  (0.0ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "t"], ["updated_at", "2017-09-26 18:58:44.919252"], ["id", 30]] +  (1.1ms) commit transaction +  (0.0ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 5ms (ActiveRecord: 1.6ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-26 11:58:44 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (5.2ms) +Completed 200 OK in 27ms (Views: 25.5ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=false" for 127.0.0.1 at 2017-09-26 11:58:46 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"86uS1csbO0Uv5Er34W/Cj8Z63ELL+iQbMWCPfyQGqlZ4Xok/8U3TdjaCv9G37Uyz2BRqjNjLr9JdyBbPrng4nQ==", "refresh"=>"true", "task"=>{"complete"=>"false"}, "id"=>"30"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +  (0.0ms) begin transaction + SQL (0.5ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "f"], ["updated_at", "2017-09-26 18:58:46.072922"], ["id", 30]] +  (1.3ms) commit transaction +  (0.1ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 6ms (ActiveRecord: 2.1ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-26 11:58:46 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.4ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (6.0ms) +Completed 200 OK in 33ms (Views: 31.4ms | ActiveRecord: 0.4ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-26 11:58:55 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (7.2ms) +Completed 200 OK in 32ms (Views: 29.6ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=true&task%5Bcompletion_date%5D=2017-09-26" for 127.0.0.1 at 2017-09-26 11:58:57 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"dRc2DpS8/HA/SaHlwe83gLfnnjCZEt0WdpTaW8F4vJL+4i3kruoUQyYvVMOXbbm8qYko/oojVt8aPEPrSwYuWQ==", "refresh"=>"true", "task"=>{"complete"=>"true", "completion_date"=>"2017-09-26"}, "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +Unpermitted parameter: :completion_date +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "t"], ["updated_at", "2017-09-26 18:58:57.638433"], ["id", 30]] +  (1.2ms) commit transaction +  (0.0ms) begin transaction +  (0.1ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 5ms (ActiveRecord: 1.9ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-26 11:58:57 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.4ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (5.6ms) +Completed 200 OK in 35ms (Views: 32.0ms | ActiveRecord: 0.4ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=false" for 127.0.0.1 at 2017-09-26 11:58:58 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"CH8jNsDmZAH5o4QoY1O5cPTCoKysZsnELQZpOjOP+5aDijjc+rCMMuDFcQ410TdM6qwWYr9XQg1BrvCKufFpXQ==", "refresh"=>"true", "task"=>{"complete"=>"false"}, "id"=>"30"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +  (0.1ms) begin transaction + SQL (0.5ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "f"], ["updated_at", "2017-09-26 18:58:58.931206"], ["id", 30]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction +  (0.3ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 53ms (ActiveRecord: 1.9ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-26 11:58:58 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.5ms) +Completed 200 OK in 26ms (Views: 24.1ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-26 11:59:43 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.7ms) +Completed 200 OK in 48ms (Views: 46.3ms | ActiveRecord: 0.3ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=true&task%5Bcompletion_date%5D=2017-09-26" for 127.0.0.1 at 2017-09-26 11:59:44 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"8djB11ejDz5YHlMjlK+GhxyHz1/oYZ69fvH3ClWXIv16Ldo9bfXnDUF4pgXCLQi7Aul5kftQFXQSWW663+mwNg==", "refresh"=>"true", "task"=>{"complete"=>"true", "completion_date"=>"2017-09-26"}, "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +Unpermitted parameter: :completion_date +  (0.0ms) begin transaction + SQL (1.2ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "t"], ["updated_at", "2017-09-26 18:59:44.627475"], ["id", 30]] +  (0.6ms) commit transaction +  (0.0ms) begin transaction +  (0.1ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 5ms (ActiveRecord: 2.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-26 11:59:44 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.9ms) +Completed 200 OK in 23ms (Views: 21.4ms | ActiveRecord: 0.3ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=false" for 127.0.0.1 at 2017-09-26 11:59:45 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"7m6LRwN77heQw7OxHgIUGqY8hjFDyZPSQ8/L0CMKzF1lm5CtOS0GJImlRpdIgJomuFIw/1D4GBsvZ1JgqXRelg==", "refresh"=>"true", "task"=>{"complete"=>"false"}, "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +  (0.1ms) begin transaction + SQL (0.4ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "f"], ["updated_at", "2017-09-26 18:59:45.766945"], ["id", 30]] +  (1.2ms) commit transaction +  (0.1ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 6ms (ActiveRecord: 1.9ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-26 11:59:45 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.0ms) +Completed 200 OK in 21ms (Views: 19.6ms | ActiveRecord: 0.3ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-26 12:00:49 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.9ms) +Completed 200 OK in 47ms (Views: 44.6ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=true&task%5Bcompletion_date%5D=2017-09-26" for 127.0.0.1 at 2017-09-26 12:00:52 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"vi5PJ/oFPtPGc2PVKpSMoGNK+CgmbilJ69TI8nXEymQ121TNwFPW4N8VlvN8FgKcfSRO5jVfooCHfFFC/7pYrw==", "refresh"=>"true", "task"=>{"complete"=>"true", "completion_date"=>"2017-09-26"}, "id"=>"30"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +Unpermitted parameter: :completion_date +  (0.1ms) begin transaction + SQL (0.4ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "t"], ["updated_at", "2017-09-26 19:00:52.992714"], ["id", 30]] +  (1.3ms) commit transaction +  (0.1ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 6ms (ActiveRecord: 2.1ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-26 12:00:53 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.7ms) +Completed 200 OK in 23ms (Views: 20.6ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=false" for 127.0.0.1 at 2017-09-26 12:00:54 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"EWyXKZZZD0LgrTlRhAK9WZPj2zcnO6xjwITZEc7BRICamYzDrA/ncfnLzHfSgDNljY1t+TQKJ6qsLEChRL/WSw==", "refresh"=>"true", "task"=>{"complete"=>"false"}, "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "f"], ["updated_at", "2017-09-26 19:00:54.342585"], ["id", 30]] +  (1.1ms) commit transaction +  (0.0ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 6ms (ActiveRecord: 1.7ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-26 12:00:54 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (5.1ms) +Completed 200 OK in 23ms (Views: 21.5ms | ActiveRecord: 0.3ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-26 12:01:28 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.5ms) +Completed 200 OK in 46ms (Views: 43.4ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/30" for 127.0.0.1 at 2017-09-26 12:01:31 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (2.5ms) +Completed 200 OK in 30ms (Views: 27.1ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-26 12:01:35 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.3ms) +Completed 200 OK in 28ms (Views: 23.1ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=true&task%5Bcompletion_date%5D=2017-09-26" for 127.0.0.1 at 2017-09-26 12:01:36 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"e4OE3AohnkBgV7cxj3xhBtXojlo2Ij41X97fDzZ1+PKETxFcB2Xv+W/zlTEELnnh+Vig3lmZV1ej8UmiXXp3qw==", "refresh"=>"true", "task"=>{"complete"=>"true", "completion_date"=>"2017-09-26"}, "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +Unpermitted parameter: :completion_date +  (0.1ms) begin transaction + SQL (0.4ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "t"], ["updated_at", "2017-09-26 19:01:36.414714"], ["id", 30]] +  (1.4ms) commit transaction +  (0.0ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 6ms (ActiveRecord: 2.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-26 12:01:36 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (5.1ms) +Completed 200 OK in 29ms (Views: 26.7ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=false" for 127.0.0.1 at 2017-09-26 12:01:37 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"YaHBfwas/I6L8N+zYJjNdZsyYw3MCVJLf7LP3D5Fc0XqVNqVPPoUvZKWKpU2GkNJhVzVw9842YITGlZstDvhjg==", "refresh"=>"true", "task"=>{"complete"=>"false"}, "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +  (0.1ms) begin transaction + SQL (0.4ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "f"], ["updated_at", "2017-09-26 19:01:37.667158"], ["id", 30]] +  (1.1ms) commit transaction +  (0.1ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 5ms (ActiveRecord: 1.7ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-26 12:01:37 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.1ms) +Completed 200 OK in 40ms (Views: 37.6ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-26 12:01:53 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.1ms) +Completed 200 OK in 45ms (Views: 42.7ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=true&task%5Bcompletion_date%5D=2017-09-26" for 127.0.0.1 at 2017-09-26 12:01:56 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"uQk02nPzFSP6TP6Yrn19nP7dfqAPZ/6fzLr7JMwtnWky/C8wSaX9EOMqC774//Og4LPIbhxWdVagEmKURlMPog==", "refresh"=>"true", "task"=>{"complete"=>"true", "completion_date"=>"2017-09-26"}, "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +Unpermitted parameter: :completion_date +  (0.0ms) begin transaction + SQL (0.5ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "t"], ["updated_at", "2017-09-26 19:01:56.051975"], ["id", 30]] +  (0.6ms) commit transaction +  (0.0ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 5ms (ActiveRecord: 1.3ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-26 12:01:56 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.0ms) +Completed 200 OK in 23ms (Views: 20.9ms | ActiveRecord: 0.1ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=false" for 127.0.0.1 at 2017-09-26 12:01:57 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"4rDj6yFPRAFXONsDTRibmLwDtyhGSEpud/Z0BV6HLNZpRfgBGxmsMk5eLiUbmhWkom0B5lV5wacbXu211Pm+HQ==", "refresh"=>"true", "task"=>{"complete"=>"false"}, "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +  (0.0ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "f"], ["updated_at", "2017-09-26 19:01:57.125445"], ["id", 30]] +  (0.5ms) commit transaction +  (0.0ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 4ms (ActiveRecord: 1.1ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-26 12:01:57 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.8ms) +Completed 200 OK in 22ms (Views: 20.0ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-26 12:03:13 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.0ms) +Completed 200 OK in 25ms (Views: 23.0ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-26 12:03:43 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.4ms) +Completed 200 OK in 39ms (Views: 37.1ms | ActiveRecord: 0.3ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=true&task%5Bcompletion_date%5D=2017-09-26" for 127.0.0.1 at 2017-09-26 12:03:45 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"nOnpnfQy9VY41MBrOq1LeUT5SdXfFxgGL3CoIFKlsCsXHPJ3zmQdZSGyNU1sL8VFWpf/G8wmk89D2DGQ2Nsi4A==", "refresh"=>"true", "task"=>{"complete"=>"true", "completion_date"=>"2017-09-26"}, "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +Unpermitted parameter: :completion_date +  (0.0ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "t"], ["updated_at", "2017-09-26 19:03:45.686850"], ["id", 30]] +  (1.2ms) commit transaction +  (0.0ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 5ms (ActiveRecord: 1.7ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-26 12:03:45 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.9ms) +Completed 200 OK in 20ms (Views: 18.6ms | ActiveRecord: 0.1ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=false" for 127.0.0.1 at 2017-09-26 12:03:47 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"XgO/YeYzK1OKagngM7kHpRMfCBp4I0IIPbZTAKwO0FHV9qSL3GXDYJMM/MZlO4mZDXG+1GsSycFRHsqwJnBCmg==", "refresh"=>"true", "task"=>{"complete"=>"false"}, "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +  (0.0ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "f"], ["updated_at", "2017-09-26 19:03:47.220560"], ["id", 30]] +  (0.6ms) commit transaction +  (0.1ms) begin transaction +  (0.1ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 5ms (ActiveRecord: 1.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-26 12:03:47 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (5.0ms) +Completed 200 OK in 23ms (Views: 20.9ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=true&task%5Bcompletion_date%5D=2017-09-26" for 127.0.0.1 at 2017-09-26 12:03:49 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"vfSKu4l9WfG2eiEB2NZnVwXawz/NUOOLCseUH1YLUm82AZFRsyuxwq8c1CeOVOlrG7R18d5haEJmbw2v3HXApA==", "refresh"=>"true", "task"=>{"complete"=>"true", "completion_date"=>"2017-09-26"}, "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +Unpermitted parameter: :completion_date +  (0.1ms) begin transaction + SQL (0.4ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "t"], ["updated_at", "2017-09-26 19:03:49.027467"], ["id", 30]] +  (2.0ms) commit transaction +  (0.1ms) begin transaction +  (0.1ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 7ms (ActiveRecord: 2.7ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-26 12:03:49 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.0ms) +Completed 200 OK in 23ms (Views: 20.6ms | ActiveRecord: 0.3ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-26 12:03:58 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.4ms) +Completed 200 OK in 21ms (Views: 18.7ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-26 12:04:23 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.7ms) +Completed 200 OK in 45ms (Views: 43.2ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=false" for 127.0.0.1 at 2017-09-26 12:04:25 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"Zr7kAAZfZK4Xm6VMsvTBfnXHY10TvNUS5JIvp7y6R6vtS//qPAmMnQ79UGrkdk9Ca6nVkwCNXtuIOrYXNsTVYA==", "refresh"=>"true", "task"=>{"complete"=>"false"}, "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "f"], ["updated_at", "2017-09-26 19:04:25.477543"], ["id", 30]] +  (1.1ms) commit transaction +  (0.1ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 5ms (ActiveRecord: 1.7ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-26 12:04:25 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.5ms) +Completed 200 OK in 26ms (Views: 22.8ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=true&task%5Bcompletion_date%5D=2017-09-26" for 127.0.0.1 at 2017-09-26 12:04:26 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"vKOi3meA+U+jMwIRaY9VsMRtdDCehnAj3zo115JQCao3Vrk0XdYRfLpV9zc/DduM2gPC/o23++qzkqxnGC6bYQ==", "refresh"=>"true", "task"=>{"complete"=>"true", "completion_date"=>"2017-09-26"}, "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +Unpermitted parameter: :completion_date +  (0.1ms) begin transaction + SQL (0.4ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "t"], ["updated_at", "2017-09-26 19:04:26.778276"], ["id", 30]] +  (1.1ms) commit transaction +  (0.1ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 5ms (ActiveRecord: 1.7ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-26 12:04:26 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.4ms) +Completed 200 OK in 35ms (Views: 31.2ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=false" for 127.0.0.1 at 2017-09-26 12:04:27 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"7pTGchIUuaMquyRx1li4SgYAYHgYD6B8BgieLLXW/H9lYd2YKEJRkDPd0VeA2jZ2GG7Wtgs+K7VqoAecP6hutA==", "refresh"=>"true", "task"=>{"complete"=>"false"}, "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +  (0.0ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "f"], ["updated_at", "2017-09-26 19:04:27.829012"], ["id", 30]] +  (1.1ms) commit transaction +  (0.0ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 5ms (ActiveRecord: 1.7ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-26 12:04:27 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.0ms) +Completed 200 OK in 22ms (Views: 19.9ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-26 12:04:41 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.5ms) +Completed 200 OK in 38ms (Views: 35.3ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=true&task%5Bcompletion_date%5D=2017-09-26" for 127.0.0.1 at 2017-09-26 12:05:46 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"bpOfWqQqD+gXVRLhCfAX7v8Xa3kwvA39MJq0fP5bgjXlZoSwnnzn2w4z58dfcpnS4XndtyONhjRcMi3MdCUQ/g==", "refresh"=>"true", "task"=>{"complete"=>"true", "completion_date"=>"2017-09-26"}, "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +Unpermitted parameter: :completion_date +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "t"], ["updated_at", "2017-09-26 19:05:46.238636"], ["id", 30]] +  (0.6ms) commit transaction +  (0.1ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 4ms (ActiveRecord: 1.1ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-26 12:05:46 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.9ms) +Completed 200 OK in 23ms (Views: 20.8ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=false" for 127.0.0.1 at 2017-09-26 12:05:48 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"842UhvABfoGMLrDC1FTuEvQD4me0IuQn5Ub/NtXrhdZ4eI9syleWspVIReSC1mAu6m1UqacTb+6J7maGX5UXHQ==", "refresh"=>"true", "task"=>{"complete"=>"false"}, "id"=>"30"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +  (0.0ms) begin transaction + SQL (0.4ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "f"], ["updated_at", "2017-09-26 19:05:48.327595"], ["id", 30]] +  (1.3ms) commit transaction +  (0.1ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 6ms (ActiveRecord: 2.1ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-26 12:05:48 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.1ms) +Completed 200 OK in 23ms (Views: 21.0ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-26 12:06:21 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.3ms) +Completed 200 OK in 39ms (Views: 36.6ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=true&task%5Bcompletion_date%5D=2017-09-26" for 127.0.0.1 at 2017-09-26 12:06:22 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"Gx64wbdXiPl5pyeQF7xzYijhB7L9I3qvrM0/9NrAmB2Q66MrjQFgymDB0rZBPv1eNo+xfO4S8WbAZaZEUL4K1g==", "refresh"=>"true", "task"=>{"complete"=>"true", "completion_date"=>"2017-09-26"}, "id"=>"30"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +Unpermitted parameter: :completion_date +  (0.0ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "t"], ["updated_at", "2017-09-26 19:06:22.858144"], ["id", 30]] +  (1.1ms) commit transaction +  (0.1ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 5ms (ActiveRecord: 1.7ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-26 12:06:22 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.9ms) +Completed 200 OK in 24ms (Views: 21.6ms | ActiveRecord: 0.1ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=false" for 127.0.0.1 at 2017-09-26 12:06:24 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"XxSVaW1tG3Sw19zJXk0DbvY7L4I9eJp1l4+2m9dQu6XU4Y6DVzvzR6mxKe8Iz41S6FWZTC5JEbz7Jy8rXS4pbg==", "refresh"=>"true", "task"=>{"complete"=>"false"}, "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +  (0.0ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "f"], ["updated_at", "2017-09-26 19:06:24.110793"], ["id", 30]] +  (0.6ms) commit transaction +  (0.0ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 4ms (ActiveRecord: 1.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-26 12:06:24 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.9ms) +Completed 200 OK in 23ms (Views: 19.4ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=true&task%5Bcompletion_date%5D=2017-09-26" for 127.0.0.1 at 2017-09-26 12:06:27 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"G7h0+ZNpxTllzgrk53mwTly2ngDUReOquE2h5q73x9yQTW8TqT8tCnyo/8Kx+z5yQtgozsd0aGPU5ThWJIlVFw==", "refresh"=>"true", "task"=>{"complete"=>"true", "completion_date"=>"2017-09-26"}, "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +Unpermitted parameter: :completion_date +  (0.1ms) begin transaction + SQL (0.4ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "t"], ["updated_at", "2017-09-26 19:06:27.039203"], ["id", 30]] +  (1.2ms) commit transaction +  (0.0ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 5ms (ActiveRecord: 1.8ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-26 12:06:27 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.0ms) +Completed 200 OK in 25ms (Views: 22.8ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-26 12:07:05 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (3.6ms) +Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.0ms) + + + +SyntaxError (/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:16: syntax error, unexpected ':', expecting => + :patch, text-decoration-line: line-through);@output_buffer. + ^): + +app/views/tasks/index.html.erb:16: syntax error, unexpected ':', expecting => +Started GET "/tasks" for 127.0.0.1 at 2017-09-26 12:07:25 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.9ms) +Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.0ms) + + + +SyntaxError (/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:16: syntax error, unexpected ':', expecting => +thod: :patch, text-decoration: line-through);@output_buffer. + ^): + +app/views/tasks/index.html.erb:16: syntax error, unexpected ':', expecting => +Started GET "/tasks" for 127.0.0.1 at 2017-09-26 12:08:18 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.5ms) +Completed 200 OK in 21ms (Views: 18.6ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/new" for 127.0.0.1 at 2017-09-26 12:10:02 -0700 +Processing by TasksController#new as HTML + Rendering tasks/new.html.erb within layouts/application + Rendered tasks/new.html.erb within layouts/application (3.4ms) +Completed 200 OK in 23ms (Views: 20.9ms | ActiveRecord: 0.0ms) + + +Started POST "/tasks" for 127.0.0.1 at 2017-09-26 12:10:15 -0700 +Processing by TasksController#create as HTML + Parameters: {"authenticity_token"=>"N98SvmaJu2ttDiNGGcnwyzOxzhepZ5khkGP16ncjdgPSNjQYyJlX37Kz3QlKu6xECarHrzBVzrGLCMe+bfiIlA==", "utf8"=>"✓", "task"=>{"name"=>"Complete Wave 3", "description"=>"add a completion button", "due_date"=>"2017-09-27"}, "commit"=>"Add that task!"} +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "tasks" ("name", "description", "due_date", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?) [["name", "Complete Wave 3"], ["description", "add a completion button"], ["due_date", "2017-09-27"], ["created_at", "2017-09-26 19:10:15.807127"], ["updated_at", "2017-09-26 19:10:15.807127"]] +  (0.6ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 3ms (ActiveRecord: 1.0ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-26 12:10:15 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.3ms) +Completed 200 OK in 19ms (Views: 17.6ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/34" for 127.0.0.1 at 2017-09-26 12:10:26 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"34"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 34], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (1.1ms) +Completed 200 OK in 25ms (Views: 21.3ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-26 12:10:31 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (5.3ms) +Completed 200 OK in 27ms (Views: 24.4ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-26 12:11:14 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.4ms) +Completed 200 OK in 48ms (Views: 46.2ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=false" for 127.0.0.1 at 2017-09-26 12:11:15 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"Hj3EFKt9KUe43EjbK5eoVVnKP0nvLJQzuwI7+ZKcoCOVyN/+kSvBdKG6vf19FSZpR6SJh/wdH/rXqqJJGOIy6A==", "refresh"=>"true", "task"=>{"complete"=>"false"}, "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +  (0.0ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "f"], ["updated_at", "2017-09-26 19:11:15.712616"], ["id", 30]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction +  (0.1ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 4ms (ActiveRecord: 1.3ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-26 12:11:15 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.6ms) +Completed 200 OK in 24ms (Views: 21.8ms | ActiveRecord: 0.1ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=true&task%5Bcompletion_date%5D=2017-09-26" for 127.0.0.1 at 2017-09-26 12:11:16 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"yzLGBh2pt7/S+UqPnTSQpqrlkgdF8/E6feD4cpKbt25Ax93sJ/9fjMufv6nLth6atIskyVbCevMRSGHCGOUlpQ==", "refresh"=>"true", "task"=>{"complete"=>"true", "completion_date"=>"2017-09-26"}, "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +Unpermitted parameter: :completion_date +  (0.1ms) begin transaction + SQL (0.4ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "t"], ["updated_at", "2017-09-26 19:11:16.684172"], ["id", 30]] +  (1.4ms) commit transaction +  (0.1ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 6ms (ActiveRecord: 2.1ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-26 12:11:16 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.8ms) +Completed 200 OK in 23ms (Views: 21.6ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=false" for 127.0.0.1 at 2017-09-26 12:11:17 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"BN+aOKpl5x8jbkhaoKdq8/TeEwtHx9WMw1DTmfP8ODuPKoHSkDMPLDoIvXz2JeTP6rClxVT2XkWv+EopeYKq8A==", "refresh"=>"true", "task"=>{"complete"=>"false"}, "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +  (0.0ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "f"], ["updated_at", "2017-09-26 19:11:17.397619"], ["id", 30]] +  (1.2ms) commit transaction +  (0.0ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 5ms (ActiveRecord: 1.7ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-26 12:11:17 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.2ms) +Completed 200 OK in 22ms (Views: 19.9ms | ActiveRecord: 0.3ms) + + +Started GET "/tasks/30" for 127.0.0.1 at 2017-09-26 12:11:22 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (1.1ms) +Completed 200 OK in 24ms (Views: 21.0ms | ActiveRecord: 0.1ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=true&task%5Bcompletion_date%5D=2017-09-26" for 127.0.0.1 at 2017-09-26 12:11:40 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"pyXWaU2QIg2q9s9OIzdczHkPY4K7HfLLgKs1GO3Fo5Us0M2Dd8bKPrOQOmh1tdLwZ2HVTKgseQLsA6yoZ7sxXg==", "refresh"=>"true", "task"=>{"complete"=>"true", "completion_date"=>"2017-09-26"}, "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +Unpermitted parameter: :completion_date +  (0.1ms) begin transaction + SQL (0.4ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "t"], ["updated_at", "2017-09-26 19:11:40.656869"], ["id", 30]] +  (1.2ms) commit transaction +  (0.1ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 6ms (ActiveRecord: 1.9ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-26 12:11:40 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.3ms) +Completed 200 OK in 23ms (Views: 21.0ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=false" for 127.0.0.1 at 2017-09-26 12:11:52 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"NeLD3C+7dLFRuYHrFDH6QZVB0F/wk2j8j0XIILDTCje+F9g2Fe2cgkjfdM1Cs3R9iy9mkeOi4zXj7VGQOq2Y/A==", "refresh"=>"true", "task"=>{"complete"=>"false"}, "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +  (0.0ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "f"], ["updated_at", "2017-09-26 19:11:52.186282"], ["id", 30]] +  (1.1ms) commit transaction +  (0.1ms) begin transaction +  (0.1ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 6ms (ActiveRecord: 1.7ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-26 12:11:52 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.7ms) +Completed 200 OK in 20ms (Views: 17.7ms | ActiveRecord: 0.1ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=true&task%5Bcompletion_date%5D=2017-09-26" for 127.0.0.1 at 2017-09-26 12:11:53 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"MaGhOBvu0/xVN53+IWZUuEEZH9izGE/1uar2sK7kLhG6VLrSIbg7z0xRaNh35NqEX3epFqApxDzVAm8AJJq82g==", "refresh"=>"true", "task"=>{"complete"=>"true", "completion_date"=>"2017-09-26"}, "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +Unpermitted parameter: :completion_date +  (0.0ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "t"], ["updated_at", "2017-09-26 19:11:53.201056"], ["id", 30]] +  (1.1ms) commit transaction +  (0.0ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 5ms (ActiveRecord: 1.6ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-26 12:11:53 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.6ms) +Completed 200 OK in 22ms (Views: 20.5ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-26 12:12:55 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.2ms) +Completed 200 OK in 36ms (Views: 34.3ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=false" for 127.0.0.1 at 2017-09-26 12:12:56 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"H4xku/gjks90nwkhKTK/R+zMg5gpHb9jnH4aOQE4T3CUeX9RwnV6/G35/Ad/sDF78qI1VjosNKrw1oOJi0bduw==", "refresh"=>"true", "task"=>{"complete"=>"false"}, "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +  (0.1ms) begin transaction + SQL (0.4ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "f"], ["updated_at", "2017-09-26 19:12:56.986170"], ["id", 30]] +  (1.3ms) commit transaction +  (0.0ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 5ms (ActiveRecord: 1.9ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-26 12:12:56 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.2ms) +Completed 200 OK in 22ms (Views: 20.2ms | ActiveRecord: 0.3ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=true&task%5Bcompletion_date%5D=2017-09-26" for 127.0.0.1 at 2017-09-26 12:12:57 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"G9B5tV+ihM/4Chfj6WYGEjHSJuIkYZiWoF9kM8p59VGQJWJfZfRs/OFs4sW/5IguL7yQLDdQE1/M9/2DQAdnmg==", "refresh"=>"true", "task"=>{"complete"=>"true", "completion_date"=>"2017-09-26"}, "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +Unpermitted parameter: :completion_date +  (0.0ms) begin transaction + SQL (0.4ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "t"], ["updated_at", "2017-09-26 19:12:57.663884"], ["id", 30]] +  (0.9ms) commit transaction +  (0.0ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 5ms (ActiveRecord: 1.6ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-26 12:12:57 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.1ms) +Completed 200 OK in 21ms (Views: 19.3ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-26 12:19:50 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.7ms) +Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.0ms) + + + +SyntaxError (/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:15: syntax error, unexpected ')', expecting => +:patch, {class: "incomplete"});@output_buffer.safe_append=' + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:16: syntax error, unexpected keyword_else, expecting ')' +'.freeze; else + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:20: syntax error, unexpected keyword_end, expecting ')' +'.freeze; end + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:23: syntax error, unexpected keyword_end, expecting ')' +'.freeze; end + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:29: syntax error, unexpected keyword_ensure, expecting ')' + ensure + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:31: syntax error, unexpected keyword_end, expecting ')' + end + ^): + +app/views/tasks/index.html.erb:15: syntax error, unexpected ')', expecting => +app/views/tasks/index.html.erb:16: syntax error, unexpected keyword_else, expecting ')' +app/views/tasks/index.html.erb:20: syntax error, unexpected keyword_end, expecting ')' +app/views/tasks/index.html.erb:23: syntax error, unexpected keyword_end, expecting ')' +app/views/tasks/index.html.erb:29: syntax error, unexpected keyword_ensure, expecting ')' +app/views/tasks/index.html.erb:31: syntax error, unexpected keyword_end, expecting ')' +Started GET "/tasks" for 127.0.0.1 at 2017-09-26 12:20:59 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.8ms) +Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.0ms) + + + +SyntaxError (/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:15: syntax error, unexpected tSTRING_DEND, expecting ')' +patch, :class => "incomplete"});@output_buffer.safe_append=' + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:16: syntax error, unexpected keyword_else, expecting ')' +'.freeze; else + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:18: syntax error, unexpected tSTRING_DEND, expecting '}' +ate.today }, :refresh => true} ), method: :patch);@output_bu + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:20: syntax error, unexpected keyword_end, expecting ')' +'.freeze; end + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:23: syntax error, unexpected keyword_end, expecting ')' +'.freeze; end + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:29: syntax error, unexpected keyword_ensure, expecting ')' + ensure + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:31: syntax error, unexpected keyword_end, expecting ')' + end + ^): + +app/views/tasks/index.html.erb:15: syntax error, unexpected tSTRING_DEND, expecting ')' +app/views/tasks/index.html.erb:16: syntax error, unexpected keyword_else, expecting ')' +app/views/tasks/index.html.erb:18: syntax error, unexpected tSTRING_DEND, expecting '}' +app/views/tasks/index.html.erb:20: syntax error, unexpected keyword_end, expecting ')' +app/views/tasks/index.html.erb:23: syntax error, unexpected keyword_end, expecting ')' +app/views/tasks/index.html.erb:29: syntax error, unexpected keyword_ensure, expecting ')' +app/views/tasks/index.html.erb:31: syntax error, unexpected keyword_end, expecting ')' +Started GET "/tasks" for 127.0.0.1 at 2017-09-26 12:21:15 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.8ms) +Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.0ms) + + + +SyntaxError (/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:15: syntax error, unexpected tSTRING_DEND, expecting => +tch, {:class => "incomplete"}});@output_buffer.safe_append=' + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:16: syntax error, unexpected keyword_else, expecting ')' +'.freeze; else + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:18: syntax error, unexpected tSTRING_DEND, expecting '}' +ate.today }, :refresh => true} ), method: :patch);@output_bu + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:20: syntax error, unexpected keyword_end, expecting ')' +'.freeze; end + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:23: syntax error, unexpected keyword_end, expecting ')' +'.freeze; end + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:29: syntax error, unexpected keyword_ensure, expecting ')' + ensure + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:31: syntax error, unexpected keyword_end, expecting ')' + end + ^): + +app/views/tasks/index.html.erb:15: syntax error, unexpected tSTRING_DEND, expecting => +app/views/tasks/index.html.erb:16: syntax error, unexpected keyword_else, expecting ')' +app/views/tasks/index.html.erb:18: syntax error, unexpected tSTRING_DEND, expecting '}' +app/views/tasks/index.html.erb:20: syntax error, unexpected keyword_end, expecting ')' +app/views/tasks/index.html.erb:23: syntax error, unexpected keyword_end, expecting ')' +app/views/tasks/index.html.erb:29: syntax error, unexpected keyword_ensure, expecting ')' +app/views/tasks/index.html.erb:31: syntax error, unexpected keyword_end, expecting ')' +Started GET "/tasks" for 127.0.0.1 at 2017-09-26 12:21:28 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.9ms) +Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.0ms) + + + +SyntaxError (/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:15: syntax error, unexpected =>, expecting ')' +}), method: :patch, (:class => "incomplete")});@output_buffe + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:15: syntax error, unexpected tSTRING_DEND, expecting => +tch, (:class => "incomplete")});@output_buffer.safe_append=' + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:16: syntax error, unexpected keyword_else, expecting ')' +'.freeze; else + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:18: syntax error, unexpected tSTRING_DEND, expecting '}' +ate.today }, :refresh => true} ), method: :patch);@output_bu + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:20: syntax error, unexpected keyword_end, expecting ')' +'.freeze; end + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:23: syntax error, unexpected keyword_end, expecting ')' +'.freeze; end + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:29: syntax error, unexpected keyword_ensure, expecting ')' + ensure + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:31: syntax error, unexpected keyword_end, expecting ')' + end + ^): + +app/views/tasks/index.html.erb:15: syntax error, unexpected =>, expecting ')' +app/views/tasks/index.html.erb:15: syntax error, unexpected tSTRING_DEND, expecting => +app/views/tasks/index.html.erb:16: syntax error, unexpected keyword_else, expecting ')' +app/views/tasks/index.html.erb:18: syntax error, unexpected tSTRING_DEND, expecting '}' +app/views/tasks/index.html.erb:20: syntax error, unexpected keyword_end, expecting ')' +app/views/tasks/index.html.erb:23: syntax error, unexpected keyword_end, expecting ')' +app/views/tasks/index.html.erb:29: syntax error, unexpected keyword_ensure, expecting ')' +app/views/tasks/index.html.erb:31: syntax error, unexpected keyword_end, expecting ')' +Started GET "/tasks" for 127.0.0.1 at 2017-09-26 12:23:34 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.8ms) +Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.0ms) + + + +SyntaxError (/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:15: syntax error, unexpected tSTRING_DEND, expecting ')' +esh => true}), method: :patch});@output_buffer.safe_append=' + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:16: syntax error, unexpected keyword_else, expecting ')' +'.freeze; else + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:18: syntax error, unexpected tSTRING_DEND, expecting '}' +ate.today }, :refresh => true} ), :class => "complete", meth + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:18: syntax error, unexpected ',', expecting ')' +true} ), :class => "complete", method: :patch);@output_buffe + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:20: syntax error, unexpected keyword_end, expecting ')' +'.freeze; end + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:23: syntax error, unexpected keyword_end, expecting ')' +'.freeze; end + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:29: syntax error, unexpected keyword_ensure, expecting ')' + ensure + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:31: syntax error, unexpected keyword_end, expecting ')' + end + ^): + +app/views/tasks/index.html.erb:15: syntax error, unexpected tSTRING_DEND, expecting ')' +app/views/tasks/index.html.erb:16: syntax error, unexpected keyword_else, expecting ')' +app/views/tasks/index.html.erb:18: syntax error, unexpected tSTRING_DEND, expecting '}' +app/views/tasks/index.html.erb:18: syntax error, unexpected ',', expecting ')' +app/views/tasks/index.html.erb:20: syntax error, unexpected keyword_end, expecting ')' +app/views/tasks/index.html.erb:23: syntax error, unexpected keyword_end, expecting ')' +app/views/tasks/index.html.erb:29: syntax error, unexpected keyword_ensure, expecting ')' +app/views/tasks/index.html.erb:31: syntax error, unexpected keyword_end, expecting ')' +Started GET "/tasks" for 127.0.0.1 at 2017-09-26 12:23:53 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.7ms) +Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.0ms) + + + +SyntaxError (/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:15: syntax error, unexpected tSTRING_DEND, expecting ')' +esh => true}), method: :patch});@output_buffer.safe_append=' + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:16: syntax error, unexpected keyword_else, expecting ')' +'.freeze; else + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:18: syntax error, unexpected tSTRING_DEND, expecting '}' +ate.today }, :refresh => true} ), :class :complete, method: + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:20: syntax error, unexpected keyword_end, expecting ')' +'.freeze; end + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:23: syntax error, unexpected keyword_end, expecting ')' +'.freeze; end + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:29: syntax error, unexpected keyword_ensure, expecting ')' + ensure + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:31: syntax error, unexpected keyword_end, expecting ')' + end + ^): + +app/views/tasks/index.html.erb:15: syntax error, unexpected tSTRING_DEND, expecting ')' +app/views/tasks/index.html.erb:16: syntax error, unexpected keyword_else, expecting ')' +app/views/tasks/index.html.erb:18: syntax error, unexpected tSTRING_DEND, expecting '}' +app/views/tasks/index.html.erb:20: syntax error, unexpected keyword_end, expecting ')' +app/views/tasks/index.html.erb:23: syntax error, unexpected keyword_end, expecting ')' +app/views/tasks/index.html.erb:29: syntax error, unexpected keyword_ensure, expecting ')' +app/views/tasks/index.html.erb:31: syntax error, unexpected keyword_end, expecting ')' +Started GET "/tasks" for 127.0.0.1 at 2017-09-26 12:24:01 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.9ms) +Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.0ms) + + + +SyntaxError (/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:15: syntax error, unexpected tSTRING_DEND, expecting ')' +esh => true}), method: :patch});@output_buffer.safe_append=' + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:16: syntax error, unexpected keyword_else, expecting ')' +'.freeze; else + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:18: syntax error, unexpected tSTRING_DEND, expecting '}' +ate.today }, :refresh => true} ), method: :patch);@output_bu + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:20: syntax error, unexpected keyword_end, expecting ')' +'.freeze; end + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:23: syntax error, unexpected keyword_end, expecting ')' +'.freeze; end + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:29: syntax error, unexpected keyword_ensure, expecting ')' + ensure + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:31: syntax error, unexpected keyword_end, expecting ')' + end + ^): + +app/views/tasks/index.html.erb:15: syntax error, unexpected tSTRING_DEND, expecting ')' +app/views/tasks/index.html.erb:16: syntax error, unexpected keyword_else, expecting ')' +app/views/tasks/index.html.erb:18: syntax error, unexpected tSTRING_DEND, expecting '}' +app/views/tasks/index.html.erb:20: syntax error, unexpected keyword_end, expecting ')' +app/views/tasks/index.html.erb:23: syntax error, unexpected keyword_end, expecting ')' +app/views/tasks/index.html.erb:29: syntax error, unexpected keyword_ensure, expecting ')' +app/views/tasks/index.html.erb:31: syntax error, unexpected keyword_end, expecting ')' +Started GET "/tasks" for 127.0.0.1 at 2017-09-26 12:24:08 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (1.2ms) +Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.0ms) + + + +SyntaxError (/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:15: syntax error, unexpected tSTRING_DEND, expecting ')' +esh => true}), method: :patch});@output_buffer.safe_append=' + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:16: syntax error, unexpected keyword_else, expecting ')' +'.freeze; else + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:18: syntax error, unexpected tSTRING_DEND, expecting '}' +ate.today }, :refresh => true} , method: :patch);@output_buf + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:20: syntax error, unexpected keyword_end, expecting ')' +'.freeze; end + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:23: syntax error, unexpected keyword_end, expecting ')' +'.freeze; end + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:29: syntax error, unexpected keyword_ensure, expecting ')' + ensure + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:31: syntax error, unexpected keyword_end, expecting ')' + end + ^): + +app/views/tasks/index.html.erb:15: syntax error, unexpected tSTRING_DEND, expecting ')' +app/views/tasks/index.html.erb:16: syntax error, unexpected keyword_else, expecting ')' +app/views/tasks/index.html.erb:18: syntax error, unexpected tSTRING_DEND, expecting '}' +app/views/tasks/index.html.erb:20: syntax error, unexpected keyword_end, expecting ')' +app/views/tasks/index.html.erb:23: syntax error, unexpected keyword_end, expecting ')' +app/views/tasks/index.html.erb:29: syntax error, unexpected keyword_ensure, expecting ')' +app/views/tasks/index.html.erb:31: syntax error, unexpected keyword_end, expecting ')' +Started GET "/tasks" for 127.0.0.1 at 2017-09-26 12:24:27 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (1.0ms) +Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.0ms) + + + +SyntaxError (/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:15: syntax error, unexpected tSTRING_DEND, expecting ')' +esh => true}), method: :patch});@output_buffer.safe_append=' + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:16: syntax error, unexpected keyword_else, expecting ')' +'.freeze; else + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:17: syntax error, unexpected tSTRING_DEND, expecting '}' +ate.today }, :refresh => true}, method: :patch);@output_buff + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:18: syntax error, unexpected keyword_end, expecting ')' +'.freeze; end + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:21: syntax error, unexpected keyword_end, expecting ')' +'.freeze; end + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:27: syntax error, unexpected keyword_ensure, expecting ')' + ensure + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:29: syntax error, unexpected keyword_end, expecting ')' + end + ^): + +app/views/tasks/index.html.erb:15: syntax error, unexpected tSTRING_DEND, expecting ')' +app/views/tasks/index.html.erb:16: syntax error, unexpected keyword_else, expecting ')' +app/views/tasks/index.html.erb:17: syntax error, unexpected tSTRING_DEND, expecting '}' +app/views/tasks/index.html.erb:18: syntax error, unexpected keyword_end, expecting ')' +app/views/tasks/index.html.erb:21: syntax error, unexpected keyword_end, expecting ')' +app/views/tasks/index.html.erb:27: syntax error, unexpected keyword_ensure, expecting ')' +app/views/tasks/index.html.erb:29: syntax error, unexpected keyword_end, expecting ')' +Started GET "/tasks" for 127.0.0.1 at 2017-09-26 12:24:44 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.8ms) +Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.0ms) + + + +SyntaxError (/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:15: syntax error, unexpected tSTRING_DEND, expecting ')' +resh => true}, method: :patch});@output_buffer.safe_append=' + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:16: syntax error, unexpected keyword_else, expecting ')' +'.freeze; else + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:17: syntax error, unexpected tSTRING_DEND, expecting '}' +ate.today }, :refresh => true}, method: :patch);@output_buff + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:18: syntax error, unexpected keyword_end, expecting ')' +'.freeze; end + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:21: syntax error, unexpected keyword_end, expecting ')' +'.freeze; end + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:27: syntax error, unexpected keyword_ensure, expecting ')' + ensure + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:29: syntax error, unexpected keyword_end, expecting ')' + end + ^): + +app/views/tasks/index.html.erb:15: syntax error, unexpected tSTRING_DEND, expecting ')' +app/views/tasks/index.html.erb:16: syntax error, unexpected keyword_else, expecting ')' +app/views/tasks/index.html.erb:17: syntax error, unexpected tSTRING_DEND, expecting '}' +app/views/tasks/index.html.erb:18: syntax error, unexpected keyword_end, expecting ')' +app/views/tasks/index.html.erb:21: syntax error, unexpected keyword_end, expecting ')' +app/views/tasks/index.html.erb:27: syntax error, unexpected keyword_ensure, expecting ')' +app/views/tasks/index.html.erb:29: syntax error, unexpected keyword_end, expecting ')' +Started GET "/tasks" for 127.0.0.1 at 2017-09-26 12:25:01 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.8ms) +Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.0ms) + + + +SyntaxError (/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:16: syntax error, unexpected keyword_else, expecting ')' +'.freeze; else + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:18: syntax error, unexpected keyword_end, expecting ')' +'.freeze; end + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:21: syntax error, unexpected keyword_end, expecting ')' +'.freeze; end + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:27: syntax error, unexpected keyword_ensure, expecting ')' + ensure + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:29: syntax error, unexpected keyword_end, expecting ')' + end + ^): + +app/views/tasks/index.html.erb:16: syntax error, unexpected keyword_else, expecting ')' +app/views/tasks/index.html.erb:18: syntax error, unexpected keyword_end, expecting ')' +app/views/tasks/index.html.erb:21: syntax error, unexpected keyword_end, expecting ')' +app/views/tasks/index.html.erb:27: syntax error, unexpected keyword_ensure, expecting ')' +app/views/tasks/index.html.erb:29: syntax error, unexpected keyword_end, expecting ')' +Started GET "/tasks" for 127.0.0.1 at 2017-09-26 12:25:22 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (1.2ms) +Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.0ms) + + + +SyntaxError (/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:16: syntax error, unexpected keyword_else, expecting ')' +'.freeze; else + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:18: syntax error, unexpected keyword_end, expecting ')' +'.freeze; end + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:21: syntax error, unexpected keyword_end, expecting ')' +'.freeze; end + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:27: syntax error, unexpected keyword_ensure, expecting ')' + ensure + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:29: syntax error, unexpected keyword_end, expecting ')' + end + ^): + +app/views/tasks/index.html.erb:16: syntax error, unexpected keyword_else, expecting ')' +app/views/tasks/index.html.erb:18: syntax error, unexpected keyword_end, expecting ')' +app/views/tasks/index.html.erb:21: syntax error, unexpected keyword_end, expecting ')' +app/views/tasks/index.html.erb:27: syntax error, unexpected keyword_ensure, expecting ')' +app/views/tasks/index.html.erb:29: syntax error, unexpected keyword_end, expecting ')' +Started GET "/task/1" for 127.0.0.1 at 2017-09-26 12:25:25 -0700 + +ActionController::RoutingError (No route matches [GET] "/task/1"): + +actionpack (5.1.4) lib/action_dispatch/middleware/debug_exceptions.rb:63:in `call' +web-console (3.5.1) lib/web_console/middleware.rb:135:in `call_app' +web-console (3.5.1) lib/web_console/middleware.rb:28:in `block in call' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `catch' +web-console (3.5.1) lib/web_console/middleware.rb:18:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call' +railties (5.1.4) lib/rails/rack/logger.rb:36:in `call_app' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `block in call' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `block in tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:26:in `tagged' +activesupport (5.1.4) lib/active_support/tagged_logging.rb:69:in `tagged' +railties (5.1.4) lib/rails/rack/logger.rb:24:in `call' +sprockets-rails (3.2.1) lib/sprockets/rails/quiet_assets.rb:13:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/remote_ip.rb:79:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/request_id.rb:25:in `call' +rack (2.0.3) lib/rack/method_override.rb:22:in `call' +rack (2.0.3) lib/rack/runtime.rb:22:in `call' +activesupport (5.1.4) lib/active_support/cache/strategy/local_cache_middleware.rb:27:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/executor.rb:12:in `call' +actionpack (5.1.4) lib/action_dispatch/middleware/static.rb:125:in `call' +rack (2.0.3) lib/rack/sendfile.rb:111:in `call' +railties (5.1.4) lib/rails/engine.rb:522:in `call' +puma (3.10.0) lib/puma/configuration.rb:225:in `call' +puma (3.10.0) lib/puma/server.rb:605:in `handle_request' +puma (3.10.0) lib/puma/server.rb:437:in `process_client' +puma (3.10.0) lib/puma/server.rb:301:in `block in run' +puma (3.10.0) lib/puma/thread_pool.rb:120:in `block in spawn_thread' +Started GET "/tasks" for 127.0.0.1 at 2017-09-26 12:25:30 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.8ms) +Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.0ms) + + + +SyntaxError (/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:16: syntax error, unexpected keyword_else, expecting ')' +'.freeze; else + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:18: syntax error, unexpected keyword_end, expecting ')' +'.freeze; end + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:21: syntax error, unexpected keyword_end, expecting ')' +'.freeze; end + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:27: syntax error, unexpected keyword_ensure, expecting ')' + ensure + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:29: syntax error, unexpected keyword_end, expecting ')' + end + ^): + +app/views/tasks/index.html.erb:16: syntax error, unexpected keyword_else, expecting ')' +app/views/tasks/index.html.erb:18: syntax error, unexpected keyword_end, expecting ')' +app/views/tasks/index.html.erb:21: syntax error, unexpected keyword_end, expecting ')' +app/views/tasks/index.html.erb:27: syntax error, unexpected keyword_ensure, expecting ')' +app/views/tasks/index.html.erb:29: syntax error, unexpected keyword_end, expecting ')' +Started GET "/tasks" for 127.0.0.1 at 2017-09-26 12:25:58 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.8ms) +Completed 500 Internal Server Error in 9ms (ActiveRecord: 0.0ms) + + + +SyntaxError (/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:16: syntax error, unexpected keyword_else, expecting ')' +'.freeze; else + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:18: syntax error, unexpected keyword_end, expecting ')' +'.freeze; end + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:21: syntax error, unexpected keyword_end, expecting ')' +'.freeze; end + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:27: syntax error, unexpected keyword_ensure, expecting ')' + ensure + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:29: syntax error, unexpected keyword_end, expecting ')' + end + ^): + +app/views/tasks/index.html.erb:16: syntax error, unexpected keyword_else, expecting ')' +app/views/tasks/index.html.erb:18: syntax error, unexpected keyword_end, expecting ')' +app/views/tasks/index.html.erb:21: syntax error, unexpected keyword_end, expecting ')' +app/views/tasks/index.html.erb:27: syntax error, unexpected keyword_ensure, expecting ')' +app/views/tasks/index.html.erb:29: syntax error, unexpected keyword_end, expecting ')' +Started GET "/tasks" for 127.0.0.1 at 2017-09-26 12:26:33 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.5ms) +Completed 200 OK in 23ms (Views: 21.1ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-26 12:26:50 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.6ms) +Completed 200 OK in 36ms (Views: 34.1ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/30" for 127.0.0.1 at 2017-09-26 12:26:54 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (1.1ms) +Completed 200 OK in 22ms (Views: 18.9ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-26 12:26:56 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.4ms) +Completed 200 OK in 26ms (Views: 22.7ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=false" for 127.0.0.1 at 2017-09-26 12:26:57 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"FF+qAacdLsHjH89XLysNJZq8QKRQJv2HQbV++WT2dkrrkz+BqllfeOy77VekeRXCtgxuID+dlOW9muhUD/n5Ew==", "refresh"=>"true", "task"=>{"complete"=>"false"}, "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "f"], ["updated_at", "2017-09-26 19:26:57.707322"], ["id", 30]] +  (1.1ms) commit transaction +  (0.0ms) begin transaction +  (0.1ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 5ms (ActiveRecord: 1.7ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-26 12:26:57 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (5.8ms) +Completed 200 OK in 21ms (Views: 19.6ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=true&task%5Bcompletion_date%5D=2017-09-26" for 127.0.0.1 at 2017-09-26 12:26:58 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"wIzYQdSJfVElvaVD4Ka8ta4TgR9vNbmNSRRwpwqaCiNLecOr7t+VYjzbUGW2JDKJsH030XwEMkQlvOkXgOSY6A==", "refresh"=>"true", "task"=>{"complete"=>"true", "completion_date"=>"2017-09-26"}, "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +Unpermitted parameter: :completion_date +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "t"], ["updated_at", "2017-09-26 19:26:58.432235"], ["id", 30]] +  (1.2ms) commit transaction +  (0.0ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 5ms (ActiveRecord: 1.6ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-26 12:26:58 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.9ms) +Completed 200 OK in 21ms (Views: 18.8ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=false" for 127.0.0.1 at 2017-09-26 12:27:00 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"4NyDXe3ietSZrV5mU6ri9vkGK3VOXqHptMOoGelXOyprKZi317SS54DLq0AFKGzK52idu11vKiDYazGpYymp4Q==", "refresh"=>"true", "task"=>{"complete"=>"false"}, "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +  (0.0ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "f"], ["updated_at", "2017-09-26 19:27:00.925428"], ["id", 30]] +  (1.2ms) commit transaction +  (0.0ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 5ms (ActiveRecord: 1.7ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-26 12:27:00 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.7ms) +Completed 200 OK in 27ms (Views: 25.0ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=true&task%5Bcompletion_date%5D=2017-09-26" for 127.0.0.1 at 2017-09-26 12:27:01 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"NtRk069d1cHCz8aRysDCdnfG6fjWxT9BscPrkD/jpzW9IX85lQs98tupM7ecQkxKaahfNsX0tIjda3IgtZ01/g==", "refresh"=>"true", "task"=>{"complete"=>"true", "completion_date"=>"2017-09-26"}, "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +Unpermitted parameter: :completion_date +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "t"], ["updated_at", "2017-09-26 19:27:01.565549"], ["id", 30]] +  (1.2ms) commit transaction +  (0.0ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 5ms (ActiveRecord: 1.8ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-26 12:27:01 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.3ms) +Completed 200 OK in 24ms (Views: 22.2ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-26 12:31:15 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.7ms) +Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.0ms) + + + +SyntaxError (/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:17: syntax error, unexpected ')', expecting => +: :patch, {class: 'complete'});@output_buffer.safe_append=' + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:18: syntax error, unexpected keyword_end, expecting ')' +'.freeze; end + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:21: syntax error, unexpected keyword_end, expecting ')' +'.freeze; end + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:27: syntax error, unexpected keyword_ensure, expecting ')' + ensure + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:29: syntax error, unexpected keyword_end, expecting ')' + end + ^): + +app/views/tasks/index.html.erb:17: syntax error, unexpected ')', expecting => +app/views/tasks/index.html.erb:18: syntax error, unexpected keyword_end, expecting ')' +app/views/tasks/index.html.erb:21: syntax error, unexpected keyword_end, expecting ')' +app/views/tasks/index.html.erb:27: syntax error, unexpected keyword_ensure, expecting ')' +app/views/tasks/index.html.erb:29: syntax error, unexpected keyword_end, expecting ')' +Started GET "/tasks" for 127.0.0.1 at 2017-09-26 12:31:24 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.9ms) +Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.0ms) + + + +SyntaxError (/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:17: syntax error, unexpected tSTRING_DEND, expecting ')' +sh => true} ), method: :patch});@output_buffer.safe_append=' + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:18: syntax error, unexpected keyword_end, expecting ')' +'.freeze; end + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:21: syntax error, unexpected keyword_end, expecting ')' +'.freeze; end + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:27: syntax error, unexpected keyword_ensure, expecting ')' + ensure + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:29: syntax error, unexpected keyword_end, expecting ')' + end + ^): + +app/views/tasks/index.html.erb:17: syntax error, unexpected tSTRING_DEND, expecting ')' +app/views/tasks/index.html.erb:18: syntax error, unexpected keyword_end, expecting ')' +app/views/tasks/index.html.erb:21: syntax error, unexpected keyword_end, expecting ')' +app/views/tasks/index.html.erb:27: syntax error, unexpected keyword_ensure, expecting ')' +app/views/tasks/index.html.erb:29: syntax error, unexpected keyword_end, expecting ')' +Started GET "/tasks" for 127.0.0.1 at 2017-09-26 12:31:29 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.3ms) +Completed 200 OK in 22ms (Views: 19.4ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-26 12:33:42 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.0ms) +Completed 200 OK in 21ms (Views: 18.9ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-26 12:33:44 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.4ms) +Completed 200 OK in 23ms (Views: 20.1ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/30" for 127.0.0.1 at 2017-09-26 12:33:46 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"30"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (1.1ms) +Completed 200 OK in 24ms (Views: 21.0ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-26 12:34:18 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.0ms) +Completed 200 OK in 36ms (Views: 34.6ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=false" for 127.0.0.1 at 2017-09-26 12:34:20 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"ssHQHyjHiaBlhWwt3Y9x5OAYn68u5v7RX3rtrre/Db45NMv1EpFhk3zjmQuLDf/Y/nYpYT3XdRgz0nQePcGfdQ==", "refresh"=>"true", "task"=>{"complete"=>"false"}, "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +  (0.1ms) begin transaction + SQL (0.4ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "f"], ["updated_at", "2017-09-26 19:34:20.797603"], ["id", 30]] +  (1.2ms) commit transaction +  (0.0ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 5ms (ActiveRecord: 1.8ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-26 12:34:20 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.4ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (5.1ms) +Completed 200 OK in 23ms (Views: 21.4ms | ActiveRecord: 0.4ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=true&task%5Bcompletion_date%5D=2017-09-26" for 127.0.0.1 at 2017-09-26 12:34:21 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"hfz1M2OJKWE1kHWbsQi+Ftm/Wh4bMPwyq+VbWe8HZbQOCe7ZWd/BUiz2gL3nijAqx9Hs0AgBd/vHTcLpZXn3fw==", "refresh"=>"true", "task"=>{"complete"=>"true", "completion_date"=>"2017-09-26"}, "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +Unpermitted parameter: :completion_date +  (0.0ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "t"], ["updated_at", "2017-09-26 19:34:21.524384"], ["id", 30]] +  (1.0ms) commit transaction +  (0.1ms) begin transaction +  (0.1ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 5ms (ActiveRecord: 1.6ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-26 12:34:21 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (5.1ms) +Completed 200 OK in 33ms (Views: 31.2ms | ActiveRecord: 0.3ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=false" for 127.0.0.1 at 2017-09-26 12:34:23 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"trAeiZiWDb5Kr4mAG2cU+vklEiCVNm6k1eB3mMLFWQA9RQVjosDljVPJfKZN5ZrG50uk7oYH5W25SO4oSLvLyw==", "refresh"=>"true", "task"=>{"complete"=>"false"}, "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +  (0.0ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "f"], ["updated_at", "2017-09-26 19:34:23.208195"], ["id", 30]] +  (1.4ms) commit transaction +  (0.1ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 5ms (ActiveRecord: 1.9ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-26 12:34:23 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.4ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (5.3ms) +Completed 200 OK in 22ms (Views: 20.3ms | ActiveRecord: 0.4ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=true&task%5Bcompletion_date%5D=2017-09-26" for 127.0.0.1 at 2017-09-26 12:34:50 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"U4LsJD/R7uXrFG5qTnjRMUBCUYVvsoVFJr2pO+wRBz7Yd/fOBYcG1vJym0wY+l8NXiznS3yDDoxKFTCLZm+V9Q==", "refresh"=>"true", "task"=>{"complete"=>"true", "completion_date"=>"2017-09-26"}, "id"=>"30"} + Task Load (3.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +Unpermitted parameter: :completion_date +  (0.1ms) begin transaction + SQL (0.4ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "t"], ["updated_at", "2017-09-26 19:34:50.453421"], ["id", 30]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 8ms (ActiveRecord: 4.4ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-26 12:34:50 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.5ms) +Completed 200 OK in 22ms (Views: 19.7ms | ActiveRecord: 0.1ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=false" for 127.0.0.1 at 2017-09-26 12:34:51 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"tYXTbZ5JDm1CW3bb7WXGmR2cWbxoXtIyIByHQayQueI+cMiHpB/mXls9g/2750ilA/LvcntvWftMtB7xJu4rKQ==", "refresh"=>"true", "task"=>{"complete"=>"false"}, "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +  (0.0ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "f"], ["updated_at", "2017-09-26 19:34:51.807304"], ["id", 30]] +  (1.1ms) commit transaction +  (0.0ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 5ms (ActiveRecord: 1.6ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-26 12:34:51 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.9ms) +Completed 200 OK in 20ms (Views: 18.6ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=true&task%5Bcompletion_date%5D=2017-09-26" for 127.0.0.1 at 2017-09-26 12:34:52 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"4ZiYLw3xvd+HPMGKOjgZb4oB7DRHbC1UNgAo+tkCWh5qbYPFN6dV7J5aNKxsupdTlG9a+lRdpp1aqLFKU3zI1Q==", "refresh"=>"true", "task"=>{"complete"=>"true", "completion_date"=>"2017-09-26"}, "id"=>"30"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +Unpermitted parameter: :completion_date +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "t"], ["updated_at", "2017-09-26 19:34:52.790635"], ["id", 30]] +  (1.1ms) commit transaction +  (0.1ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 5ms (ActiveRecord: 1.8ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-26 12:34:52 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.5ms) +Completed 200 OK in 23ms (Views: 20.8ms | ActiveRecord: 0.1ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=false" for 127.0.0.1 at 2017-09-26 12:34:53 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"IjhEkeRDMd6F1tQRMdAzHEFxkl66z3NVqi1VmhtrJGGpzV973hXZ7ZywITdnUr0gXx8kkKn++JzGhcwqkRW2qg==", "refresh"=>"true", "task"=>{"complete"=>"false"}, "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +  (0.0ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "f"], ["updated_at", "2017-09-26 19:34:53.693175"], ["id", 30]] +  (1.2ms) commit transaction +  (0.0ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 5ms (ActiveRecord: 1.7ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-26 12:34:53 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.2ms) +Completed 200 OK in 24ms (Views: 21.7ms | ActiveRecord: 0.1ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=true&task%5Bcompletion_date%5D=2017-09-26" for 127.0.0.1 at 2017-09-26 12:34:56 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"QMEPdhN+dIjp8VHXDpceXetos6XJbNVltwVyXXVVITLLNBScKSicu/CXpPFYFZBh9QYFa9pdXqzbrevt/yuz+Q==", "refresh"=>"true", "task"=>{"complete"=>"true", "completion_date"=>"2017-09-26"}, "id"=>"30"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +Unpermitted parameter: :completion_date +  (0.1ms) begin transaction + SQL (0.4ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "t"], ["updated_at", "2017-09-26 19:34:56.166769"], ["id", 30]] +  (1.3ms) commit transaction +  (0.1ms) begin transaction +  (2.9ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 10ms (ActiveRecord: 4.9ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-26 12:34:56 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.5ms) +Completed 200 OK in 22ms (Views: 19.9ms | ActiveRecord: 0.1ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=false" for 127.0.0.1 at 2017-09-26 12:34:57 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"EK2RhmXpUL/TEkHCRBcfSBh1btVsLy2HxS1CRs1MqNWbWIpsX7+4jMp0tOQSlZF0BhvYG38epk6phdv2RzI6Hg==", "refresh"=>"true", "task"=>{"complete"=>"false"}, "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +  (0.0ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "f"], ["updated_at", "2017-09-26 19:34:57.717601"], ["id", 30]] +  (0.6ms) commit transaction +  (0.0ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 5ms (ActiveRecord: 1.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-26 12:34:57 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.4ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (7.0ms) +Completed 200 OK in 24ms (Views: 22.2ms | ActiveRecord: 0.4ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-26 12:36:00 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.6ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (5.1ms) +Completed 200 OK in 38ms (Views: 36.2ms | ActiveRecord: 0.6ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-26 12:36:46 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.0ms) +Completed 200 OK in 39ms (Views: 36.4ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=true&task%5Bcompletion_date%5D=2017-09-26" for 127.0.0.1 at 2017-09-26 12:36:49 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"rSCUZnHh8PZfE+KMFmv/l0NCsXQOj5RpHgpwSBedsqUm1Y+MS7cYxUZ1F6pA6XGrXSwHuh2+H6Byoun4neMgbg==", "refresh"=>"true", "task"=>{"complete"=>"true", "completion_date"=>"2017-09-26"}, "id"=>"30"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +Unpermitted parameter: :completion_date +  (0.1ms) begin transaction + SQL (0.4ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "t"], ["updated_at", "2017-09-26 19:36:49.113348"], ["id", 30]] +  (1.2ms) commit transaction +  (0.0ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 5ms (ActiveRecord: 1.9ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-26 12:36:49 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.5ms) +Completed 200 OK in 34ms (Views: 31.7ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=false" for 127.0.0.1 at 2017-09-26 12:36:50 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"dDEx4kgRqIySAujBbTeOWZrJGuLJUSEszN3URsKyVQf/xCoIckdAv4tkHec7tQBlhKesLNpgquWgdU32SMzHzA==", "refresh"=>"true", "task"=>{"complete"=>"false"}, "id"=>"30"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +  (0.0ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "f"], ["updated_at", "2017-09-26 19:36:50.336635"], ["id", 30]] +  (1.1ms) commit transaction +  (0.1ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 5ms (ActiveRecord: 1.7ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-26 12:36:50 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.3ms) +Completed 200 OK in 21ms (Views: 18.8ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-26 12:39:55 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.0ms) +Completed 200 OK in 22ms (Views: 20.2ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 09:34:39 -0700 +  (0.1ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (13.5ms) +Completed 200 OK in 409ms (Views: 393.6ms | ActiveRecord: 0.8ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=true&task%5Bcompletion_date%5D=2017-09-28" for 127.0.0.1 at 2017-09-28 09:34:47 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"/kPYkDLR3H9YDSS3lOH865B141CgTJWPxSsxJ3xGr151tsN6CIc0TEFr0ZHCY3LXjhtVnrN9Hkapg6iX9jg9lQ==", "refresh"=>"true", "task"=>{"complete"=>"true", "completion_date"=>"2017-09-28"}, "id"=>"30"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +Unpermitted parameter: :completion_date +  (0.1ms) begin transaction + SQL (0.8ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "t"], ["updated_at", "2017-09-28 16:34:47.477973"], ["id", 30]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 8ms (ActiveRecord: 1.8ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 09:34:47 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.2ms) +Completed 200 OK in 20ms (Views: 17.7ms | ActiveRecord: 0.3ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=false" for 127.0.0.1 at 2017-09-28 09:35:05 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"naUcJB1YrM6iFaC2uy4hcSP4nv3jldp10tPsSDbpzd0WUAfOJw5E/btzVZDtrK9NPZYoM/CkUby+e3X4vJdfFg==", "refresh"=>"true", "task"=>{"complete"=>"false"}, "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +  (0.0ms) begin transaction + SQL (0.5ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "f"], ["updated_at", "2017-09-28 16:35:05.244815"], ["id", 30]] +  (1.2ms) commit transaction +  (0.0ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 7ms (ActiveRecord: 1.9ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 09:35:05 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.1ms) +Completed 200 OK in 19ms (Views: 17.6ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=true&task%5Bcompletion_date%5D=2017-09-28" for 127.0.0.1 at 2017-09-28 09:35:06 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"rV/IhZuiOhyOo3tJQsxLLJSJePJyXHU5kDWHEho6TX4mqtNvofTSL5fFjm8UTsUQiufOPGFt/vD8nR6ikETftQ==", "refresh"=>"true", "task"=>{"complete"=>"true", "completion_date"=>"2017-09-28"}, "id"=>"30"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +Unpermitted parameter: :completion_date +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "t"], ["updated_at", "2017-09-28 16:35:06.446278"], ["id", 30]] +  (1.1ms) commit transaction +  (0.1ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 6ms (ActiveRecord: 1.8ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 09:35:06 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.4ms) +Completed 200 OK in 19ms (Views: 17.8ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=false" for 127.0.0.1 at 2017-09-28 09:35:09 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"ZaEoOGXBMK8ZtQ5GffGScSvkAwHOSDThvv4Gf6Kn2kzuVDPSX5fYnADT+2ArcxxNNYq1z915vyjSVp/PKNlIhw==", "refresh"=>"true", "task"=>{"complete"=>"false"}, "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +  (0.0ms) begin transaction + SQL (0.4ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "f"], ["updated_at", "2017-09-28 16:35:09.310647"], ["id", 30]] +  (1.6ms) commit transaction +  (0.1ms) begin transaction +  (0.1ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 6ms (ActiveRecord: 2.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 09:35:09 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.8ms) +Completed 200 OK in 20ms (Views: 18.4ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks/31?refresh=true&task%5Bcomplete%5D=true&task%5Bcompletion_date%5D=2017-09-28" for 127.0.0.1 at 2017-09-28 09:35:10 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"e6ypHnXf/UigV0mFaWaJ+pnNRdApeQOJYeyE9fUChmTwWbL0T4kVe7kxvKM/5AfGh6PzHjpIiEANRB1Ff3wUrw==", "refresh"=>"true", "task"=>{"complete"=>"true", "completion_date"=>"2017-09-28"}, "id"=>"31"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 31], ["LIMIT", 1]] +Unpermitted parameter: :completion_date +  (0.0ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "t"], ["updated_at", "2017-09-28 16:35:10.633914"], ["id", 31]] +  (1.1ms) commit transaction +  (0.0ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 5ms (ActiveRecord: 1.7ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 09:35:10 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.8ms) +Completed 200 OK in 26ms (Views: 24.6ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks/31?refresh=true&task%5Bcomplete%5D=false" for 127.0.0.1 at 2017-09-28 09:35:11 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"BXM0rLTyc7Mjo0ji2MDebggAGJ1V++JWepO1JY822NiOhi9GjqSbgDrFvcSOQlBSFm6uU0bKaZ8WOyyVBUhKEw==", "refresh"=>"true", "task"=>{"complete"=>"false"}, "id"=>"31"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 31], ["LIMIT", 1]] +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "f"], ["updated_at", "2017-09-28 16:35:11.305802"], ["id", 31]] +  (1.2ms) commit transaction +  (0.1ms) begin transaction +  (0.1ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 5ms (ActiveRecord: 1.8ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 09:35:11 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.8ms) +Completed 200 OK in 22ms (Views: 17.7ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 09:49:55 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.5ms) +Completed 200 OK in 34ms (Views: 32.5ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=true&task%5Bcompletion_date%5D=2017-09-28" for 127.0.0.1 at 2017-09-28 09:49:58 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"6nXzZ71j68LDs6uDrgtrs1uRmH6Z/+FLeLDggtXVlrxhgOiNhzUD8drVXqX4ieWPRf8usIrOaoIUGHkyX6sEdw==", "refresh"=>"true", "task"=>{"complete"=>"true", "completion_date"=>"2017-09-28"}, "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +Unpermitted parameter: :completion_date +  (0.1ms) begin transaction + SQL (0.4ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "t"], ["updated_at", "2017-09-28 16:49:58.167196"], ["id", 30]] +  (0.6ms) commit transaction +  (0.0ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 5ms (ActiveRecord: 1.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 09:49:58 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.3ms) +Completed 200 OK in 20ms (Views: 18.6ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=false" for 127.0.0.1 at 2017-09-28 09:49:59 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"wNPyF3zi8QmUdDlapDjfymXSFSWy3ddBQaVdDQfdZ1pLJun9RrQZOo0SzHzyulH2e7yj66HsXIgtDcS9jaP1kQ==", "refresh"=>"true", "task"=>{"complete"=>"false"}, "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "f"], ["updated_at", "2017-09-28 16:49:59.413301"], ["id", 30]] +  (1.2ms) commit transaction +  (0.1ms) begin transaction +  (0.1ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 5ms (ActiveRecord: 1.8ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 09:49:59 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.4ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (5.1ms) +Completed 200 OK in 28ms (Views: 25.9ms | ActiveRecord: 0.4ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 09:50:28 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.8ms) +Completed 200 OK in 20ms (Views: 18.1ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=true&task%5Bcompletion_date%5D=2017-09-28" for 127.0.0.1 at 2017-09-28 09:50:30 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"RIspl7PrPnRPqrk3hwD5l/CFxpD/oViiJJPH1BxxbpfPfjJ9ib3WR1bMTBHRgner7utwXuyQ02tIO15klg/8XA==", "refresh"=>"true", "task"=>{"complete"=>"true", "completion_date"=>"2017-09-28"}, "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +Unpermitted parameter: :completion_date +  (0.0ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "t"], ["updated_at", "2017-09-28 16:50:30.600155"], ["id", 30]] +  (1.1ms) commit transaction +  (0.0ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 4ms (ActiveRecord: 1.6ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 09:50:30 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.2ms) +Completed 200 OK in 21ms (Views: 19.1ms | ActiveRecord: 0.1ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=false" for 127.0.0.1 at 2017-09-28 09:51:14 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"w10Lm37Z4smDKP/LypU1merMDH9YPlGnUzDJ1LVwuB1IqBBxRI8K+ppOCu2cF7ul9KK6sUsP2m4/mFBkPw4q1g==", "refresh"=>"true", "task"=>{"complete"=>"false"}, "id"=>"30"} + Task Load (0.4ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "f"], ["updated_at", "2017-09-28 16:51:14.278987"], ["id", 30]] +  (1.2ms) commit transaction +  (0.1ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 6ms (ActiveRecord: 2.1ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 09:51:14 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.4ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.2ms) +Completed 200 OK in 21ms (Views: 19.0ms | ActiveRecord: 0.4ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=true&task%5Bcompletion_date%5D=2017-09-28" for 127.0.0.1 at 2017-09-28 09:51:17 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"KDHdsiLN0NiAuUUp6dfRSbL2hQG5bdxP/XEJlN9hG5yjxMZYGJs465nfsA+/VV91rJgzz6pcV4aR2ZAkVR+JVw==", "refresh"=>"true", "task"=>{"complete"=>"true", "completion_date"=>"2017-09-28"}, "id"=>"30"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +Unpermitted parameter: :completion_date +  (0.1ms) begin transaction + SQL (0.4ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "t"], ["updated_at", "2017-09-28 16:51:17.342644"], ["id", 30]] +  (1.6ms) commit transaction +  (0.1ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 6ms (ActiveRecord: 2.3ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 09:51:17 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.0ms) +Completed 200 OK in 21ms (Views: 19.2ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 09:52:23 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.6ms) +Completed 200 OK in 33ms (Views: 30.2ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 09:53:35 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.3ms) +Completed 200 OK in 33ms (Views: 30.5ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 09:53:50 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.1ms) +Completed 200 OK in 34ms (Views: 32.4ms | ActiveRecord: 0.1ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=false" for 127.0.0.1 at 2017-09-28 09:56:05 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"7Z9V9xj+7wUt2DdO0EGMXkOKJHVRyVwKS6rPMTzhfPRmak4dIqgHNjS+wmiGwwJiXeSSu0L418MnAlaBtp/uPw==", "refresh"=>"true", "task"=>{"complete"=>"false"}, "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +  (0.0ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "f"], ["updated_at", "2017-09-28 16:56:05.153912"], ["id", 30]] +  (1.2ms) commit transaction +  (0.0ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 4ms (ActiveRecord: 1.7ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 09:56:05 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.9ms) +Completed 200 OK in 22ms (Views: 19.4ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=true&task%5Bcompletion_date%5D=2017-09-28" for 127.0.0.1 at 2017-09-28 09:56:06 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"gFSP2z0UQ8TMLDQ46A78NE5o2/YwE3BXvv0U5rPgdA4LoZQxB0Kr99VKwR6+jHIIUAZtOCMi+57SVY1WOZ7mxQ==", "refresh"=>"true", "task"=>{"complete"=>"true", "completion_date"=>"2017-09-28"}, "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +Unpermitted parameter: :completion_date +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "t"], ["updated_at", "2017-09-28 16:56:06.725202"], ["id", 30]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 5ms (ActiveRecord: 1.3ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 09:56:06 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.7ms) +Completed 200 OK in 20ms (Views: 17.9ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/30" for 127.0.0.1 at 2017-09-28 09:56:08 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"30"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.9ms) +Completed 200 OK in 24ms (Views: 20.3ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/30" for 127.0.0.1 at 2017-09-28 09:57:52 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.9ms) +Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.1ms) + + + +SyntaxError (/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/show.html.erb:11: syntax error, unexpected ')', expecting keyword_then or ';' or '\n' +=( if @task.complete == true );@output_buffer.safe_append=' + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/show.html.erb:13: syntax error, unexpected keyword_else, expecting ')' + else + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/show.html.erb:15: syntax error, unexpected keyword_end, expecting ')' + end + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/show.html.erb:37: syntax error, unexpected keyword_ensure, expecting ')' + ensure + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/show.html.erb:39: syntax error, unexpected keyword_end, expecting ')' + end + ^): + +app/views/tasks/show.html.erb:11: syntax error, unexpected ')', expecting keyword_then or ';' or '\n' +app/views/tasks/show.html.erb:13: syntax error, unexpected keyword_else, expecting ')' +app/views/tasks/show.html.erb:15: syntax error, unexpected keyword_end, expecting ')' +app/views/tasks/show.html.erb:37: syntax error, unexpected keyword_ensure, expecting ')' +app/views/tasks/show.html.erb:39: syntax error, unexpected keyword_end, expecting ')' +Started GET "/tasks/30" for 127.0.0.1 at 2017-09-28 09:59:01 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.7ms) +Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.1ms) + + + +SyntaxError (/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/show.html.erb:11: syntax error, unexpected ')', expecting keyword_then or ';' or '\n' +=( if @task.complete == true );@output_buffer.safe_append=' + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/show.html.erb:13: syntax error, unexpected keyword_else +e;@output_buffer.append=( else );@output_buffer.safe_append= + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/show.html.erb:15: syntax error, unexpected keyword_end, expecting ')' + end + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/show.html.erb:37: syntax error, unexpected keyword_ensure, expecting ')' + ensure + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/show.html.erb:39: syntax error, unexpected keyword_end, expecting ')' + end + ^): + +app/views/tasks/show.html.erb:11: syntax error, unexpected ')', expecting keyword_then or ';' or '\n' +app/views/tasks/show.html.erb:13: syntax error, unexpected keyword_else +app/views/tasks/show.html.erb:15: syntax error, unexpected keyword_end, expecting ')' +app/views/tasks/show.html.erb:37: syntax error, unexpected keyword_ensure, expecting ')' +app/views/tasks/show.html.erb:39: syntax error, unexpected keyword_end, expecting ')' +Started GET "/tasks/30" for 127.0.0.1 at 2017-09-28 09:59:50 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"30"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.8ms) +Completed 500 Internal Server Error in 8ms (ActiveRecord: 0.2ms) + + + +SyntaxError (/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/show.html.erb:13: syntax error, unexpected keyword_else +e;@output_buffer.append=( else );@output_buffer.safe_append= + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/show.html.erb:15: syntax error, unexpected keyword_end, expecting ')' + end + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/show.html.erb:37: syntax error, unexpected keyword_ensure, expecting ')' + ensure + ^ +/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/show.html.erb:39: syntax error, unexpected keyword_end, expecting ')' + end + ^): + +app/views/tasks/show.html.erb:13: syntax error, unexpected keyword_else +app/views/tasks/show.html.erb:15: syntax error, unexpected keyword_end, expecting ')' +app/views/tasks/show.html.erb:37: syntax error, unexpected keyword_ensure, expecting ')' +app/views/tasks/show.html.erb:39: syntax error, unexpected keyword_end, expecting ')' +Started GET "/tasks/30" for 127.0.0.1 at 2017-09-28 10:00:02 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.8ms) +Completed 200 OK in 18ms (Views: 15.6ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 10:00:09 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.8ms) +Completed 200 OK in 28ms (Views: 25.5ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/31" for 127.0.0.1 at 2017-09-28 10:00:13 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"31"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 31], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (1.1ms) +Completed 200 OK in 27ms (Views: 24.7ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/31" for 127.0.0.1 at 2017-09-28 10:00:59 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"31"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 31], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (1.0ms) +Completed 200 OK in 23ms (Views: 20.9ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/31" for 127.0.0.1 at 2017-09-28 10:01:16 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"31"} + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 31], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.8ms) +Completed 200 OK in 18ms (Views: 14.5ms | ActiveRecord: 0.3ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 10:01:21 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.3ms) +Completed 200 OK in 23ms (Views: 20.6ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks/33?refresh=true&task%5Bcomplete%5D=true&task%5Bcompletion_date%5D=2017-09-28" for 127.0.0.1 at 2017-09-28 10:01:24 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"pxomdSHlffyWkZAUFzwTm6EbZ6SAyn5Seg4CKbwNVIZkGH+12dET+2MlK74ARDLVVSb45ry0vLacR/kR4LeAHQ==", "refresh"=>"true", "task"=>{"complete"=>"true", "completion_date"=>"2017-09-28"}, "id"=>"33"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 33], ["LIMIT", 1]] +Unpermitted parameter: :completion_date +  (0.1ms) begin transaction + SQL (0.5ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "t"], ["updated_at", "2017-09-28 17:01:24.214269"], ["id", 33]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 6ms (ActiveRecord: 1.5ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 10:01:24 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.9ms) +Completed 200 OK in 20ms (Views: 18.6ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/33" for 127.0.0.1 at 2017-09-28 10:01:26 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"33"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 33], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.8ms) +Completed 200 OK in 23ms (Views: 20.2ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/33" for 127.0.0.1 at 2017-09-28 10:01:30 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"33"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 33], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (0.9ms) +Completed 200 OK in 19ms (Views: 16.4ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 10:01:33 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.9ms) +Completed 200 OK in 27ms (Views: 24.5ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 10:02:12 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.3ms) +Completed 200 OK in 42ms (Views: 40.3ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=false" for 127.0.0.1 at 2017-09-28 10:02:13 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"4XGgXwNoL7JgUiZljoLiDhx091tDBAM+xVJoe8i8GVVqhLu1OT7HgXk000PYAGwyAhpBlVA1iPep+vHLQsKLng==", "refresh"=>"true", "task"=>{"complete"=>"false"}, "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "f"], ["updated_at", "2017-09-28 17:02:13.932262"], ["id", 30]] +  (1.1ms) commit transaction +  (0.0ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 4ms (ActiveRecord: 1.6ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 10:02:13 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.5ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.9ms) +Completed 200 OK in 23ms (Views: 19.8ms | ActiveRecord: 0.5ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=true&task%5Bcompletion_date%5D=2017-09-28" for 127.0.0.1 at 2017-09-28 10:02:14 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"UhnmhNvsJVNs5Xd+Q7Uz1ogepjmTstRpZMxbYtdcJBTZ7P1u4brNYHWDglgVN73qlnAQ94CDX6AIZMLSXSK23w==", "refresh"=>"true", "task"=>{"complete"=>"true", "completion_date"=>"2017-09-28"}, "id"=>"30"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +Unpermitted parameter: :completion_date +  (0.0ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "t"], ["updated_at", "2017-09-28 17:02:14.998988"], ["id", 30]] +  (1.1ms) commit transaction +  (0.0ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 5ms (ActiveRecord: 1.7ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 10:02:15 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.4ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.5ms) +Completed 200 OK in 20ms (Views: 17.8ms | ActiveRecord: 0.4ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 10:02:37 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.4ms) +Completed 200 OK in 32ms (Views: 29.8ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 10:03:14 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.4ms) +Completed 200 OK in 34ms (Views: 31.7ms | ActiveRecord: 0.3ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=false" for 127.0.0.1 at 2017-09-28 10:03:17 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"sCQyrupspPlG20IfVVpGmOMiaN5h8f8SNZF8QiMnYos70SlE0DpMyl+9tzkD2Mik/UzeEHLAdNtZOeXyqVnwQA==", "refresh"=>"true", "task"=>{"complete"=>"false"}, "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "f"], ["updated_at", "2017-09-28 17:03:17.440729"], ["id", 30]] +  (1.3ms) commit transaction +  (0.1ms) begin transaction +  (0.1ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 5ms (ActiveRecord: 1.8ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 10:03:17 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.2ms) +Completed 200 OK in 26ms (Views: 23.7ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=true&task%5Bcompletion_date%5D=2017-09-28" for 127.0.0.1 at 2017-09-28 10:03:18 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"OLIeudQgWpUFbUO7GckbdS/nXhVYF2eodfdW6MIH1D2zRwVT7nayphwLtp1PS5VJMYno20sm7GEZX89YSHlG9g==", "refresh"=>"true", "task"=>{"complete"=>"true", "completion_date"=>"2017-09-28"}, "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +Unpermitted parameter: :completion_date +  (0.0ms) begin transaction + SQL (0.4ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "t"], ["updated_at", "2017-09-28 17:03:18.873112"], ["id", 30]] +  (1.1ms) commit transaction +  (0.0ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 5ms (ActiveRecord: 1.7ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 10:03:18 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (5.7ms) +Completed 200 OK in 23ms (Views: 20.8ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 10:03:41 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.9ms) +Completed 200 OK in 35ms (Views: 33.4ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 10:08:55 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.3ms) +Completed 200 OK in 32ms (Views: 29.7ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=false" for 127.0.0.1 at 2017-09-28 10:08:57 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"p0Gd5u6s7mzW5NFrEzTJCH/A8C788NBz84EzXGfYUDkstIYM1PoGX8+CJE1Ftkc0Ya5G4O/BW7qfKars7abC8g==", "refresh"=>"true", "task"=>{"complete"=>"false"}, "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +  (0.0ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "f"], ["updated_at", "2017-09-28 17:08:57.470651"], ["id", 30]] +  (1.0ms) commit transaction +  (0.0ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 5ms (ActiveRecord: 1.6ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 10:08:57 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.6ms) +Completed 200 OK in 23ms (Views: 20.7ms | ActiveRecord: 0.3ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=true&task%5Bcompletion_date%5D=2017-09-28" for 127.0.0.1 at 2017-09-28 10:08:58 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"pvzgZx6uABDo6X4HFaN9G5rGGIOEWPqvYXVO190ZwTstCfuNJPjoI/GPiyFDIfMnhKiuTZdpcWYN3ddnV2dT8A==", "refresh"=>"true", "task"=>{"complete"=>"true", "completion_date"=>"2017-09-28"}, "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +Unpermitted parameter: :completion_date +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "t"], ["updated_at", "2017-09-28 17:08:58.496026"], ["id", 30]] +  (1.1ms) commit transaction +  (0.0ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 5ms (ActiveRecord: 1.7ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 10:08:58 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (10.9ms) +Completed 200 OK in 28ms (Views: 25.7ms | ActiveRecord: 0.3ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 10:09:19 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.0ms) +Completed 500 Internal Server Error in 20ms (ActiveRecord: 0.2ms) + + + +ActionView::Template::Error (Invalid CSS after " @if div == ": expected expression (e.g. 1px, bold), was ".complete {"): + 4: BusyBee + 5: <%= csrf_meta_tags %> + 6: + 7: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload' %> + 8: <%= javascript_include_tag 'application', 'data-turbolinks-track': 'reload' %> + 9: + 10: + +app/assets/stylesheets/tasks.scss:40 +app/views/layouts/application.html.erb:7:in `_app_views_layouts_application_html_erb__2731799455941020686_70098986008660' +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 10:12:56 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.4ms) +Completed 200 OK in 37ms (Views: 34.7ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=false" for 127.0.0.1 at 2017-09-28 10:12:58 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"pzX39sIaosxzsa3iTsIzZZa4k+9JHvefuhnCtDi/QUAswOwc+ExK/2rXWMQYQL1ZiNYlIVovfFbWsVsEssHTiw==", "refresh"=>"true", "task"=>{"complete"=>"false"}, "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +  (0.0ms) begin transaction + SQL (0.5ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "f"], ["updated_at", "2017-09-28 17:12:58.794319"], ["id", 30]] +  (1.4ms) commit transaction +  (0.1ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 5ms (ActiveRecord: 2.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 10:12:58 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.1ms) +Completed 200 OK in 22ms (Views: 20.0ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=true&task%5Bcompletion_date%5D=2017-09-28" for 127.0.0.1 at 2017-09-28 10:12:59 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"2N4dC0sEbcv2ieTZq0Fndx7OxwFXIbo+Red50vtBTZpTKwbhcVKF+O/vEf/9w+lLAKBxz0QQMfcpT+BicT/fUQ==", "refresh"=>"true", "task"=>{"complete"=>"true", "completion_date"=>"2017-09-28"}, "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +Unpermitted parameter: :completion_date +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "t"], ["updated_at", "2017-09-28 17:12:59.491375"], ["id", 30]] +  (1.1ms) commit transaction +  (0.0ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 4ms (ActiveRecord: 1.6ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 10:12:59 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.8ms) +Completed 200 OK in 23ms (Views: 21.6ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 10:14:27 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.3ms) +Completed 200 OK in 36ms (Views: 33.8ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=false" for 127.0.0.1 at 2017-09-28 10:14:30 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"mXOnQ6vQTaix4+09nS9GerxuE7Lc5dIGOYipu2v53CoShrypkYalm6iFGBvLrchGogClfM/UWc9VIDAL4YdO4Q==", "refresh"=>"true", "task"=>{"complete"=>"false"}, "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +  (0.0ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "f"], ["updated_at", "2017-09-28 17:14:30.859847"], ["id", 30]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 4ms (ActiveRecord: 1.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 10:14:30 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.4ms) +Completed 200 OK in 19ms (Views: 17.5ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 10:28:34 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.9ms) +Completed 500 Internal Server Error in 25ms (ActiveRecord: 0.2ms) + + + +ActionView::Template::Error (Invalid CSS after " }": expected selector or at-rule, was "}"): + 4: BusyBee + 5: <%= csrf_meta_tags %> + 6: + 7: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload' %> + 8: <%= javascript_include_tag 'application', 'data-turbolinks-track': 'reload' %> + 9: + 10: + +app/assets/stylesheets/tasks.scss:41 +app/views/layouts/application.html.erb:7:in `_app_views_layouts_application_html_erb__2731799455941020686_70099025183580' +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 10:28:42 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.6ms) +Completed 200 OK in 37ms (Views: 35.3ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=true&task%5Bcompletion_date%5D=2017-09-28" for 127.0.0.1 at 2017-09-28 10:28:45 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"FCFnocHKWdlEpbsrIKeNE/JuxrhcdPqZSrLH3fqkc+af1HxL+5yx6l3DTg12JQMv7ABwdk9FcVAmGl5tcNrhLQ==", "refresh"=>"true", "task"=>{"complete"=>"true", "completion_date"=>"2017-09-28"}, "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +Unpermitted parameter: :completion_date +  (0.0ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "t"], ["updated_at", "2017-09-28 17:28:45.977983"], ["id", 30]] +  (1.2ms) commit transaction +  (0.1ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 5ms (ActiveRecord: 1.8ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 10:28:45 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.9ms) +Completed 200 OK in 20ms (Views: 18.4ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=false" for 127.0.0.1 at 2017-09-28 10:28:47 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"CEii2t+qshev/qJ+SYPoBlqepj5f98j4XL4/ovUa7ruDvbkw5fxaJLaYV1gfAWY6RPAQ8EzGQzEwFqYSf2R8cA==", "refresh"=>"true", "task"=>{"complete"=>"false"}, "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +  (0.0ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "f"], ["updated_at", "2017-09-28 17:28:47.504428"], ["id", 30]] +  (1.1ms) commit transaction +  (0.0ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 4ms (ActiveRecord: 1.6ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 10:28:47 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (5.8ms) +Completed 200 OK in 23ms (Views: 20.8ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 10:30:05 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.9ms) +Completed 200 OK in 28ms (Views: 25.9ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 10:33:19 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.9ms) +Completed 200 OK in 32ms (Views: 30.1ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 10:33:55 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.5ms) +Completed 200 OK in 34ms (Views: 32.2ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=true&task%5Bcompletion_date%5D=2017-09-28" for 127.0.0.1 at 2017-09-28 10:33:57 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"h9ZmTPpRterXE7ByCS6dpqJvoHL6WVMTaszj6Tl4T14MI32mwAdd2c51RVRfrBOavAEWvOlo2NoGZHpZswbdlQ==", "refresh"=>"true", "task"=>{"complete"=>"true", "completion_date"=>"2017-09-28"}, "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +Unpermitted parameter: :completion_date +  (0.1ms) begin transaction + SQL (0.4ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "t"], ["updated_at", "2017-09-28 17:33:57.551858"], ["id", 30]] +  (1.2ms) commit transaction +  (0.0ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 5ms (ActiveRecord: 1.8ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 10:33:57 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.2ms) +Completed 200 OK in 20ms (Views: 18.5ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 10:34:15 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.3ms) +Completed 200 OK in 37ms (Views: 35.2ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=false" for 127.0.0.1 at 2017-09-28 10:34:16 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"+gYQPY2C+WogVMWfHkKgdKhfLd5EKBkgubomrifm0Xxx8wvXt9QRWTkyMLlIwC5ItjGbEFcZkunVEr8erZhDtw==", "refresh"=>"true", "task"=>{"complete"=>"false"}, "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "f"], ["updated_at", "2017-09-28 17:34:16.772030"], ["id", 30]] +  (1.1ms) commit transaction +  (0.0ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 10ms (ActiveRecord: 1.6ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 10:34:16 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.5ms) +Completed 200 OK in 23ms (Views: 20.5ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=true&task%5Bcompletion_date%5D=2017-09-28" for 127.0.0.1 at 2017-09-28 10:34:17 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"kFRTGeHAb4coXVb90wU6H5EZfPyPmbqzwcpZwivzJioboUjz25aHtDE7o9uFh7Qjj3fKMpyoMXqtYsByoY204Q==", "refresh"=>"true", "task"=>{"complete"=>"true", "completion_date"=>"2017-09-28"}, "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +Unpermitted parameter: :completion_date +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "t"], ["updated_at", "2017-09-28 17:34:17.912261"], ["id", 30]] +  (1.2ms) commit transaction +  (0.0ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 5ms (ActiveRecord: 1.7ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 10:34:17 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.2ms) +Completed 200 OK in 20ms (Views: 18.1ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks/31?refresh=true&task%5Bcomplete%5D=true&task%5Bcompletion_date%5D=2017-09-28" for 127.0.0.1 at 2017-09-28 10:34:19 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"XmWWUnQAAGLolDQZPRGbLiOM8A41b9TQ+1sD1S36TgjVkI24TlboUfHywT9rkxUSPeJGwCZeXxmX85plp4Tcww==", "refresh"=>"true", "task"=>{"complete"=>"true", "completion_date"=>"2017-09-28"}, "id"=>"31"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 31], ["LIMIT", 1]] +Unpermitted parameter: :completion_date +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "t"], ["updated_at", "2017-09-28 17:34:19.028876"], ["id", 31]] +  (1.2ms) commit transaction +  (0.1ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 5ms (ActiveRecord: 1.7ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 10:34:19 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (6.3ms) +Completed 200 OK in 22ms (Views: 20.1ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks/31?refresh=true&task%5Bcomplete%5D=false" for 127.0.0.1 at 2017-09-28 10:34:19 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"ENp1p+rLLd/5mt3/lqBUjE0Q0uLf0qFv54E/1R1MQ8GbL25N0J3F7OD8KNnAItqwU35kLMzjKqaLKaZllzLRCg==", "refresh"=>"true", "task"=>{"complete"=>"false"}, "id"=>"31"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 31], ["LIMIT", 1]] +  (0.0ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "f"], ["updated_at", "2017-09-28 17:34:19.908547"], ["id", 31]] +  (1.2ms) commit transaction +  (0.0ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 4ms (ActiveRecord: 1.6ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 10:34:19 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (5.1ms) +Completed 200 OK in 25ms (Views: 22.8ms | ActiveRecord: 0.3ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 10:34:26 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.2ms) +Completed 200 OK in 34ms (Views: 32.4ms | ActiveRecord: 0.1ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=false" for 127.0.0.1 at 2017-09-28 10:34:28 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"lqruogWGOI804yzMDw/y4ddhdhRsXbnkzJthjQ2a5CMdX/VIP9DQvC2F2epZjXzdyQ/A2n9sMi2gM/g9h+R26A==", "refresh"=>"true", "task"=>{"complete"=>"false"}, "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +  (0.0ms) begin transaction + SQL (0.4ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "f"], ["updated_at", "2017-09-28 17:34:28.635014"], ["id", 30]] +  (1.1ms) commit transaction +  (0.1ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 6ms (ActiveRecord: 1.8ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 10:34:28 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.1ms) +Completed 200 OK in 21ms (Views: 19.2ms | ActiveRecord: 0.3ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=true&task%5Bcompletion_date%5D=2017-09-28" for 127.0.0.1 at 2017-09-28 10:34:29 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"KxygujkJbv/CQZ4cFNmxdCjSOOP0g2mNYsN1YNwb8Jig6btQA1+GzNsnazpCWz9INryOLeey4kQOa+zQVmViUw==", "refresh"=>"true", "task"=>{"complete"=>"true", "completion_date"=>"2017-09-28"}, "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +Unpermitted parameter: :completion_date +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "t"], ["updated_at", "2017-09-28 17:34:29.432598"], ["id", 30]] +  (0.8ms) commit transaction +  (0.1ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 5ms (ActiveRecord: 1.5ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 10:34:29 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.2ms) +Completed 200 OK in 21ms (Views: 19.2ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks/31?refresh=true&task%5Bcomplete%5D=true&task%5Bcompletion_date%5D=2017-09-28" for 127.0.0.1 at 2017-09-28 10:34:30 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"pYJFbEM/BLN4aVtkmMxU0yitJqCNDKv1U5X/0FCBQQEud16GeWnsgGEPrkLOTtrvNsOQbp49IDw/PWZg2v/Tyg==", "refresh"=>"true", "task"=>{"complete"=>"true", "completion_date"=>"2017-09-28"}, "id"=>"31"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 31], ["LIMIT", 1]] +Unpermitted parameter: :completion_date +  (0.0ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "t"], ["updated_at", "2017-09-28 17:34:30.502791"], ["id", 31]] +  (1.2ms) commit transaction +  (0.1ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 5ms (ActiveRecord: 1.8ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 10:34:30 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.5ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.5ms) +Completed 200 OK in 20ms (Views: 18.4ms | ActiveRecord: 0.5ms) + + +Started PATCH "/tasks/31?refresh=true&task%5Bcomplete%5D=false" for 127.0.0.1 at 2017-09-28 10:34:31 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"Pp6Fv5s7YioVZNXbsUFpr3tigHdvCBmfj8aMKD/UHKK1a55VoW2KGQwCIP3nw+eTZQw2uXw5klbjbhWYtaqOaQ==", "refresh"=>"true", "task"=>{"complete"=>"false"}, "id"=>"31"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 31], ["LIMIT", 1]] +  (0.0ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "f"], ["updated_at", "2017-09-28 17:34:31.336298"], ["id", 31]] +  (1.1ms) commit transaction +  (0.0ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 5ms (ActiveRecord: 1.6ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 10:34:31 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.8ms) +Completed 200 OK in 22ms (Views: 19.8ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 10:34:46 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.2ms) +Completed 200 OK in 41ms (Views: 39.5ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=false" for 127.0.0.1 at 2017-09-28 10:34:48 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"FwpgkoxZrOh5VSOrDYcdRfZiWM+TQCKg/DH0/QuF5Nic/3t4tg9E22Az1o1bBZN56AzuAYBxqWmQmW1Ngft2Ew==", "refresh"=>"true", "task"=>{"complete"=>"false"}, "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +  (0.0ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "f"], ["updated_at", "2017-09-28 17:34:48.275011"], ["id", 30]] +  (0.6ms) commit transaction +  (0.0ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 4ms (ActiveRecord: 1.1ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 10:34:48 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.0ms) +Completed 200 OK in 19ms (Views: 17.5ms | ActiveRecord: 0.1ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=true&task%5Bcompletion_date%5D=2017-09-28" for 127.0.0.1 at 2017-09-28 10:34:49 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"Iyi4OwIkXosAjQgHEfA0hlFmMLtv/gBVz+Owy7Mw0iOo3aPROHK2uBnr/SFHcrq6TwiGdXzPi5yjSyl7OU5A6A==", "refresh"=>"true", "task"=>{"complete"=>"true", "completion_date"=>"2017-09-28"}, "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +Unpermitted parameter: :completion_date +  (0.1ms) begin transaction + SQL (0.2ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "t"], ["updated_at", "2017-09-28 17:34:49.262821"], ["id", 30]] +  (1.2ms) commit transaction +  (0.0ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 5ms (ActiveRecord: 1.7ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 10:34:49 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.5ms) +Completed 200 OK in 23ms (Views: 20.1ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks/31?refresh=true&task%5Bcomplete%5D=true&task%5Bcompletion_date%5D=2017-09-28" for 127.0.0.1 at 2017-09-28 10:34:50 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"8yUllEHeCn/Xxba+pAesfCx9+OP3653KZyjjTmDw5pR40D5+e4jiTM6jQ5jyhSJAMhNOLeTaFgMLgHr+6o50Xw==", "refresh"=>"true", "task"=>{"complete"=>"true", "completion_date"=>"2017-09-28"}, "id"=>"31"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 31], ["LIMIT", 1]] +Unpermitted parameter: :completion_date +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "t"], ["updated_at", "2017-09-28 17:34:50.616338"], ["id", 31]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 4ms (ActiveRecord: 1.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 10:34:50 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.7ms) +Completed 200 OK in 22ms (Views: 20.7ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks/31?refresh=true&task%5Bcomplete%5D=false" for 127.0.0.1 at 2017-09-28 10:34:51 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"A8/FjWv2kAjd7XFpq3OVR8mH9NR7jUEBkYDqf3NFEnGIOt5nUaB4O8SLhE/98Rt71+lCGmi8ysj9KHPP+TuAug==", "refresh"=>"true", "task"=>{"complete"=>"false"}, "id"=>"31"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 31], ["LIMIT", 1]] +  (0.0ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "f"], ["updated_at", "2017-09-28 17:34:51.578630"], ["id", 31]] +  (1.2ms) commit transaction +  (0.0ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 4ms (ActiveRecord: 1.7ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 10:34:51 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.2ms) +Completed 200 OK in 22ms (Views: 19.9ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 10:36:55 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.8ms) +Completed 200 OK in 41ms (Views: 38.5ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=false" for 127.0.0.1 at 2017-09-28 10:36:58 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"Wmr6dbM4sRZzQmUzq4emtOMFauBKLXgACj/C0h5wVnPRn+GfiW5ZJWokkBX9BSiI/WvcLlkc88lml1tilA7EuA==", "refresh"=>"true", "task"=>{"complete"=>"false"}, "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +  (0.0ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "f"], ["updated_at", "2017-09-28 17:36:58.346127"], ["id", 30]] +  (1.2ms) commit transaction +  (0.0ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 5ms (ActiveRecord: 1.7ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 10:36:58 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.3ms) +Completed 200 OK in 21ms (Views: 19.0ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=true&task%5Bcompletion_date%5D=2017-09-28" for 127.0.0.1 at 2017-09-28 10:36:59 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"EP7ww50eIs32tnIdf6d/9lkcKUdD+oWacOHJMKqMGvebC+spp0jK/u/QhzspJfHKR3KfiVDLDlMcSVCAIPKIPA==", "refresh"=>"true", "task"=>{"complete"=>"true", "completion_date"=>"2017-09-28"}, "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +Unpermitted parameter: :completion_date +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "t"], ["updated_at", "2017-09-28 17:36:59.212938"], ["id", 30]] +  (1.2ms) commit transaction +  (0.0ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 5ms (ActiveRecord: 1.7ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 10:36:59 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.6ms) +Completed 200 OK in 23ms (Views: 20.6ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks/31?refresh=true&task%5Bcomplete%5D=true&task%5Bcompletion_date%5D=2017-09-28" for 127.0.0.1 at 2017-09-28 10:37:00 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"wyeiF5u41Qx2TiXaWHNSAeqBtO/CTdu6Ljar4FQuGYxI0rn9oe49P28o0PwO8dw99O8CIdF8UHNCnjJQ3lCLRw==", "refresh"=>"true", "task"=>{"complete"=>"true", "completion_date"=>"2017-09-28"}, "id"=>"31"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 31], ["LIMIT", 1]] +Unpermitted parameter: :completion_date +  (0.1ms) begin transaction + SQL (0.4ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "t"], ["updated_at", "2017-09-28 17:37:00.272800"], ["id", 31]] +  (1.1ms) commit transaction +  (0.0ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 5ms (ActiveRecord: 1.7ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 10:37:00 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.4ms) +Completed 200 OK in 22ms (Views: 20.1ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks/31?refresh=true&task%5Bcomplete%5D=false" for 127.0.0.1 at 2017-09-28 10:37:01 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"rPQ2YX95RtDrQBYMBsn8evDjoJFdf27yjuTOVQ3PUIAnAS2LRS+u4/Im4ypQS3JG7o0WX05O5TviTFflh7HCSw==", "refresh"=>"true", "task"=>{"complete"=>"false"}, "id"=>"31"} + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 31], ["LIMIT", 1]] +  (0.1ms) begin transaction + SQL (1.2ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "f"], ["updated_at", "2017-09-28 17:37:01.119528"], ["id", 31]] +  (0.6ms) commit transaction +  (0.0ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 6ms (ActiveRecord: 2.3ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 10:37:01 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.3ms) +Completed 200 OK in 20ms (Views: 18.3ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks/33?refresh=true&task%5Bcomplete%5D=false" for 127.0.0.1 at 2017-09-28 10:37:02 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"WTZZ0lnyLzRPLik2qqLkmcJK2DuMUVf+r+ioheMo6bvSw0I4Y6THB1ZI3BD8IGql3CRu9Z9g3DfDQDE1aVZ7cA==", "refresh"=>"true", "task"=>{"complete"=>"false"}, "id"=>"33"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 33], ["LIMIT", 1]] +  (0.1ms) begin transaction + SQL (0.6ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "f"], ["updated_at", "2017-09-28 17:37:02.758344"], ["id", 33]] +  (1.4ms) commit transaction +  (0.1ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 6ms (ActiveRecord: 2.3ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 10:37:02 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.6ms) +Completed 200 OK in 30ms (Views: 27.8ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks/34?refresh=true&task%5Bcomplete%5D=true&task%5Bcompletion_date%5D=2017-09-28" for 127.0.0.1 at 2017-09-28 10:37:06 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"kaxAJjooc6pwWyPHsx2C9mNk3ZGtCz56qocDweJgvTsaWVvMAH6bmWk91uHlnwzKfQprX746tbPGL5pxaB4v8A==", "refresh"=>"true", "task"=>{"complete"=>"true", "completion_date"=>"2017-09-28"}, "id"=>"34"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 34], ["LIMIT", 1]] +Unpermitted parameter: :completion_date +  (0.0ms) begin transaction + SQL (0.4ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "t"], ["updated_at", "2017-09-28 17:37:06.439439"], ["id", 34]] +  (1.1ms) commit transaction +  (0.0ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 5ms (ActiveRecord: 1.8ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 10:37:06 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.4ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.0ms) +Completed 200 OK in 21ms (Views: 18.7ms | ActiveRecord: 0.4ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 10:37:22 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.5ms) +Completed 200 OK in 34ms (Views: 31.9ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=false" for 127.0.0.1 at 2017-09-28 10:37:24 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"mNXfB1lpvz4pfcJCmOaCG/qn9t3v3eXXAP2uyPsIqZ0TIMTtYz9XDTAbN2TOZAwn5MlAE/zsbh5sVTd4cXY7Vg==", "refresh"=>"true", "task"=>{"complete"=>"false"}, "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +  (0.0ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "f"], ["updated_at", "2017-09-28 17:37:24.483010"], ["id", 30]] +  (1.2ms) commit transaction +  (0.0ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 4ms (ActiveRecord: 1.7ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 10:37:24 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.0ms) +Completed 200 OK in 21ms (Views: 19.1ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=true&task%5Bcompletion_date%5D=2017-09-28" for 127.0.0.1 at 2017-09-28 10:37:25 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"ra5ojNYel/tX7V2CfGFgxoxslD6OiAzoefTJkDWOuPMmW3Nm7Eh/yE6LqKQq4+76kgIi8J25hyEVXFAgv/AqOA==", "refresh"=>"true", "task"=>{"complete"=>"true", "completion_date"=>"2017-09-28"}, "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +Unpermitted parameter: :completion_date +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "t"], ["updated_at", "2017-09-28 17:37:25.301860"], ["id", 30]] +  (1.2ms) commit transaction +  (0.1ms) begin transaction +  (0.1ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 5ms (ActiveRecord: 1.8ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 10:37:25 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.3ms) +Completed 200 OK in 18ms (Views: 16.7ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 10:42:52 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (8.9ms) +Completed 200 OK in 37ms (Views: 35.5ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 10:43:19 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.3ms) +Completed 200 OK in 33ms (Views: 31.0ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=false" for 127.0.0.1 at 2017-09-28 10:43:21 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"r1NW7T7JKZ5mZR1Xlj3zxWInQ17TPjWMH/XRAbPfGYokpk0HBJ/BrX8D6HHAv335fEn1kMAPvkVzXUixOaGLQQ==", "refresh"=>"true", "task"=>{"complete"=>"false"}, "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "f"], ["updated_at", "2017-09-28 17:43:21.535689"], ["id", 30]] +  (1.2ms) commit transaction +  (0.0ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 5ms (ActiveRecord: 1.7ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 10:43:21 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.5ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (5.1ms) +Completed 200 OK in 22ms (Views: 19.9ms | ActiveRecord: 0.5ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=true&task%5Bcompletion_date%5D=2017-09-28" for 127.0.0.1 at 2017-09-28 10:43:22 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"3gYlZITLCl+KOw06Ajaa/aybgUloQwwFcCQ0bKeGUqFV8z6Ovp3ibJNd+BxUtBTBsvU3h3tyh8wcjK3cLfjAag==", "refresh"=>"true", "task"=>{"complete"=>"true", "completion_date"=>"2017-09-28"}, "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +Unpermitted parameter: :completion_date +  (0.0ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "t"], ["updated_at", "2017-09-28 17:43:22.351672"], ["id", 30]] +  (1.2ms) commit transaction +  (0.0ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 5ms (ActiveRecord: 1.7ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 10:43:22 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.0ms) +Completed 200 OK in 24ms (Views: 22.4ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 10:43:35 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.3ms) +Completed 200 OK in 38ms (Views: 36.3ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 10:44:15 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.2ms) +Completed 200 OK in 34ms (Views: 31.9ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=false" for 127.0.0.1 at 2017-09-28 10:44:19 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"tWra+B5IKJvkNDN5NQJ69FGDEoCVZG9iVZ0ItiQq51k+n8ESJB7AqP1Sxl9jgPTIT+2kToZV5Ks5NZEGrlR1kg==", "refresh"=>"true", "task"=>{"complete"=>"false"}, "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +  (0.0ms) begin transaction + SQL (0.4ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "f"], ["updated_at", "2017-09-28 17:44:19.490341"], ["id", 30]] +  (1.3ms) commit transaction +  (0.1ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 6ms (ActiveRecord: 2.0ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 10:44:19 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.3ms) +Completed 200 OK in 25ms (Views: 22.4ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=true&task%5Bcompletion_date%5D=2017-09-28" for 127.0.0.1 at 2017-09-28 10:44:20 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"DrEdip8WO7kvwXETX9NUI3YOZKwkO9fwiKwX06/UuFGFRAZgpUDTijanhDUJUdofaGDSYjcKXDnkBI5jJaoqmg==", "refresh"=>"true", "task"=>{"complete"=>"true", "completion_date"=>"2017-09-28"}, "id"=>"30"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +Unpermitted parameter: :completion_date +  (0.1ms) begin transaction + SQL (0.4ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "t"], ["updated_at", "2017-09-28 17:44:20.308337"], ["id", 30]] +  (1.2ms) commit transaction +  (0.1ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 6ms (ActiveRecord: 1.9ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 10:44:20 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.5ms) +Completed 200 OK in 27ms (Views: 24.1ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 10:45:01 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.2ms) +Completed 200 OK in 22ms (Views: 20.4ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=false" for 127.0.0.1 at 2017-09-28 10:45:02 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"1ENrV3SG7+KcThDS7/JDEtp/Mi8A7vFbUVJVAp7/mtNftnC9TtAH0YUo5fS5cM0uxBGE4RPfepI9+syyFIEIGA==", "refresh"=>"true", "task"=>{"complete"=>"false"}, "id"=>"30"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +  (0.1ms) begin transaction + SQL (0.4ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "f"], ["updated_at", "2017-09-28 17:45:02.877546"], ["id", 30]] +  (1.2ms) commit transaction +  (0.1ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 6ms (ActiveRecord: 1.9ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 10:45:02 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.9ms) +Completed 200 OK in 24ms (Views: 22.0ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 10:47:31 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.7ms) +Completed 200 OK in 36ms (Views: 33.9ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=true&task%5Bcompletion_date%5D=2017-09-28" for 127.0.0.1 at 2017-09-28 10:47:32 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"Fr5D5FEgk4ZXv6Wq/JBrz75bJ9qNTX7ZHnP+FFn4y5mdS1gOa3Z7tU7ZUIyqEuXzoDWRFJ589RBy22ek04ZZUg==", "refresh"=>"true", "task"=>{"complete"=>"true", "completion_date"=>"2017-09-28"}, "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +Unpermitted parameter: :completion_date +  (0.1ms) begin transaction + SQL (0.4ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "t"], ["updated_at", "2017-09-28 17:47:32.761124"], ["id", 30]] +  (1.3ms) commit transaction +  (0.1ms) begin transaction +  (0.1ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 6ms (ActiveRecord: 2.0ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 10:47:32 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.7ms) +Completed 200 OK in 25ms (Views: 22.8ms | ActiveRecord: 0.1ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=false" for 127.0.0.1 at 2017-09-28 10:47:33 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"eflX5UGAnzmY6FBHRQSgZr6z2TvCuRyDtkqOhrVAd0LyDEwPe9Z3CoGOpWEThi5aoN1v9dGIl0ra4hc2Pz7liQ==", "refresh"=>"true", "task"=>{"complete"=>"false"}, "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "f"], ["updated_at", "2017-09-28 17:47:33.805444"], ["id", 30]] +  (1.2ms) commit transaction +  (0.0ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 4ms (ActiveRecord: 1.7ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 10:47:33 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.9ms) +Completed 200 OK in 20ms (Views: 17.5ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 10:47:54 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.1ms) +Completed 200 OK in 39ms (Views: 36.9ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=true&task%5Bcompletion_date%5D=2017-09-28" for 127.0.0.1 at 2017-09-28 10:47:56 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"qAE6Uqztzlhytt0Fcl9ehukpZ4VRU9xsvIjmNLL49UUj9CG4lrsma2vQKCMk3dC690fRS0JiV6XQIH+EOIZnjg==", "refresh"=>"true", "task"=>{"complete"=>"true", "completion_date"=>"2017-09-28"}, "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +Unpermitted parameter: :completion_date +  (0.0ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "t"], ["updated_at", "2017-09-28 17:47:56.927461"], ["id", 30]] +  (1.1ms) commit transaction +  (0.0ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 4ms (ActiveRecord: 1.6ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 10:47:56 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.9ms) +Completed 200 OK in 18ms (Views: 16.6ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=false" for 127.0.0.1 at 2017-09-28 10:47:57 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"UTcmiN8BuXA4r9SKHcFUcCOesLNFqIeNnN9PVgbTJDrawj1i5VdRQyHJIaxLQ9pMPfAGfVaZDETwd9bmjK228Q==", "refresh"=>"true", "task"=>{"complete"=>"false"}, "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +  (0.2ms) begin transaction + SQL (0.4ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "f"], ["updated_at", "2017-09-28 17:47:57.734594"], ["id", 30]] +  (1.2ms) commit transaction +  (0.1ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 6ms (ActiveRecord: 2.1ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 10:47:57 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.4ms) +Completed 200 OK in 22ms (Views: 20.2ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=true&task%5Bcompletion_date%5D=2017-09-28" for 127.0.0.1 at 2017-09-28 10:49:25 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"q78jXplcHDTdsoRDUm0Qf2jCtcCCXqcqg5UIMbU8qsMgSji0owr0B8TUcWUE755DdqwDDpFvLOPvPZGBP0I4CA==", "refresh"=>"true", "task"=>{"complete"=>"true", "completion_date"=>"2017-09-28"}, "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +Unpermitted parameter: :completion_date +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "t"], ["updated_at", "2017-09-28 17:49:25.610068"], ["id", 30]] +  (1.3ms) commit transaction +  (0.1ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 5ms (ActiveRecord: 1.8ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 10:49:25 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (7.7ms) +Completed 200 OK in 34ms (Views: 31.5ms | ActiveRecord: 0.3ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=false" for 127.0.0.1 at 2017-09-28 10:50:18 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"yyUavGc2PRZqTrIeRSHmYXq1ElJz2kNjv+zQ0Wpt3qVA0AFWXWDVJXMoRzgTo2hdZNuknGDryKrTRElh4BNMbg==", "refresh"=>"true", "task"=>{"complete"=>"false"}, "id"=>"30"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +  (0.1ms) begin transaction + SQL (0.4ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "f"], ["updated_at", "2017-09-28 17:50:18.311793"], ["id", 30]] +  (1.3ms) commit transaction +  (0.1ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 6ms (ActiveRecord: 2.0ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 10:50:18 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.7ms) +Completed 200 OK in 26ms (Views: 23.8ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=true&task%5Bcompletion_date%5D=2017-09-28" for 127.0.0.1 at 2017-09-28 10:50:21 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"OJEZ7xkdI3kS0qRpz8EfpSjMLYTmecojwnGmZDPj0KezZAIFI0vLSgu0UU+ZQ5GZNqKbSvVIQequ2T/UuZ1CbA==", "refresh"=>"true", "task"=>{"complete"=>"true", "completion_date"=>"2017-09-28"}, "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +Unpermitted parameter: :completion_date +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "t"], ["updated_at", "2017-09-28 17:50:21.255241"], ["id", 30]] +  (1.1ms) commit transaction +  (0.0ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 5ms (ActiveRecord: 1.7ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 10:50:21 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.2ms) +Completed 200 OK in 20ms (Views: 18.1ms | ActiveRecord: 0.1ms) + + +Started PATCH "/tasks/31?refresh=true&task%5Bcomplete%5D=true&task%5Bcompletion_date%5D=2017-09-28" for 127.0.0.1 at 2017-09-28 10:50:59 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"FPS5ww7Pr6DLjnScmlVX2qbQs4RS4zQhVspf7IDTRf+fAaIpNJlHk9LogbrM19nmuL4FSkHSv+g6YsZcCq3XNA==", "refresh"=>"true", "task"=>{"complete"=>"true", "completion_date"=>"2017-09-28"}, "id"=>"31"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 31], ["LIMIT", 1]] +Unpermitted parameter: :completion_date +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "t"], ["updated_at", "2017-09-28 17:50:59.783732"], ["id", 31]] +  (1.0ms) commit transaction +  (0.1ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 5ms (ActiveRecord: 1.7ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 10:50:59 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.3ms) +Completed 200 OK in 18ms (Views: 16.2ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/31" for 127.0.0.1 at 2017-09-28 10:51:34 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"31"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 31], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (1.6ms) +Completed 200 OK in 39ms (Views: 33.3ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/31" for 127.0.0.1 at 2017-09-28 10:51:40 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"31"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 31], ["LIMIT", 1]] + Rendering tasks/show.html.erb within layouts/application + Rendered tasks/show.html.erb within layouts/application (1.6ms) +Completed 200 OK in 42ms (Views: 37.7ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 10:52:50 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.9ms) +Completed 200 OK in 34ms (Views: 31.7ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 10:54:11 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.6ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (26.4ms) +Completed 200 OK in 129ms (Views: 122.3ms | ActiveRecord: 0.6ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=false" for 127.0.0.1 at 2017-09-28 10:54:15 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"sSC856ry5+bpnhVQHxOdN5JRktfea9vi37aK1V7813061acNkKQP1fD44HZJkRMLjD8kGc1aUCuzHhNl1IJFtg==", "refresh"=>"true", "task"=>{"complete"=>"false"}, "id"=>"30"} + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +  (0.1ms) begin transaction + SQL (1.2ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "f"], ["updated_at", "2017-09-28 17:54:15.682413"], ["id", 30]] +  (2.6ms) commit transaction +  (0.1ms) begin transaction +  (0.1ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 15ms (ActiveRecord: 4.5ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 10:54:15 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.5ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (11.3ms) +Completed 200 OK in 70ms (Views: 62.8ms | ActiveRecord: 0.5ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 10:54:24 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.6ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (11.1ms) +Completed 200 OK in 121ms (Views: 114.4ms | ActiveRecord: 0.6ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 10:55:21 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.6ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (12.0ms) +Completed 200 OK in 125ms (Views: 117.1ms | ActiveRecord: 0.6ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=true&task%5Bcompletion_date%5D=2017-09-28" for 127.0.0.1 at 2017-09-28 10:56:19 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"GrcXA5duWU3/Bav19FyzDSofyR1sDYDVl3uc0Upi1Q2RQgzprTixfuZjXtOi3j0xNHF/0388Cxz70wVhwBxHxg==", "refresh"=>"true", "task"=>{"complete"=>"true", "completion_date"=>"2017-09-28"}, "id"=>"30"} + Task Load (0.4ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +Unpermitted parameter: :completion_date +  (0.3ms) begin transaction + SQL (1.0ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "t"], ["updated_at", "2017-09-28 17:56:19.289505"], ["id", 30]] +  (2.2ms) commit transaction +  (0.2ms) begin transaction +  (0.1ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 14ms (ActiveRecord: 4.3ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 10:56:19 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.6ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (28.1ms) +Completed 200 OK in 90ms (Views: 83.7ms | ActiveRecord: 0.6ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 10:56:51 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.5ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (10.9ms) +Completed 200 OK in 74ms (Views: 67.0ms | ActiveRecord: 0.5ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=false" for 127.0.0.1 at 2017-09-28 10:56:55 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"1CA3MkIC7X8xVC2d9aNBgP2cOaYajOtPvaBTuLiKRqdf1SzYeFQFTCgy2LujIc+84/KPaAm9YIbRCMoIMvTUbA==", "refresh"=>"true", "task"=>{"complete"=>"false"}, "id"=>"30"} + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +  (0.2ms) begin transaction + SQL (1.1ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "f"], ["updated_at", "2017-09-28 17:56:55.017277"], ["id", 30]] +  (3.1ms) commit transaction +  (0.2ms) begin transaction +  (0.1ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 16ms (ActiveRecord: 5.1ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 10:56:55 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.8ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (13.1ms) +Completed 200 OK in 80ms (Views: 72.6ms | ActiveRecord: 0.8ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=true&task%5Bcompletion_date%5D=2017-09-28" for 127.0.0.1 at 2017-09-28 10:56:57 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"Smpl6kvqbGjf/gR22Y/ArfkWr72ScvkuApoL7yzI0anBn34AcbyEW8aY8VCPDU6R53gZc4FDcuduMpJfprZDYg==", "refresh"=>"true", "task"=>{"complete"=>"true", "completion_date"=>"2017-09-28"}, "id"=>"30"} + Task Load (0.4ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +Unpermitted parameter: :completion_date +  (0.2ms) begin transaction + SQL (1.3ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "t"], ["updated_at", "2017-09-28 17:56:57.898237"], ["id", 30]] +  (3.0ms) commit transaction +  (0.2ms) begin transaction +  (0.1ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 18ms (ActiveRecord: 5.3ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 10:56:57 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.6ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (13.3ms) +Completed 200 OK in 86ms (Views: 77.3ms | ActiveRecord: 0.6ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 10:57:11 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.9ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (11.8ms) +Completed 200 OK in 139ms (Views: 130.6ms | ActiveRecord: 0.9ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 10:57:24 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.5ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (12.3ms) +Completed 200 OK in 73ms (Views: 66.5ms | ActiveRecord: 0.5ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 11:02:17 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.3ms) +Completed 500 Internal Server Error in 21ms (ActiveRecord: 0.2ms) + + + +ActionView::Template::Error (Invalid CSS after ".complete a": expected selector, was "^="task""): + 4: BusyBee + 5: <%= csrf_meta_tags %> + 6: + 7: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload' %> + 8: <%= javascript_include_tag 'application', 'data-turbolinks-track': 'reload' %> + 9: + 10: + +app/assets/stylesheets/tasks.scss:38 +app/views/layouts/application.html.erb:7:in `_app_views_layouts_application_html_erb__2731799455941020686_70099051004440' +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 11:02:33 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.8ms) +Completed 500 Internal Server Error in 23ms (ActiveRecord: 0.2ms) + + + +ActionView::Template::Error (Invalid CSS after ".complete ": expected selector, was "^="task""): + 4: BusyBee + 5: <%= csrf_meta_tags %> + 6: + 7: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload' %> + 8: <%= javascript_include_tag 'application', 'data-turbolinks-track': 'reload' %> + 9: + 10: + +app/assets/stylesheets/tasks.scss:38 +app/views/layouts/application.html.erb:7:in `_app_views_layouts_application_html_erb__2731799455941020686_70099039531040' +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 11:03:30 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.4ms) +Completed 500 Internal Server Error in 29ms (ActiveRecord: 0.2ms) + + + +ActionView::Template::Error (Invalid CSS after ".complete class": expected selector, was "^="task""): + 4: BusyBee + 5: <%= csrf_meta_tags %> + 6: + 7: <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload' %> + 8: <%= javascript_include_tag 'application', 'data-turbolinks-track': 'reload' %> + 9: + 10: + +app/assets/stylesheets/tasks.scss:38 +app/views/layouts/application.html.erb:7:in `_app_views_layouts_application_html_erb__2731799455941020686_70098998379260' +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 11:03:50 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.5ms) +Completed 200 OK in 40ms (Views: 37.7ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=false" for 127.0.0.1 at 2017-09-28 11:03:52 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"ghiECjg/L7NCCmoSpAVpSjmG1kSXIRuYVZjn4x0VkskJ7Z/gAmnHgFtsnzTyh+d2J+hgioQQkFE5MH5Tl2sAAg==", "refresh"=>"true", "task"=>{"complete"=>"false"}, "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +  (0.1ms) begin transaction + SQL (0.4ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "f"], ["updated_at", "2017-09-28 18:03:52.552883"], ["id", 30]] +  (0.6ms) commit transaction +  (0.0ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 5ms (ActiveRecord: 1.3ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 11:03:52 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.4ms) +Completed 200 OK in 18ms (Views: 16.8ms | ActiveRecord: 0.1ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=true&task%5Bcompletion_date%5D=2017-09-28" for 127.0.0.1 at 2017-09-28 11:03:53 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"JoxeI63jhxT3qHxPhLU2v0nPb4AEZJar+dK95ngjFBGteUXJl7VvJ+7OiWnSN7iDV6HZThdVHWKVeiRW8l2G2g==", "refresh"=>"true", "task"=>{"complete"=>"true", "completion_date"=>"2017-09-28"}, "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +Unpermitted parameter: :completion_date +  (0.0ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "t"], ["updated_at", "2017-09-28 18:03:53.994179"], ["id", 30]] +  (1.1ms) commit transaction +  (0.1ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 5ms (ActiveRecord: 1.7ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 11:03:54 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.1ms) +Completed 200 OK in 23ms (Views: 20.4ms | ActiveRecord: 0.3ms) + + +Started PATCH "/tasks/31?refresh=true&task%5Bcomplete%5D=false" for 127.0.0.1 at 2017-09-28 11:03:55 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"UdW6IZw1hq6zk7ZPnCaFGoTaird8g0QOMPpiSbEa7rDaIKHLpmNunar1Q2nKpAsmmrQ8eW+yz8dcUvv5O2R8ew==", "refresh"=>"true", "task"=>{"complete"=>"false"}, "id"=>"31"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 31], ["LIMIT", 1]] +  (0.1ms) begin transaction + SQL (0.4ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "f"], ["updated_at", "2017-09-28 18:03:55.590108"], ["id", 31]] +  (1.1ms) commit transaction +  (0.0ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 5ms (ActiveRecord: 1.7ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 11:03:55 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.4ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.3ms) +Completed 200 OK in 20ms (Views: 18.2ms | ActiveRecord: 0.4ms) + + +Started PATCH "/tasks/31?refresh=true&task%5Bcomplete%5D=true&task%5Bcompletion_date%5D=2017-09-28" for 127.0.0.1 at 2017-09-28 11:03:57 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"lspd8A0dM5P0fTsTnRhGyaJZ3AeVxyE0GksoWH0EnMEdP0YaN0vboO0bzjXLmsj1vDdqyYb2qv1247Ho93oOCg==", "refresh"=>"true", "task"=>{"complete"=>"true", "completion_date"=>"2017-09-28"}, "id"=>"31"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 31], ["LIMIT", 1]] +Unpermitted parameter: :completion_date +  (0.1ms) begin transaction + SQL (0.4ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "t"], ["updated_at", "2017-09-28 18:03:57.288970"], ["id", 31]] +  (1.2ms) commit transaction +  (0.1ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 6ms (ActiveRecord: 2.0ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 11:03:57 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (5.6ms) +Completed 200 OK in 31ms (Views: 28.7ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks/31?refresh=true&task%5Bcomplete%5D=false" for 127.0.0.1 at 2017-09-28 11:03:59 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"9+hqGvVgoPZEewm1shLxtyA5chVTp94K/QLK7mfF89B8HXHwzzZIxV0d/JPkkH+LPlfE20CWVcORqlNe7bthGw==", "refresh"=>"true", "task"=>{"complete"=>"false"}, "id"=>"31"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 31], ["LIMIT", 1]] +  (0.1ms) begin transaction + SQL (0.4ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "f"], ["updated_at", "2017-09-28 18:03:59.105404"], ["id", 31]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 5ms (ActiveRecord: 1.3ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 11:03:59 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.4ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.7ms) +Completed 200 OK in 26ms (Views: 18.5ms | ActiveRecord: 0.4ms) + + +Started PATCH "/tasks/31?refresh=true&task%5Bcomplete%5D=true&task%5Bcompletion_date%5D=2017-09-28" for 127.0.0.1 at 2017-09-28 11:04:01 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"6tvEq5u50rqUAfBwWYfgyPvUlUkGuq40+YlvDR8Bx/9hLt9Boe86iY1nBVYPBW705bojhxWLJf2VIfa9lX9VNA==", "refresh"=>"true", "task"=>{"complete"=>"true", "completion_date"=>"2017-09-28"}, "id"=>"31"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 31], ["LIMIT", 1]] +Unpermitted parameter: :completion_date +  (0.0ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "t"], ["updated_at", "2017-09-28 18:04:01.700842"], ["id", 31]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 5ms (ActiveRecord: 1.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 11:04:01 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.0ms) +Completed 200 OK in 18ms (Views: 16.7ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 11:07:04 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Rendered tasks/index.html.erb within layouts/application (0.8ms) +Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.0ms) + + + +SyntaxError (/Users/biciclysta/Documents/ada/ada_class/wk_7/TaskList/app/views/tasks/index.html.erb:37: syntax error, unexpected keyword_ensure, expecting keyword_end + ensure + ^): + +app/views/tasks/index.html.erb:37: syntax error, unexpected keyword_ensure, expecting keyword_end +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 11:07:37 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.2ms) +Completed 200 OK in 21ms (Views: 19.2ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=false" for 127.0.0.1 at 2017-09-28 11:07:45 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"LGTvA6UOTUzwWEhexTsBE0B/mqvMIvWOMjRJyKkPdLenkfTpn1ilf+k+vXiTuY8vXhEsZd8TfkdenNB4I3HmfA==", "refresh"=>"true", "task"=>{"complete"=>"false"}, "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +  (0.0ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "f"], ["updated_at", "2017-09-28 18:07:45.972906"], ["id", 30]] +  (1.2ms) commit transaction +  (0.0ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 4ms (ActiveRecord: 1.6ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 11:07:45 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.9ms) +Completed 200 OK in 22ms (Views: 19.9ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 11:07:59 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.5ms) +Completed 200 OK in 27ms (Views: 24.8ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks/33?refresh=true&task%5Bcomplete%5D=true&task%5Bcompletion_date%5D=2017-09-28" for 127.0.0.1 at 2017-09-28 11:08:03 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"WLRaip1NLnds4D/VCwL9t9iJnzTI0u4G5j/Ls7d/TOLTQUFgpxvGRHWGyvNdgHOLxucp+tvjZc+Kl1IDPQHeKQ==", "refresh"=>"true", "task"=>{"complete"=>"true", "completion_date"=>"2017-09-28"}, "id"=>"33"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 33], ["LIMIT", 1]] +Unpermitted parameter: :completion_date +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "t"], ["updated_at", "2017-09-28 18:08:03.562445"], ["id", 33]] +  (1.2ms) commit transaction +  (0.0ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 5ms (ActiveRecord: 1.8ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 11:08:03 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.4ms) +Completed 200 OK in 22ms (Views: 19.9ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks/31?refresh=true&task%5Bcomplete%5D=false" for 127.0.0.1 at 2017-09-28 11:08:08 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"xQ2dwZrQuXMPNA/w+0GmqWluet9gKg2eN3tTYn5OX8JO+IYroIZRQBZS+tatwyiVdwDMEXMbhldb08rS9DDNCQ==", "refresh"=>"true", "task"=>{"complete"=>"false"}, "id"=>"31"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 31], ["LIMIT", 1]] +  (0.0ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "f"], ["updated_at", "2017-09-28 18:08:08.030037"], ["id", 31]] +  (1.1ms) commit transaction +  (0.0ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 4ms (ActiveRecord: 1.6ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 11:08:08 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.9ms) +Completed 200 OK in 21ms (Views: 19.1ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 11:08:20 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.7ms) +Completed 200 OK in 19ms (Views: 17.5ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=true&task%5Bcompletion_date%5D=2017-09-28" for 127.0.0.1 at 2017-09-28 11:08:28 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"MCDkzuGf5bU9JJKURIqtU5OmLlVCQeRuDDL2C6CT/0G71f8k28kNhiRCZ7ISCCNvjciYm1Fwb6dgmm+7Ku1tig==", "refresh"=>"true", "task"=>{"complete"=>"true", "completion_date"=>"2017-09-28"}, "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +Unpermitted parameter: :completion_date +  (0.0ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "t"], ["updated_at", "2017-09-28 18:08:28.450897"], ["id", 30]] +  (1.1ms) commit transaction +  (0.1ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 5ms (ActiveRecord: 1.7ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 11:08:28 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.1ms) +Completed 200 OK in 18ms (Views: 16.3ms | ActiveRecord: 0.1ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=false" for 127.0.0.1 at 2017-09-28 11:08:29 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"gzdWb9MvRQgHtgtLBzYe33nq4B77I6yw76z38w4RU9MIwk2F6XmtOx7Q/m1RtJDjZ4RW0OgSJ3mDBG5DhG/BGA==", "refresh"=>"true", "task"=>{"complete"=>"false"}, "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +  (0.0ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "f"], ["updated_at", "2017-09-28 18:08:29.986581"], ["id", 30]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 5ms (ActiveRecord: 1.3ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 11:08:29 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (5.9ms) +Completed 200 OK in 26ms (Views: 24.3ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=true&task%5Bcompletion_date%5D=2017-09-28" for 127.0.0.1 at 2017-09-28 11:08:31 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"qEi3EZ73M1tN8sVAuX5WsSOdvNcvLviNiYvx5sE87OEjvaz7pKHbaFSUMGbv/NiNPfMKGTwfc0TlI2hWS0J+Kg==", "refresh"=>"true", "task"=>{"complete"=>"true", "completion_date"=>"2017-09-28"}, "id"=>"30"} + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +Unpermitted parameter: :completion_date +  (0.1ms) begin transaction + SQL (1.6ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "t"], ["updated_at", "2017-09-28 18:08:31.055788"], ["id", 30]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 7ms (ActiveRecord: 2.7ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 11:08:31 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.8ms) +Completed 200 OK in 21ms (Views: 19.0ms | ActiveRecord: 0.3ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=false" for 127.0.0.1 at 2017-09-28 11:08:33 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"TTYcGLM/x6HUjyzCmz88S/BFbkI1OMXO5CoWSKdZFDDGwwfyiWkvks3p2eTNvbJ37ivYjCYJTgeIgo/4LSeG+w==", "refresh"=>"true", "task"=>{"complete"=>"false"}, "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +  (0.0ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "f"], ["updated_at", "2017-09-28 18:08:33.351851"], ["id", 30]] +  (1.6ms) commit transaction +  (0.0ms) begin transaction +  (0.2ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 6ms (ActiveRecord: 2.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 11:08:33 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.9ms) +Completed 200 OK in 20ms (Views: 17.9ms | ActiveRecord: 0.1ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=true&task%5Bcompletion_date%5D=2017-09-28" for 127.0.0.1 at 2017-09-28 11:08:35 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"tN8Z/dzGqpgu2Fw4MFqWzVv/7/CwhTdIxRmL61O8zvo/KgIX5pBCqze+qR5m2BjxRZFZPqO0vIGpsRJb2cJcMQ==", "refresh"=>"true", "task"=>{"complete"=>"true", "completion_date"=>"2017-09-28"}, "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +Unpermitted parameter: :completion_date +  (0.1ms) begin transaction + SQL (0.5ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "t"], ["updated_at", "2017-09-28 18:08:35.290790"], ["id", 30]] +  (1.2ms) commit transaction +  (0.0ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 6ms (ActiveRecord: 2.0ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 11:08:35 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.8ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.0ms) +Completed 200 OK in 19ms (Views: 16.9ms | ActiveRecord: 0.8ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=false" for 127.0.0.1 at 2017-09-28 11:09:50 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"Pntl8gm5WZePPFFchIMwdchzFEjJQzf3NuhRCieXmOa1jn4YM++xpJZapHrSAb5J1h2ihtpyvD5aQMi6rekKLQ==", "refresh"=>"true", "task"=>{"complete"=>"false"}, "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +  (0.0ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "f"], ["updated_at", "2017-09-28 18:09:50.827940"], ["id", 30]] +  (1.3ms) commit transaction +  (0.1ms) begin transaction +  (0.1ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 6ms (ActiveRecord: 1.8ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 11:09:50 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.4ms) +Completed 200 OK in 26ms (Views: 24.6ms | ActiveRecord: 0.1ms) + + +Started PATCH "/tasks/30?refresh=true&task%5Bcomplete%5D=true&task%5Bcompletion_date%5D=2017-09-28" for 127.0.0.1 at 2017-09-28 11:09:52 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"mtMt7HxZ4COyMFaUSjzYx8QsXjlXydxD+2b/IWf2RIMRJjYGRg8IEKtWo7Icvlb72kLo90T4V4qXzmaR7YjWSA==", "refresh"=>"true", "task"=>{"complete"=>"true", "completion_date"=>"2017-09-28"}, "id"=>"30"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 30], ["LIMIT", 1]] +Unpermitted parameter: :completion_date +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "t"], ["updated_at", "2017-09-28 18:09:52.908835"], ["id", 30]] +  (0.6ms) commit transaction +  (0.0ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 4ms (ActiveRecord: 1.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 11:09:52 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.9ms) +Completed 200 OK in 22ms (Views: 20.0ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks/31?refresh=true&task%5Bcomplete%5D=true&task%5Bcompletion_date%5D=2017-09-28" for 127.0.0.1 at 2017-09-28 11:09:53 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"lWmtf1Vl9cXnx3Jf+V2tgeMkOLgIRFEwJsrSqL51MyMenLaVbzMd9v6hh3mv3yO9/UqOdht12vlKYksYNAuh6A==", "refresh"=>"true", "task"=>{"complete"=>"true", "completion_date"=>"2017-09-28"}, "id"=>"31"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 31], ["LIMIT", 1]] +Unpermitted parameter: :completion_date +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "t"], ["updated_at", "2017-09-28 18:09:53.875012"], ["id", 31]] +  (1.1ms) commit transaction +  (0.0ms) begin transaction +  (0.1ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 5ms (ActiveRecord: 1.7ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 11:09:53 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.1ms) +Completed 200 OK in 23ms (Views: 20.6ms | ActiveRecord: 0.1ms) + + +Started PATCH "/tasks/34?refresh=true&task%5Bcomplete%5D=false" for 127.0.0.1 at 2017-09-28 11:09:55 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"x7MNzQ+T3VWEV9h9nFuoW6014g/5m/+p3E0tf2Nazx5MRhYnNcU1Zp0xLVvK2SZns1tUweqqdGCw5bTP6SRd1Q==", "refresh"=>"true", "task"=>{"complete"=>"false"}, "id"=>"34"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 34], ["LIMIT", 1]] +  (0.0ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "f"], ["updated_at", "2017-09-28 18:09:55.790734"], ["id", 34]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction +  (0.1ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 4ms (ActiveRecord: 1.3ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 11:09:55 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.2ms) +Completed 200 OK in 21ms (Views: 18.5ms | ActiveRecord: 0.1ms) + + +Started PATCH "/tasks/31?refresh=true&task%5Bcomplete%5D=false" for 127.0.0.1 at 2017-09-28 11:09:56 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"uuSKmzEBhB1hzKryW9n6Rcn1sukvGcaIFtG+lLEGl/YxEZFxC1dsLniqX9QNW3R515sEJzwoTUF6eSckO3gFPQ==", "refresh"=>"true", "task"=>{"complete"=>"false"}, "id"=>"31"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT ? [["id", 31], ["LIMIT", 1]] +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "complete" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["complete", "f"], ["updated_at", "2017-09-28 18:09:56.958381"], ["id", 31]] +  (0.7ms) commit transaction +  (0.0ms) begin transaction +  (0.0ms) commit transaction +Redirected to http://localhost:3000/tasks +Completed 302 Found in 4ms (ActiveRecord: 1.2ms) + + +Started GET "/tasks" for 127.0.0.1 at 2017-09-28 11:09:56 -0700 +Processing by TasksController#index as HTML + Rendering tasks/index.html.erb within layouts/application + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.1ms) +Completed 200 OK in 27ms (Views: 25.1ms | ActiveRecord: 0.1ms) + + + Task Load (3.3ms) SELECT "tasks".* FROM "tasks" diff --git a/package.json b/package.json new file mode 100644 index 000000000..f9cbc5515 --- /dev/null +++ b/package.json @@ -0,0 +1,5 @@ +{ + "name": "TaskList", + "private": true, + "dependencies": {} +} diff --git a/public/404.html b/public/404.html new file mode 100644 index 000000000..2be3af26f --- /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..c08eac0d1 --- /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..78a030af2 --- /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/apple-touch-icon-precomposed.png b/public/apple-touch-icon-precomposed.png new file mode 100644 index 000000000..e69de29bb diff --git a/public/apple-touch-icon.png b/public/apple-touch-icon.png new file mode 100644 index 000000000..e69de29bb 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..37b576a4a --- /dev/null +++ b/public/robots.txt @@ -0,0 +1 @@ +# See http://www.robotstxt.org/robotstxt.html for documentation on how to use the robots.txt file diff --git a/test/application_system_test_case.rb b/test/application_system_test_case.rb new file mode 100644 index 000000000..d19212abd --- /dev/null +++ b/test/application_system_test_case.rb @@ -0,0 +1,5 @@ +require "test_helper" + +class ApplicationSystemTestCase < ActionDispatch::SystemTestCase + driven_by :selenium, using: :chrome, screen_size: [1400, 1400] +end diff --git a/test/controllers/.keep b/test/controllers/.keep new file mode 100644 index 000000000..e69de29bb diff --git a/test/controllers/books_controller_test.rb b/test/controllers/books_controller_test.rb new file mode 100644 index 000000000..d8c430698 --- /dev/null +++ b/test/controllers/books_controller_test.rb @@ -0,0 +1,7 @@ +require 'test_helper' + +class BooksControllerTest < ActionDispatch::IntegrationTest + # test "the truth" do + # assert true + # end +end diff --git a/test/controllers/tasks_controller_test.rb b/test/controllers/tasks_controller_test.rb new file mode 100644 index 000000000..6b6f55454 --- /dev/null +++ b/test/controllers/tasks_controller_test.rb @@ -0,0 +1,7 @@ +require 'test_helper' + +class TasksControllerTest < ActionDispatch::IntegrationTest + # 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/files/.keep b/test/fixtures/files/.keep new file mode 100644 index 000000000..e69de29bb diff --git a/test/fixtures/tasks.yml b/test/fixtures/tasks.yml new file mode 100644 index 000000000..fdb4d9072 --- /dev/null +++ b/test/fixtures/tasks.yml @@ -0,0 +1,15 @@ +# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html + +one: + name: MyString + description: MyString + due_date: 2017-09-19 + completion_date: 2017-09-19 + status: MyString + +two: + name: MyString + description: MyString + due_date: 2017-09-19 + completion_date: 2017-09-19 + status: MyString 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/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/system/.keep b/test/system/.keep new file mode 100644 index 000000000..e69de29bb diff --git a/test/test_helper.rb b/test/test_helper.rb new file mode 100644 index 000000000..e3c4ff0b8 --- /dev/null +++ b/test/test_helper.rb @@ -0,0 +1,9 @@ +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/.keep b/vendor/.keep new file mode 100644 index 000000000..e69de29bb