diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 000000000..5eaaa0f10 Binary files /dev/null and b/.DS_Store differ 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 276cbf9e2..000000000 --- a/.ruby-version +++ /dev/null @@ -1 +0,0 @@ -2.3.0 diff --git a/Gemfile b/Gemfile new file mode 100644 index 000000000..f41114ed8 --- /dev/null +++ b/Gemfile @@ -0,0 +1,60 @@ +source 'https://rubygems.org' + +gem 'awesome_print' +# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' +gem 'rails', '4.2.7' +# Use sqlite3 as the database for Active Record +gem 'sqlite3', group: [:development, :test] +# Use SCSS for stylesheets +gem 'sass-rails', '~> 5.0' +# Use Uglifier as compressor for JavaScript assets +gem 'uglifier', '>= 1.3.0' +# Use CoffeeScript for .coffee assets and views +gem 'coffee-rails', '~> 4.1.0' +# See https://github.com/rails/execjs#readme for more supported runtimes +# gem 'therubyracer', platforms: :ruby + +# Use jquery as the JavaScript library +gem 'jquery-rails' +# Turbolinks makes following links in your web application faster. Read more: https://github.com/rails/turbolinks +gem 'turbolinks' +# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder +gem 'jbuilder', '~> 2.0' +# bundle exec rake doc:rails generates the API under doc/api. +gem 'sdoc', '~> 0.4.0', group: :doc + +gem "omniauth" +gem "omniauth-github" +gem "omniauth-google-oauth2" + +gem 'pg', group: :production +gem 'rails_12factor', group: :production + +# Use ActiveModel has_secure_password +# gem 'bcrypt', '~> 3.1.7' + +# Use Unicorn as the app server +# gem 'unicorn' + +# Use Capistrano for deployment +# gem 'capistrano-rails', group: :development + +group :development, :test do + # Call 'byebug' anywhere in the code to stop execution and get a debugger console + gem 'byebug' + gem 'dotenv-rails' +end + +group :test do + gem 'minitest-reporters' +end + +group :development do + # Access an IRB console on exception pages or by using <%= console %> in views + gem 'web-console', '~> 2.0' + gem "better_errors" + gem "binding_of_caller" + + # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring + gem 'spring' +end diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 000000000..6f339f349 --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,222 @@ +GEM + remote: https://rubygems.org/ + specs: + actionmailer (4.2.7) + actionpack (= 4.2.7) + actionview (= 4.2.7) + activejob (= 4.2.7) + mail (~> 2.5, >= 2.5.4) + rails-dom-testing (~> 1.0, >= 1.0.5) + actionpack (4.2.7) + actionview (= 4.2.7) + activesupport (= 4.2.7) + rack (~> 1.6) + rack-test (~> 0.6.2) + rails-dom-testing (~> 1.0, >= 1.0.5) + rails-html-sanitizer (~> 1.0, >= 1.0.2) + actionview (4.2.7) + activesupport (= 4.2.7) + builder (~> 3.1) + erubis (~> 2.7.0) + rails-dom-testing (~> 1.0, >= 1.0.5) + rails-html-sanitizer (~> 1.0, >= 1.0.2) + activejob (4.2.7) + activesupport (= 4.2.7) + globalid (>= 0.3.0) + activemodel (4.2.7) + activesupport (= 4.2.7) + builder (~> 3.1) + activerecord (4.2.7) + activemodel (= 4.2.7) + activesupport (= 4.2.7) + arel (~> 6.0) + activesupport (4.2.7) + i18n (~> 0.7) + json (~> 1.7, >= 1.7.7) + minitest (~> 5.1) + thread_safe (~> 0.3, >= 0.3.4) + tzinfo (~> 1.1) + ansi (1.5.0) + arel (6.0.3) + awesome_print (1.7.0) + better_errors (2.1.1) + coderay (>= 1.0.0) + erubis (>= 2.6.6) + rack (>= 0.9.0) + binding_of_caller (0.7.2) + debug_inspector (>= 0.0.1) + builder (3.2.2) + byebug (9.0.5) + coderay (1.1.1) + coffee-rails (4.1.1) + coffee-script (>= 2.2.0) + railties (>= 4.0.0, < 5.1.x) + coffee-script (2.4.1) + coffee-script-source + execjs + coffee-script-source (1.10.0) + concurrent-ruby (1.0.2) + debug_inspector (0.0.2) + dotenv (2.1.1) + dotenv-rails (2.1.1) + dotenv (= 2.1.1) + railties (>= 4.0, < 5.1) + erubis (2.7.0) + execjs (2.7.0) + faraday (0.9.2) + multipart-post (>= 1.2, < 3) + globalid (0.3.7) + activesupport (>= 4.1.0) + hashie (3.4.6) + i18n (0.7.0) + jbuilder (2.6.0) + activesupport (>= 3.0.0, < 5.1) + multi_json (~> 1.2) + jquery-rails (4.2.1) + rails-dom-testing (>= 1, < 3) + railties (>= 4.2.0) + thor (>= 0.14, < 2.0) + json (1.8.3) + jwt (1.5.6) + loofah (2.0.3) + nokogiri (>= 1.5.9) + mail (2.6.4) + mime-types (>= 1.16, < 4) + mime-types (3.1) + mime-types-data (~> 3.2015) + mime-types-data (3.2016.0521) + mini_portile2 (2.1.0) + minitest (5.9.1) + minitest-reporters (1.1.11) + ansi + builder + minitest (>= 5.0) + ruby-progressbar + multi_json (1.12.1) + multi_xml (0.5.5) + multipart-post (2.0.0) + nokogiri (1.6.8) + mini_portile2 (~> 2.1.0) + pkg-config (~> 1.1.7) + oauth2 (1.2.0) + faraday (>= 0.8, < 0.10) + jwt (~> 1.0) + multi_json (~> 1.3) + multi_xml (~> 0.5) + rack (>= 1.2, < 3) + omniauth (1.3.1) + hashie (>= 1.2, < 4) + rack (>= 1.0, < 3) + omniauth-github (1.1.2) + omniauth (~> 1.0) + omniauth-oauth2 (~> 1.1) + omniauth-google-oauth2 (0.4.1) + jwt (~> 1.5.2) + multi_json (~> 1.3) + omniauth (>= 1.1.1) + omniauth-oauth2 (>= 1.3.1) + omniauth-oauth2 (1.4.0) + oauth2 (~> 1.0) + omniauth (~> 1.2) + pg (0.19.0) + pkg-config (1.1.7) + rack (1.6.4) + rack-test (0.6.3) + rack (>= 1.0) + rails (4.2.7) + actionmailer (= 4.2.7) + actionpack (= 4.2.7) + actionview (= 4.2.7) + activejob (= 4.2.7) + activemodel (= 4.2.7) + activerecord (= 4.2.7) + activesupport (= 4.2.7) + bundler (>= 1.3.0, < 2.0) + railties (= 4.2.7) + sprockets-rails + rails-deprecated_sanitizer (1.0.3) + activesupport (>= 4.2.0.alpha) + rails-dom-testing (1.0.7) + activesupport (>= 4.2.0.beta, < 5.0) + nokogiri (~> 1.6.0) + rails-deprecated_sanitizer (>= 1.0.1) + rails-html-sanitizer (1.0.3) + loofah (~> 2.0) + rails_12factor (0.0.3) + rails_serve_static_assets + rails_stdout_logging + rails_serve_static_assets (0.0.5) + rails_stdout_logging (0.0.5) + railties (4.2.7) + actionpack (= 4.2.7) + activesupport (= 4.2.7) + rake (>= 0.8.7) + thor (>= 0.18.1, < 2.0) + rake (11.3.0) + rdoc (4.2.2) + json (~> 1.4) + ruby-progressbar (1.8.1) + sass (3.4.22) + 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) + sdoc (0.4.1) + json (~> 1.7, >= 1.7.7) + rdoc (~> 4.0) + spring (1.7.2) + sprockets (3.7.0) + concurrent-ruby (~> 1.0) + rack (> 1, < 3) + sprockets-rails (3.2.0) + actionpack (>= 4.0) + activesupport (>= 4.0) + sprockets (>= 3.0.0) + sqlite3 (1.3.11) + thor (0.19.1) + thread_safe (0.3.5) + tilt (2.0.5) + turbolinks (5.0.1) + turbolinks-source (~> 5) + turbolinks-source (5.0.0) + tzinfo (1.2.2) + thread_safe (~> 0.1) + uglifier (3.0.2) + execjs (>= 0.3.0, < 3) + web-console (2.3.0) + activemodel (>= 4.0) + binding_of_caller (>= 0.7.2) + railties (>= 4.0) + sprockets-rails (>= 2.0, < 4.0) + +PLATFORMS + ruby + +DEPENDENCIES + awesome_print + better_errors + binding_of_caller + byebug + coffee-rails (~> 4.1.0) + dotenv-rails + jbuilder (~> 2.0) + jquery-rails + minitest-reporters + omniauth + omniauth-github + omniauth-google-oauth2 + pg + rails (= 4.2.7) + rails_12factor + sass-rails (~> 5.0) + sdoc (~> 0.4.0) + spring + sqlite3 + turbolinks + uglifier (>= 1.3.0) + web-console (~> 2.0) + +BUNDLED WITH + 1.13.6 diff --git a/README.md b/README.md index 2b96daf9c..2af08f404 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ +# Reflection + +In general, I was pretty happy with this project. I felt good about a lot of the Rails stuff fairly early in the week, so I worked through the later waves before we learned some of the methodology in class. It was helpful for me to have time to go back and improve my code using the new information (for example, about more advanced forms and buttons). I was especially happy that I was able to figure out how to identify the referring page using request.referer, and this made it possible for me to correctly handle multiple types of requests passing through the controller's update method. + +One area for improvement that Chris pointed out in his feedback on this assigment (thanks Chris!) is that I still struggle sometimes with the HTTP verbs (get, put/patch, delete, post). In particular, in this assignment, I was using a patch when I should have used a put for editing. I think the reason I did this was because I couldn't get it to work correctly with a put - there were some cases where I would change the specified HTTP verb, but it wouldn't change (or would change in an unexpected way) the verb that was sent with the request. I still have some work to do in understanding how this works and how I can control the HTTP verb of a request in different contexts. + +My chair pair and I had similar programs in general, but mine had some "fancier" functionality because I had more time available to work on the assignment. We discussed some features like the request.referer and render: partial that I found interesting and helpful. + # Task List Rails ✅ We are going to build a Task List in Rails. This web application will enable us to keep track of list of tasks with the functionality to add, edit and remove tasks from a list. diff --git a/README.rdoc b/README.rdoc new file mode 100644 index 000000000..dd4e97e22 --- /dev/null +++ b/README.rdoc @@ -0,0 +1,28 @@ +== README + +This README would normally document whatever steps are necessary to get the +application up and running. + +Things you may want to cover: + +* Ruby version + +* System dependencies + +* Configuration + +* Database creation + +* Database initialization + +* How to run the test suite + +* Services (job queues, cache servers, search engines, etc.) + +* Deployment instructions + +* ... + + +Please feel free to use a different markup language if you do not plan to run +rake doc:app. diff --git a/Rakefile b/Rakefile new file mode 100644 index 000000000..ba6b733dd --- /dev/null +++ b/Rakefile @@ -0,0 +1,6 @@ +# Add your own tasks in files placed in lib/tasks ending in .rake, +# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. + +require File.expand_path('../config/application', __FILE__) + +Rails.application.load_tasks diff --git a/app/.DS_Store b/app/.DS_Store new file mode 100644 index 000000000..1547c714e Binary files /dev/null and b/app/.DS_Store differ diff --git a/app/assets/.DS_Store b/app/assets/.DS_Store new file mode 100644 index 000000000..be2a3de77 Binary files /dev/null and b/app/assets/.DS_Store differ 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/IMGP0233.JPG b/app/assets/images/IMGP0233.JPG new file mode 100755 index 000000000..7095538ff Binary files /dev/null and b/app/assets/images/IMGP0233.JPG differ diff --git a/app/assets/images/checkmark.png b/app/assets/images/checkmark.png new file mode 100644 index 000000000..e8399bde6 Binary files /dev/null and b/app/assets/images/checkmark.png differ diff --git a/app/assets/javascripts/application.js b/app/assets/javascripts/application.js new file mode 100644 index 000000000..e07c5a830 --- /dev/null +++ b/app/assets/javascripts/application.js @@ -0,0 +1,16 @@ +// This is a manifest file that'll be compiled into application.js, which will include all the files +// listed below. +// +// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts, +// or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path. +// +// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the +// compiled file. +// +// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details +// about supported directives. +// +//= require jquery +//= require jquery_ujs +//= require turbolinks +//= require_tree . diff --git a/app/assets/javascripts/sessions.coffee b/app/assets/javascripts/sessions.coffee new file mode 100644 index 000000000..24f83d18b --- /dev/null +++ b/app/assets/javascripts/sessions.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/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..f9cd5b348 --- /dev/null +++ b/app/assets/stylesheets/application.css @@ -0,0 +1,15 @@ +/* + * This is a manifest file that'll be compiled into application.css, which will include all the files + * listed below. + * + * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, + * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path. + * + * You're free to add application-wide styles to this file and they'll appear at the bottom of the + * compiled file so the styles you add here take precedence over styles defined in any styles + * defined in the other CSS/SCSS files in this directory. It is generally better to create a new + * file per style scope. + * + *= require_tree . + *= require_self + */ diff --git a/app/assets/stylesheets/sessions.scss b/app/assets/stylesheets/sessions.scss new file mode 100644 index 000000000..7bef9cf82 --- /dev/null +++ b/app/assets/stylesheets/sessions.scss @@ -0,0 +1,3 @@ +// Place all the styles related to the sessions controller here. +// They will automatically be included in application.css. +// You can use Sass (SCSS) here: http://sass-lang.com/ diff --git a/app/assets/stylesheets/style.css b/app/assets/stylesheets/style.css new file mode 100644 index 000000000..6ff488bae --- /dev/null +++ b/app/assets/stylesheets/style.css @@ -0,0 +1,42 @@ +body { + font-family: Helvetica, sans-serif; + padding: 1%; +} + +h1 { + background-image: url('IMGP0233.JPG'); + background-size: cover; + padding: 3%; + margin-top: 0; + background-color: white; +} + +img { + max-height: 12px; +} + +.button_to { + display: inline-block; +} + +article { + padding: 0.5% % 0.5% 1%; + margin-left: 3%; +} + +li { + padding: 0.5%; +} + +footer ul { + background-image: url('IMGP0233.JPG'); + background-size: cover; + list-style-type: none; + padding: 1%; +} + +footer li { + display: inline-block; + background-color: white; + margin-left: 3%; +} diff --git a/app/assets/stylesheets/tasks.scss b/app/assets/stylesheets/tasks.scss new file mode 100644 index 000000000..c5e7712d4 --- /dev/null +++ b/app/assets/stylesheets/tasks.scss @@ -0,0 +1,3 @@ +// 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/ diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb new file mode 100644 index 000000000..d83690e1b --- /dev/null +++ b/app/controllers/application_controller.rb @@ -0,0 +1,5 @@ +class ApplicationController < ActionController::Base + # Prevent CSRF attacks by raising an exception. + # For APIs, you may want to use :null_session instead. + protect_from_forgery with: :exception +end diff --git a/app/controllers/concerns/.keep b/app/controllers/concerns/.keep new file mode 100644 index 000000000..e69de29bb diff --git a/app/controllers/sessions_controller.rb b/app/controllers/sessions_controller.rb new file mode 100644 index 000000000..6e1bfda3a --- /dev/null +++ b/app/controllers/sessions_controller.rb @@ -0,0 +1,36 @@ +class SessionsController < ApplicationController + + def index + @user = User.find_by(id: session[:user]) + if @user + redirect_to index_path + end + end + + def create + auth_hash = request.env['omniauth.auth'] + + if !auth_hash['uid'] + redirect_to login_failure_path + end + + @user = User.find_by(uid: auth_hash[:uid], provider: auth_hash['provider']) + + # if there is no user matching + if @user.nil? + @user = User.build_from_github_or_google(auth_hash) + if !@user.save + flash[:notice] = "Sorry, there was a problem pulling your account data. User not created." + end + end + + session[:user] = @user.id + + redirect_to index_path + end + + def destroy + session[:user] = nil + redirect_to sessions_index_path + end +end diff --git a/app/controllers/tasks_controller.rb b/app/controllers/tasks_controller.rb new file mode 100644 index 000000000..0440be8df --- /dev/null +++ b/app/controllers/tasks_controller.rb @@ -0,0 +1,72 @@ +class TasksController < ApplicationController + + before_action :check_login + before_action :check_correct_user, only: [:edit, :update, :destroy, :show] + + def index + @tasks = @user.tasks.all + end + + def show + end + + def new + @task = Task.new + end + + def create + task = Task.create(title: params[:post][:title], description: params[:post][:description]) + @user.tasks << task + redirect_to action: "index" + end + + # StackOverflow post on how to identify the referer (sending page) of a request: + # http://stackoverflow.com/questions/16818542/how-can-i-check-which-page-has-sent-the-form. + # If the request to update does not come from edit, it must be a completion button click + # occurring on either index or a show page. + + def update + + if request.referer.present? && request.referer.include?('edit') + @task.update(title: params[:patch][:title], description: params[:patch][:description]) + redirect_to action: "show", id: params[:id] + else + @task.update(completed_at: DateTime.now) + + if request.referer.present? && request.referer.include?('show') + redirect_to action: "show", id: params[:id] + else + redirect_to action: "index" + end + end + + end + + def edit + end + + def destroy + @task.destroy + redirect_to action: "index" + end + + private + + def check_login + if !session[:user] + flash[:notice] = "Please log in first!" + redirect_to sessions_index_path + else + @user = User.find_by(id: session[:user]) + end + end + + def check_correct_user + @task = Task.find_by(id: params[:id]) + if !@task || !@user.tasks.include?(@task) + flash[:notice] = "Sorry, that is not one of your tasks." + redirect_to index_path + end + 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/sessions_helper.rb b/app/helpers/sessions_helper.rb new file mode 100644 index 000000000..309f8b2eb --- /dev/null +++ b/app/helpers/sessions_helper.rb @@ -0,0 +1,2 @@ +module SessionsHelper +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/mailers/.keep b/app/mailers/.keep new file mode 100644 index 000000000..e69de29bb diff --git a/app/models/.keep b/app/models/.keep new file mode 100644 index 000000000..e69de29bb diff --git a/app/models/concerns/.keep b/app/models/concerns/.keep new file mode 100644 index 000000000..e69de29bb diff --git a/app/models/task.rb b/app/models/task.rb new file mode 100644 index 000000000..ea788d21f --- /dev/null +++ b/app/models/task.rb @@ -0,0 +1,5 @@ +class Task < ActiveRecord::Base + + belongs_to :user + +end diff --git a/app/models/user.rb b/app/models/user.rb new file mode 100644 index 000000000..eea052b58 --- /dev/null +++ b/app/models/user.rb @@ -0,0 +1,27 @@ +class User < ActiveRecord::Base + + validates :email, :uid, :provider, presence: true + has_many :tasks + + # def self.build_from_github(auth_hash) + # user = User.new + # user.uid = auth_hash[:uid] + # user.provider = 'github' + # user.name = auth_hash['info']['name'] + # user.email = auth_hash['info']['email'] + # + # return user + # end + + def self.build_from_github_or_google(auth_hash) + user = User.new + user.uid = auth_hash[:uid] + user.provider = auth_hash['provider'] + user.name = auth_hash['info']['name'] + user.email = auth_hash['info']['email'] + user.image = auth_hash['info']['image'] + + return user + end + +end diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb new file mode 100644 index 000000000..03941ec31 --- /dev/null +++ b/app/views/layouts/application.html.erb @@ -0,0 +1,23 @@ + + + + TaskListRails + <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track' => true %> + <%= javascript_include_tag 'application', 'data-turbolinks-track' => true %> + <%= csrf_meta_tags %> + + + +<%= yield %> + + + + + diff --git a/app/views/sessions/create.html.erb b/app/views/sessions/create.html.erb new file mode 100644 index 000000000..c251174fe --- /dev/null +++ b/app/views/sessions/create.html.erb @@ -0,0 +1,2 @@ +

Sessions#create

+

Find me in app/views/sessions/create.html.erb

diff --git a/app/views/sessions/destroy.html.erb b/app/views/sessions/destroy.html.erb new file mode 100644 index 000000000..d75237d98 --- /dev/null +++ b/app/views/sessions/destroy.html.erb @@ -0,0 +1,2 @@ +

Sessions#destroy

+

Find me in app/views/sessions/destroy.html.erb

diff --git a/app/views/sessions/index.html.erb b/app/views/sessions/index.html.erb new file mode 100644 index 000000000..76323a63a --- /dev/null +++ b/app/views/sessions/index.html.erb @@ -0,0 +1,7 @@ +

Welcome to TaskList

+ +<%= button_to "Log in", sessions_new_path, method: :get %> + +
+

Please log in!

+
diff --git a/app/views/sessions/new.html.erb b/app/views/sessions/new.html.erb new file mode 100644 index 000000000..589efb7ca --- /dev/null +++ b/app/views/sessions/new.html.erb @@ -0,0 +1,4 @@ +

Log in using your preferred provider!

+ +<%= button_to "Log in with GitHub", "/auth/github/" %> +<%= button_to "Log in with Google", "/auth/google_oauth2/" %> diff --git a/app/views/tasks/_form.html.erb b/app/views/tasks/_form.html.erb new file mode 100644 index 000000000..3a9271878 --- /dev/null +++ b/app/views/tasks/_form.html.erb @@ -0,0 +1,7 @@ +<%= f.label :title %> +<%= f.text_field :title %> + +<%= f.label :description %> +<%= f.text_field :description %> + +<%= f.submit %> diff --git a/app/views/tasks/create.html.erb b/app/views/tasks/create.html.erb new file mode 100644 index 000000000..bad78eb7c --- /dev/null +++ b/app/views/tasks/create.html.erb @@ -0,0 +1,19 @@ + diff --git a/app/views/tasks/destroy.html.erb b/app/views/tasks/destroy.html.erb new file mode 100644 index 000000000..a90559f9d --- /dev/null +++ b/app/views/tasks/destroy.html.erb @@ -0,0 +1,2 @@ +

Tasks#destroy

+

Find me in app/views/tasks/destroy.html.erb

diff --git a/app/views/tasks/edit.html.erb b/app/views/tasks/edit.html.erb new file mode 100644 index 000000000..5f2c45a2f --- /dev/null +++ b/app/views/tasks/edit.html.erb @@ -0,0 +1,7 @@ +

Edit your task

+ +<%= form_for @task, as: :patch, url: {action: "update"} do |f| %> + + <%= render partial: "form", object: f, as: 'f' %> + +<% end %> diff --git a/app/views/tasks/index.html.erb b/app/views/tasks/index.html.erb new file mode 100644 index 000000000..732b2ed75 --- /dev/null +++ b/app/views/tasks/index.html.erb @@ -0,0 +1,22 @@ +

Welcome to your task list!

+ +<%= button_to "Log out", sessions_destroy_path, method: :delete %> + +

<%= flash[:notice] %>

+ +
+

Welcome, <%= @user.name %>!

+

Please click on a task name to see the details of the task.

+ +
diff --git a/app/views/tasks/new.html.erb b/app/views/tasks/new.html.erb new file mode 100644 index 000000000..8bd6a5233 --- /dev/null +++ b/app/views/tasks/new.html.erb @@ -0,0 +1,17 @@ +

Make a new task

+ +<%= form_for @task, as: :post, url: {action: "create"} do |f| %> + + <%= render partial: "form", object: f, as: 'f' %> + +<% end %> + + diff --git a/app/views/tasks/show.html.erb b/app/views/tasks/show.html.erb new file mode 100644 index 000000000..ea3c3b74a --- /dev/null +++ b/app/views/tasks/show.html.erb @@ -0,0 +1,32 @@ +

<%= @task.title %>

+ +
+

Description:

+

<%= @task.description %>

+

Completion status:

+

+ <% if @task.completed_at %> + <%= "Completed!" %> completion checkmark + <% else %> + Not yet completed + <% end %> +

+

Date completed:

+ +

+ <% if @task.completed_at %> + <%= @task.completed_at %> + <% else %> + + <%= "Not yet completed" %> +

+

+ <%= button_to("Complete!", update_path(@task.id), :method => 'patch') %> + <%= button_to("Edit", edit_path(@task.id), :method => 'get') %> + + <% end %> + + <%= button_to("Delete", destroy_path(@task.id), :data => {:confirm => 'Are you sure?'}, :method => 'delete') %> +

+ +
diff --git a/app/views/tasks/update.html.erb b/app/views/tasks/update.html.erb new file mode 100644 index 000000000..fdb1ea609 --- /dev/null +++ b/app/views/tasks/update.html.erb @@ -0,0 +1,2 @@ +

Tasks#update

+

Find me in app/views/tasks/update.html.erb

diff --git a/bin/bundle b/bin/bundle new file mode 100755 index 000000000..66e9889e8 --- /dev/null +++ b/bin/bundle @@ -0,0 +1,3 @@ +#!/usr/bin/env ruby +ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) +load Gem.bin_path('bundler', 'bundle') diff --git a/bin/rails b/bin/rails new file mode 100755 index 000000000..0138d79b7 --- /dev/null +++ b/bin/rails @@ -0,0 +1,9 @@ +#!/usr/bin/env ruby +begin + load File.expand_path('../spring', __FILE__) +rescue LoadError => e + raise unless e.message.include?('spring') +end +APP_PATH = File.expand_path('../../config/application', __FILE__) +require_relative '../config/boot' +require 'rails/commands' diff --git a/bin/rake b/bin/rake new file mode 100755 index 000000000..d87d5f578 --- /dev/null +++ b/bin/rake @@ -0,0 +1,9 @@ +#!/usr/bin/env ruby +begin + load File.expand_path('../spring', __FILE__) +rescue LoadError => e + raise unless e.message.include?('spring') +end +require_relative '../config/boot' +require 'rake' +Rake.application.run diff --git a/bin/setup b/bin/setup new file mode 100755 index 000000000..acdb2c138 --- /dev/null +++ b/bin/setup @@ -0,0 +1,29 @@ +#!/usr/bin/env ruby +require 'pathname' + +# path to your application root. +APP_ROOT = Pathname.new File.expand_path('../../', __FILE__) + +Dir.chdir APP_ROOT do + # This script is a starting point to setup your application. + # Add necessary setup steps to this file: + + puts "== Installing dependencies ==" + system "gem install bundler --conservative" + system "bundle check || bundle install" + + # puts "\n== Copying sample files ==" + # unless File.exist?("config/database.yml") + # system "cp config/database.yml.sample config/database.yml" + # end + + puts "\n== Preparing database ==" + system "bin/rake db:setup" + + puts "\n== Removing old logs and tempfiles ==" + system "rm -f log/*" + system "rm -rf tmp/cache" + + puts "\n== Restarting application server ==" + system "touch tmp/restart.txt" +end diff --git a/bin/spring b/bin/spring new file mode 100755 index 000000000..7fe232c3a --- /dev/null +++ b/bin/spring @@ -0,0 +1,15 @@ +#!/usr/bin/env ruby + +# This file loads spring without using Bundler, in order to be fast. +# It gets overwritten when you run the `spring binstub` command. + +unless defined?(Spring) + require 'rubygems' + require 'bundler' + + if (match = Bundler.default_lockfile.read.match(/^GEM$.*?^ (?: )*spring \((.*?)\)$.*?^$/m)) + Gem.paths = { 'GEM_PATH' => [Bundler.bundle_path.to_s, *Gem.path].uniq.join(Gem.path_separator) } + gem 'spring', match[1] + require 'spring/binstub' + end +end diff --git a/config.ru b/config.ru new file mode 100644 index 000000000..bd83b2541 --- /dev/null +++ b/config.ru @@ -0,0 +1,4 @@ +# This file is used by Rack-based servers to start the application. + +require ::File.expand_path('../config/environment', __FILE__) +run Rails.application diff --git a/config/application.rb b/config/application.rb new file mode 100644 index 000000000..902432bad --- /dev/null +++ b/config/application.rb @@ -0,0 +1,26 @@ +require File.expand_path('../boot', __FILE__) + +require 'rails/all' + +# Require the gems listed in Gemfile, including any gems +# you've limited to :test, :development, or :production. +Bundler.require(*Rails.groups) + +module TaskListRails + class Application < Rails::Application + # Settings in config/environments/* take precedence over those specified here. + # Application configuration should go into files in config/initializers + # -- all .rb files in that directory are automatically loaded. + + # Set Time.zone default to the specified zone and make Active Record auto-convert to this zone. + # Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC. + # config.time_zone = 'Central Time (US & Canada)' + + # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded. + # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s] + # config.i18n.default_locale = :de + + # Do not swallow errors in after_commit/after_rollback callbacks. + config.active_record.raise_in_transactional_callbacks = true + end +end diff --git a/config/boot.rb b/config/boot.rb new file mode 100644 index 000000000..6b750f00b --- /dev/null +++ b/config/boot.rb @@ -0,0 +1,3 @@ +ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) + +require 'bundler/setup' # Set up gems listed in the Gemfile. diff --git a/config/database.yml b/config/database.yml new file mode 100644 index 000000000..1c1a37ca8 --- /dev/null +++ b/config/database.yml @@ -0,0 +1,25 @@ +# SQLite version 3.x +# gem install sqlite3 +# +# Ensure the SQLite 3 gem is defined in your Gemfile +# gem 'sqlite3' +# +default: &default + adapter: sqlite3 + pool: 5 + timeout: 5000 + +development: + <<: *default + database: db/development.sqlite3 + +# Warning: The database defined as "test" will be erased and +# re-generated from your development database when you run "rake". +# Do not set this db to the same as development or production. +test: + <<: *default + database: db/test.sqlite3 + +production: + <<: *default + database: db/production.sqlite3 diff --git a/config/environment.rb b/config/environment.rb new file mode 100644 index 000000000..ee8d90dc6 --- /dev/null +++ b/config/environment.rb @@ -0,0 +1,5 @@ +# Load the Rails application. +require File.expand_path('../application', __FILE__) + +# Initialize the Rails application. +Rails.application.initialize! diff --git a/config/environments/development.rb b/config/environments/development.rb new file mode 100644 index 000000000..b55e2144b --- /dev/null +++ b/config/environments/development.rb @@ -0,0 +1,41 @@ +Rails.application.configure do + # Settings specified here will take precedence over those in config/application.rb. + + # In the development environment your application's code is reloaded on + # every request. This slows down response time but is perfect for development + # since you don't have to restart the web server when you make code changes. + config.cache_classes = false + + # Do not eager load code on boot. + config.eager_load = false + + # Show full error reports and disable caching. + config.consider_all_requests_local = true + config.action_controller.perform_caching = false + + # Don't care if the mailer can't send. + config.action_mailer.raise_delivery_errors = false + + # Print deprecation notices to the Rails logger. + config.active_support.deprecation = :log + + # Raise an error on page load if there are pending migrations. + config.active_record.migration_error = :page_load + + # Debug mode disables concatenation and preprocessing of assets. + # This option may cause significant delays in view rendering with a large + # number of complex assets. + config.assets.debug = true + + # Asset digests allow you to set far-future HTTP expiration dates on all assets, + # yet still be able to expire them through the digest params. + config.assets.digest = true + + # Adds additional error checking when serving assets at runtime. + # Checks for improperly declared sprockets dependencies. + # Raises helpful error messages. + config.assets.raise_runtime_errors = true + + # Raises error for missing translations + # config.action_view.raise_on_missing_translations = true +end diff --git a/config/environments/production.rb b/config/environments/production.rb new file mode 100644 index 000000000..6781551f2 --- /dev/null +++ b/config/environments/production.rb @@ -0,0 +1,81 @@ +Rails.application.configure do + # Settings specified here will take precedence over those in config/application.rb. + + # Code is not reloaded between requests. + config.cache_classes = true + + # Eager load code on boot. This eager loads most of Rails and + # your application in memory, allowing both threaded web servers + # and those relying on copy on write to perform better. + # Rake tasks automatically ignore this option for performance. + config.eager_load = true + + # Full error reports are disabled and caching is turned on. + config.consider_all_requests_local = false + config.action_controller.perform_caching = true + + # Enable Rack::Cache to put a simple HTTP cache in front of your application + # Add `rack-cache` to your Gemfile before enabling this. + # For large-scale production use, consider using a caching reverse proxy like + # NGINX, varnish or squid. + # config.action_dispatch.rack_cache = true + + # Disable serving static files from the `/public` folder by default since + # Apache or NGINX already handles this. + config.serve_static_files = ENV['RAILS_SERVE_STATIC_FILES'].present? + + # Compress JavaScripts and CSS. + config.assets.js_compressor = :uglifier + # config.assets.css_compressor = :sass + + # Do not fallback to assets pipeline if a precompiled asset is missed. + config.serve_static_assets = true + config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' + config.assets.compile = true + + # Asset digests allow you to set far-future HTTP expiration dates on all assets, + # yet still be able to expire them through the digest params. + config.assets.digest = true + + # `config.assets.precompile` and `config.assets.version` have moved to config/initializers/assets.rb + + # Specifies the header that your server uses for sending files. + # config.action_dispatch.x_sendfile_header = 'X-Sendfile' # for Apache + # config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for NGINX + + # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies. + # config.force_ssl = true + + # Use the lowest log level to ensure availability of diagnostic information + # when problems arise. + config.log_level = :debug + + # Prepend all log lines with the following tags. + # config.log_tags = [ :subdomain, :uuid ] + + # Use a different logger for distributed setups. + # config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new) + + # Use a different cache store in production. + # config.cache_store = :mem_cache_store + + # Enable serving of images, stylesheets, and JavaScripts from an asset server. + # config.action_controller.asset_host = 'http://assets.example.com' + + # Ignore bad email addresses and do not raise email delivery errors. + # Set this to true and configure the email server for immediate delivery to raise delivery errors. + # config.action_mailer.raise_delivery_errors = false + + # Enable locale fallbacks for I18n (makes lookups for any locale fall back to + # the I18n.default_locale when a translation cannot be found). + config.i18n.fallbacks = true + + # Send deprecation notices to registered listeners. + config.active_support.deprecation = :notify + + # Use default logging formatter so that PID and timestamp are not suppressed. + config.log_formatter = ::Logger::Formatter.new + + # Do not dump schema after migrations. + config.active_record.dump_schema_after_migration = false +end diff --git a/config/environments/test.rb b/config/environments/test.rb new file mode 100644 index 000000000..1c19f08b2 --- /dev/null +++ b/config/environments/test.rb @@ -0,0 +1,42 @@ +Rails.application.configure do + # Settings specified here will take precedence over those in config/application.rb. + + # The test environment is used exclusively to run your application's + # test suite. You never need to work with it otherwise. Remember that + # your test database is "scratch space" for the test suite and is wiped + # and recreated between test runs. Don't rely on the data there! + config.cache_classes = true + + # Do not eager load code on boot. This avoids loading your whole application + # just for the purpose of running a single test. If you are using a tool that + # preloads Rails for running tests, you may have to set it to true. + config.eager_load = false + + # Configure static file server for tests with Cache-Control for performance. + config.serve_static_files = true + config.static_cache_control = 'public, max-age=3600' + + # Show full error reports and disable caching. + config.consider_all_requests_local = true + config.action_controller.perform_caching = false + + # Raise exceptions instead of rendering exception templates. + config.action_dispatch.show_exceptions = false + + # Disable request forgery protection in test environment. + config.action_controller.allow_forgery_protection = false + + # Tell Action Mailer not to deliver emails to the real world. + # The :test delivery method accumulates sent emails in the + # ActionMailer::Base.deliveries array. + config.action_mailer.delivery_method = :test + + # Randomize the order test cases are executed. + config.active_support.test_order = :random + + # Print deprecation notices to the stderr. + config.active_support.deprecation = :stderr + + # Raises error for missing translations + # config.action_view.raise_on_missing_translations = true +end diff --git a/config/initializers/assets.rb b/config/initializers/assets.rb new file mode 100644 index 000000000..01ef3e663 --- /dev/null +++ b/config/initializers/assets.rb @@ -0,0 +1,11 @@ +# Be sure to restart your server when you modify this file. + +# Version of your assets, change this if you want to expire all your assets. +Rails.application.config.assets.version = '1.0' + +# Add additional assets to the asset load path +# Rails.application.config.assets.paths << Emoji.images_path + +# Precompile additional assets. +# application.js, application.css, and all non-JS/CSS in app/assets folder are already added. +# Rails.application.config.assets.precompile += %w( search.js ) diff --git a/config/initializers/backtrace_silencers.rb b/config/initializers/backtrace_silencers.rb new file mode 100644 index 000000000..59385cdf3 --- /dev/null +++ b/config/initializers/backtrace_silencers.rb @@ -0,0 +1,7 @@ +# Be sure to restart your server when you modify this file. + +# You can add backtrace silencers for libraries that you're using but don't wish to see in your backtraces. +# Rails.backtrace_cleaner.add_silencer { |line| line =~ /my_noisy_library/ } + +# You can also remove all the silencers if you're trying to debug a problem that might stem from framework code. +# Rails.backtrace_cleaner.remove_silencers! diff --git a/config/initializers/cookies_serializer.rb b/config/initializers/cookies_serializer.rb new file mode 100644 index 000000000..7f70458de --- /dev/null +++ b/config/initializers/cookies_serializer.rb @@ -0,0 +1,3 @@ +# Be sure to restart your server when you modify this file. + +Rails.application.config.action_dispatch.cookies_serializer = :json diff --git a/config/initializers/filter_parameter_logging.rb b/config/initializers/filter_parameter_logging.rb new file mode 100644 index 000000000..4a994e1e7 --- /dev/null +++ b/config/initializers/filter_parameter_logging.rb @@ -0,0 +1,4 @@ +# Be sure to restart your server when you modify this file. + +# Configure sensitive parameters which will be filtered from the log file. +Rails.application.config.filter_parameters += [:password] diff --git a/config/initializers/inflections.rb b/config/initializers/inflections.rb new file mode 100644 index 000000000..ac033bf9d --- /dev/null +++ b/config/initializers/inflections.rb @@ -0,0 +1,16 @@ +# Be sure to restart your server when you modify this file. + +# Add new inflection rules using the following format. Inflections +# are locale specific, and you may define rules for as many different +# locales as you wish. All of these examples are active by default: +# ActiveSupport::Inflector.inflections(:en) do |inflect| +# inflect.plural /^(ox)$/i, '\1en' +# inflect.singular /^(ox)en/i, '\1' +# inflect.irregular 'person', 'people' +# inflect.uncountable %w( fish sheep ) +# end + +# These inflection rules are supported but not enabled by default: +# ActiveSupport::Inflector.inflections(:en) do |inflect| +# inflect.acronym 'RESTful' +# end diff --git a/config/initializers/mime_types.rb b/config/initializers/mime_types.rb new file mode 100644 index 000000000..dc1899682 --- /dev/null +++ b/config/initializers/mime_types.rb @@ -0,0 +1,4 @@ +# Be sure to restart your server when you modify this file. + +# Add new mime types for use in respond_to blocks: +# Mime::Type.register "text/richtext", :rtf diff --git a/config/initializers/omniauth.rb b/config/initializers/omniauth.rb new file mode 100644 index 000000000..cf80e8c94 --- /dev/null +++ b/config/initializers/omniauth.rb @@ -0,0 +1,6 @@ +# Info on Google oauth: https://github.com/zquestz/omniauth-google-oauth2 + +Rails.application.config.middleware.use OmniAuth::Builder do + provider :github, ENV["GITHUB_CLIENT_ID"], ENV["GITHUB_CLIENT_SECRET"], scope: "user:email" + provider :google_oauth2, ENV["GOOGLE_CLIENT_ID"], ENV["GOOGLE_CLIENT_SECRET"] +end diff --git a/config/initializers/session_store.rb b/config/initializers/session_store.rb new file mode 100644 index 000000000..15d065a84 --- /dev/null +++ b/config/initializers/session_store.rb @@ -0,0 +1,3 @@ +# Be sure to restart your server when you modify this file. + +Rails.application.config.session_store :cookie_store, key: '_TaskListRails_session' diff --git a/config/initializers/wrap_parameters.rb b/config/initializers/wrap_parameters.rb new file mode 100644 index 000000000..33725e95f --- /dev/null +++ b/config/initializers/wrap_parameters.rb @@ -0,0 +1,14 @@ +# Be sure to restart your server when you modify this file. + +# This file contains settings for ActionController::ParamsWrapper which +# is enabled by default. + +# Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array. +ActiveSupport.on_load(:action_controller) do + wrap_parameters format: [:json] if respond_to?(:wrap_parameters) +end + +# To enable root element in JSON for ActiveRecord objects. +# ActiveSupport.on_load(:active_record) do +# self.include_root_in_json = true +# end diff --git a/config/locales/en.yml b/config/locales/en.yml new file mode 100644 index 000000000..065395716 --- /dev/null +++ b/config/locales/en.yml @@ -0,0 +1,23 @@ +# Files in the config/locales directory are used for internationalization +# and are automatically loaded by Rails. If you want to use locales other +# than English, add the necessary files in this directory. +# +# To use the locales, use `I18n.t`: +# +# I18n.t 'hello' +# +# In views, this is aliased to just `t`: +# +# <%= t('hello') %> +# +# To use a different locale, set it with `I18n.locale`: +# +# I18n.locale = :es +# +# This would use the information in config/locales/es.yml. +# +# To learn more, please read the Rails Internationalization guide +# available at http://guides.rubyonrails.org/i18n.html. + +en: + hello: "Hello world" diff --git a/config/routes.rb b/config/routes.rb new file mode 100644 index 000000000..9c3e45864 --- /dev/null +++ b/config/routes.rb @@ -0,0 +1,85 @@ +Rails.application.routes.draw do + + post 'sessions/create' + + delete 'sessions/destroy' + + get 'sessions/index' + + root 'sessions#index' + + get 'tasks/index', as: 'index' + + get 'sessions/new' + + get 'tasks/show/:id' => 'tasks#show', as: 'show' + + get 'tasks/new' => 'tasks#new', as: 'new' + + post 'tasks/create' => 'tasks#create', as: 'create' + + get 'tasks/:id/edit' => 'tasks#edit', as: 'edit' + + patch 'tasks/:id/update' => 'tasks#update', as: 'update' + + delete 'tasks/:id/destroy' => 'tasks#destroy', as: 'destroy' + + # For authentication + + get "/auth/:provider/callback" => "sessions#create" + + # The priority is based upon order of creation: first created -> highest priority. + # See how all your routes lay out with "rake routes". + + # You can have the root of your site routed with "root" + # root 'welcome#index' + + # Example of regular route: + # get 'products/:id' => 'catalog#view' + + # Example of named route that can be invoked with purchase_url(id: product.id) + # get 'products/:id/purchase' => 'catalog#purchase', as: :purchase + + # Example resource route (maps HTTP verbs to controller actions automatically): + # resources :products + + # Example resource route with options: + # resources :products do + # member do + # get 'short' + # post 'toggle' + # end + # + # collection do + # get 'sold' + # end + # end + + # Example resource route with sub-resources: + # resources :products do + # resources :comments, :sales + # resource :seller + # end + + # Example resource route with more complex sub-resources: + # resources :products do + # resources :comments + # resources :sales do + # get 'recent', on: :collection + # end + # end + + # Example resource route with concerns: + # concern :toggleable do + # post 'toggle' + # end + # resources :posts, concerns: :toggleable + # resources :photos, concerns: :toggleable + + # Example resource route within a namespace: + # namespace :admin do + # # Directs /admin/products/* to Admin::ProductsController + # # (app/controllers/admin/products_controller.rb) + # resources :products + # end +end diff --git a/config/secrets.yml b/config/secrets.yml new file mode 100644 index 000000000..ef742051d --- /dev/null +++ b/config/secrets.yml @@ -0,0 +1,22 @@ +# Be sure to restart your server when you modify this file. + +# Your secret key is used for verifying the integrity of signed cookies. +# If you change this key, all old signed cookies will become invalid! + +# Make sure the secret is at least 30 characters and all random, +# no regular words or you'll be exposed to dictionary attacks. +# You can use `rake secret` to generate a secure secret key. + +# Make sure the secrets in this file are kept private +# if you're sharing your code publicly. + +development: + secret_key_base: b0f76085e4b15785d07ca79ca41d5daa690c3d6e5ac40c6463e07e6973ecf737d35622e68e737da25f132767c2fdd3af2fa2d0320232f40e4ad5f7fee63868cb + +test: + secret_key_base: 6ee20f0cb216b54118258d330652991c69f41425cb5c2203fc4d4ce7be9c0cb4e61ec96b9a23a14fe7e265dc5badf28f1564c05c2caf201f32121ce187f89299 + +# Do not keep production secrets in the repository, +# instead read values from the environment. +production: + secret_key_base: <%= ENV["SECRET_KEY_BASE"] %> diff --git a/db/development.sqlite3 b/db/development.sqlite3 new file mode 100644 index 000000000..e53916602 Binary files /dev/null and b/db/development.sqlite3 differ diff --git a/db/migrate/20160928210407_create_tasks.rb b/db/migrate/20160928210407_create_tasks.rb new file mode 100644 index 000000000..87c9d5844 --- /dev/null +++ b/db/migrate/20160928210407_create_tasks.rb @@ -0,0 +1,12 @@ +class CreateTasks < ActiveRecord::Migration + def change + create_table :tasks do |t| + t.string :title + t.string :description + t.datetime :completed_at + t.integer :user_id + + t.timestamps null: false + end + end +end diff --git a/db/migrate/20161021000354_create_users.rb b/db/migrate/20161021000354_create_users.rb new file mode 100644 index 000000000..9d6e08bf2 --- /dev/null +++ b/db/migrate/20161021000354_create_users.rb @@ -0,0 +1,13 @@ +class CreateUsers < ActiveRecord::Migration + def change + create_table :users do |t| + t.string :name + t.string :email + t.string :uid + t.string :image + t.string :provider, null: false + + t.timestamps null: false + end + end +end diff --git a/db/schema.rb b/db/schema.rb new file mode 100644 index 000000000..a275341a3 --- /dev/null +++ b/db/schema.rb @@ -0,0 +1,35 @@ +# encoding: UTF-8 +# This file is auto-generated from the current state of the database. Instead +# of editing this file, please use the migrations feature of Active Record to +# incrementally modify your database, and then regenerate this schema definition. +# +# Note that this schema.rb definition is the authoritative source for your +# database schema. If you need to create the application database on another +# system, you should be using db:schema:load, not running all the migrations +# from scratch. The latter is a flawed and unsustainable approach (the more migrations +# you'll amass, the slower it'll run and the greater likelihood for issues). +# +# It's strongly recommended that you check this file into your version control system. + +ActiveRecord::Schema.define(version: 20161021000354) do + + create_table "tasks", force: :cascade do |t| + t.string "title" + t.string "description" + t.datetime "completed_at" + t.integer "user_id" + t.datetime "created_at", null: false + t.datetime "updated_at", null: false + end + + create_table "users", force: :cascade do |t| + t.string "name" + t.string "email" + t.string "uid" + t.string "image" + t.string "provider", null: 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..4edb1e857 --- /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 rake db:seed (or created alongside the db with db:setup). +# +# Examples: +# +# cities = City.create([{ name: 'Chicago' }, { name: 'Copenhagen' }]) +# Mayor.create(name: 'Emanuel', city: cities.first) diff --git a/db/test.sqlite3 b/db/test.sqlite3 new file mode 100644 index 000000000..30867d8e0 Binary files /dev/null and b/db/test.sqlite3 differ diff --git a/lib/assets/.keep b/lib/assets/.keep new file mode 100644 index 000000000..e69de29bb diff --git a/lib/tasks/.keep b/lib/tasks/.keep new file mode 100644 index 000000000..e69de29bb diff --git a/log/.keep b/log/.keep new file mode 100644 index 000000000..e69de29bb diff --git a/log/development.log b/log/development.log new file mode 100644 index 000000000..435a4351e --- /dev/null +++ b/log/development.log @@ -0,0 +1,20206 @@ +  (1.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  +  (0.1ms) select sqlite_version(*) +  (0.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +Migrating to CreateTasks (20160928210407) +  (0.0ms) begin transaction +  (0.3ms) CREATE TABLE "tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "description" varchar, "completed_at" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) + SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160928210407"]] +  (0.5ms) commit transaction + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +  (0.2ms) begin transaction + SQL (1.1ms) INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Feed the cat"], ["description", "Give the cat 1/2 cup of dry food and mix in 2 tbsp. of moist food"], ["created_at", "2016-09-28 21:07:42.689624"], ["updated_at", "2016-09-28 21:07:42.689624"]] +  (1.6ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Wash the car"], ["description", "Take the car to Lozano Car Wash and clean inside & out"], ["created_at", "2016-09-28 21:08:37.479330"], ["updated_at", "2016-09-28 21:08:37.479330"]] +  (1.4ms) commit transaction +  (0.1ms) begin transaction + SQL (1.3ms) INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Bake brownies for school"], ["description", "Bake double batch of brownies from Mark Bittman's 'How to Cook Everything'"], ["created_at", "2016-09-28 21:09:35.688286"], ["updated_at", "2016-09-28 21:09:35.688286"]] +  (2.2ms) commit transaction + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + + +Started GET "/" for ::1 at 2016-09-28 14:19:15 -0700 + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +Processing by TasksController#index as HTML + Rendered tasks/index.html.erb within layouts/application (0.7ms) +Completed 200 OK in 579ms (Views: 572.3ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-28 14:19:16 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-28 14:19:16 -0700 + + +Started GET "/" for ::1 at 2016-09-28 14:23:33 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (13.6ms) +Completed 500 Internal Server Error in 20ms (ActiveRecord: 0.4ms) + +ActionView::Template::Error (undefined method `name' for #): + 2:

Please click on a task name to see the details of the task.

+ 3: + app/views/tasks/index.html.erb:5:in `block in _app_views_tasks_index_html_erb__3850621898753828515_70234705156400' + app/views/tasks/index.html.erb:4:in `_app_views_tasks_index_html_erb__3850621898753828515_70234705156400' + + + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.8ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (45.1ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (39.6ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.7ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (84.9ms) + + +Started GET "/" for ::1 at 2016-09-28 14:23:49 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.1ms) +Completed 200 OK in 28ms (Views: 27.7ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-28 14:23:49 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-28 14:23:49 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-28 14:23:49 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-28 14:23:49 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-28 14:23:49 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-28 14:23:49 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-28 14:23:49 -0700 + + +Started GET "/" for ::1 at 2016-09-28 14:24:13 -0700 +Processing by TasksController#index as HTML + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.0ms) +Completed 200 OK in 24ms (Views: 23.4ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-28 14:24:13 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-28 14:24:13 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-28 14:24:13 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-28 14:24:13 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-28 14:24:13 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-28 14:24:13 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-28 14:24:13 -0700 + + +Started GET "/tasks/show/1" for ::1 at 2016-09-28 14:24:15 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"1"} + Rendered tasks/show.html.erb within layouts/application (0.3ms) +Completed 200 OK in 24ms (Views: 22.8ms | ActiveRecord: 0.0ms) + + +Started GET "/tasks/show/2" for ::1 at 2016-09-28 14:24:18 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"2"} + Rendered tasks/show.html.erb within layouts/application (0.0ms) +Completed 200 OK in 22ms (Views: 20.8ms | ActiveRecord: 0.0ms) + + +Started GET "/tasks/show/3" for ::1 at 2016-09-28 14:24:20 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"3"} + Rendered tasks/show.html.erb within layouts/application (0.1ms) +Completed 200 OK in 17ms (Views: 16.4ms | ActiveRecord: 0.0ms) + + +Started GET "/" for ::1 at 2016-09-28 14:34:29 -0700 +Processing by TasksController#index as HTML + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.7ms) +Completed 200 OK in 18ms (Views: 16.4ms | ActiveRecord: 0.5ms) + + +Started GET "/tasks/show/1" for ::1 at 2016-09-28 14:34:31 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"1"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 1]] + Rendered tasks/show.html.erb within layouts/application (1.0ms) +Completed 200 OK in 29ms (Views: 18.1ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/show/2" for ::1 at 2016-09-28 14:34:35 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"2"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 2]] + Rendered tasks/show.html.erb within layouts/application (0.1ms) +Completed 200 OK in 21ms (Views: 19.2ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/show/3" for ::1 at 2016-09-28 14:34:38 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"3"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 3]] + Rendered tasks/show.html.erb within layouts/application (0.2ms) +Completed 200 OK in 23ms (Views: 21.2ms | ActiveRecord: 0.1ms) + + +Started GET "/" for ::1 at 2016-09-28 14:37:09 -0700 +Processing by TasksController#index as HTML + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (0.8ms) +Completed 200 OK in 16ms (Views: 15.1ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-28 14:37:09 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-28 14:37:09 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-28 14:37:09 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-28 14:37:09 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-28 14:37:09 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-28 14:37:09 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-28 14:37:09 -0700 + + +Started GET "/tasks/index" for ::1 at 2016-09-28 14:37:11 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.0ms) +Completed 200 OK in 22ms (Views: 21.3ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/show/1" for ::1 at 2016-09-28 14:37:14 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"1"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 1]] + Rendered tasks/show.html.erb within layouts/application (29.6ms) +Completed 500 Internal Server Error in 36ms (ActiveRecord: 0.2ms) + +ActionView::Template::Error (undefined local variable or method `task' for #<#:0x007fc19707cde8> +Did you mean? @task): + 18: <% end %> + 19:

+ 20: + 21: + app/views/tasks/show.html.erb:21:in `_app_views_tasks_show_html_erb___3591346368917212832_70234719627360' + + + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.2ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.8ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (41.8ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.2ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (36.5ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (81.3ms) + + +Started GET "/tasks/show/1" for ::1 at 2016-09-28 14:37:18 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"1"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 1]] + Rendered tasks/show.html.erb within layouts/application (39.3ms) +Completed 500 Internal Server Error in 42ms (ActiveRecord: 0.1ms) + +ActionView::Template::Error (undefined local variable or method `task' for #<#:0x007fc1974a52d0> +Did you mean? @task): + 18: <% end %> + 19:

+ 20: + 21: + app/views/tasks/show.html.erb:21:in `_app_views_tasks_show_html_erb___3591346368917212832_70234719627360' + + + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.0ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.8ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (43.0ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.2ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.2ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (34.5ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.2ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (77.3ms) + + +Started GET "/tasks/show/1" for ::1 at 2016-09-28 14:37:36 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"1"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 1]] + Rendered tasks/show.html.erb within layouts/application (1.0ms) +Completed 200 OK in 15ms (Views: 14.1ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-28 14:37:36 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-28 14:37:36 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-28 14:37:36 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-28 14:37:36 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-28 14:37:36 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-28 14:37:36 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-28 14:37:36 -0700 + + +Started GET "/tasks/index" for ::1 at 2016-09-28 14:37:38 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.2ms) +Completed 200 OK in 24ms (Views: 22.9ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/index" for ::1 at 2016-09-28 14:37:39 -0700 +Processing by TasksController#index as HTML + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.0ms) +Completed 200 OK in 22ms (Views: 21.3ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/show/1" for ::1 at 2016-09-28 14:37:41 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"1"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 1]] + Rendered tasks/show.html.erb within layouts/application (0.1ms) +Completed 200 OK in 22ms (Views: 20.2ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/index" for ::1 at 2016-09-28 14:37:43 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.4ms) +Completed 200 OK in 24ms (Views: 23.3ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/index" for ::1 at 2016-09-28 14:45:52 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.4ms) +Completed 200 OK in 18ms (Views: 16.5ms | ActiveRecord: 0.4ms) + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-28 14:45:52 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-28 14:45:52 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-28 14:45:52 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-28 14:45:52 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-28 14:45:52 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-28 14:45:52 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-28 14:45:52 -0700 + + +Started GET "/tasks/new" for ::1 at 2016-09-28 14:45:56 -0700 +Processing by TasksController#new as HTML + Rendered tasks/new.html.erb within layouts/application (0.4ms) +Completed 200 OK in 13ms (Views: 12.4ms | ActiveRecord: 0.0ms) + + +Started POST "/tasks/create" for ::1 at 2016-09-28 14:46:12 -0700 +Processing by TasksController#create as HTML + Parameters: {"title"=>"Do the laundry", "description"=>"Wash the laundry on delicate cold cycle. Line dry. ", "authenticity_token"=>"f8C0dQihq4uKakU54GOLL3bVdoaw+j83HVjlWTvsbXRf/Z2grjpgo6MIHwT2I9mwnzFKOfqDxy4OQcq2JLTSmw=="} +  (0.1ms) begin transaction + SQL (0.5ms) INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Do the laundry"], ["description", "Wash the laundry on delicate cold cycle. Line dry. "], ["created_at", "2016-09-28 21:46:12.941832"], ["updated_at", "2016-09-28 21:46:12.941832"]] +  (0.6ms) commit transaction + Rendered tasks/create.html.erb within layouts/application (7.5ms) +Completed 200 OK in 26ms (Views: 19.8ms | ActiveRecord: 1.2ms) + + +Started GET "/tasks/index" for ::1 at 2016-09-28 14:46:22 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.2ms) +Completed 200 OK in 23ms (Views: 20.9ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/show/4" for ::1 at 2016-09-28 14:46:24 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"4"} + Task Load (0.5ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 4]] + Rendered tasks/show.html.erb within layouts/application (0.1ms) +Completed 200 OK in 24ms (Views: 21.5ms | ActiveRecord: 0.5ms) + + +Started GET "/tasks/index" for ::1 at 2016-09-28 14:46:27 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.2ms) +Completed 200 OK in 24ms (Views: 22.7ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/index" for ::1 at 2016-09-28 14:46:50 -0700 +Processing by TasksController#index as HTML + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (0.7ms) +Completed 200 OK in 12ms (Views: 11.8ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-28 14:46:50 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-28 14:46:50 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-28 14:46:50 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-28 14:46:50 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-28 14:46:50 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-28 14:46:50 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-28 14:46:50 -0700 + + +Started GET "/tasks/index" for ::1 at 2016-09-28 14:48:13 -0700 +Processing by TasksController#index as HTML + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (0.7ms) +Completed 200 OK in 16ms (Views: 15.1ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-28 14:48:13 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-28 14:48:13 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-28 14:48:13 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-28 14:48:13 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-28 14:48:13 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-28 14:48:13 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-28 14:48:13 -0700 + + +Started GET "/tasks/index" for ::1 at 2016-09-28 14:49:32 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.1ms) +Completed 200 OK in 71ms (Views: 70.0ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/style.self-f00ccbede453d02ee4e0a6e1e4b68e03fa6da7b2242ff3883cae0728ea77439a.css?body=1" for ::1 at 2016-09-28 14:49:32 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-28 14:49:32 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-28 14:49:32 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-28 14:49:32 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-28 14:49:32 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-28 14:49:32 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-28 14:49:32 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-28 14:49:32 -0700 + + +Started GET "/tasks/index" for ::1 at 2016-09-28 14:49:41 -0700 +Processing by TasksController#index as HTML + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (0.8ms) +Completed 200 OK in 31ms (Views: 30.3ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/style.self-70e7b1fc8fb4f6a6b17e01bd3faddc9558f47b7442afb8e522a5d9c09404daa6.css?body=1" for ::1 at 2016-09-28 14:49:41 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-28 14:49:41 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-28 14:49:41 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-28 14:49:41 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-28 14:49:41 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-28 14:49:41 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-28 14:49:41 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-28 14:49:41 -0700 + + +Started GET "/tasks/index" for ::1 at 2016-09-28 14:49:43 -0700 +Processing by TasksController#index as HTML + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (0.7ms) +Completed 200 OK in 14ms (Views: 13.4ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/style.self-70e7b1fc8fb4f6a6b17e01bd3faddc9558f47b7442afb8e522a5d9c09404daa6.css?body=1" for ::1 at 2016-09-28 14:49:43 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-28 14:49:43 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-28 14:49:43 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-28 14:49:43 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-28 14:49:43 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-28 14:49:43 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-28 14:49:43 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-28 14:49:43 -0700 + + +Started GET "/tasks/index" for ::1 at 2016-09-28 14:49:58 -0700 +Processing by TasksController#index as HTML + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.8ms) +Completed 200 OK in 25ms (Views: 24.7ms | ActiveRecord: 0.3ms) + + +Started GET "/assets/style.self-2bbcf53bf2d4e43d8d9c8be25ac19703248e529764cc480b2a30a63249dd28d7.css?body=1" for ::1 at 2016-09-28 14:49:58 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-28 14:49:58 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-28 14:49:58 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-28 14:49:58 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-28 14:49:58 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-28 14:49:58 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-28 14:49:58 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-28 14:49:58 -0700 + + +Started GET "/tasks/new" for ::1 at 2016-09-28 14:53:20 -0700 +Processing by TasksController#new as HTML + Rendered tasks/new.html.erb within layouts/application (0.3ms) +Completed 200 OK in 24ms (Views: 23.0ms | ActiveRecord: 0.0ms) + + +Started POST "/tasks/create" for ::1 at 2016-09-28 14:53:39 -0700 +Processing by TasksController#create as HTML + Parameters: {"title"=>"Scuba lessons", "description"=>"Scuba lessons in Edmonds. Make sure to do pre-reading homework in advance. ", "authenticity_token"=>"3cKNVCCit38KEVryLyj31WF6WRoquiebRMWd3PbQ6aj9/6SBhjl8VyNzAM85aKVKiJ5lpWDD34JX3LIz6YhWRw=="} +  (0.1ms) begin transaction + SQL (0.2ms) INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Scuba lessons"], ["description", "Scuba lessons in Edmonds. Make sure to do pre-reading homework in advance. "], ["created_at", "2016-09-28 21:53:39.006693"], ["updated_at", "2016-09-28 21:53:39.006693"]] +  (1.3ms) commit transaction + Rendered tasks/create.html.erb within layouts/application (0.9ms) +Completed 200 OK in 21ms (Views: 17.3ms | ActiveRecord: 1.6ms) + + +Started GET "/tasks/index" for ::1 at 2016-09-28 14:53:42 -0700 +Processing by TasksController#index as HTML + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.2ms) +Completed 200 OK in 27ms (Views: 25.3ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/index" for ::1 at 2016-09-28 14:57:00 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.7ms) +Completed 200 OK in 25ms (Views: 22.8ms | ActiveRecord: 0.4ms) + + +Started GET "/assets/style.self-2bbcf53bf2d4e43d8d9c8be25ac19703248e529764cc480b2a30a63249dd28d7.css?body=1" for ::1 at 2016-09-28 14:57:00 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-28 14:57:00 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-28 14:57:00 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-28 14:57:00 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-28 14:57:00 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-28 14:57:00 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-28 14:57:00 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-28 14:57:00 -0700 + + +Started GET "/tasks/new" for ::1 at 2016-09-28 14:57:02 -0700 +Processing by TasksController#new as HTML + Rendered tasks/new.html.erb within layouts/application (0.2ms) +Completed 200 OK in 26ms (Views: 25.2ms | ActiveRecord: 0.0ms) + + +Started POST "/tasks/create" for ::1 at 2016-09-28 14:57:30 -0700 +Processing by TasksController#create as HTML + Parameters: {"title"=>"Buy Christmas presents", "description"=>"For Mom, Dad, Cuauh, and Kelli. Buy wrapping paper and tape as well. ", "authenticity_token"=>"29na1wTTYQIVjKRUtNQplRikOM8cqNPWHKJ7SI3/PNr75PMCokiqKjzu/mmilHsK8UAEcFbRK88Pu1SnkqeDNQ=="} +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Buy Christmas presents"], ["description", "For Mom, Dad, Cuauh, and Kelli. Buy wrapping paper and tape as well. "], ["created_at", "2016-09-28 21:57:30.273485"], ["updated_at", "2016-09-28 21:57:30.273485"]] +  (0.5ms) commit transaction + Rendered tasks/create.html.erb within layouts/application (0.1ms) +Completed 200 OK in 18ms (Views: 15.1ms | ActiveRecord: 1.0ms) + + +Started GET "/tasks/create" for ::1 at 2016-09-28 15:00:40 -0700 + +ActionController::RoutingError (No route matches [GET] "/tasks/create"): + actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' + web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call' + web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch' + web-console (2.3.0) lib/web_console/middleware.rb:18:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' + railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' + rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' + rack (1.6.4) lib/rack/runtime.rb:18:in `call' + activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' + rack (1.6.4) lib/rack/sendfile.rb:113:in `call' + railties (4.2.7) lib/rails/engine.rb:518:in `call' + railties (4.2.7) lib/rails/application.rb:165:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + rack (1.6.4) lib/rack/content_length.rb:15:in `call' + rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' + + + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.0ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/routes/_table.html.erb (6.2ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (60.5ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (35.9ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (79.3ms) + + +Started POST "/tasks/create" for ::1 at 2016-09-28 15:00:49 -0700 +Processing by TasksController#create as HTML + Parameters: {"title"=>"Buy Christmas presents gain", "description"=>"For Mom, Dad, Cuauh, and Kelli. Buy wrapping paper and tape as well. ", "authenticity_token"=>"z7JWcaUlmmIZStV4RU24gI5hL4dKRRH1TPe4yC9ioJzvj3+kA75RSjAoj0VTDeofZ4UTOAA86exf7pcnMDofcw=="} +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Buy Christmas presents gain"], ["description", "For Mom, Dad, Cuauh, and Kelli. Buy wrapping paper and tape as well. "], ["created_at", "2016-09-28 22:00:49.543298"], ["updated_at", "2016-09-28 22:00:49.543298"]] +  (0.5ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 9ms (ActiveRecord: 1.5ms) + + +Started GET "/" for ::1 at 2016-09-28 15:00:49 -0700 +Processing by TasksController#index as HTML + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.2ms) +Completed 200 OK in 16ms (Views: 15.3ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/show/7" for ::1 at 2016-09-28 15:00:52 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"7"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 7]] + Rendered tasks/show.html.erb within layouts/application (0.2ms) +Completed 200 OK in 23ms (Views: 20.7ms | ActiveRecord: 0.2ms) + + +Started GET "/" for ::1 at 2016-09-28 15:06:01 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (5.0ms) +Completed 200 OK in 22ms (Views: 20.3ms | ActiveRecord: 0.4ms) + + +Started GET "/assets/style.self-2bbcf53bf2d4e43d8d9c8be25ac19703248e529764cc480b2a30a63249dd28d7.css?body=1" for ::1 at 2016-09-28 15:06:01 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-28 15:06:01 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-28 15:06:01 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-28 15:06:01 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-28 15:06:01 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-28 15:06:01 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-28 15:06:01 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-28 15:06:01 -0700 + + +Started GET "/tasks/1/destroy" for ::1 at 2016-09-28 15:06:04 -0700 + +ActionController::RoutingError (No route matches [GET] "/tasks/1/destroy"): + actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' + web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call' + web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch' + web-console (2.3.0) lib/web_console/middleware.rb:18:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' + railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' + rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' + rack (1.6.4) lib/rack/runtime.rb:18:in `call' + activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' + rack (1.6.4) lib/rack/sendfile.rb:113:in `call' + railties (4.2.7) lib/rails/engine.rb:518:in `call' + railties (4.2.7) lib/rails/application.rb:165:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + rack (1.6.4) lib/rack/content_length.rb:15:in `call' + rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' + + + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.7ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (52.7ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (37.2ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (80.4ms) + + +Started GET "/" for ::1 at 2016-09-28 15:06:11 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.8ms) +Completed 200 OK in 15ms (Views: 14.0ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/style.self-2bbcf53bf2d4e43d8d9c8be25ac19703248e529764cc480b2a30a63249dd28d7.css?body=1" for ::1 at 2016-09-28 15:06:11 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-28 15:06:11 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-28 15:06:11 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-28 15:06:11 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-28 15:06:11 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-28 15:06:11 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-28 15:06:11 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-28 15:06:11 -0700 + + +Started GET "/tasks/2/destroy" for ::1 at 2016-09-28 15:06:20 -0700 + +ActionController::RoutingError (No route matches [GET] "/tasks/2/destroy"): + actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' + web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call' + web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch' + web-console (2.3.0) lib/web_console/middleware.rb:18:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' + railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' + rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' + rack (1.6.4) lib/rack/runtime.rb:18:in `call' + activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' + rack (1.6.4) lib/rack/sendfile.rb:113:in `call' + railties (4.2.7) lib/rails/engine.rb:518:in `call' + railties (4.2.7) lib/rails/application.rb:165:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + rack (1.6.4) lib/rack/content_length.rb:15:in `call' + rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' + + + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.8ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (52.8ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (35.5ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (78.7ms) + + +Started GET "/" for ::1 at 2016-09-28 15:08:27 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.1ms) +Completed 200 OK in 17ms (Views: 15.9ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/style.self-2bbcf53bf2d4e43d8d9c8be25ac19703248e529764cc480b2a30a63249dd28d7.css?body=1" for ::1 at 2016-09-28 15:08:27 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-28 15:08:27 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-28 15:08:27 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-28 15:08:27 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-28 15:08:27 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-28 15:08:27 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-28 15:08:27 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-28 15:08:27 -0700 + + +Started DELETE "/tasks/1/destroy" for ::1 at 2016-09-28 15:08:28 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"BPz/X7yiZ6OXmZGoq98+ov0x63bNOzUlPmKmKuBANjgkwdaKGjmsi777y5W9n2w9FNXXyYdCzTwte4nF/xiJ1w==", "id"=>"1"} + Rendered tasks/destroy.html.erb within layouts/application (0.3ms) +Completed 200 OK in 16ms (Views: 15.6ms | ActiveRecord: 0.0ms) + + +Started GET "/tasks/1/destroy" for ::1 at 2016-09-28 15:11:25 -0700 + +ActionController::RoutingError (No route matches [GET] "/tasks/1/destroy"): + actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' + web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call' + web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch' + web-console (2.3.0) lib/web_console/middleware.rb:18:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' + railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' + rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' + rack (1.6.4) lib/rack/runtime.rb:18:in `call' + activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' + rack (1.6.4) lib/rack/sendfile.rb:113:in `call' + railties (4.2.7) lib/rails/engine.rb:518:in `call' + railties (4.2.7) lib/rails/application.rb:165:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + rack (1.6.4) lib/rack/content_length.rb:15:in `call' + rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' + + + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.7ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (52.7ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (36.8ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (81.4ms) + + +Started DELETE "/tasks/2/destroy" for ::1 at 2016-09-28 15:11:34 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"BPz/X7yiZ6OXmZGoq98+ov0x63bNOzUlPmKmKuBANjgkwdaKGjmsi777y5W9n2w9FNXXyYdCzTwte4nF/xiJ1w==", "id"=>"2"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 2]] +  (0.1ms) begin transaction + SQL (0.2ms) DELETE FROM "tasks" WHERE "tasks"."id" = ? [["id", 2]] +  (1.4ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 8ms (ActiveRecord: 2.1ms) + + +Started GET "/" for ::1 at 2016-09-28 15:11:34 -0700 +Processing by TasksController#index as HTML + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.3ms) +Completed 200 OK in 18ms (Views: 17.7ms | ActiveRecord: 0.1ms) + + +Started GET "/" for ::1 at 2016-09-28 15:33:56 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.2ms) +Completed 200 OK in 22ms (Views: 18.8ms | ActiveRecord: 0.4ms) + + +Started GET "/assets/style.self-2bbcf53bf2d4e43d8d9c8be25ac19703248e529764cc480b2a30a63249dd28d7.css?body=1" for ::1 at 2016-09-28 15:33:56 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-28 15:33:56 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-28 15:33:56 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-28 15:33:56 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-28 15:33:56 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-28 15:33:56 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-28 15:33:56 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-28 15:33:56 -0700 + + +Started DELETE "/tasks/5/destroy" for ::1 at 2016-09-28 15:34:04 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"6N4ok7a4XjNtjiWVnV0KWxhfcvzOnmm+8z5TR1nOT7bI4wFGECOVG0Tsf6iLHVjE8btOQ4TnkafgJ3yoRpbwWQ==", "id"=>"5"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 5]] +  (0.1ms) begin transaction + SQL (0.6ms) DELETE FROM "tasks" WHERE "tasks"."id" = ? [["id", 5]] +  (1.7ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 6ms (ActiveRecord: 2.5ms) + + +Started GET "/" for ::1 at 2016-09-28 15:34:04 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.4ms) +Completed 200 OK in 15ms (Views: 14.0ms | ActiveRecord: 0.2ms) + + +Started GET "/" for ::1 at 2016-09-28 15:38:39 -0700 +Processing by TasksController#index as HTML + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.5ms) +Completed 200 OK in 17ms (Views: 16.1ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/style.self-2bbcf53bf2d4e43d8d9c8be25ac19703248e529764cc480b2a30a63249dd28d7.css?body=1" for ::1 at 2016-09-28 15:38:39 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-28 15:38:39 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-28 15:38:39 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-28 15:38:39 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-28 15:38:39 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-28 15:38:39 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-28 15:38:39 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-28 15:38:39 -0700 + + +Started DELETE "/tasks/1/destroy" for ::1 at 2016-09-28 15:38:40 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"3Km205p/nyoubTy1RzTPCN2i1eOPT12gRKTda/fBDR78lJ8GPORUAgcPZohRdJ2XNEbpXMU2pblXvfKE6Jmy8Q==", "id"=>"1"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 1]] +  (0.1ms) begin transaction + SQL (0.2ms) DELETE FROM "tasks" WHERE "tasks"."id" = ? [["id", 1]] +  (1.4ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 4ms (ActiveRecord: 1.7ms) + + +Started GET "/" for ::1 at 2016-09-28 15:38:40 -0700 +Processing by TasksController#index as HTML + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.0ms) +Completed 200 OK in 14ms (Views: 13.0ms | ActiveRecord: 0.1ms) + + +Started GET "/" for ::1 at 2016-09-28 15:39:16 -0700 +Processing by TasksController#index as HTML + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.3ms) +Completed 200 OK in 16ms (Views: 15.6ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/style.self-2bbcf53bf2d4e43d8d9c8be25ac19703248e529764cc480b2a30a63249dd28d7.css?body=1" for ::1 at 2016-09-28 15:39:16 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-28 15:39:16 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-28 15:39:16 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-28 15:39:16 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-28 15:39:16 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-28 15:39:16 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-28 15:39:16 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-28 15:39:16 -0700 + + +Started DELETE "/tasks/7/destroy" for ::1 at 2016-09-28 15:39:26 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"0Y3D6W42DTzN36itZQzXkdS/DkkaiL4M6hgSz1nGhIPxsOo8yK3GFOS98pBzTIUOPVsy9lDxRhX5AT0gRp47bA==", "id"=>"7"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 7]] +  (0.0ms) begin transaction + SQL (0.2ms) DELETE FROM "tasks" WHERE "tasks"."id" = ? [["id", 7]] +  (1.3ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 4ms (ActiveRecord: 1.7ms) + + +Started GET "/" for ::1 at 2016-09-28 15:39:26 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.5ms) +Completed 200 OK in 15ms (Views: 13.7ms | ActiveRecord: 0.2ms) + + +Started GET "/" for ::1 at 2016-09-28 15:41:57 -0700 +Processing by TasksController#index as HTML + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.3ms) +Completed 200 OK in 17ms (Views: 16.2ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/style.self-2bbcf53bf2d4e43d8d9c8be25ac19703248e529764cc480b2a30a63249dd28d7.css?body=1" for ::1 at 2016-09-28 15:41:57 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-28 15:41:57 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-28 15:41:57 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-28 15:41:57 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-28 15:41:57 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-28 15:41:57 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-28 15:41:57 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-28 15:41:57 -0700 + + +Started GET "/tasks/new" for ::1 at 2016-09-28 15:41:58 -0700 +Processing by TasksController#new as HTML + Rendered tasks/new.html.erb within layouts/application (0.2ms) +Completed 200 OK in 28ms (Views: 27.1ms | ActiveRecord: 0.0ms) + + +Started POST "/tasks/create" for ::1 at 2016-09-28 15:42:17 -0700 +Processing by TasksController#create as HTML + Parameters: {"title"=>"Pick grapes", "description"=>"Pick red grapes and place in dehydrator to make raisins. ", "authenticity_token"=>"UYCfkhTNHbwXK+d8Fv1M8KkIxKBit1OoqhfqAT1DoutxvbZHslbWlD5JvUEAvR5vQOz4HyjOq7G5DsXuIhsdBA=="} +  (0.2ms) begin transaction + SQL (0.4ms) INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Pick grapes"], ["description", "Pick red grapes and place in dehydrator to make raisins. "], ["created_at", "2016-09-28 22:42:17.019170"], ["updated_at", "2016-09-28 22:42:17.019170"]] +  (0.5ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 6ms (ActiveRecord: 1.1ms) + + +Started GET "/" for ::1 at 2016-09-28 15:42:17 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.2ms) +Completed 200 OK in 14ms (Views: 12.7ms | ActiveRecord: 0.2ms) + + +Started GET "/" for ::1 at 2016-09-28 15:48:24 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.8ms) +Completed 200 OK in 21ms (Views: 18.6ms | ActiveRecord: 0.5ms) + + +Started GET "/assets/style.self-2bbcf53bf2d4e43d8d9c8be25ac19703248e529764cc480b2a30a63249dd28d7.css?body=1" for ::1 at 2016-09-28 15:48:24 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-28 15:48:24 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-28 15:48:24 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-28 15:48:24 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-28 15:48:24 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-28 15:48:24 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-28 15:48:24 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-28 15:48:24 -0700 + + +Started GET "/tasks/show/3" for ::1 at 2016-09-28 15:48:26 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"3"} + Task Load (0.8ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 3]] + Rendered tasks/show.html.erb within layouts/application (1.2ms) +Completed 500 Internal Server Error in 8ms (ActiveRecord: 0.8ms) + +SyntaxError (/Users/emilyabrash/Documents/TaskListRails/app/views/tasks/show.html.erb:9: syntax error, unexpected ')', expecting keyword_end +...pleted", edit_path(task.id))) );@output_buffer.safe_append=' +... ^): + app/views/tasks/show.html.erb:9: syntax error, unexpected ')', expecting keyword_end + + + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.1ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.8ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (44.5ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (37.0ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.2ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (80.7ms) + + +Started GET "/tasks/show/3" for ::1 at 2016-09-28 15:48:45 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"3"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 3]] + Rendered tasks/show.html.erb within layouts/application (25.9ms) +Completed 500 Internal Server Error in 29ms (ActiveRecord: 0.1ms) + +ActionView::Template::Error (undefined local variable or method `task' for #<#:0x007fc1930b8a68> +Did you mean? @task): + 6: <% if @task.completed_at %> + 7: <%= "Completed!" %> + 8: <% else %> + 9: Not yet complete (<%= link_to("Mark as completed", edit_path(task.id)) %>) + 10: <% end %> + 11:

+ 12:

Date completed:

+ app/views/tasks/show.html.erb:9:in `_app_views_tasks_show_html_erb___3591346368917212832_70234686193980' + + + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.0ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.8ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (45.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (36.2ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (79.5ms) + + +Started GET "/tasks/show/3" for ::1 at 2016-09-28 15:48:57 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"3"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 3]] + Rendered tasks/show.html.erb within layouts/application (1.0ms) +Completed 200 OK in 15ms (Views: 14.2ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/style.self-2bbcf53bf2d4e43d8d9c8be25ac19703248e529764cc480b2a30a63249dd28d7.css?body=1" for ::1 at 2016-09-28 15:48:57 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-28 15:48:57 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-28 15:48:57 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-28 15:48:57 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-28 15:48:57 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-28 15:48:57 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-28 15:48:57 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-28 15:48:57 -0700 + + +Started GET "/tasks/3/edit" for ::1 at 2016-09-28 15:49:03 -0700 +Processing by TasksController#edit as HTML + Parameters: {"id"=>"3"} +Redirected to http://localhost:3000/tasks/3/update +Completed 302 Found in 2ms (ActiveRecord: 0.0ms) + + +Started GET "/tasks/3/update" for ::1 at 2016-09-28 15:49:03 -0700 + +ActionController::RoutingError (No route matches [GET] "/tasks/3/update"): + actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' + web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call' + web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch' + web-console (2.3.0) lib/web_console/middleware.rb:18:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' + railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' + rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' + rack (1.6.4) lib/rack/runtime.rb:18:in `call' + activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' + rack (1.6.4) lib/rack/sendfile.rb:113:in `call' + railties (4.2.7) lib/rails/engine.rb:518:in `call' + railties (4.2.7) lib/rails/application.rb:165:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + rack (1.6.4) lib/rack/content_length.rb:15:in `call' + rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' + + + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.9ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (63.2ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.8ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.2ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (35.0ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.2ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (79.6ms) + + +Started GET "/tasks/show/3" for ::1 at 2016-09-28 15:50:02 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"3"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 3]] + Rendered tasks/show.html.erb within layouts/application (0.7ms) +Completed 200 OK in 12ms (Views: 11.0ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/style.self-2bbcf53bf2d4e43d8d9c8be25ac19703248e529764cc480b2a30a63249dd28d7.css?body=1" for ::1 at 2016-09-28 15:50:02 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-28 15:50:02 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-28 15:50:02 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-28 15:50:02 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-28 15:50:02 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-28 15:50:02 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-28 15:50:02 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-28 15:50:02 -0700 + + +Started PUT "/tasks/3/edit" for ::1 at 2016-09-28 15:50:04 -0700 + +ActionController::RoutingError (No route matches [PUT] "/tasks/3/edit"): + actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' + web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call' + web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch' + web-console (2.3.0) lib/web_console/middleware.rb:18:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' + railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' + rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' + rack (1.6.4) lib/rack/runtime.rb:18:in `call' + activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' + rack (1.6.4) lib/rack/sendfile.rb:113:in `call' + railties (4.2.7) lib/rails/engine.rb:518:in `call' + railties (4.2.7) lib/rails/application.rb:165:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + rack (1.6.4) lib/rack/content_length.rb:15:in `call' + rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' + + + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.8ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (53.8ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.2ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (35.5ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (79.6ms) + + +Started PUT "/tasks/3/edit" for ::1 at 2016-09-28 15:51:35 -0700 + +ActionController::RoutingError (No route matches [PUT] "/tasks/3/edit"): + actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' + web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call' + web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch' + web-console (2.3.0) lib/web_console/middleware.rb:18:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' + railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' + rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' + rack (1.6.4) lib/rack/runtime.rb:18:in `call' + activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' + rack (1.6.4) lib/rack/sendfile.rb:113:in `call' + railties (4.2.7) lib/rails/engine.rb:518:in `call' + railties (4.2.7) lib/rails/application.rb:165:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + rack (1.6.4) lib/rack/content_length.rb:15:in `call' + rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' + + + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.8ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.1ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (53.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (37.2ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (80.4ms) + + +Started GET "/tasks/show/3" for ::1 at 2016-09-28 15:52:14 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"3"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 3]] + Rendered tasks/show.html.erb within layouts/application (0.8ms) +Completed 200 OK in 22ms (Views: 16.5ms | ActiveRecord: 0.4ms) + + +Started GET "/assets/style.self-2bbcf53bf2d4e43d8d9c8be25ac19703248e529764cc480b2a30a63249dd28d7.css?body=1" for ::1 at 2016-09-28 15:52:14 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-28 15:52:14 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-28 15:52:14 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-28 15:52:14 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-28 15:52:14 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-28 15:52:14 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-28 15:52:14 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-28 15:52:14 -0700 + + +Started GET "/tasks/3/edit" for ::1 at 2016-09-28 15:52:17 -0700 +Processing by TasksController#edit as HTML + Parameters: {"authenticity_token"=>"taBWIjbeMqul740LL9CVjpunJJiWcOo3CAYS5tzblkWVnX/3kEX5g4yN1zY5kMcRckMYJ9wJEi4bHz0Jw4Mpqg==", "id"=>"3"} +Redirected to http://localhost:3000/tasks/3/update?method=put +Completed 302 Found in 1ms (ActiveRecord: 0.0ms) + + +Started GET "/tasks/3/update?method=put" for ::1 at 2016-09-28 15:52:17 -0700 + +ActionController::RoutingError (No route matches [GET] "/tasks/3/update"): + actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' + web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call' + web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch' + web-console (2.3.0) lib/web_console/middleware.rb:18:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' + railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' + rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' + rack (1.6.4) lib/rack/runtime.rb:18:in `call' + activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' + rack (1.6.4) lib/rack/sendfile.rb:113:in `call' + railties (4.2.7) lib/rails/engine.rb:518:in `call' + railties (4.2.7) lib/rails/application.rb:165:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + rack (1.6.4) lib/rack/content_length.rb:15:in `call' + rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' + + + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.0ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (53.8ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.6ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (37.6ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.6ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (82.1ms) + + +Started GET "/" for ::1 at 2016-09-28 15:54:42 -0700 +Processing by TasksController#index as HTML + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.6ms) +Completed 200 OK in 26ms (Views: 25.4ms | ActiveRecord: 0.1ms) + + +Started GET "/" for ::1 at 2016-09-28 15:54:43 -0700 +Processing by TasksController#index as HTML + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.0ms) +Completed 200 OK in 20ms (Views: 19.4ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/style.self-2bbcf53bf2d4e43d8d9c8be25ac19703248e529764cc480b2a30a63249dd28d7.css?body=1" for ::1 at 2016-09-28 15:54:43 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-28 15:54:43 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-28 15:54:43 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-28 15:54:43 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-28 15:54:43 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-28 15:54:43 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-28 15:54:43 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-28 15:54:43 -0700 + + +Started GET "/tasks/show/4" for ::1 at 2016-09-28 15:54:45 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"4"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 4]] + Rendered tasks/show.html.erb within layouts/application (1.6ms) +Completed 200 OK in 37ms (Views: 34.2ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/4/edit" for ::1 at 2016-09-28 15:54:47 -0700 +Processing by TasksController#edit as HTML + Parameters: {"id"=>"4"} +Redirected to http://localhost:3000/tasks/4/update?method=put +Completed 302 Found in 2ms (ActiveRecord: 0.0ms) + + +Started GET "/tasks/4/update?method=put" for ::1 at 2016-09-28 15:54:47 -0700 + +ActionController::RoutingError (No route matches [GET] "/tasks/4/update"): + actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' + web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call' + web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch' + web-console (2.3.0) lib/web_console/middleware.rb:18:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' + railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' + rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' + rack (1.6.4) lib/rack/runtime.rb:18:in `call' + activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' + rack (1.6.4) lib/rack/sendfile.rb:113:in `call' + railties (4.2.7) lib/rails/engine.rb:518:in `call' + railties (4.2.7) lib/rails/application.rb:165:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + rack (1.6.4) lib/rack/content_length.rb:15:in `call' + rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' + + + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.9ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.0ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (54.9ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.5ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.5ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (37.8ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.2ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (81.4ms) + + +Started GET "/" for ::1 at 2016-09-28 15:55:33 -0700 +Processing by TasksController#index as HTML + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.2ms) +Completed 200 OK in 19ms (Views: 18.0ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/show/6" for ::1 at 2016-09-28 15:55:54 -0700 + +SyntaxError (/Users/emilyabrash/Documents/TaskListRails/app/controllers/tasks_controller.rb:24: syntax error, unexpected tLABEL + redirect_to (action: "update", :method => "put", id: params[:id]) + ^ +/Users/emilyabrash/Documents/TaskListRails/app/controllers/tasks_controller.rb:24: syntax error, unexpected ',', expecting keyword_end + redirect_to (action: "update", :method => "put", id: params[:id]) + ^ +/Users/emilyabrash/Documents/TaskListRails/app/controllers/tasks_controller.rb:24: syntax error, unexpected ',', expecting keyword_end + redirect_to (action: "update", :method => "put", id: params[:id]) + ^ +/Users/emilyabrash/Documents/TaskListRails/app/controllers/tasks_controller.rb:24: syntax error, unexpected ')', expecting keyword_end +/Users/emilyabrash/Documents/TaskListRails/app/controllers/tasks_controller.rb:31: syntax error, unexpected end-of-input, expecting keyword_end): + app/controllers/tasks_controller.rb:24: syntax error, unexpected tLABEL + app/controllers/tasks_controller.rb:24: syntax error, unexpected ',', expecting keyword_end + app/controllers/tasks_controller.rb:24: syntax error, unexpected ',', expecting keyword_end + app/controllers/tasks_controller.rb:24: syntax error, unexpected ')', expecting keyword_end + app/controllers/tasks_controller.rb:31: syntax error, unexpected end-of-input, expecting keyword_end + + + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (44.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.5ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (36.5ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (78.8ms) + + +Started GET "/tasks/show/6" for ::1 at 2016-09-28 15:57:01 -0700 + +SyntaxError (/Users/emilyabrash/Documents/TaskListRails/app/controllers/tasks_controller.rb:24: syntax error, unexpected tLABEL + redirect_to (action: "update", id: params[:id], :... + ^ +/Users/emilyabrash/Documents/TaskListRails/app/controllers/tasks_controller.rb:24: syntax error, unexpected ',', expecting keyword_end +... redirect_to (action: "update", id: params[:id], :method => ... +... ^ +/Users/emilyabrash/Documents/TaskListRails/app/controllers/tasks_controller.rb:24: syntax error, unexpected =>, expecting &. or :: or '[' or '.' +...e", id: params[:id], :method => 'delete') +... ^ +/Users/emilyabrash/Documents/TaskListRails/app/controllers/tasks_controller.rb:24: syntax error, unexpected ')', expecting keyword_end +/Users/emilyabrash/Documents/TaskListRails/app/controllers/tasks_controller.rb:31: syntax error, unexpected end-of-input, expecting keyword_end): + app/controllers/tasks_controller.rb:24: syntax error, unexpected tLABEL + app/controllers/tasks_controller.rb:24: syntax error, unexpected ',', expecting keyword_end + app/controllers/tasks_controller.rb:24: syntax error, unexpected =>, expecting &. or :: or '[' or '.' + app/controllers/tasks_controller.rb:24: syntax error, unexpected ')', expecting keyword_end + app/controllers/tasks_controller.rb:31: syntax error, unexpected end-of-input, expecting keyword_end + + + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.9ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.9ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (43.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (34.7ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (77.7ms) + + +Started GET "/tasks/show/3" for ::1 at 2016-09-28 15:59:09 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"3"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 3]] + Rendered tasks/show.html.erb within layouts/application (0.2ms) +Completed 200 OK in 24ms (Views: 19.9ms | ActiveRecord: 0.4ms) + + +Started GET "/tasks/3/edit" for ::1 at 2016-09-28 15:59:10 -0700 +Processing by TasksController#edit as HTML + Parameters: {"id"=>"3"} +Completed 500 Internal Server Error in 10ms (ActiveRecord: 0.0ms) + +NoMethodError (undefined method `put' for # +Did you mean? puts + putc): + app/controllers/tasks_controller.rb:24:in `edit' + + + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.1ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.8ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (44.1ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (34.8ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (80.9ms) + + +Started GET "/tasks/show/3" for ::1 at 2016-09-28 15:59:26 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"3"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 3]] + Rendered tasks/show.html.erb within layouts/application (0.2ms) +Completed 200 OK in 16ms (Views: 15.2ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/style.self-2bbcf53bf2d4e43d8d9c8be25ac19703248e529764cc480b2a30a63249dd28d7.css?body=1" for ::1 at 2016-09-28 15:59:26 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-28 15:59:26 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-28 15:59:26 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-28 15:59:26 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-28 15:59:26 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-28 15:59:26 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-28 15:59:26 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-28 15:59:26 -0700 + + +Started GET "/tasks/show/3" for ::1 at 2016-09-28 16:08:53 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"3"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 3]] + Rendered tasks/show.html.erb within layouts/application (1.1ms) +Completed 200 OK in 22ms (Views: 16.9ms | ActiveRecord: 0.5ms) + + +Started GET "/assets/style.self-2bbcf53bf2d4e43d8d9c8be25ac19703248e529764cc480b2a30a63249dd28d7.css?body=1" for ::1 at 2016-09-28 16:08:53 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-28 16:08:53 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-28 16:08:53 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-28 16:08:53 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-28 16:08:53 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-28 16:08:53 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-28 16:08:53 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-28 16:08:53 -0700 + + +Started GET "/tasks/3/update" for ::1 at 2016-09-28 16:08:54 -0700 + +ActionController::RoutingError (No route matches [GET] "/tasks/3/update"): + actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' + web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call' + web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch' + web-console (2.3.0) lib/web_console/middleware.rb:18:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' + railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' + rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' + rack (1.6.4) lib/rack/runtime.rb:18:in `call' + activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' + rack (1.6.4) lib/rack/sendfile.rb:113:in `call' + railties (4.2.7) lib/rails/engine.rb:518:in `call' + railties (4.2.7) lib/rails/application.rb:165:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + rack (1.6.4) lib/rack/content_length.rb:15:in `call' + rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' + + + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.6ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (52.8ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.8ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.5ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (36.5ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.5ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (84.7ms) + + +Started GET "/tasks/3/update" for ::1 at 2016-09-28 16:09:12 -0700 + +ActionController::RoutingError (No route matches [GET] "/tasks/3/update"): + actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' + web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call' + web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch' + web-console (2.3.0) lib/web_console/middleware.rb:18:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' + railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' + rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' + rack (1.6.4) lib/rack/runtime.rb:18:in `call' + activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' + rack (1.6.4) lib/rack/sendfile.rb:113:in `call' + railties (4.2.7) lib/rails/engine.rb:518:in `call' + railties (4.2.7) lib/rails/application.rb:165:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + rack (1.6.4) lib/rack/content_length.rb:15:in `call' + rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' + + + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.9ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (53.9ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.5ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (36.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (80.3ms) + + +Started GET "/tasks/3/update" for ::1 at 2016-09-28 16:10:51 -0700 + +ActionController::RoutingError (No route matches [GET] "/tasks/3/update"): + actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' + web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call' + web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch' + web-console (2.3.0) lib/web_console/middleware.rb:18:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' + railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' + rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' + rack (1.6.4) lib/rack/runtime.rb:18:in `call' + activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' + rack (1.6.4) lib/rack/sendfile.rb:113:in `call' + railties (4.2.7) lib/rails/engine.rb:518:in `call' + railties (4.2.7) lib/rails/application.rb:165:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + rack (1.6.4) lib/rack/content_length.rb:15:in `call' + rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' + + + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.9ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.8ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (56.5ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.5ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.6ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (36.8ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (79.4ms) + + +Started GET "/tasks/show/3" for ::1 at 2016-09-28 16:10:54 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"3"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 3]] + Rendered tasks/show.html.erb within layouts/application (0.7ms) +Completed 200 OK in 16ms (Views: 15.1ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/style.self-2bbcf53bf2d4e43d8d9c8be25ac19703248e529764cc480b2a30a63249dd28d7.css?body=1" for ::1 at 2016-09-28 16:10:54 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-28 16:10:54 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-28 16:10:54 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-28 16:10:54 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-28 16:10:54 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-28 16:10:54 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-28 16:10:54 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-28 16:10:54 -0700 + + +Started PUT "/tasks/3/update" for ::1 at 2016-09-28 16:10:58 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"kCizHhnwvZE2MyjEW/QMboh/EM2KOFhT5oGFYLRI+eawFZrLv2t2uR9RcvlNtF7xYZsscsBBoEr1mKqPqxBGCQ==", "id"=>"3"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 3]] +Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.1ms) + +ArgumentError (wrong number of arguments (given 1, expected 0)): + app/controllers/tasks_controller.rb:10:in `update' + + + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.9ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.7ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (43.2ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.2ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (34.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.2ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (76.8ms) + + +Started PUT "/tasks/3/update" for ::1 at 2016-09-28 16:12:13 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"kCizHhnwvZE2MyjEW/QMboh/EM2KOFhT5oGFYLRI+eawFZrLv2t2uR9RcvlNtF7xYZsscsBBoEr1mKqPqxBGCQ==", "id"=>"3"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 3]] +Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.8ms) + +ArgumentError (wrong number of arguments (given 1, expected 0)): + app/controllers/tasks_controller.rb:11:in `update' + + + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.8ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (43.5ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (35.6ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (81.4ms) + + +Started PUT "/tasks/3/update" for ::1 at 2016-09-28 16:12:38 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"kCizHhnwvZE2MyjEW/QMboh/EM2KOFhT5oGFYLRI+eawFZrLv2t2uR9RcvlNtF7xYZsscsBBoEr1mKqPqxBGCQ==", "id"=>"3"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 3]] +Completed 500 Internal Server Error in 12ms (ActiveRecord: 0.5ms) + +ArgumentError (wrong number of arguments (given 1, expected 0)): + app/controllers/tasks_controller.rb:11:in `update' + + + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.6ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.2ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.8ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (42.9ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.2ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (38.2ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.2ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (83.7ms) + + +Started PUT "/tasks/3/update" for ::1 at 2016-09-28 16:13:38 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"kCizHhnwvZE2MyjEW/QMboh/EM2KOFhT5oGFYLRI+eawFZrLv2t2uR9RcvlNtF7xYZsscsBBoEr1mKqPqxBGCQ==", "id"=>"3"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 3]] +  (0.0ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "completed_at" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["completed_at", "2016-09-28 23:13:38.994631"], ["updated_at", "2016-09-28 23:13:38.995142"], ["id", 3]] +  (1.3ms) commit transaction +Redirected to http://localhost:3000/tasks/show/3 +Completed 302 Found in 9ms (ActiveRecord: 2.0ms) + + +Started GET "/tasks/show/3" for ::1 at 2016-09-28 16:13:39 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"3"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 3]] + Rendered tasks/show.html.erb within layouts/application (0.2ms) +Completed 200 OK in 18ms (Views: 16.9ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/style.self-2bbcf53bf2d4e43d8d9c8be25ac19703248e529764cc480b2a30a63249dd28d7.css?body=1" for ::1 at 2016-09-28 16:13:39 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-28 16:13:39 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-28 16:13:39 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-28 16:13:39 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-28 16:13:39 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-28 16:13:39 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-28 16:13:39 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-28 16:13:39 -0700 + + +Started GET "/tasks/show/3" for ::1 at 2016-09-28 16:19:05 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"3"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 3]] + Rendered tasks/show.html.erb within layouts/application (0.2ms) +Completed 200 OK in 25ms (Views: 17.9ms | ActiveRecord: 0.5ms) + + +Started GET "/assets/style.self-2bbcf53bf2d4e43d8d9c8be25ac19703248e529764cc480b2a30a63249dd28d7.css?body=1" for ::1 at 2016-09-28 16:19:05 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-28 16:19:05 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-28 16:19:05 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-28 16:19:05 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-28 16:19:05 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-28 16:19:05 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-28 16:19:05 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-28 16:19:05 -0700 + + +Started GET "/" for ::1 at 2016-09-28 16:19:09 -0700 +Processing by TasksController#index as HTML + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.6ms) +Completed 200 OK in 29ms (Views: 27.9ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/show/8" for ::1 at 2016-09-28 16:19:10 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"8"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 8]] + Rendered tasks/show.html.erb within layouts/application (0.5ms) +Completed 200 OK in 30ms (Views: 25.9ms | ActiveRecord: 0.1ms) + + +Started PUT "/tasks/8/update" for ::1 at 2016-09-28 16:19:12 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"RZRNmaq9b1OzhpFNneV6XSzbsoI5VbjSuwSI+UGfSoZlqWRMDCake5rky3CLpSjCxT+OPXMsQMuoHacWXsf1aQ==", "id"=>"8"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 8]] +Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms) + +ArgumentError (Invalid Timezone: PDT): + app/controllers/tasks_controller.rb:11:in `update' + + + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.5ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.9ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (47.5ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (40.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (86.2ms) + + +Started PUT "/tasks/8/update" for ::1 at 2016-09-28 16:21:36 -0700 + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"RZRNmaq9b1OzhpFNneV6XSzbsoI5VbjSuwSI+UGfSoZlqWRMDCake5rky3CLpSjCxT+OPXMsQMuoHacWXsf1aQ==", "id"=>"8"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 8]] +  (0.1ms) begin transaction + SQL (1.1ms) UPDATE "tasks" SET "completed_at" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["completed_at", "2016-09-28 23:21:36.507202"], ["updated_at", "2016-09-28 23:21:36.510876"], ["id", 8]] +  (0.5ms) commit transaction +Redirected to http://localhost:3000/tasks/show/8 +Completed 302 Found in 26ms (ActiveRecord: 2.1ms) + + +Started GET "/tasks/show/8" for ::1 at 2016-09-28 16:21:36 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"8"} + Task Load (1.6ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 8]] + Rendered tasks/show.html.erb within layouts/application (1.4ms) +Completed 200 OK in 273ms (Views: 268.7ms | ActiveRecord: 1.6ms) + + +Started GET "/assets/style.self-2bbcf53bf2d4e43d8d9c8be25ac19703248e529764cc480b2a30a63249dd28d7.css?body=1" for ::1 at 2016-09-28 16:21:36 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-28 16:21:36 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-28 16:21:36 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-28 16:21:36 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-28 16:21:36 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-28 16:21:36 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-28 16:21:36 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-28 16:21:36 -0700 + + +Started GET "/tasks/index" for ::1 at 2016-09-28 16:21:46 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.3ms) +Completed 200 OK in 27ms (Views: 24.6ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/show/4" for ::1 at 2016-09-28 16:22:05 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"4"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 4]] + Rendered tasks/show.html.erb within layouts/application (0.4ms) +Completed 200 OK in 25ms (Views: 24.5ms | ActiveRecord: 0.1ms) + + +Started PUT "/tasks/4/update" for ::1 at 2016-09-28 16:22:07 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"Mt226xvnvcoEDUoh3lArdIHeEGRti/VArR1lkZ5IYfUS4J8+vXx24i1vEBzIEHnraDos2yfyDVm+BEp+gRDeGg==", "id"=>"4"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 4]] +  (0.1ms) begin transaction + SQL (0.7ms) UPDATE "tasks" SET "completed_at" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["completed_at", "2016-09-28 23:22:07.330499"], ["updated_at", "2016-09-28 23:22:07.331642"], ["id", 4]] +  (1.8ms) commit transaction +Redirected to http://localhost:3000/tasks/show/4 +Completed 302 Found in 7ms (ActiveRecord: 2.7ms) + + +Started GET "/tasks/show/4" for ::1 at 2016-09-28 16:22:07 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"4"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 4]] + Rendered tasks/show.html.erb within layouts/application (0.2ms) +Completed 200 OK in 15ms (Views: 13.4ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/index" for ::1 at 2016-09-28 16:26:26 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.6ms) +Completed 200 OK in 21ms (Views: 18.6ms | ActiveRecord: 0.4ms) + + +Started GET "/tasks/index" for ::1 at 2016-09-28 16:29:51 -0700 +Processing by TasksController#index as HTML + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (9.5ms) +Completed 500 Internal Server Error in 13ms (ActiveRecord: 0.3ms) + +ActionView::Template::Error (undefined method `id' for nil:NilClass): + 6: <% if task.completed_at %> + 7: [COMPLETED] + 8: <% else %> + 9: [<%= link_to("Mark as completed", update_path(@task.id), :method => 'put') %>] + 10: <% end %> + 11: (<%= link_to("Delete", destroy_path(task.id), :data => {:confirm => 'Are you sure?'}, :method => 'delete') %>) + 12: <% end %> + app/views/tasks/index.html.erb:9:in `block in _app_views_tasks_index_html_erb___425284162274307431_70263106341700' + app/views/tasks/index.html.erb:4:in `_app_views_tasks_index_html_erb___425284162274307431_70263106341700' + + + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.5ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.2ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.8ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (43.7ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (40.2ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.2ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (84.7ms) + + +Started GET "/tasks/index" for ::1 at 2016-09-28 16:29:59 -0700 +Processing by TasksController#index as HTML + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.5ms) +Completed 200 OK in 17ms (Views: 15.6ms | ActiveRecord: 0.3ms) + + +Started GET "/assets/style.self-2bbcf53bf2d4e43d8d9c8be25ac19703248e529764cc480b2a30a63249dd28d7.css?body=1" for ::1 at 2016-09-28 16:29:59 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-28 16:29:59 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-28 16:29:59 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-28 16:29:59 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-28 16:29:59 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-28 16:29:59 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-28 16:29:59 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-28 16:29:59 -0700 + + +Started PUT "/tasks/6/update" for ::1 at 2016-09-28 16:30:07 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"hVdO2neP0t9/jQpDuD973nqIImluUqjCl+2HPU4tUl+lamcP0RQZ91bvUH6ufylBk2we1iQrUNuE9KjSUXXtsA==", "id"=>"6"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 6]] +  (0.0ms) begin transaction + SQL (1.0ms) UPDATE "tasks" SET "completed_at" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["completed_at", "2016-09-28 23:30:07.649132"], ["updated_at", "2016-09-28 23:30:07.649503"], ["id", 6]] +  (0.6ms) commit transaction +Redirected to http://localhost:3000/tasks/show/6 +Completed 302 Found in 5ms (ActiveRecord: 1.8ms) + + +Started GET "/tasks/show/6" for ::1 at 2016-09-28 16:30:07 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"6"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 6]] + Rendered tasks/show.html.erb within layouts/application (0.3ms) +Completed 200 OK in 19ms (Views: 17.7ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/index" for ::1 at 2016-09-28 16:30:11 -0700 +Processing by TasksController#index as HTML + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.6ms) +Completed 200 OK in 29ms (Views: 27.9ms | ActiveRecord: 0.1ms) + + +Started DELETE "/tasks/3/destroy" for ::1 at 2016-09-28 16:30:13 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"S887+Mghqd2L38Ul5xSHvdx6wVUx5MEAfgKWSY8LeLZr8hItbrpi9aK9nxjxVNUiNZ796nudORltG7mmkFPHWQ==", "id"=>"3"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 3]] +  (0.0ms) begin transaction + SQL (0.2ms) DELETE FROM "tasks" WHERE "tasks"."id" = ? [["id", 3]] +  (0.6ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 3ms (ActiveRecord: 0.9ms) + + +Started GET "/" for ::1 at 2016-09-28 16:30:13 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.7ms) +Completed 200 OK in 24ms (Views: 23.2ms | ActiveRecord: 0.2ms) + + +Started DELETE "/tasks/4/destroy" for ::1 at 2016-09-28 16:30:15 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"5ZtZzLCoa4/MD3r1dUP4RPAeD2KdWh/euB9Gr/DHaCTFpnAZFjOgp+VtIMhjA6rbGfoz3dcj58erBmlA75/Xyw==", "id"=>"4"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 4]] +  (0.0ms) begin transaction + SQL (0.2ms) DELETE FROM "tasks" WHERE "tasks"."id" = ? [["id", 4]] +  (1.3ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 3ms (ActiveRecord: 1.6ms) + + +Started GET "/" for ::1 at 2016-09-28 16:30:15 -0700 +Processing by TasksController#index as HTML + Task Load (0.4ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.8ms) +Completed 200 OK in 24ms (Views: 22.0ms | ActiveRecord: 0.4ms) + + +Started DELETE "/tasks/6/destroy" for ::1 at 2016-09-28 16:30:16 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"XMm3j3/O5eQGLXIXBwFlKw7aJgavWl5+wgQnHifp8Gt89J5a2VUuzC9PKCoRQTe05z4aueUjpmfRHQjxOLFPhA==", "id"=>"6"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 6]] +  (0.0ms) begin transaction + SQL (0.2ms) DELETE FROM "tasks" WHERE "tasks"."id" = ? [["id", 6]] +  (1.4ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 3ms (ActiveRecord: 1.6ms) + + +Started GET "/" for ::1 at 2016-09-28 16:30:16 -0700 +Processing by TasksController#index as HTML + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.4ms) +Completed 200 OK in 18ms (Views: 17.3ms | ActiveRecord: 0.3ms) + + +Started DELETE "/tasks/8/destroy" for ::1 at 2016-09-28 16:30:18 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"Fk8YTGH2TLZt2P+Rjkhsoquq+NZm9zWTVexUl2TvjQE2cjGZx22HnkS6payYCD49Qk7EaSyOzYpG9Xt4e7cy7g==", "id"=>"8"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 8]] +  (0.0ms) begin transaction + SQL (0.2ms) DELETE FROM "tasks" WHERE "tasks"."id" = ? [["id", 8]] +  (1.3ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 3ms (ActiveRecord: 1.6ms) + + +Started GET "/" for ::1 at 2016-09-28 16:30:18 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (0.7ms) +Completed 200 OK in 25ms (Views: 22.9ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/new" for ::1 at 2016-09-28 16:30:19 -0700 +Processing by TasksController#new as HTML + Rendered tasks/new.html.erb within layouts/application (0.5ms) +Completed 200 OK in 22ms (Views: 21.1ms | ActiveRecord: 0.0ms) + + +Started GET "/tasks/new" for ::1 at 2016-09-28 16:30:34 -0700 +Processing by TasksController#new as HTML + Rendered tasks/new.html.erb within layouts/application (0.1ms) +Completed 200 OK in 27ms (Views: 26.3ms | ActiveRecord: 0.0ms) + + +Started POST "/tasks/create" for ::1 at 2016-09-28 16:56:25 -0700 +Processing by TasksController#create as HTML + Parameters: {"title"=>"Buy kitten", "description"=>"VERY CUTE ", "authenticity_token"=>"e8Nac0vevoXNKkjoxZtv+Hau2xOgJPOScBER8Hhh8OJb/nOm7UV1reRIEtXT2z1nn0rnrOpdC4tjCD4fZzlPDQ=="} +  (0.0ms) begin transaction + SQL (0.3ms) INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Buy kitten"], ["description", "VERY CUTE "], ["created_at", "2016-09-28 23:56:25.634702"], ["updated_at", "2016-09-28 23:56:25.634702"]] +  (0.5ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 3ms (ActiveRecord: 0.9ms) + + +Started GET "/" for ::1 at 2016-09-28 16:56:25 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.2ms) +Completed 200 OK in 28ms (Views: 26.2ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/index" for ::1 at 2016-09-28 16:56:27 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.2ms) +Completed 200 OK in 25ms (Views: 24.7ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/new" for ::1 at 2016-09-28 16:56:29 -0700 +Processing by TasksController#new as HTML + Rendered tasks/new.html.erb within layouts/application (0.1ms) +Completed 200 OK in 27ms (Views: 25.6ms | ActiveRecord: 0.0ms) + + +Started POST "/tasks/create" for ::1 at 2016-09-28 16:56:36 -0700 +Processing by TasksController#create as HTML + Parameters: {"title"=>"Buy puppy", "description"=>"Very cute puppy ", "authenticity_token"=>"vO5sQWH687wPMoX+dQs27UpymHv3U9z+oXxn63ChX6+c00WUx2E4lCZQ38NjS2Ryo5akxL0qJOeyZUgEb/ngQA=="} +  (0.1ms) begin transaction + SQL (0.4ms) INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Buy puppy"], ["description", "Very cute puppy "], ["created_at", "2016-09-28 23:56:36.521246"], ["updated_at", "2016-09-28 23:56:36.521246"]] +  (0.7ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 6ms (ActiveRecord: 1.3ms) + + +Started GET "/" for ::1 at 2016-09-28 16:56:36 -0700 +Processing by TasksController#index as HTML + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.1ms) +Completed 200 OK in 16ms (Views: 14.8ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/index" for ::1 at 2016-09-28 16:56:38 -0700 +Processing by TasksController#index as HTML + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.6ms) +Completed 200 OK in 24ms (Views: 22.0ms | ActiveRecord: 0.3ms) + + +Started PUT "/tasks/9/update" for ::1 at 2016-09-28 16:56:40 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"mj0Ov5hwMgMFeyN7ClUu1R1TJPt43o4lbv83m4sZs1S6ACdqPuv5KywZeUYcFXxK9LcYRDKndjx95hh0lEEMuw==", "id"=>"9"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 9]] +  (0.1ms) begin transaction + SQL (0.2ms) UPDATE "tasks" SET "completed_at" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["completed_at", "2016-09-28 23:56:40.181648"], ["updated_at", "2016-09-28 23:56:40.182093"], ["id", 9]] +  (1.4ms) commit transaction +Redirected to http://localhost:3000/tasks/show/9 +Completed 302 Found in 5ms (ActiveRecord: 1.8ms) + + +Started GET "/tasks/show/9" for ::1 at 2016-09-28 16:56:40 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"9"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 9]] + Rendered tasks/show.html.erb within layouts/application (0.2ms) +Completed 200 OK in 19ms (Views: 17.9ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/index" for ::1 at 2016-09-28 16:56:43 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.2ms) +Completed 200 OK in 24ms (Views: 23.0ms | ActiveRecord: 0.2ms) + + +Started PUT "/tasks/10/update" for ::1 at 2016-09-28 16:56:46 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"8A5W82OsSgo1KoOCLDcDMUHDBYZ2Vnbu22Ldg101/4LQM38mxTeBIhxI2b86d1GuqCc5OTwvjvfIe/JsQm1AbQ==", "id"=>"10"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 10]] +  (0.0ms) begin transaction + SQL (0.2ms) UPDATE "tasks" SET "completed_at" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["completed_at", "2016-09-28 23:56:46.208450"], ["updated_at", "2016-09-28 23:56:46.208761"], ["id", 10]] +  (1.3ms) commit transaction +Redirected to http://localhost:3000/tasks/show/10 +Completed 302 Found in 4ms (ActiveRecord: 1.7ms) + + +Started GET "/tasks/show/10" for ::1 at 2016-09-28 16:56:46 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"10"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 10]] + Rendered tasks/show.html.erb within layouts/application (0.6ms) +Completed 200 OK in 19ms (Views: 17.8ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/index" for ::1 at 2016-09-28 17:00:53 -0700 +Processing by TasksController#index as HTML + 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.3ms | ActiveRecord: 0.4ms) + + +Started GET "/assets/style.self-2bbcf53bf2d4e43d8d9c8be25ac19703248e529764cc480b2a30a63249dd28d7.css?body=1" for ::1 at 2016-09-28 17:00:53 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-28 17:00:53 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-28 17:00:53 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-28 17:00:53 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-28 17:00:53 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-28 17:00:53 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-28 17:00:53 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-28 17:00:53 -0700 + + +Started GET "/tasks/new" for ::1 at 2016-09-28 17:01:03 -0700 +Processing by TasksController#new as HTML + Rendered tasks/new.html.erb within layouts/application (0.3ms) +Completed 200 OK in 31ms (Views: 30.0ms | ActiveRecord: 0.0ms) + + +Started POST "/tasks/create" for ::1 at 2016-09-28 17:01:19 -0700 +Processing by TasksController#create as HTML + Parameters: {"title"=>"Buy goldfish", "description"=>"Fish purchase ", "authenticity_token"=>"TKGOe6gJqzGG+sHyjWvE7G5g8jx+rc5xCwOo5+jK9UxsnKeuDpJgGa+Ym8+bK5Zzh4TOgzTUNmgYGocI95JKow=="} +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Buy goldfish"], ["description", "Fish purchase "], ["created_at", "2016-09-29 00:01:19.068964"], ["updated_at", "2016-09-29 00:01:19.068964"]] +  (1.1ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 4ms (ActiveRecord: 1.4ms) + + +Started GET "/" for ::1 at 2016-09-28 17:01:19 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.3ms) +Completed 200 OK in 27ms (Views: 25.6ms | ActiveRecord: 0.2ms) + + +Started PUT "/tasks/11/update" for ::1 at 2016-09-28 17:01:20 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"+USsWL+WirD1v5Gm55oVJzUuONAhQh/98P3t9uIObG/ZeYWNGQ1BmNzdy5vx2ke43MoEb2s75+Tj5MIZ/VbTgA==", "id"=>"11"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 11]] +  (0.0ms) begin transaction + SQL (0.2ms) UPDATE "tasks" SET "completed_at" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["completed_at", "2016-09-29 00:01:20.666001"], ["updated_at", "2016-09-29 00:01:20.666382"], ["id", 11]] +  (1.6ms) commit transaction +Redirected to http://localhost:3000/tasks/show/11 +Completed 302 Found in 5ms (ActiveRecord: 2.0ms) + + +Started GET "/tasks/show/11" for ::1 at 2016-09-28 17:01:20 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"11"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 11]] + Rendered tasks/show.html.erb within layouts/application (0.2ms) +Completed 200 OK in 17ms (Views: 15.8ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/index" for ::1 at 2016-09-28 17:01:22 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.4ms) +Completed 200 OK in 25ms (Views: 24.1ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/new" for ::1 at 2016-09-28 21:01:47 -0700 +Processing by TasksController#new as HTML + Rendered tasks/new.html.erb within layouts/application (0.3ms) +Completed 200 OK in 26ms (Views: 24.5ms | ActiveRecord: 0.0ms) + + +Started POST "/tasks/create" for ::1 at 2016-09-28 21:01:58 -0700 +Processing by TasksController#create as HTML + Parameters: {"title"=>"Get drain cleaner", "description"=>"Draino brand. ", "authenticity_token"=>"Vip3jtQBOaHyJaUrzioSGR8+lXS6beKaHi+S5bjHYZN2F15bcpryidtH/xbYakCG9tqpy/AUGoMNNr0Kp5/efA=="} +  (0.1ms) begin transaction + SQL (0.2ms) INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Get drain cleaner"], ["description", "Draino brand. "], ["created_at", "2016-09-29 04:01:58.010452"], ["updated_at", "2016-09-29 04:01:58.010452"]] +  (1.6ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 4ms (ActiveRecord: 1.8ms) + + +Started GET "/" for ::1 at 2016-09-28 21:01:58 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.8ms) +Completed 200 OK in 15ms (Views: 14.3ms | ActiveRecord: 0.2ms) + + +Started PUT "/tasks/12/update" for ::1 at 2016-09-28 21:01:59 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"o29QkdqqKh/lvk+SejLogikXpAs4SGwFHP6TG4F7poeDUnlEfDHhN8zcFa9scrodwPOYtHIxlBwP57z0niMZaA==", "id"=>"12"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 12]] +  (0.1ms) begin transaction + SQL (0.5ms) UPDATE "tasks" SET "completed_at" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["completed_at", "2016-09-29 04:01:59.931990"], ["updated_at", "2016-09-29 04:01:59.932499"], ["id", 12]] +  (1.8ms) commit transaction +Redirected to http://localhost:3000/tasks/show/12 +Completed 302 Found in 7ms (ActiveRecord: 2.5ms) + + +Started GET "/tasks/show/12" for ::1 at 2016-09-28 21:01:59 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"12"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 12]] + Rendered tasks/show.html.erb within layouts/application (0.4ms) +Completed 200 OK in 17ms (Views: 15.6ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/index" for ::1 at 2016-09-28 21:02:04 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.6ms) +Completed 200 OK in 28ms (Views: 26.7ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/index" for ::1 at 2016-09-29 09:26:30 -0700 +Processing by TasksController#index as HTML + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.5ms) +Completed 200 OK in 16ms (Views: 15.0ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/style.self-2bbcf53bf2d4e43d8d9c8be25ac19703248e529764cc480b2a30a63249dd28d7.css?body=1" for ::1 at 2016-09-29 09:26:30 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-29 09:26:30 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-29 09:26:30 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-29 09:26:30 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-29 09:26:30 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-29 09:26:30 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-29 09:26:30 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-29 09:26:30 -0700 + + +Started DELETE "/tasks/9/destroy" for ::1 at 2016-09-29 09:26:34 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"EQvTqoaXErCWgAJ6cQTmkZtEu04mPtS+42MvkW1XOF4xNvp/IAzZmL/iWEdnRLQOcqCH8WxHLKfwegB+cg+HsQ==", "id"=>"9"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 9]] +  (0.1ms) begin transaction + SQL (0.4ms) DELETE FROM "tasks" WHERE "tasks"."id" = ? [["id", 9]] +  (2.4ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 6ms (ActiveRecord: 3.0ms) + + +Started GET "/" for ::1 at 2016-09-29 09:26:34 -0700 +Processing by TasksController#index as HTML + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.0ms) +Completed 200 OK in 20ms (Views: 19.0ms | ActiveRecord: 0.1ms) + + +Started GET "/" for ::1 at 2016-09-29 09:36:36 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.3ms) +Completed 200 OK in 19ms (Views: 16.7ms | ActiveRecord: 0.6ms) + + +Started GET "/assets/style.self-2bbcf53bf2d4e43d8d9c8be25ac19703248e529764cc480b2a30a63249dd28d7.css?body=1" for ::1 at 2016-09-29 09:36:36 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-29 09:36:36 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-29 09:36:36 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-29 09:36:36 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-29 09:36:36 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-29 09:36:36 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-29 09:36:36 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-29 09:36:36 -0700 + + +Started GET "/tasks/new" for ::1 at 2016-09-29 09:36:38 -0700 +Processing by TasksController#new as HTML + Rendered tasks/new.html.erb within layouts/application (0.2ms) +Completed 200 OK in 22ms (Views: 21.3ms | ActiveRecord: 0.0ms) + + +Started POST "/tasks/create" for ::1 at 2016-09-29 09:36:48 -0700 +Processing by TasksController#create as HTML + Parameters: {"title"=>"Buy tulip bulbs", "description"=>"From Holland ", "authenticity_token"=>"fIPOUKWelzmuQdf+qJl0TtquyemRlKdZIxgnwj8U5+lcvueFAwVcEYcjjcO+2SbRM0r1VtvtX0AwAQgtIExYBg=="} +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Buy tulip bulbs"], ["description", "From Holland "], ["created_at", "2016-09-29 16:36:48.946386"], ["updated_at", "2016-09-29 16:36:48.946386"]] +  (0.6ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 4ms (ActiveRecord: 0.9ms) + + +Started GET "/" for ::1 at 2016-09-29 09:36:48 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.8ms) +Completed 200 OK in 25ms (Views: 23.6ms | ActiveRecord: 0.2ms) + + +Started PUT "/tasks/13/update" for ::1 at 2016-09-29 09:36:50 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"lQyiTcxGL5h15ex/QhxZuKOmfzRgLB/McKRw+Z1LjLy1MYuYat3ksFyHtkJUXAsnSkJDiypV59VjvV8WghMzUw==", "id"=>"13"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 13]] +  (0.0ms) begin transaction + SQL (0.2ms) UPDATE "tasks" SET "completed_at" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["completed_at", "2016-09-29 16:36:50.997199"], ["updated_at", "2016-09-29 16:36:50.997528"], ["id", 13]] +  (1.3ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 4ms (ActiveRecord: 1.8ms) + + +Started GET "/" for ::1 at 2016-09-29 09:36:51 -0700 +Processing by TasksController#index as HTML + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.1ms) +Completed 200 OK in 22ms (Views: 20.9ms | ActiveRecord: 0.3ms) + + +Started GET "/tasks/new" for ::1 at 2016-09-29 09:36:54 -0700 +Processing by TasksController#new as HTML + Rendered tasks/new.html.erb within layouts/application (0.3ms) +Completed 200 OK in 22ms (Views: 21.3ms | ActiveRecord: 0.0ms) + + +Started POST "/tasks/create" for ::1 at 2016-09-29 09:37:04 -0700 +Processing by TasksController#create as HTML + Parameters: {"title"=>"Get party dress", "description"=>"Pink with taffeta ", "authenticity_token"=>"jifE9KVnl3k/C7IhWhjlTq0UIeJhsTIe0VVY6P/u+oWuGu0hA/xcURZp6BxMWLfRRPAdXSvIygfCTHcH4LZFag=="} +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Get party dress"], ["description", "Pink with taffeta "], ["created_at", "2016-09-29 16:37:04.719898"], ["updated_at", "2016-09-29 16:37:04.719898"]] +  (0.6ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 3ms (ActiveRecord: 0.9ms) + + +Started GET "/" for ::1 at 2016-09-29 09:37:04 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.5ms) +Completed 200 OK in 18ms (Views: 17.1ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/show/14" for ::1 at 2016-09-29 09:37:07 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"14"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 14]] + Rendered tasks/show.html.erb within layouts/application (0.4ms) +Completed 200 OK in 22ms (Views: 20.6ms | ActiveRecord: 0.2ms) + + +Started PUT "/tasks/14/update" for ::1 at 2016-09-29 09:37:09 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"jqgX1eRMmiA0aJinZc9FnFaiWq8Rxm/lfiz5OTz6iP+ulT4AQtdRCB0KwppzjxcDv0ZmEFu/l/xtNdbWI6I3EA==", "id"=>"14"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 14]] +  (0.1ms) begin transaction + SQL (0.7ms) UPDATE "tasks" SET "completed_at" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["completed_at", "2016-09-29 16:37:09.906046"], ["updated_at", "2016-09-29 16:37:09.906826"], ["id", 14]] +  (1.4ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 7ms (ActiveRecord: 2.3ms) + + +Started GET "/" for ::1 at 2016-09-29 09:37:09 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.8ms) +Completed 200 OK in 17ms (Views: 15.9ms | ActiveRecord: 0.2ms) + + +Started GET "/" for ::1 at 2016-09-29 09:40:46 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.9ms) +Completed 200 OK in 25ms (Views: 23.1ms | ActiveRecord: 0.4ms) + + +Started GET "/assets/style.self-2bbcf53bf2d4e43d8d9c8be25ac19703248e529764cc480b2a30a63249dd28d7.css?body=1" for ::1 at 2016-09-29 09:40:46 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-29 09:40:46 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-29 09:40:46 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-29 09:40:46 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-29 09:40:46 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-29 09:40:46 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-29 09:40:46 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-29 09:40:46 -0700 + + +Started GET "/tasks/new" for ::1 at 2016-09-29 09:40:50 -0700 +Processing by TasksController#new as HTML + Rendered tasks/new.html.erb within layouts/application (0.2ms) +Completed 200 OK in 21ms (Views: 20.5ms | ActiveRecord: 0.0ms) + + +Started POST "/tasks/create" for ::1 at 2016-09-29 09:40:59 -0700 +Processing by TasksController#create as HTML + Parameters: {"title"=>"Buy confetti", "description"=>"Purple and pink ", "authenticity_token"=>"fFK1udH3hpedRvs2wEwewBKXMo6Ff6HY5CBmvNMpEQFcb5xsd2xNv7QkoQvWDExf+3MOMc8GWcH3OUlTzHGu7g=="} +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Buy confetti"], ["description", "Purple and pink "], ["created_at", "2016-09-29 16:40:59.919499"], ["updated_at", "2016-09-29 16:40:59.919499"]] +  (0.5ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 4ms (ActiveRecord: 0.9ms) + + +Started GET "/" for ::1 at 2016-09-29 09:40:59 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.2ms) +Completed 200 OK in 17ms (Views: 16.6ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/new" for ::1 at 2016-09-29 09:41:01 -0700 +Processing by TasksController#new as HTML + Rendered tasks/new.html.erb within layouts/application (0.3ms) +Completed 200 OK in 26ms (Views: 24.5ms | ActiveRecord: 0.0ms) + + +Started POST "/tasks/create" for ::1 at 2016-09-29 09:41:12 -0700 +Processing by TasksController#create as HTML + Parameters: {"title"=>"Make cupcakes", "description"=>"Chocolate with vanilla frosting ", "authenticity_token"=>"KDglRGrRX3e0oEC2LE9H/+b6qsTZzkei3HA7ncthJ/wIBQyRzEqUX53CGos6DxVgDx6We5O3v7vPaRRy1DmYEw=="} +  (0.1ms) begin transaction + SQL (0.5ms) INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Make cupcakes"], ["description", "Chocolate with vanilla frosting "], ["created_at", "2016-09-29 16:41:12.379464"], ["updated_at", "2016-09-29 16:41:12.379464"]] +  (0.6ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 4ms (ActiveRecord: 1.2ms) + + +Started GET "/" for ::1 at 2016-09-29 09:41:12 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.5ms) +Completed 200 OK in 26ms (Views: 24.7ms | ActiveRecord: 0.2ms) + + +Started PUT "/tasks/15/update" for ::1 at 2016-09-29 09:41:14 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"jMqSBNCgd6sThwjv42H3C3XfheVrFy6Hy3tkNK6xKP+s97vRdju8gzrlUtL1IaWUnDu5WiFu1p7YYkvbsemXEA==", "id"=>"15"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 15]] +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "completed_at" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["completed_at", "2016-09-29 16:41:14.192941"], ["updated_at", "2016-09-29 16:41:14.193440"], ["id", 15]] +  (1.5ms) commit transaction + Rendered tasks/update.html.erb within layouts/application (0.4ms) +Completed 200 OK in 28ms (Views: 23.3ms | ActiveRecord: 1.9ms) + + +Started GET "/tasks/show/16" for ::1 at 2016-09-29 09:41:24 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"16"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 16]] + Rendered tasks/show.html.erb within layouts/application (1.0ms) +Completed 200 OK in 21ms (Views: 19.8ms | ActiveRecord: 0.1ms) + + +Started PUT "/tasks/16/update" for ::1 at 2016-09-29 09:41:26 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"fK7N24cEttPd3TcukRvreHJQdQVRw7v1YWLaGZV/BSBck+QOIZ99+/S/bROHW7nnm7RJuhu6Q+xye/X2iie6zw==", "id"=>"16"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 16]] +  (0.1ms) begin transaction + SQL (0.6ms) UPDATE "tasks" SET "completed_at" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["completed_at", "2016-09-29 16:41:26.924181"], ["updated_at", "2016-09-29 16:41:26.925076"], ["id", 16]] +  (2.3ms) commit transaction + Rendered tasks/update.html.erb within layouts/application (0.0ms) +Completed 200 OK in 24ms (Views: 16.6ms | ActiveRecord: 3.1ms) + + +Started GET "/" for ::1 at 2016-09-29 09:54:31 -0700 +Processing by TasksController#index as HTML + Rendered tasks/index.html.erb within layouts/application (1.0ms) +Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.0ms) + +SyntaxError (/Users/emilyabrash/Documents/TaskListRails/app/views/tasks/index.html.erb:9: syntax error, unexpected '=', expecting => +...er => 'index', :hash_of_edits = {:completed_at = DateTime.no... +... ^ +/Users/emilyabrash/Documents/TaskListRails/app/views/tasks/index.html.erb:9: syntax error, unexpected '=', expecting => +...ash_of_edits = {:completed_at = DateTime.now}) );@output_buf... +... ^ +/Users/emilyabrash/Documents/TaskListRails/app/views/tasks/index.html.erb:9: syntax error, unexpected '}', expecting ')' +... {:completed_at = DateTime.now}) );@output_buffer.safe_appen... +... ^ +/Users/emilyabrash/Documents/TaskListRails/app/views/tasks/index.html.erb:10: syntax error, unexpected keyword_end, expecting ')' +'.freeze; end + ^ +/Users/emilyabrash/Documents/TaskListRails/app/views/tasks/index.html.erb:12: syntax error, unexpected keyword_end, expecting ')' +'.freeze; end + ^ +/Users/emilyabrash/Documents/TaskListRails/app/views/tasks/index.html.erb:15: syntax error, unexpected keyword_ensure, expecting ')' +/Users/emilyabrash/Documents/TaskListRails/app/views/tasks/index.html.erb:17: syntax error, unexpected keyword_end, expecting ')'): + app/views/tasks/index.html.erb:9: syntax error, unexpected '=', expecting => + app/views/tasks/index.html.erb:9: syntax error, unexpected '=', expecting => + app/views/tasks/index.html.erb:9: syntax error, unexpected '}', expecting ')' + app/views/tasks/index.html.erb:10: syntax error, unexpected keyword_end, expecting ')' + app/views/tasks/index.html.erb:12: syntax error, unexpected keyword_end, expecting ')' + app/views/tasks/index.html.erb:15: syntax error, unexpected keyword_ensure, expecting ')' + app/views/tasks/index.html.erb:17: syntax error, unexpected keyword_end, expecting ')' + + + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.8ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (46.2ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.5ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (34.8ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (77.9ms) + + +Started GET "/" for ::1 at 2016-09-29 09:54:33 -0700 +Processing by TasksController#index as HTML + Rendered tasks/index.html.erb within layouts/application (0.8ms) +Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms) + +SyntaxError (/Users/emilyabrash/Documents/TaskListRails/app/views/tasks/index.html.erb:9: syntax error, unexpected '=', expecting => +...er => 'index', :hash_of_edits = {:completed_at = DateTime.no... +... ^ +/Users/emilyabrash/Documents/TaskListRails/app/views/tasks/index.html.erb:9: syntax error, unexpected '=', expecting => +...ash_of_edits = {:completed_at = DateTime.now}) );@output_buf... +... ^ +/Users/emilyabrash/Documents/TaskListRails/app/views/tasks/index.html.erb:9: syntax error, unexpected '}', expecting ')' +... {:completed_at = DateTime.now}) );@output_buffer.safe_appen... +... ^ +/Users/emilyabrash/Documents/TaskListRails/app/views/tasks/index.html.erb:10: syntax error, unexpected keyword_end, expecting ')' +'.freeze; end + ^ +/Users/emilyabrash/Documents/TaskListRails/app/views/tasks/index.html.erb:12: syntax error, unexpected keyword_end, expecting ')' +'.freeze; end + ^ +/Users/emilyabrash/Documents/TaskListRails/app/views/tasks/index.html.erb:15: syntax error, unexpected keyword_ensure, expecting ')' +/Users/emilyabrash/Documents/TaskListRails/app/views/tasks/index.html.erb:17: syntax error, unexpected keyword_end, expecting ')'): + app/views/tasks/index.html.erb:9: syntax error, unexpected '=', expecting => + app/views/tasks/index.html.erb:9: syntax error, unexpected '=', expecting => + app/views/tasks/index.html.erb:9: syntax error, unexpected '}', expecting ')' + app/views/tasks/index.html.erb:10: syntax error, unexpected keyword_end, expecting ')' + app/views/tasks/index.html.erb:12: syntax error, unexpected keyword_end, expecting ')' + app/views/tasks/index.html.erb:15: syntax error, unexpected keyword_ensure, expecting ')' + app/views/tasks/index.html.erb:17: syntax error, unexpected keyword_end, expecting ')' + + + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.7ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.7ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.7ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (44.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (38.0ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (80.1ms) + + +Started GET "/" for ::1 at 2016-09-29 09:54:35 -0700 +Processing by TasksController#index as HTML + Rendered tasks/index.html.erb within layouts/application (0.8ms) +Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms) + +SyntaxError (/Users/emilyabrash/Documents/TaskListRails/app/views/tasks/index.html.erb:9: syntax error, unexpected '=', expecting => +...er => 'index', :hash_of_edits = {:completed_at = DateTime.no... +... ^ +/Users/emilyabrash/Documents/TaskListRails/app/views/tasks/index.html.erb:9: syntax error, unexpected '=', expecting => +...ash_of_edits = {:completed_at = DateTime.now}) );@output_buf... +... ^ +/Users/emilyabrash/Documents/TaskListRails/app/views/tasks/index.html.erb:9: syntax error, unexpected '}', expecting ')' +... {:completed_at = DateTime.now}) );@output_buffer.safe_appen... +... ^ +/Users/emilyabrash/Documents/TaskListRails/app/views/tasks/index.html.erb:10: syntax error, unexpected keyword_end, expecting ')' +'.freeze; end + ^ +/Users/emilyabrash/Documents/TaskListRails/app/views/tasks/index.html.erb:12: syntax error, unexpected keyword_end, expecting ')' +'.freeze; end + ^ +/Users/emilyabrash/Documents/TaskListRails/app/views/tasks/index.html.erb:15: syntax error, unexpected keyword_ensure, expecting ')' +/Users/emilyabrash/Documents/TaskListRails/app/views/tasks/index.html.erb:17: syntax error, unexpected keyword_end, expecting ')'): + app/views/tasks/index.html.erb:9: syntax error, unexpected '=', expecting => + app/views/tasks/index.html.erb:9: syntax error, unexpected '=', expecting => + app/views/tasks/index.html.erb:9: syntax error, unexpected '}', expecting ')' + app/views/tasks/index.html.erb:10: syntax error, unexpected keyword_end, expecting ')' + app/views/tasks/index.html.erb:12: syntax error, unexpected keyword_end, expecting ')' + app/views/tasks/index.html.erb:15: syntax error, unexpected keyword_ensure, expecting ')' + app/views/tasks/index.html.erb:17: syntax error, unexpected keyword_end, expecting ')' + + + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.2ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.7ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (43.9ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.7ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (36.6ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.2ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (79.7ms) + + +Started GET "/" for ::1 at 2016-09-29 09:55:28 -0700 +Processing by TasksController#index as HTML + Rendered tasks/index.html.erb within layouts/application (1.5ms) +Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.0ms) + +SyntaxError (/Users/emilyabrash/Documents/TaskListRails/app/views/tasks/index.html.erb:9: syntax error, unexpected '=', expecting => +...er => 'index', :hash_of_edits = {:completed_at => DateTime.n... +... ^ +/Users/emilyabrash/Documents/TaskListRails/app/views/tasks/index.html.erb:9: syntax error, unexpected ')', expecting keyword_end +...ompleted_at => DateTime.now}) );@output_buffer.safe_append='] +... ^): + app/views/tasks/index.html.erb:9: syntax error, unexpected '=', expecting => + app/views/tasks/index.html.erb:9: syntax error, unexpected ')', expecting keyword_end + + + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.2ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.5ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.8ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (44.9ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.2ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (39.2ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (83.5ms) + + +Started GET "/" for ::1 at 2016-09-29 12:01:27 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (5.6ms) +Completed 200 OK in 22ms (Views: 20.4ms | ActiveRecord: 0.5ms) + + +Started GET "/assets/style.self-2bbcf53bf2d4e43d8d9c8be25ac19703248e529764cc480b2a30a63249dd28d7.css?body=1" for ::1 at 2016-09-29 12:01:27 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-29 12:01:27 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-29 12:01:27 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-29 12:01:27 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-29 12:01:27 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-29 12:01:27 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-29 12:01:27 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-29 12:01:27 -0700 + + +Started DELETE "/tasks/15/destroy" for ::1 at 2016-09-29 12:01:37 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"cxatVhWXXzLO7ki7jIKUffq1C8ASKx208p763XYn+axTK4SDswyUGueMEoaawsbiE1E3f1hS5a3hh9UyaX9GQw==", "id"=>"15"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 15]] +  (0.0ms) begin transaction + SQL (0.2ms) DELETE FROM "tasks" WHERE "tasks"."id" = ? [["id", 15]] +  (2.2ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 6ms (ActiveRecord: 2.7ms) + + +Started GET "/" for ::1 at 2016-09-29 12:01:37 -0700 +Processing by TasksController#index as HTML + Task Load (0.6ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.6ms) +Completed 200 OK in 25ms (Views: 23.6ms | ActiveRecord: 0.6ms) + + +Started DELETE "/tasks/12/destroy" for ::1 at 2016-09-29 12:01:38 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"KCOVILLpKD6KgunIFcXqd2B+jgsAaNvQLS0kaR3uClEIHrz1FHLjFqPgs/UDhbjoiZqytEoRI8k+NAuGAra1vg==", "id"=>"12"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 12]] +  (0.1ms) begin transaction + SQL (0.4ms) DELETE FROM "tasks" WHERE "tasks"."id" = ? [["id", 12]] +  (3.5ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 7ms (ActiveRecord: 4.0ms) + + +Started GET "/" for ::1 at 2016-09-29 12:01:38 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.6ms) +Completed 200 OK in 20ms (Views: 18.9ms | ActiveRecord: 0.2ms) + + +Started DELETE "/tasks/13/destroy" for ::1 at 2016-09-29 12:01:38 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"ehqlRtLb9xniMBWLirWj2n74brRHjtPeAkIQosdVUdRaJ4yTdEA8MctST7ac9fFFlxxSCw33K8cRWz9N2A3uOw==", "id"=>"13"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 13]] +  (0.0ms) begin transaction + SQL (0.2ms) DELETE FROM "tasks" WHERE "tasks"."id" = ? [["id", 13]] +  (1.8ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 5ms (ActiveRecord: 2.1ms) + + +Started GET "/" for ::1 at 2016-09-29 12:01:38 -0700 +Processing by TasksController#index as HTML + Task Load (0.4ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.3ms) +Completed 200 OK in 17ms (Views: 16.5ms | ActiveRecord: 0.4ms) + + +Started GET "/tasks/new" for ::1 at 2016-09-29 12:01:40 -0700 +Processing by TasksController#new as HTML + Rendered tasks/new.html.erb within layouts/application (0.2ms) +Completed 200 OK in 23ms (Views: 22.3ms | ActiveRecord: 0.0ms) + + +Started POST "/tasks/create" for ::1 at 2016-09-29 12:01:47 -0700 +Processing by TasksController#create as HTML + Parameters: {"title"=>"Buy flour", "description"=>"Whole wheat ", "authenticity_token"=>"9ETZqMNHdxnLNz8VxRbqKZbqZVhotEQSWb4MYyCGR93UefB9Zdy8MeJVZSjTVri2fw5Z5yLNvAtKpyOMP974Mg=="} +  (0.1ms) begin transaction + SQL (0.4ms) INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Buy flour"], ["description", "Whole wheat "], ["created_at", "2016-09-29 19:01:47.531055"], ["updated_at", "2016-09-29 19:01:47.531055"]] +  (0.7ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 5ms (ActiveRecord: 1.3ms) + + +Started GET "/" for ::1 at 2016-09-29 12:01:47 -0700 +Processing by TasksController#index as HTML + Task Load (0.4ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.5ms) +Completed 200 OK in 28ms (Views: 26.5ms | ActiveRecord: 0.4ms) + + +Started PUT "/tasks/17/update" for ::1 at 2016-09-29 12:01:49 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"LY69J2pvDMLsgQMWvGShJDcfsQPZSQICLLT36GguBJ8Ns5TyzPTH6sXjWSuqJPO73vuNvJMw+hs/rdgHd3a7cA==", "id"=>"17"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 17]] +Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms) + +NoMethodError (undefined method `each' for nil:NilClass): + app/controllers/tasks_controller.rb:15:in `update' + + + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.9ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (44.9ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (39.9ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (86.8ms) + + +Started PUT "/tasks/17/update" for ::1 at 2016-09-29 12:03:33 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"LY69J2pvDMLsgQMWvGShJDcfsQPZSQICLLT36GguBJ8Ns5TyzPTH6sXjWSuqJPO73vuNvJMw+hs/rdgHd3a7cA==", "id"=>"17"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 17]] +Completed 500 Internal Server Error in 7ms (ActiveRecord: 0.6ms) + +NoMethodError (undefined method `each' for nil:NilClass): + app/controllers/tasks_controller.rb:17:in `update' + + + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.2ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.9ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.8ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (42.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (36.0ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (80.3ms) + + +Started PUT "/tasks/17/update" for ::1 at 2016-09-29 12:06:18 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"LY69J2pvDMLsgQMWvGShJDcfsQPZSQICLLT36GguBJ8Ns5TyzPTH6sXjWSuqJPO73vuNvJMw+hs/rdgHd3a7cA==", "id"=>"17"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 17]] +Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms) + +NoMethodError (undefined method `each' for nil:NilClass): + app/controllers/tasks_controller.rb:17:in `update' + + + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.1ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.7ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (50.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (1.2ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (44.9ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (92.0ms) + + +Started PUT "/tasks/17/update" for ::1 at 2016-09-29 12:06:22 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"LY69J2pvDMLsgQMWvGShJDcfsQPZSQICLLT36GguBJ8Ns5TyzPTH6sXjWSuqJPO73vuNvJMw+hs/rdgHd3a7cA==", "id"=>"17"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 17]] +Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.1ms) + +NoMethodError (undefined method `each' for nil:NilClass): + app/controllers/tasks_controller.rb:17:in `update' + + + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.1ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.7ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (41.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (45.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (93.7ms) + + +Started GET "/" for ::1 at 2016-09-29 12:09:57 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.8ms) +Completed 200 OK in 21ms (Views: 19.4ms | ActiveRecord: 0.5ms) + + +Started GET "/assets/style.self-2bbcf53bf2d4e43d8d9c8be25ac19703248e529764cc480b2a30a63249dd28d7.css?body=1" for ::1 at 2016-09-29 12:09:57 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-29 12:09:57 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-29 12:09:57 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-29 12:09:57 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-29 12:09:57 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-29 12:09:57 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-29 12:09:57 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-29 12:09:57 -0700 + + +Started PUT "/tasks/17/update" for ::1 at 2016-09-29 12:09:59 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"xO78OEyUDjACgp1qhfsvVsCZ+T5VFwvVGWg2xw/aFvTk09Xt6g/FGCvgx1eTu33JKX3FgR9u88wKcRkoEIKpGw==", "id"=>"17"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 17]] +  (0.0ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "completed_at" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["completed_at", "2016-09-29 19:09:59.226000"], ["updated_at", "2016-09-29 19:09:59.226522"], ["id", 17]] +  (1.3ms) commit transaction + Rendered tasks/update.html.erb within layouts/application (0.1ms) +Completed 200 OK in 30ms (Views: 24.8ms | ActiveRecord: 1.8ms) + + +Started GET "/" for ::1 at 2016-09-29 12:17:33 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.1ms) +Completed 200 OK in 18ms (Views: 17.4ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/style.self-2bbcf53bf2d4e43d8d9c8be25ac19703248e529764cc480b2a30a63249dd28d7.css?body=1" for ::1 at 2016-09-29 12:17:33 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-29 12:17:33 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-29 12:17:33 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-29 12:17:33 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-29 12:17:33 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-29 12:17:33 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-29 12:17:33 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-29 12:17:33 -0700 + + +Started GET "/tasks/new" for ::1 at 2016-09-29 12:17:38 -0700 +Processing by TasksController#new as HTML + Rendered tasks/new.html.erb within layouts/application (0.3ms) +Completed 200 OK in 22ms (Views: 21.5ms | ActiveRecord: 0.0ms) + + +Started POST "/tasks/create" for ::1 at 2016-09-29 12:17:50 -0700 +Processing by TasksController#create as HTML + Parameters: {"title"=>"Exercise", "description"=>"Use elliptical machine 30 min. ", "authenticity_token"=>"QK5hgkJsUcxym9Un4mf7fdQt7s1ooC9s7y6IF37Hm59gk0hX5Pea5Fv5jxr0J6niPcnSciLZ13X8N6f4YZ8kcA=="} +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Exercise"], ["description", "Use elliptical machine 30 min. "], ["created_at", "2016-09-29 19:17:50.772983"], ["updated_at", "2016-09-29 19:17:50.772983"]] +  (0.5ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 3ms (ActiveRecord: 0.9ms) + + +Started GET "/" for ::1 at 2016-09-29 12:17:50 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.4ms) +Completed 200 OK in 21ms (Views: 20.0ms | ActiveRecord: 0.2ms) + + +Started PUT "/tasks/id=18&sender=index/update" for ::1 at 2016-09-29 12:17:52 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"YLo/u0nDRMOkFXOJNrWEqI+w3fe8Xqqxmo1um2DXTGdAhxZu71iP6413KbQg9dY3ZlThSPYnUqiJlEF0f4/ziA==", "id"=>"id=18&sender=index"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 0]] +Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms) + +ActiveRecord::RecordNotFound (Couldn't find Task with 'id'=id=18&sender=index): + app/controllers/tasks_controller.rb:11:in `update' + + + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.7ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.8ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (43.0ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (37.0ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.5ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (81.6ms) + + +Started PUT "/tasks/id=18&sender=index/update" for ::1 at 2016-09-29 12:18:11 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"YLo/u0nDRMOkFXOJNrWEqI+w3fe8Xqqxmo1um2DXTGdAhxZu71iP6413KbQg9dY3ZlThSPYnUqiJlEF0f4/ziA==", "id"=>"id=18&sender=index"} +Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms) + +TypeError (no implicit conversion of Symbol into Integer): + app/controllers/tasks_controller.rb:11:in `[]' + app/controllers/tasks_controller.rb:11:in `update' + + + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.5ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.0ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.8ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (42.8ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.2ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (37.2ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.2ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (79.6ms) + + +Started GET "/" for ::1 at 2016-09-29 12:18:13 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (6.2ms) +Completed 200 OK in 20ms (Views: 19.0ms | ActiveRecord: 0.6ms) + + +Started GET "/assets/style.self-2bbcf53bf2d4e43d8d9c8be25ac19703248e529764cc480b2a30a63249dd28d7.css?body=1" for ::1 at 2016-09-29 12:18:13 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-29 12:18:13 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-29 12:18:13 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-29 12:18:13 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-29 12:18:13 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-29 12:18:13 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-29 12:18:13 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-29 12:18:13 -0700 + + +Started PUT "/tasks/id=18&sender=index/update" for ::1 at 2016-09-29 12:18:15 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"Nam9ZM3tjrHQNkpm2g1Y1wC4VFnlRyBPhBcs5BLubukVlJSxa3ZFmflUEFvMTQpI6Vxo5q8+2FaXDgMLDbbRBg==", "id"=>"id=18&sender=index"} +Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) + +TypeError (no implicit conversion of Symbol into Integer): + app/controllers/tasks_controller.rb:11:in `[]' + app/controllers/tasks_controller.rb:11:in `update' + + + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (49.7ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.5ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (36.2ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (78.4ms) + + +Started GET "/" for ::1 at 2016-09-29 12:19:27 -0700 +Processing by TasksController#index as HTML + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.0ms) +Completed 200 OK in 23ms (Views: 22.6ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/style.self-2bbcf53bf2d4e43d8d9c8be25ac19703248e529764cc480b2a30a63249dd28d7.css?body=1" for ::1 at 2016-09-29 12:19:27 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-29 12:19:27 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-29 12:19:27 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-29 12:19:27 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-29 12:19:27 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-29 12:19:27 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-29 12:19:27 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-29 12:19:27 -0700 + + +Started PUT "/tasks/id=18&sender=index/update" for ::1 at 2016-09-29 12:19:28 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"fTNOVEYNJPOk3lBR//pwL++jU5ixF3mpdec4Od7glwRdDmeB4Jbv2428CmzpuiKwBkdvJ/tugbBm/hfWwbgo6w==", "id"=>"id=18&sender=index"} +Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) + +TypeError (no implicit conversion of Symbol into Integer): + app/controllers/tasks_controller.rb:11:in `[]' + app/controllers/tasks_controller.rb:11:in `update' + + + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.8ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (41.8ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (36.1ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (80.5ms) + + +Started GET "/" for ::1 at 2016-09-29 12:20:03 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.6ms) +Completed 200 OK in 21ms (Views: 18.7ms | ActiveRecord: 0.4ms) + + +Started GET "/assets/style.self-2bbcf53bf2d4e43d8d9c8be25ac19703248e529764cc480b2a30a63249dd28d7.css?body=1" for ::1 at 2016-09-29 12:20:03 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-29 12:20:03 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-29 12:20:03 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-29 12:20:03 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-29 12:20:03 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-29 12:20:03 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-29 12:20:03 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-29 12:20:03 -0700 + + +Started PUT "/tasks/id=18&sender=index/update" for ::1 at 2016-09-29 12:20:05 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"oPv9iPbGMEBar3EfAWSRrk4iKH6tSzBFlued3tsjUMOAxtRdUF37aHPNKyIXJMMxp8YUwecyyFyF/rIxxHvvLA==", "id"=>"id=18&sender=index"} +Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) + +TypeError (no implicit conversion of Symbol into Integer): + app/controllers/tasks_controller.rb:11:in `[]' + app/controllers/tasks_controller.rb:11:in `update' + + + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.2ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.7ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (43.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (37.7ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (83.8ms) + + +Started PUT "/tasks/id=18&sender=index/update" for ::1 at 2016-09-29 12:20:59 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"oPv9iPbGMEBar3EfAWSRrk4iKH6tSzBFlued3tsjUMOAxtRdUF37aHPNKyIXJMMxp8YUwecyyFyF/rIxxHvvLA==", "id"=>"id=18&sender=index"} +Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms) + +TypeError (no implicit conversion of Symbol into Integer): + app/controllers/tasks_controller.rb:13:in `[]' + app/controllers/tasks_controller.rb:13:in `update' + + + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.5ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.7ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (45.2ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.2ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.5ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (40.2ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.2ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (84.9ms) + + +Started PUT "/tasks/id=18&sender=index/update" for ::1 at 2016-09-29 12:22:35 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"oPv9iPbGMEBar3EfAWSRrk4iKH6tSzBFlued3tsjUMOAxtRdUF37aHPNKyIXJMMxp8YUwecyyFyF/rIxxHvvLA==", "id"=>"id=18&sender=index"} +Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms) + +TypeError (no implicit conversion of Symbol into Integer): + app/controllers/tasks_controller.rb:11:in `[]' + app/controllers/tasks_controller.rb:11:in `update' + + + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.8ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.7ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (43.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (2.5ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (41.9ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (86.7ms) + + +Started GET "/" for ::1 at 2016-09-29 12:22:38 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (5.0ms) +Completed 200 OK in 22ms (Views: 20.8ms | ActiveRecord: 0.4ms) + + +Started GET "/assets/style.self-2bbcf53bf2d4e43d8d9c8be25ac19703248e529764cc480b2a30a63249dd28d7.css?body=1" for ::1 at 2016-09-29 12:22:38 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-29 12:22:38 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-29 12:22:38 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-29 12:22:38 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-29 12:22:38 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-29 12:22:38 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-29 12:22:38 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-29 12:22:38 -0700 + + +Started PUT "/tasks/18/update" for ::1 at 2016-09-29 12:22:45 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"4aiSfvOPzqzFffxLST9KwWP7pC6zf+P+fxFJUfHE/zvBlburVRQFhOwfpnZffxheih+YkfkGG+dsCGa+7pxA1A==", "id"=>"18"} +Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) + +TypeError (no implicit conversion of Symbol into Integer): + app/controllers/tasks_controller.rb:11:in `[]' + app/controllers/tasks_controller.rb:11:in `update' + + + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.0ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.0ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.8ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (44.2ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.5ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (36.6ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (83.5ms) + + +Started PUT "/tasks/18/update" for ::1 at 2016-09-29 12:22:55 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"4aiSfvOPzqzFffxLST9KwWP7pC6zf+P+fxFJUfHE/zvBlburVRQFhOwfpnZffxheih+YkfkGG+dsCGa+7pxA1A==", "id"=>"18"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 18]] +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "completed_at" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["completed_at", "2016-09-29 19:22:55.781526"], ["updated_at", "2016-09-29 19:22:55.782040"], ["id", 18]] +  (1.6ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 10ms (ActiveRecord: 2.3ms) + + +Started GET "/" for ::1 at 2016-09-29 12:22:55 -0700 +Processing by TasksController#index as HTML + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.7ms) +Completed 200 OK in 17ms (Views: 16.4ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/new" for ::1 at 2016-09-29 12:22:59 -0700 +Processing by TasksController#new as HTML + Rendered tasks/new.html.erb within layouts/application (0.3ms) +Completed 200 OK in 23ms (Views: 22.2ms | ActiveRecord: 0.0ms) + + +Started POST "/tasks/create" for ::1 at 2016-09-29 12:23:04 -0700 +Processing by TasksController#create as HTML + Parameters: {"title"=>"Eat fish", "description"=>"Lots ", "authenticity_token"=>"7P6XNVE55U8d12Gzo76sJVs/9jFQbXJytY2QLarob//Mw77g96IuZzS1O461/v66stvKjhoUimumlL/CtbDQEA=="} +  (0.2ms) begin transaction + SQL (0.4ms) INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Eat fish"], ["description", "Lots "], ["created_at", "2016-09-29 19:23:04.183159"], ["updated_at", "2016-09-29 19:23:04.183159"]] +  (2.1ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 7ms (ActiveRecord: 2.7ms) + + +Started GET "/" for ::1 at 2016-09-29 12:23:04 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.5ms) +Completed 200 OK in 33ms (Views: 32.2ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/show/19" for ::1 at 2016-09-29 12:23:06 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"19"} + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 19]] + Rendered tasks/show.html.erb within layouts/application (1.3ms) +Completed 200 OK in 28ms (Views: 26.1ms | ActiveRecord: 0.3ms) + + +Started PUT "/tasks/19/update" for ::1 at 2016-09-29 12:23:08 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"ypy2Gtol57R9DuNEDgO+YYmx//HzBFu6FfCsGzKylMjqoZ/PfL4snFRsuXkYQ+z+YFXDTrl9o6MG6YP0LeorJw==", "id"=>"19"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 19]] +  (0.1ms) begin transaction + SQL (0.2ms) UPDATE "tasks" SET "completed_at" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["completed_at", "2016-09-29 19:23:08.076406"], ["updated_at", "2016-09-29 19:23:08.076835"], ["id", 19]] +  (1.3ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 4ms (ActiveRecord: 1.7ms) + + +Started GET "/" for ::1 at 2016-09-29 12:23:08 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.3ms) +Completed 200 OK in 23ms (Views: 21.5ms | ActiveRecord: 0.2ms) + + +Started GET "/" for ::1 at 2016-09-29 12:55:37 -0700 +Processing by TasksController#index as HTML + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.6ms) +Completed 200 OK in 22ms (Views: 21.6ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/style.self-2bbcf53bf2d4e43d8d9c8be25ac19703248e529764cc480b2a30a63249dd28d7.css?body=1" for ::1 at 2016-09-29 12:55:37 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-29 12:55:37 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-29 12:55:37 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-29 12:55:37 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-29 12:55:37 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-29 12:55:37 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-29 12:55:37 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-29 12:55:37 -0700 + + +Started GET "/tasks/new" for ::1 at 2016-09-29 12:55:41 -0700 +Processing by TasksController#new as HTML + Rendered tasks/new.html.erb within layouts/application (0.2ms) +Completed 200 OK in 22ms (Views: 21.6ms | ActiveRecord: 0.0ms) + + +Started POST "/tasks/create" for ::1 at 2016-09-29 12:55:47 -0700 +Processing by TasksController#create as HTML + Parameters: {"title"=>"Eat rice", "description"=>"Brown rice ", "authenticity_token"=>"itlxnVVuiq5zRAP12o6zh82Pzn7RV3DgIgcBsRzEXgmq5FhI8/VBhlomWcjMzuEYJGvywZsuiPkxHi5eA5zh5g=="} +  (0.2ms) begin transaction + SQL (0.3ms) INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Eat rice"], ["description", "Brown rice "], ["created_at", "2016-09-29 19:55:47.848647"], ["updated_at", "2016-09-29 19:55:47.848647"]] +  (1.8ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 6ms (ActiveRecord: 2.3ms) + + +Started GET "/" for ::1 at 2016-09-29 12:55:47 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 20]] +  (0.1ms) begin transaction + SQL (0.4ms) UPDATE "tasks" SET "completed_at" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["completed_at", "2016-09-29 19:55:47.865852"], ["updated_at", "2016-09-29 19:55:47.867305"], ["id", 20]] +  (0.9ms) commit transaction + Rendered tasks/index.html.erb within layouts/application (39.6ms) +Completed 500 Internal Server Error in 44ms (ActiveRecord: 1.6ms) + +ActionView::Template::Error (undefined method `task_path' for #<#:0x007fced1030140> +Did you mean? asset_path): + 6: <% if task.completed_at %> + 7: [COMPLETED] + 8: <% else %> + 9: [<%= link_to("Mark as completed", Task.update(task.id, :completed_at => DateTime.now), :method => 'put') %>] + 10: <% end %> + 11: (<%= link_to("Delete", destroy_path(task.id), :data => {:confirm => 'Are you sure?'}, :method => 'delete') %>) + 12: <% end %> + app/views/tasks/index.html.erb:9:in `block in _app_views_tasks_index_html_erb___425284162274307431_70263112602320' + app/views/tasks/index.html.erb:4:in `_app_views_tasks_index_html_erb___425284162274307431_70263112602320' + + + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.8ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (48.1ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.5ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (37.1ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (83.8ms) + + +Started GET "/" for ::1 at 2016-09-29 13:19:03 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (18.7ms) +Completed 200 OK in 36ms (Views: 33.9ms | ActiveRecord: 0.5ms) + + +Started GET "/assets/style.self-2bbcf53bf2d4e43d8d9c8be25ac19703248e529764cc480b2a30a63249dd28d7.css?body=1" for ::1 at 2016-09-29 13:19:03 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-29 13:19:03 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-29 13:19:03 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-29 13:19:03 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-29 13:19:03 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-29 13:19:03 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-29 13:19:03 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-29 13:19:03 -0700 + + +Started GET "/tasks/show/20" for ::1 at 2016-09-29 13:19:06 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"20"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 20]] + Rendered tasks/show.html.erb within layouts/application (0.3ms) +Completed 200 OK in 24ms (Views: 21.4ms | ActiveRecord: 0.2ms) + + +Started GET "/" for ::1 at 2016-09-29 13:21:59 -0700 +Processing by TasksController#index as HTML + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.9ms) +Completed 200 OK in 16ms (Views: 15.3ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/style.self-2bbcf53bf2d4e43d8d9c8be25ac19703248e529764cc480b2a30a63249dd28d7.css?body=1" for ::1 at 2016-09-29 13:21:59 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-29 13:21:59 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-29 13:21:59 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-29 13:21:59 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-29 13:21:59 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-29 13:21:59 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-29 13:21:59 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-29 13:21:59 -0700 + + +Started GET "/tasks/show/20" for ::1 at 2016-09-29 13:22:02 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"20"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 20]] + Rendered tasks/show.html.erb within layouts/application (1.2ms) +Completed 200 OK in 24ms (Views: 22.5ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/20/edit" for ::1 at 2016-09-29 13:22:03 -0700 +Processing by TasksController#edit as HTML + Parameters: {"id"=>"20"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 20]] + Rendered tasks/edit.html.erb within layouts/application (0.5ms) +Completed 200 OK in 22ms (Views: 19.8ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/20/edit" for ::1 at 2016-09-29 13:24:05 -0700 +Processing by TasksController#edit as HTML + Parameters: {"id"=>"20"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 20]] + Rendered tasks/edit.html.erb within layouts/application (0.6ms) +Completed 200 OK in 14ms (Views: 12.9ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/style.self-2bbcf53bf2d4e43d8d9c8be25ac19703248e529764cc480b2a30a63249dd28d7.css?body=1" for ::1 at 2016-09-29 13:24:05 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-29 13:24:05 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-29 13:24:05 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-29 13:24:05 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-29 13:24:05 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-29 13:24:05 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-29 13:24:05 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-29 13:24:05 -0700 + + +Started GET "/tasks/20/edit" for ::1 at 2016-09-29 13:24:15 -0700 +Processing by TasksController#edit as HTML + Parameters: {"id"=>"20"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 20]] + Rendered tasks/edit.html.erb within layouts/application (0.8ms) +Completed 200 OK in 17ms (Views: 15.6ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/style.self-2bbcf53bf2d4e43d8d9c8be25ac19703248e529764cc480b2a30a63249dd28d7.css?body=1" for ::1 at 2016-09-29 13:24:15 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-29 13:24:15 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-29 13:24:15 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-29 13:24:15 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-29 13:24:15 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-29 13:24:15 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-29 13:24:15 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-29 13:24:15 -0700 + + +Started GET "/tasks/20/update?title=Eat+rice&description=Brown+rice++NOW%0D%0A++&authenticity_token=7G6UYHhLSyJl23P4ZLgXYYE9rDhvWUOupYgYKpxrtLPMU7213tCACky5KcVy%2BEX%2BaNmQhyUgu7e2kTfFgzMLXA%3D%3D" for ::1 at 2016-09-29 13:24:32 -0700 + +ActionController::RoutingError (No route matches [GET] "/tasks/20/update"): + actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' + web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call' + web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch' + web-console (2.3.0) lib/web_console/middleware.rb:18:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' + railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' + rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' + rack (1.6.4) lib/rack/runtime.rb:18:in `call' + activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' + rack (1.6.4) lib/rack/sendfile.rb:113:in `call' + railties (4.2.7) lib/rails/engine.rb:518:in `call' + railties (4.2.7) lib/rails/application.rb:165:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + rack (1.6.4) lib/rack/content_length.rb:15:in `call' + rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' + + + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.8ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/routes/_table.html.erb (5.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (67.8ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (41.7ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (91.6ms) + + +Started GET "/tasks/20/update?title=Eat+rice&description=Brown+rice++NOW%0D%0A++&authenticity_token=7G6UYHhLSyJl23P4ZLgXYYE9rDhvWUOupYgYKpxrtLPMU7213tCACky5KcVy%2BEX%2BaNmQhyUgu7e2kTfFgzMLXA%3D%3D" for ::1 at 2016-09-29 13:25:19 -0700 + +ActionController::RoutingError (No route matches [GET] "/tasks/20/update"): + actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' + web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call' + web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch' + web-console (2.3.0) lib/web_console/middleware.rb:18:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' + railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' + rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' + rack (1.6.4) lib/rack/runtime.rb:18:in `call' + activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' + rack (1.6.4) lib/rack/sendfile.rb:113:in `call' + railties (4.2.7) lib/rails/engine.rb:518:in `call' + railties (4.2.7) lib/rails/application.rb:165:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + rack (1.6.4) lib/rack/content_length.rb:15:in `call' + rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' + + + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.8ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.2ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (61.6ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (42.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.5ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (92.3ms) + + +Started GET "/tasks/20/edit" for ::1 at 2016-09-29 13:25:21 -0700 +Processing by TasksController#edit as HTML + Parameters: {"id"=>"20"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 20]] + Rendered tasks/edit.html.erb within layouts/application (1.1ms) +Completed 200 OK in 16ms (Views: 14.8ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/style.self-2bbcf53bf2d4e43d8d9c8be25ac19703248e529764cc480b2a30a63249dd28d7.css?body=1" for ::1 at 2016-09-29 13:25:21 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-29 13:25:21 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-29 13:25:22 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-29 13:25:22 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-29 13:25:22 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-29 13:25:22 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-29 13:25:22 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-29 13:25:22 -0700 + + +Started PUT "/tasks/20/update" for ::1 at 2016-09-29 13:25:30 -0700 +Processing by TasksController#update as HTML + Parameters: {"title"=>"Eat rice", "description"=>"Brown rice NOW\r\n ", "authenticity_token"=>"wICwFArTu4weZm791wFs0xdjI7YPDhV8Sy0cJK4P+x/gvZnBrEhwpDcENMDBQT5M/ocfCUV37WVYNDPLsVdE8A==", "id"=>"20"} + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 20]] +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "completed_at" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["completed_at", "2016-09-29 20:25:30.865838"], ["updated_at", "2016-09-29 20:25:30.866649"], ["id", 20]] +  (0.5ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 6ms (ActiveRecord: 1.1ms) + + +Started GET "/" for ::1 at 2016-09-29 13:25:30 -0700 +Processing by TasksController#index as HTML + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.8ms) +Completed 200 OK in 15ms (Views: 14.0ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/show/20" for ::1 at 2016-09-29 13:25:35 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"20"} + Task Load (0.4ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 20]] + Rendered tasks/show.html.erb within layouts/application (0.3ms) +Completed 200 OK in 25ms (Views: 23.2ms | ActiveRecord: 0.4ms) + + +Started GET "/tasks/index" for ::1 at 2016-09-29 13:30:50 -0700 +Processing by TasksController#index as HTML + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (7.3ms) +Completed 200 OK in 36ms (Views: 33.6ms | ActiveRecord: 0.5ms) + + +Started GET "/tasks/new" for ::1 at 2016-09-29 13:30:52 -0700 +Processing by TasksController#new as HTML + Rendered tasks/new.html.erb within layouts/application (0.2ms) +Completed 200 OK in 20ms (Views: 19.3ms | ActiveRecord: 0.0ms) + + +Started POST "/tasks/create" for ::1 at 2016-09-29 13:31:02 -0700 +Processing by TasksController#create as HTML + Parameters: {"title"=>"Buy cake", "description"=>"CAKE CAKE CAKE ", "authenticity_token"=>"56bmZXt1P8C4woDi3M8vlA75P5bN1KZCPdnH5AB0g9DHm8+w3e706JGg2t/Kj30L5x0DKYetXlsuwOgLHyw8Pw=="} +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Buy cake"], ["description", "CAKE CAKE CAKE "], ["created_at", "2016-09-29 20:31:02.193668"], ["updated_at", "2016-09-29 20:31:02.193668"]] +  (0.5ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 4ms (ActiveRecord: 1.0ms) + + +Started GET "/" for ::1 at 2016-09-29 13:31:02 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.8ms) +Completed 500 Internal Server Error in 8ms (ActiveRecord: 0.2ms) + +ActionView::Template::Error (undefined method `id' for nil:NilClass): + 6: <% if task.completed_at %> + 7: [COMPLETED] + 8: <% else %> + 9: [<%= link_to("Mark as completed", update_path(@task.id), :method => 'put') %>] + 10: <% end %> + 11: (<%= link_to("Delete", destroy_path(task.id), :data => {:confirm => 'Are you sure?'}, :method => 'delete') %>) + 12: <% end %> + app/views/tasks/index.html.erb:9:in `block in _app_views_tasks_index_html_erb___425284162274307431_70263079545800' + app/views/tasks/index.html.erb:4:in `_app_views_tasks_index_html_erb___425284162274307431_70263079545800' + + + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.7ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.2ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.8ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (44.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.6ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (44.0ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (4.1ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (91.6ms) + + +Started GET "/" for ::1 at 2016-09-29 13:37:55 -0700 + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (13.3ms) +Completed 500 Internal Server Error in 28ms (ActiveRecord: 0.4ms) + +ActionView::Template::Error (undefined method `id' for nil:NilClass): + 6: <% if task.completed_at %> + 7: [COMPLETED] + 8: <% else %> + 9: [<%= link_to("Mark as completed", update_path(@task.id), :method => 'put') %>] + 10: <% end %> + 11: (<%= link_to("Delete", destroy_path(task.id), :data => {:confirm => 'Are you sure?'}, :method => 'delete') %>) + 12: <% end %> + app/views/tasks/index.html.erb:9:in `block in _app_views_tasks_index_html_erb___1384830736177644069_70348717099800' + app/views/tasks/index.html.erb:4:in `_app_views_tasks_index_html_erb___1384830736177644069_70348717099800' + + + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.8ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (43.6ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (47.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (100.5ms) + + +Started GET "/" for ::1 at 2016-09-29 13:38:19 -0700 +Processing by TasksController#index as HTML + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.4ms) +Completed 200 OK in 228ms (Views: 227.1ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/style.self-2bbcf53bf2d4e43d8d9c8be25ac19703248e529764cc480b2a30a63249dd28d7.css?body=1" for ::1 at 2016-09-29 13:38:19 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-29 13:38:19 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-29 13:38:19 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-29 13:38:19 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-29 13:38:19 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-29 13:38:19 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-29 13:38:19 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-29 13:38:19 -0700 + + +Started GET "/tasks/show/21" for ::1 at 2016-09-29 13:38:31 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"21"} + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 21]] + Rendered tasks/show.html.erb within layouts/application (1.1ms) +Completed 200 OK in 30ms (Views: 18.7ms | ActiveRecord: 0.3ms) + + +Started GET "/tasks/21/edit" for ::1 at 2016-09-29 13:38:33 -0700 +Processing by TasksController#edit as HTML + Parameters: {"id"=>"21"} + Task Load (0.4ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 21]] + Rendered tasks/edit.html.erb within layouts/application (0.8ms) +Completed 200 OK in 22ms (Views: 19.5ms | ActiveRecord: 0.4ms) + + +Started PUT "/tasks/21/update" for ::1 at 2016-09-29 13:38:38 -0700 +Processing by TasksController#update as HTML + Parameters: {"title"=>"Buy cake", "description"=>"CAKE CAKE CAKE ummmm\r\n ", "authenticity_token"=>"2VtgNN+/b2ikBOxQqhyvxkRxFBXe5aylH48VE1Xdxvn5ZknheSSkQI1mtm28XP1ZrZUoqpScVLwMljr8SoV5Fg==", "id"=>"21"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 21]] +  (0.1ms) begin transaction + SQL (0.7ms) UPDATE "tasks" SET "description" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["description", "CAKE CAKE CAKE ummmm\r\n "], ["updated_at", "2016-09-29 20:38:38.601133"], ["id", 21]] +  (1.1ms) commit transaction +Redirected to http://localhost:8000/tasks/show/21 +Completed 302 Found in 10ms (ActiveRecord: 2.0ms) + + +Started GET "/tasks/show/21" for ::1 at 2016-09-29 13:38:38 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"21"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 21]] + Rendered tasks/show.html.erb within layouts/application (0.5ms) +Completed 200 OK in 15ms (Views: 14.1ms | ActiveRecord: 0.1ms) + + +Started PUT "/tasks/21/update" for ::1 at 2016-09-29 13:38:45 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"bSbUCGtQr4eGW8374tbgjnC6nWxcuqpyYO0vtO5Ee6xNG/3dzctkr685l8b0lrIRmV6h0xbDUmtz9ABb8RzEQw==", "id"=>"21"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 21]] +Redirected to http://localhost:8000/ +Completed 302 Found in 2ms (ActiveRecord: 0.1ms) + + +Started GET "/" for ::1 at 2016-09-29 13:38:45 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.6ms) +Completed 200 OK in 12ms (Views: 11.9ms | ActiveRecord: 0.2ms) + + +Started DELETE "/tasks/10/destroy" for ::1 at 2016-09-29 13:39:05 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"EieUWl6PT4KV9AN8kPAQNp2TaadWfrJSfW5EkFr3vjoyGr2P+BSEqryWWUGGsEKpdHdVGBwHSktud2t/Ra8B1Q==", "id"=>"10"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 10]] +  (0.1ms) begin transaction + SQL (0.2ms) DELETE FROM "tasks" WHERE "tasks"."id" = ? [["id", 10]] +  (1.5ms) commit transaction +Redirected to http://localhost:8000/ +Completed 302 Found in 5ms (ActiveRecord: 1.9ms) + + +Started GET "/" for ::1 at 2016-09-29 13:39:05 -0700 +Processing by TasksController#index as HTML + Task Load (0.4ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.5ms) +Completed 200 OK in 17ms (Views: 16.5ms | ActiveRecord: 0.4ms) + + +Started DELETE "/tasks/11/destroy" for ::1 at 2016-09-29 13:39:06 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"P5BuCTUgg+FckLzdBssirV8Rl8kbsl9XWwYtvYendGYfrUfck7tIyXXy5uAQi3AytvWrdlHLp05IHwJSmP/LiQ==", "id"=>"11"} + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 11]] +  (0.1ms) begin transaction + SQL (0.3ms) DELETE FROM "tasks" WHERE "tasks"."id" = ? [["id", 11]] +  (1.8ms) commit transaction +Redirected to http://localhost:8000/ +Completed 302 Found in 6ms (ActiveRecord: 2.5ms) + + +Started GET "/" for ::1 at 2016-09-29 13:39:06 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.9ms) +Completed 200 OK in 18ms (Views: 16.9ms | ActiveRecord: 0.2ms) + + +Started DELETE "/tasks/14/destroy" for ::1 at 2016-09-29 13:39:07 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"BVidsIRw4yuk/FrhAZ5Xb1AaPLi6cnUUvM5VBlk9PA8lZbRlIusoA42eANwX3gXwuf4AB/ALjQ2v13rpRmWD4A==", "id"=>"14"} + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 14]] +  (0.1ms) begin transaction + SQL (0.9ms) DELETE FROM "tasks" WHERE "tasks"."id" = ? [["id", 14]] +  (0.8ms) commit transaction +Redirected to http://localhost:8000/ +Completed 302 Found in 6ms (ActiveRecord: 2.2ms) + + +Started GET "/" for ::1 at 2016-09-29 13:39:07 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.2ms) +Completed 200 OK in 26ms (Views: 24.7ms | ActiveRecord: 0.2ms) + + +Started DELETE "/tasks/16/destroy" for ::1 at 2016-09-29 13:39:09 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"41fP98RTj1e0oX6fGgtQAQVz2I7aHfRGKRH72Q5L7anDauYiYshEf53DJKIMSwKe7JfkMZBkDF86CNQ2ERNSRg==", "id"=>"16"} + Task Load (0.5ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 16]] +  (0.1ms) begin transaction + SQL (0.4ms) DELETE FROM "tasks" WHERE "tasks"."id" = ? [["id", 16]] +  (2.6ms) commit transaction +Redirected to http://localhost:8000/ +Completed 302 Found in 7ms (ActiveRecord: 3.6ms) + + +Started GET "/" for ::1 at 2016-09-29 13:39:09 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.0ms) +Completed 200 OK in 25ms (Views: 24.0ms | ActiveRecord: 0.2ms) + + +Started PUT "/tasks/21/update" for ::1 at 2016-09-29 13:39:14 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"tvEr1aFyCGeDmtZOaYu2RvOX7zdL/FC9OkrRT8VgpKuWzAIAB+nDT6r4jHN/y+TZGnPTiAGFqKQpU/6g2jgbRA==", "id"=>"21"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 21]] +Redirected to http://localhost:8000/ +Completed 302 Found in 1ms (ActiveRecord: 0.1ms) + + +Started GET "/" for ::1 at 2016-09-29 13:39:14 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.3ms) +Completed 200 OK in 14ms (Views: 13.3ms | ActiveRecord: 0.2ms) + + +Started PUT "/tasks/21/update" for ::1 at 2016-09-29 13:39:15 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"VYCQBr7YtEl72xZMt/Dli1xP4x/Y3BL/voyJgd0a1fh1vbnTGEN/YVK5THGhsLcUtavfoJKl6uatlaZuwkJqFw==", "id"=>"21"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 21]] +Redirected to http://localhost:8000/ +Completed 302 Found in 1ms (ActiveRecord: 0.1ms) + + +Started GET "/" for ::1 at 2016-09-29 13:39:15 -0700 +Processing by TasksController#index as HTML + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.7ms) +Completed 200 OK in 15ms (Views: 14.5ms | ActiveRecord: 0.1ms) + + +Started PUT "/tasks/21/update" for ::1 at 2016-09-29 13:39:16 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"8MA+709R1DlF8nbJdAF9RISVt8QchMDXp2lPnD0BeJ3Q/Rc66cofEWyQLPRiQS/bbXGLe1b9OM60cGBzIlnHcg==", "id"=>"21"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 21]] +Redirected to http://localhost:8000/ +Completed 302 Found in 2ms (ActiveRecord: 0.1ms) + + +Started GET "/" for ::1 at 2016-09-29 13:39:17 -0700 +Processing by TasksController#index as HTML + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.6ms) +Completed 200 OK in 18ms (Views: 17.5ms | ActiveRecord: 0.1ms) + + +Started PUT "/tasks/21/update" for ::1 at 2016-09-29 13:39:18 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"Nb3mPuoYDZImSMx3cg/3eGAF3wMa+QbmvhwJsVvEfygVgM/rTIPGug8qlkpkT6XnieHjvFCA/v+tBSZeRJzAxw==", "id"=>"21"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 21]] +Redirected to http://localhost:8000/ +Completed 302 Found in 1ms (ActiveRecord: 0.1ms) + + +Started GET "/" for ::1 at 2016-09-29 13:39:18 -0700 +Processing by TasksController#index as HTML + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.9ms) +Completed 200 OK in 18ms (Views: 17.5ms | ActiveRecord: 0.1ms) + + +Started GET "/" for ::1 at 2016-09-29 13:39:43 -0700 +Processing by TasksController#index as HTML + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.5ms) +Completed 200 OK in 16ms (Views: 15.0ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/style.self-2bbcf53bf2d4e43d8d9c8be25ac19703248e529764cc480b2a30a63249dd28d7.css?body=1" for ::1 at 2016-09-29 13:39:43 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-29 13:39:43 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-29 13:39:43 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-29 13:39:43 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-29 13:39:43 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-29 13:39:43 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-29 13:39:43 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-29 13:39:43 -0700 + + +Started GET "/tasks/show/21" for ::1 at 2016-09-29 13:39:46 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"21"} + Task Load (0.7ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 21]] + Rendered tasks/show.html.erb within layouts/application (0.3ms) +Completed 200 OK in 26ms (Views: 23.1ms | ActiveRecord: 0.7ms) + + +Started PUT "/tasks/21/update" for ::1 at 2016-09-29 13:39:48 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"P1E8zddBaBVLiEdFhG8j9HLak4HgDPw1aUDp5sYbdhcfbBUYcdqjPWLqHXiSL3Frmz6vPqp1BCx6WcYJ2UPJ+A==", "id"=>"21"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 21]] +Redirected to http://localhost:8000/ +Completed 302 Found in 1ms (ActiveRecord: 0.1ms) + + +Started GET "/" for ::1 at 2016-09-29 13:39:48 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.4ms) +Completed 200 OK in 16ms (Views: 14.8ms | ActiveRecord: 0.2ms) + + +Started GET "/" for ::1 at 2016-09-29 13:39:59 -0700 +Processing by TasksController#index as HTML + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.7ms) +Completed 200 OK in 18ms (Views: 16.6ms | ActiveRecord: 0.5ms) + + +Started GET "/assets/style.self-2bbcf53bf2d4e43d8d9c8be25ac19703248e529764cc480b2a30a63249dd28d7.css?body=1" for ::1 at 2016-09-29 13:39:59 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-29 13:39:59 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-29 13:39:59 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-29 13:39:59 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-29 13:39:59 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-29 13:39:59 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-29 13:39:59 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-29 13:39:59 -0700 + + +Started PUT "/tasks/21/update" for ::1 at 2016-09-29 13:40:01 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"+23pNPYndw7f67SKb7jCJApI/ohfpt12IQrl5R4exwLbUMDhULy8JvaJ7rd5+JC746zCNxXfJW8yE8oKAUZ47Q==", "id"=>"21"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 21]] +Redirected to http://localhost:8000/ +Completed 302 Found in 3ms (ActiveRecord: 0.2ms) + + +Started GET "/" for ::1 at 2016-09-29 13:40:01 -0700 +Processing by TasksController#index as HTML + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.5ms) +Completed 200 OK in 12ms (Views: 11.9ms | ActiveRecord: 0.1ms) + + +Started PUT "/tasks/21/update" for ::1 at 2016-09-29 13:40:02 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"RwlSker6cP44Fav8egR+qmptfW3/Hv3tNrvcV9fUs9lnNHtETGG71hF38cFsRCw1g4lB0rVnBfQlovO4yIwMNg==", "id"=>"21"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 21]] +Redirected to http://localhost:8000/ +Completed 302 Found in 1ms (ActiveRecord: 0.1ms) + + +Started GET "/" for ::1 at 2016-09-29 13:40:02 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.2ms) +Completed 200 OK in 14ms (Views: 13.4ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/show/21" for ::1 at 2016-09-29 13:40:04 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"21"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 21]] + Rendered tasks/show.html.erb within layouts/application (0.9ms) +Completed 200 OK in 28ms (Views: 24.7ms | ActiveRecord: 0.2ms) + + +Started PUT "/tasks/21/update" for ::1 at 2016-09-29 13:40:05 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"mdP1UywdD0ZMl7n8L9eD8pujhC5Dki30Oph6yaMislC57tyGiobEbmX148E5l9Ftcke4kQnr1e0pgVUmvHoNvw==", "id"=>"21"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 21]] +Redirected to http://localhost:8000/ +Completed 302 Found in 1ms (ActiveRecord: 0.1ms) + + +Started GET "/" for ::1 at 2016-09-29 13:40:05 -0700 +Processing by TasksController#index as HTML + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.4ms) +Completed 200 OK in 15ms (Views: 14.9ms | ActiveRecord: 0.1ms) + + +Started PUT "/tasks/21/update" for ::1 at 2016-09-29 13:40:22 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"1AwVSj8PWMEfYG9wwkZu7Z/bnf4lpKhekg458DEjs3n0MTyfmZST6TYCNU3UBjxydj+hQW/dUEeBFxYfLnsMlg==", "id"=>"21"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 21]] +Redirected to http://localhost:8000/ +Completed 302 Found in 1ms (ActiveRecord: 0.1ms) + + +Started GET "/" for ::1 at 2016-09-29 13:40:22 -0700 +Processing by TasksController#index as HTML + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.4ms) +Completed 200 OK in 15ms (Views: 13.8ms | ActiveRecord: 0.1ms) + + +Started PUT "/tasks/21/update" for ::1 at 2016-09-29 13:41:12 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"QVBokz1PWLDNN4DAdLmTolXtVaSFkuGrUi0bibR60QxhbUFGm9STmORV2v1i+cE9vAlpG8/rGbJBNDRmqyJu4w==", "id"=>"21"} + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 21]] +Redirected to http://localhost:8000/ +Completed 302 Found in 6ms (ActiveRecord: 0.7ms) + + +Started GET "/" for ::1 at 2016-09-29 13:41:12 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.4ms) +Completed 200 OK in 26ms (Views: 25.2ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/show/21" for ::1 at 2016-09-29 13:41:25 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"21"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 21]] + Rendered tasks/show.html.erb within layouts/application (0.3ms) +Completed 200 OK in 23ms (Views: 20.4ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/21/edit" for ::1 at 2016-09-29 13:41:26 -0700 +Processing by TasksController#edit as HTML + Parameters: {"id"=>"21"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 21]] + Rendered tasks/edit.html.erb within layouts/application (0.2ms) +Completed 200 OK in 24ms (Views: 21.1ms | ActiveRecord: 0.2ms) + + +Started PUT "/tasks/21/update" for ::1 at 2016-09-29 13:41:31 -0700 +Processing by TasksController#update as HTML + Parameters: {"title"=>"Buy cake", "description"=>"CAKE CAKE CAKE ummmm 1\r\n \r\n ", "authenticity_token"=>"1fgAlD1ieKxmQfffsHalCjS+eD/oU3B0OFvuFh5j3371xSlBm/mzhE8jreKmNveV3VpEgKIqiG0rQsH5ATtgkQ==", "id"=>"21"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 21]] +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "description" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["description", "CAKE CAKE CAKE ummmm 1\r\n \r\n "], ["updated_at", "2016-09-29 20:41:31.684002"], ["id", 21]] +  (2.1ms) commit transaction +Redirected to http://localhost:8000/tasks/show/21 +Completed 302 Found in 6ms (ActiveRecord: 2.6ms) + + +Started GET "/tasks/show/21" for ::1 at 2016-09-29 13:41:31 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"21"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 21]] + Rendered tasks/show.html.erb within layouts/application (0.4ms) +Completed 200 OK in 20ms (Views: 18.9ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/show/21" for ::1 at 2016-09-29 13:42:52 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"21"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 21]] + Rendered tasks/show.html.erb within layouts/application (0.4ms) +Completed 200 OK in 24ms (Views: 18.6ms | ActiveRecord: 0.4ms) + + +Started GET "/assets/style.self-2bbcf53bf2d4e43d8d9c8be25ac19703248e529764cc480b2a30a63249dd28d7.css?body=1" for ::1 at 2016-09-29 13:42:52 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-29 13:42:52 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-29 13:42:52 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-29 13:42:52 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-29 13:42:52 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-29 13:42:52 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-29 13:42:52 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-29 13:42:52 -0700 + + +Started PUT "/tasks/21/update" for ::1 at 2016-09-29 13:42:55 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"ut+zyjYsDggo1Tl0qx6xBsZFwTDupozzkennUxH8QcKa4pofkLfFIAG3Y0m9XuOZL6H9j6TfdOqC8Mi8DqT+LQ==", "id"=>"21"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 21]] +Redirected to http://localhost:8000/ +Completed 302 Found in 2ms (ActiveRecord: 0.1ms) + + +Started GET "/" for ::1 at 2016-09-29 13:42:55 -0700 +Processing by TasksController#index as HTML + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.3ms) +Completed 200 OK in 14ms (Views: 13.0ms | ActiveRecord: 0.3ms) + + +Started GET "/" for ::1 at 2016-09-29 13:43:06 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.5ms) +Completed 200 OK in 20ms (Views: 18.1ms | ActiveRecord: 0.4ms) + + +Started GET "/assets/style.self-2bbcf53bf2d4e43d8d9c8be25ac19703248e529764cc480b2a30a63249dd28d7.css?body=1" for ::1 at 2016-09-29 13:43:06 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-29 13:43:06 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-29 13:43:06 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-29 13:43:06 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-29 13:43:06 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-29 13:43:06 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-29 13:43:06 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-29 13:43:06 -0700 + + +Started PUT "/tasks/21/update" for ::1 at 2016-09-29 13:43:08 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"we90/VDg6Ah6l5VMuoNETxCkO/WwRAgzP2H28o1Tqx7h0l0o9nsjIFP1z3GswxbQ+UAHSvo98CoseNkdkgsU8Q==", "id"=>"21"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 21]] +  (0.0ms) begin transaction + SQL (1.4ms) UPDATE "tasks" SET "completed_at" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["completed_at", "2016-09-29 20:43:08.623968"], ["updated_at", "2016-09-29 20:43:08.624320"], ["id", 21]] +  (1.7ms) commit transaction +Redirected to http://localhost:8000/ +Completed 302 Found in 8ms (ActiveRecord: 3.2ms) + + +Started GET "/" for ::1 at 2016-09-29 13:43:08 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.6ms) +Completed 200 OK in 26ms (Views: 25.2ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/new" for ::1 at 2016-09-29 13:43:15 -0700 +Processing by TasksController#new as HTML + Rendered tasks/new.html.erb within layouts/application (0.6ms) +Completed 200 OK in 22ms (Views: 21.9ms | ActiveRecord: 0.0ms) + + +Started POST "/tasks/create" for ::1 at 2016-09-29 13:43:22 -0700 +Processing by TasksController#create as HTML + Parameters: {"title"=>"Go to grocery", "description"=>"Carrots ", "authenticity_token"=>"qy+iAIuGauvActKkA13/DcWBqcekT/yVFdxM/d1nfnOLEovVLR2hw+kQiJkVHa2SLGWVeO42BIwGxWMSwj/BnA=="} +  (0.1ms) begin transaction + SQL (0.4ms) INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Go to grocery"], ["description", "Carrots "], ["created_at", "2016-09-29 20:43:22.285916"], ["updated_at", "2016-09-29 20:43:22.285916"]] +  (1.8ms) commit transaction +Redirected to http://localhost:8000/ +Completed 302 Found in 7ms (ActiveRecord: 2.3ms) + + +Started GET "/" for ::1 at 2016-09-29 13:43:22 -0700 +Processing by TasksController#index as HTML + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.0ms) +Completed 200 OK in 27ms (Views: 26.0ms | ActiveRecord: 0.3ms) + + +Started GET "/tasks/show/22" for ::1 at 2016-09-29 13:43:25 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"22"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 22]] + Rendered tasks/show.html.erb within layouts/application (0.7ms) +Completed 200 OK in 25ms (Views: 23.8ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/22/edit" for ::1 at 2016-09-29 13:43:27 -0700 +Processing by TasksController#edit as HTML + Parameters: {"id"=>"22"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 22]] + Rendered tasks/edit.html.erb within layouts/application (0.2ms) +Completed 200 OK in 26ms (Views: 24.0ms | ActiveRecord: 0.1ms) + + +Started PUT "/tasks/22/update" for ::1 at 2016-09-29 13:43:34 -0700 +Processing by TasksController#update as HTML + Parameters: {"title"=>"Go to grocery", "description"=>"Carrots tasty!", "authenticity_token"=>"89c2Z3DBb4gQD1f/RSPZ06RcorF8H/U0u6Os+Wu3WMvT6h+y1lqkoDltDcJTY4tMTbieDjZmDS2ouoMWdO/nJA==", "id"=>"22"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 22]] +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "description" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["description", "Carrots tasty!"], ["updated_at", "2016-09-29 20:43:34.997718"], ["id", 22]] +  (0.6ms) commit transaction +Redirected to http://localhost:8000/tasks/show/22 +Completed 302 Found in 4ms (ActiveRecord: 1.1ms) + + +Started GET "/tasks/show/22" for ::1 at 2016-09-29 13:43:35 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"22"} + Task Load (0.5ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 22]] + Rendered tasks/show.html.erb within layouts/application (0.4ms) +Completed 200 OK in 24ms (Views: 22.6ms | ActiveRecord: 0.5ms) + + +Started PUT "/tasks/22/update" for ::1 at 2016-09-29 13:43:42 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"pV1XdBmnX+3frF7gtd2mt0gcpZXR+m0dp/ZlMYfKOKiFYH6hvzyUxfbOBN2jnfQoofiZKpuDlQS070remJKHRw==", "id"=>"22"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 22]] +  (0.1ms) begin transaction + SQL (0.2ms) UPDATE "tasks" SET "completed_at" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["completed_at", "2016-09-29 20:43:42.381118"], ["updated_at", "2016-09-29 20:43:42.381616"], ["id", 22]] +  (2.0ms) commit transaction +Redirected to http://localhost:8000/ +Completed 302 Found in 6ms (ActiveRecord: 2.4ms) + + +Started GET "/" for ::1 at 2016-09-29 13:43:42 -0700 +Processing by TasksController#index as HTML + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.7ms) +Completed 200 OK in 16ms (Views: 15.2ms | ActiveRecord: 0.1ms) + + +Started GET "/" for ::1 at 2016-09-29 13:45:42 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.9ms) +Completed 200 OK in 19ms (Views: 17.1ms | ActiveRecord: 0.5ms) + + +Started GET "/assets/style.self-2bbcf53bf2d4e43d8d9c8be25ac19703248e529764cc480b2a30a63249dd28d7.css?body=1" for ::1 at 2016-09-29 13:45:42 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-29 13:45:42 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-29 13:45:42 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-29 13:45:42 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-29 13:45:42 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-29 13:45:42 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-29 13:45:42 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-29 13:45:42 -0700 + + +Started GET "/tasks/new" for ::1 at 2016-09-29 13:45:46 -0700 +Processing by TasksController#new as HTML + Rendered tasks/new.html.erb within layouts/application (0.2ms) +Completed 200 OK in 22ms (Views: 20.7ms | ActiveRecord: 0.0ms) + + +Started POST "/tasks/create" for ::1 at 2016-09-29 13:45:52 -0700 +Processing by TasksController#create as HTML + Parameters: {"title"=>"Carrots", "description"=>"Yah ", "authenticity_token"=>"xIDxskfR+Dwf+RQLSiPGjgjxysSu878WdJTEye8a2DLkvdhn4UozFDabTjZcY5QR4RX2e+SKRw9njesm8EJn3Q=="} +  (0.1ms) begin transaction + SQL (0.4ms) INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Carrots"], ["description", "Yah "], ["created_at", "2016-09-29 20:45:52.810319"], ["updated_at", "2016-09-29 20:45:52.810319"]] +  (1.3ms) commit transaction +Redirected to http://localhost:8000/ +Completed 302 Found in 6ms (ActiveRecord: 1.7ms) + + +Started GET "/" for ::1 at 2016-09-29 13:45:52 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.8ms) +Completed 200 OK in 29ms (Views: 28.3ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/show/23" for ::1 at 2016-09-29 13:45:54 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"23"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 23]] + Rendered tasks/show.html.erb within layouts/application (0.4ms) +Completed 200 OK in 24ms (Views: 20.5ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/23/edit" for ::1 at 2016-09-29 13:45:55 -0700 +Processing by TasksController#edit as HTML + Parameters: {"id"=>"23"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 23]] + Rendered tasks/edit.html.erb within layouts/application (0.3ms) +Completed 200 OK in 26ms (Views: 23.4ms | ActiveRecord: 0.2ms) + + +Started PUT "/tasks/23/update" for ::1 at 2016-09-29 13:46:01 -0700 +Processing by TasksController#update as HTML + Parameters: {"title"=>"Carrots", "description"=>"Yah sure", "authenticity_token"=>"tnJSG2COlt7/O4IN5q8cYj+LnoMnEFmeKEC8j8aIAIiWT3vOxhVd9tZZ2DDw70791m+iPG1poYc7WZNg2dC/Zw==", "id"=>"23"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 23]] +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "description" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["description", "Yah sure"], ["updated_at", "2016-09-29 20:46:01.133532"], ["id", 23]] +  (0.8ms) commit transaction +Redirected to http://localhost:8000/tasks/show/23 +Completed 302 Found in 4ms (ActiveRecord: 1.3ms) + + +Started GET "/tasks/show/23" for ::1 at 2016-09-29 13:46:01 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"23"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 23]] + Rendered tasks/show.html.erb within layouts/application (0.4ms) +Completed 200 OK in 18ms (Views: 16.5ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/23/edit" for ::1 at 2016-09-29 13:46:03 -0700 +Processing by TasksController#edit as HTML + Parameters: {"id"=>"23"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 23]] + Rendered tasks/edit.html.erb within layouts/application (0.3ms) +Completed 200 OK in 25ms (Views: 23.5ms | ActiveRecord: 0.1ms) + + +Started PUT "/tasks/23/update" for ::1 at 2016-09-29 13:47:56 -0700 +Processing by TasksController#update as HTML + Parameters: {"title"=>"Carrots", "description"=>"Yah sure\r\n 2", "authenticity_token"=>"Gi+VOcs69P7wMoB2N98EFWcnKfMdq2oeDQ9VRL97kc06ErzsbaE/1tlQ2kshn1aKjsMVTFfSkgceFnqroCMuIg==", "id"=>"23"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 23]] +  (0.0ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "description" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["description", "Yah sure\r\n 2"], ["updated_at", "2016-09-29 20:47:56.950562"], ["id", 23]] +  (0.5ms) commit transaction +Redirected to http://localhost:8000/tasks/show/23 +Completed 302 Found in 4ms (ActiveRecord: 0.9ms) + + +Started GET "/tasks/show/23" for ::1 at 2016-09-29 13:47:56 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"23"} + Task Load (0.9ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 23]] + Rendered tasks/show.html.erb within layouts/application (0.5ms) +Completed 200 OK in 20ms (Views: 17.2ms | ActiveRecord: 0.9ms) + + +Started PUT "/tasks/23/update" for ::1 at 2016-09-29 13:48:00 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"NczWsxZ0Qwikoc1chhvDWkcVPa54jbZSbiYo7kGwyTcV8f9msO+III3Dl2GQW5HFrvEBETL0Tkt9PwcBXuh22A==", "id"=>"23"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 23]] +  (0.0ms) begin transaction + SQL (0.4ms) UPDATE "tasks" SET "completed_at" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["completed_at", "2016-09-29 20:48:00.688021"], ["updated_at", "2016-09-29 20:48:00.688455"], ["id", 23]] +  (2.1ms) commit transaction +Redirected to http://localhost:8000/ +Completed 302 Found in 7ms (ActiveRecord: 2.6ms) + + +Started GET "/" for ::1 at 2016-09-29 13:48:00 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.2ms) +Completed 200 OK in 28ms (Views: 27.6ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/new" for ::1 at 2016-09-29 13:48:06 -0700 +Processing by TasksController#new as HTML + Rendered tasks/new.html.erb within layouts/application (0.2ms) +Completed 200 OK in 21ms (Views: 20.0ms | ActiveRecord: 0.0ms) + + +Started POST "/tasks/create" for ::1 at 2016-09-29 13:48:10 -0700 +Processing by TasksController#create as HTML + Parameters: {"title"=>"CAT", "description"=>"cat ", "authenticity_token"=>"7PeeHJV5/BhhHgPoIh3ZBFAdmtXHvSj0MZmFYYuGY9XMyrfJM+I3MEh8WdU0XYubufmmao3E0O0igKqOlN7cOg=="} +  (0.1ms) begin transaction + SQL (0.2ms) INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "CAT"], ["description", "cat "], ["created_at", "2016-09-29 20:48:10.639031"], ["updated_at", "2016-09-29 20:48:10.639031"]] +  (0.7ms) commit transaction +Redirected to http://localhost:8000/ +Completed 302 Found in 3ms (ActiveRecord: 0.9ms) + + +Started GET "/" for ::1 at 2016-09-29 13:48:10 -0700 +Processing by TasksController#index as HTML + 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 PUT "/tasks/24/update" for ::1 at 2016-09-29 13:48:13 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"7/73R6INqqkax0YxZAAWl5WwAbM0V0oJIkclTcUIRznPw96SBJZhgTOlHAxyQEQIfFQ9DH4ushAxXgqi2lD41g==", "id"=>"24"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 24]] +  (0.1ms) begin transaction + SQL (0.5ms) UPDATE "tasks" SET "completed_at" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["completed_at", "2016-09-29 20:48:13.866743"], ["updated_at", "2016-09-29 20:48:13.867525"], ["id", 24]] +  (1.6ms) commit transaction +Redirected to http://localhost:8000/ +Completed 302 Found in 6ms (ActiveRecord: 2.3ms) + + +Started GET "/" for ::1 at 2016-09-29 13:48:13 -0700 +Processing by TasksController#index as HTML + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.9ms) +Completed 200 OK in 26ms (Views: 25.2ms | ActiveRecord: 0.1ms) + + +Started GET "/" for ::1 at 2016-09-29 13:48:30 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.3ms) +Completed 200 OK in 17ms (Views: 16.8ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/style.self-2bbcf53bf2d4e43d8d9c8be25ac19703248e529764cc480b2a30a63249dd28d7.css?body=1" for ::1 at 2016-09-29 13:48:30 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-29 13:48:30 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-29 13:48:30 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-29 13:48:30 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-29 13:48:30 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-29 13:48:30 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-29 13:48:30 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-29 13:48:30 -0700 + + +Started GET "/tasks/new" for ::1 at 2016-09-29 13:48:31 -0700 +Processing by TasksController#new as HTML + Rendered tasks/new.html.erb within layouts/application (0.2ms) +Completed 200 OK in 22ms (Views: 21.6ms | ActiveRecord: 0.0ms) + + +Started POST "/tasks/create" for ::1 at 2016-09-29 13:48:40 -0700 +Processing by TasksController#create as HTML + Parameters: {"title"=>"Get food", "description"=>"tasty ", "authenticity_token"=>"JXNWzpqmXGGIFUpF+0B2s0Myzzvd/zh+yDprzavSYogFTn8bPD2XSaF3EHjtACQsqtbzhJeGwGfbI0QitIrdZw=="} +  (0.1ms) begin transaction + SQL (0.2ms) INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Get food"], ["description", "tasty "], ["created_at", "2016-09-29 20:48:40.221985"], ["updated_at", "2016-09-29 20:48:40.221985"]] +  (0.6ms) commit transaction +Redirected to http://localhost:8000/ +Completed 302 Found in 3ms (ActiveRecord: 0.9ms) + + +Started GET "/" for ::1 at 2016-09-29 13:48:40 -0700 +Processing by TasksController#index as HTML + Task Load (0.7ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (5.1ms) +Completed 200 OK in 23ms (Views: 21.7ms | ActiveRecord: 0.7ms) + + +Started PUT "/tasks/25/update" for ::1 at 2016-09-29 13:48:42 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"QvgQWeOSb8Dr5dfoDMDTeAAa4Ldcd3F9j4r4u4BryKpixTmMRQmk6MKHjdUagIHn6f7cCBYOiWSck9dUnzN3RQ==", "id"=>"25"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 25]] +  (0.0ms) begin transaction + SQL (0.2ms) UPDATE "tasks" SET "completed_at" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["completed_at", "2016-09-29 20:48:42.090645"], ["updated_at", "2016-09-29 20:48:42.090966"], ["id", 25]] +  (1.4ms) commit transaction +Redirected to http://localhost:8000/ +Completed 302 Found in 4ms (ActiveRecord: 1.7ms) + + +Started GET "/" for ::1 at 2016-09-29 13:48:42 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.2ms) +Completed 200 OK in 18ms (Views: 17.2ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/new" for ::1 at 2016-09-29 13:48:56 -0700 +Processing by TasksController#new as HTML + Rendered tasks/new.html.erb within layouts/application (0.1ms) +Completed 200 OK in 21ms (Views: 20.9ms | ActiveRecord: 0.0ms) + + +Started POST "/tasks/create" for ::1 at 2016-09-29 13:49:04 -0700 +Processing by TasksController#create as HTML + Parameters: {"title"=>"Garden", "description"=>"Water ", "authenticity_token"=>"us85QsK4vXGQop7FEJwgf42VnbTQh2QvHUtEIKMbwQSa8hCXZCN2WbnAxPgG3HLgZHGhC5r+nDYOUmvPvEN+6w=="} +  (0.1ms) begin transaction + SQL (0.2ms) INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Garden"], ["description", "Water "], ["created_at", "2016-09-29 20:49:04.519871"], ["updated_at", "2016-09-29 20:49:04.519871"]] +  (0.6ms) commit transaction +Redirected to http://localhost:8000/ +Completed 302 Found in 3ms (ActiveRecord: 0.9ms) + + +Started GET "/" for ::1 at 2016-09-29 13:49:04 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (10.8ms) +Completed 200 OK in 41ms (Views: 40.4ms | ActiveRecord: 0.2ms) + + +Started PUT "/tasks/26/update" for ::1 at 2016-09-29 13:49:06 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"F6L8Gi1NUMNrNwb0CvkrcbZQvqVWL4/ydCA/B+MRalM3n9XPi9ab60JVXMkcuXnuX7SCGhxWd+tnORDo/EnVvA==", "id"=>"26"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 26]] +  (0.0ms) begin transaction + SQL (0.2ms) UPDATE "tasks" SET "completed_at" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["completed_at", "2016-09-29 20:49:06.205624"], ["updated_at", "2016-09-29 20:49:06.205959"], ["id", 26]] +  (1.3ms) commit transaction +Redirected to http://localhost:8000/ +Completed 302 Found in 4ms (ActiveRecord: 1.6ms) + + +Started GET "/" for ::1 at 2016-09-29 13:49:06 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.7ms) +Completed 200 OK in 17ms (Views: 16.4ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/new" for ::1 at 2016-09-29 13:50:59 -0700 +Processing by TasksController#new as HTML + Rendered tasks/new.html.erb within layouts/application (0.2ms) +Completed 200 OK in 21ms (Views: 20.0ms | ActiveRecord: 0.0ms) + + +Started POST "/tasks/create" for ::1 at 2016-09-29 13:51:09 -0700 +Processing by TasksController#create as HTML + Parameters: {"title"=>"Buy carrots", "description"=>"CArrots ", "authenticity_token"=>"Yr88tMPGyNFG41x+MtgwGx7QEvcdmeW4APOEFm55HjFCghVhZV0D+W+BBkMkmGKE9zQuSFfgHaET6qv5cSGh3g=="} +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Buy carrots"], ["description", "CArrots "], ["created_at", "2016-09-29 20:51:09.203662"], ["updated_at", "2016-09-29 20:51:09.203662"]] +  (0.6ms) commit transaction +Redirected to http://localhost:8000/ +Completed 302 Found in 3ms (ActiveRecord: 0.9ms) + + +Started GET "/" for ::1 at 2016-09-29 13:51:09 -0700 +Processing by TasksController#index as HTML + Task Load (0.5ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.6ms) +Completed 200 OK in 21ms (Views: 19.6ms | ActiveRecord: 0.5ms) + + +Started GET "/" for ::1 at 2016-09-29 13:52:52 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (12.0ms) +Completed 200 OK in 28ms (Views: 26.9ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/style.self-2bbcf53bf2d4e43d8d9c8be25ac19703248e529764cc480b2a30a63249dd28d7.css?body=1" for ::1 at 2016-09-29 13:52:52 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-29 13:52:52 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-29 13:52:52 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-29 13:52:52 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-29 13:52:52 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-29 13:52:52 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-29 13:52:52 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-29 13:52:52 -0700 + + +Started PUT "/tasks/27/update" for ::1 at 2016-09-29 13:55:42 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"6ja3Zopidqeac+/iG8Whz/2rFd7M/4OXczWJqlXK18fKC56zLPm9j7MRtd8NhfNQFE8pYYaGe45gLKZFSpJoKA==", "id"=>"27"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 27]] +  (0.1ms) begin transaction + SQL (0.2ms) UPDATE "tasks" SET "completed_at" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["completed_at", "2016-09-29 20:55:42.405150"], ["updated_at", "2016-09-29 20:55:42.405588"], ["id", 27]] +  (2.2ms) commit transaction +Redirected to http://localhost:8000/ +Completed 302 Found in 6ms (ActiveRecord: 2.6ms) + + +Started GET "/" for ::1 at 2016-09-29 13:55:42 -0700 +Processing by TasksController#index as HTML + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.0ms) +Completed 200 OK in 25ms (Views: 23.7ms | ActiveRecord: 0.3ms) + + +Started GET "/" for ::1 at 2016-09-29 15:20:43 -0700 + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (12.0ms) +Completed 200 OK in 352ms (Views: 338.0ms | ActiveRecord: 0.5ms) + + +Started GET "/" for ::1 at 2016-09-29 15:20:44 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.5ms) +Completed 200 OK in 23ms (Views: 21.9ms | ActiveRecord: 0.2ms) + + +Started DELETE "/tasks/17/destroy" for ::1 at 2016-09-29 15:23:20 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"E11TSwntkMcm0udOo0jV+mdff77gdZCE8BvRbKkSVuIzYHqer3Zb7w+wvXO1CIdljrtDAaoMaJ3jAv6DtkrpDQ==", "id"=>"17"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 17]] +  (0.1ms) begin transaction + SQL (0.4ms) DELETE FROM "tasks" WHERE "tasks"."id" = ? [["id", 17]] +  (1.1ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 14ms (ActiveRecord: 1.7ms) + + +Started GET "/" for ::1 at 2016-09-29 15:23:20 -0700 +Processing by TasksController#index as HTML + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.9ms) +Completed 200 OK in 15ms (Views: 14.6ms | ActiveRecord: 0.1ms) + + +Started DELETE "/tasks/18/destroy" for ::1 at 2016-09-29 15:23:21 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"xq+7ReBQgKqZdLorzENwEbYx6hGcTU5PcK93Q+fZm2rmkpKQRstLgrAW4BbaAyKOX9XWrtY0tlZjtlis+IEkhQ==", "id"=>"18"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 18]] +  (0.1ms) begin transaction + SQL (0.2ms) DELETE FROM "tasks" WHERE "tasks"."id" = ? [["id", 18]] +  (1.4ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 4ms (ActiveRecord: 1.8ms) + + +Started GET "/" for ::1 at 2016-09-29 15:23:21 -0700 +Processing by TasksController#index as HTML + Task Load (0.5ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.4ms) +Completed 200 OK in 28ms (Views: 26.8ms | ActiveRecord: 0.5ms) + + +Started DELETE "/tasks/19/destroy" for ::1 at 2016-09-29 15:23:22 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"bKFxXQAJtrq8WYkPWKNwx3+FELA+6FfYLvB/kiMU5F9MnFiIppJ9kpU70zJO4yJYlmEsD3SRr8E96VB9PExbsA==", "id"=>"19"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 19]] +  (0.1ms) begin transaction + SQL (0.3ms) DELETE FROM "tasks" WHERE "tasks"."id" = ? [["id", 19]] +  (2.2ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 5ms (ActiveRecord: 2.6ms) + + +Started GET "/" for ::1 at 2016-09-29 15:23:22 -0700 +Processing by TasksController#index as HTML + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.9ms) +Completed 200 OK in 44ms (Views: 17.7ms | ActiveRecord: 0.3ms) + + +Started DELETE "/tasks/20/destroy" for ::1 at 2016-09-29 15:23:24 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"csgqvefrkROZCv/6LWyE2COlnY66RQq6ExLlQKhaNYJS9QNoQXBaO7Bopcc7LNZHykGhMfA88qMAC8qvtwKKbQ==", "id"=>"20"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 20]] +  (0.1ms) begin transaction + SQL (0.2ms) DELETE FROM "tasks" WHERE "tasks"."id" = ? [["id", 20]] +  (2.2ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 6ms (ActiveRecord: 2.5ms) + + +Started GET "/" for ::1 at 2016-09-29 15:23:24 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.9ms) +Completed 200 OK in 29ms (Views: 28.5ms | ActiveRecord: 0.2ms) + + +Started DELETE "/tasks/21/destroy" for ::1 at 2016-09-29 15:23:25 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"gUsY+iXzd/97D7AbKToAuk/tb+8hbuOqZKUG95XMkeChdjEvg2i811Jt6iY/elIlpglTUGsXG7N3vCkYipQuDw==", "id"=>"21"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 21]] +  (0.1ms) begin transaction + SQL (0.8ms) DELETE FROM "tasks" WHERE "tasks"."id" = ? [["id", 21]] +  (1.9ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 7ms (ActiveRecord: 3.0ms) + + +Started GET "/" for ::1 at 2016-09-29 15:23:25 -0700 +Processing by TasksController#index as HTML + Task Load (0.4ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.7ms) +Completed 200 OK in 23ms (Views: 22.6ms | ActiveRecord: 0.4ms) + + +Started GET "/tasks/show/22" for ::1 at 2016-09-29 15:23:26 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"22"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 22]] + Rendered tasks/show.html.erb within layouts/application (1.4ms) +Completed 200 OK in 27ms (Views: 25.0ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/22/edit" for ::1 at 2016-09-29 15:23:30 -0700 +Processing by TasksController#edit as HTML + Parameters: {"id"=>"22"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 22]] + Rendered tasks/edit.html.erb within layouts/application (0.6ms) +Completed 200 OK in 25ms (Views: 23.5ms | ActiveRecord: 0.1ms) + + +Started PUT "/tasks/22/update" for ::1 at 2016-09-29 15:23:35 -0700 +Processing by TasksController#update as HTML + Parameters: {"title"=>"Go to grocery NOW", "description"=>"Carrots tasty!\r\n ", "authenticity_token"=>"SSNHRqYXBq+VWF+00ZYYe/qkJsf+bk4rtF04b+I5bVFpHm6TAIzNh7w6BYnH1krkE0AaeLQXtjKnRBeA/WHSvg==", "id"=>"22"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 22]] +  (0.1ms) begin transaction + SQL (0.4ms) UPDATE "tasks" SET "title" = ?, "description" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["title", "Go to grocery NOW"], ["description", "Carrots tasty!\r\n "], ["updated_at", "2016-09-29 22:23:35.098319"], ["id", 22]] +  (1.3ms) commit transaction +Redirected to http://localhost:3000/tasks/show/22 +Completed 302 Found in 9ms (ActiveRecord: 1.9ms) + + +Started GET "/tasks/show/22" for ::1 at 2016-09-29 15:23:35 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"22"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 22]] + Rendered tasks/show.html.erb within layouts/application (0.5ms) +Completed 200 OK in 14ms (Views: 12.8ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/index" for ::1 at 2016-09-29 15:23:37 -0700 +Processing by TasksController#index as HTML + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.2ms) +Completed 200 OK in 21ms (Views: 20.5ms | ActiveRecord: 0.3ms) + + +Started GET "/tasks/new" for ::1 at 2016-09-29 15:23:39 -0700 +Processing by TasksController#new as HTML + Rendered tasks/new.html.erb within layouts/application (0.6ms) +Completed 200 OK in 21ms (Views: 20.4ms | ActiveRecord: 0.0ms) + + +Started POST "/tasks/create" for ::1 at 2016-09-29 15:23:56 -0700 +Processing by TasksController#create as HTML + Parameters: {"title"=>"Take car in for service", "description"=>"Service car at Acura dealer 7 am ", "authenticity_token"=>"3vtRFfHlt2zso/MoBNShCUfVknzva3n2CLFpEgWS67v+xnjAV358RMXBqRUSlPOWrjGuw6USge8bqEb9GspUVA=="} +  (0.1ms) begin transaction + SQL (0.7ms) INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Take car in for service"], ["description", "Service car at Acura dealer 7 am "], ["created_at", "2016-09-29 22:23:56.701607"], ["updated_at", "2016-09-29 22:23:56.701607"]] +  (2.0ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 7ms (ActiveRecord: 2.7ms) + + +Started GET "/" for ::1 at 2016-09-29 15:23:56 -0700 +Processing by TasksController#index as HTML + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.3ms) +Completed 200 OK in 16ms (Views: 14.7ms | ActiveRecord: 0.2ms) + + +Started PUT "/tasks/28/update" for ::1 at 2016-09-29 15:24:16 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"Lxs8MkpTyJm89Cw0Ln9kZWVwBYsUmvz3W3w+4LglEkcPJhXn7MgDsZWWdgk4Pzb6jJQ5NF7jBO5IZREPp32tqA==", "id"=>"28"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 28]] +  (0.1ms) begin transaction + SQL (0.4ms) UPDATE "tasks" SET "completed_at" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["completed_at", "2016-09-29 22:24:16.552894"], ["updated_at", "2016-09-29 22:24:16.553779"], ["id", 28]] +  (1.4ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 6ms (ActiveRecord: 2.1ms) + + +Started GET "/" for ::1 at 2016-09-29 15:24:16 -0700 +Processing by TasksController#index as HTML + 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.9ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/new" for ::1 at 2016-09-29 15:24:22 -0700 +Processing by TasksController#new as HTML + Rendered tasks/new.html.erb within layouts/application (0.1ms) +Completed 200 OK in 27ms (Views: 26.9ms | ActiveRecord: 0.0ms) + + +Started POST "/tasks/create" for ::1 at 2016-09-29 15:24:38 -0700 +Processing by TasksController#create as HTML + Parameters: {"title"=>"Clean up yard waste", "description"=>"Yard waste cleanup with rake ", "authenticity_token"=>"+lxm7z96sNJeotTK9CsuPNItsBOhtd1IzLbzO9u0aajaYU86meF7+nfAjvfia3yjO8mMrOvMJVHfr9zUxOzWRw=="} +  (0.1ms) begin transaction + SQL (3.4ms) INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Clean up yard waste"], ["description", "Yard waste cleanup with rake "], ["created_at", "2016-09-29 22:24:38.130995"], ["updated_at", "2016-09-29 22:24:38.130995"]] +  (1.7ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 10ms (ActiveRecord: 5.2ms) + + +Started GET "/" for ::1 at 2016-09-29 15:24:38 -0700 +Processing by TasksController#index as HTML + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.4ms) +Completed 200 OK in 33ms (Views: 31.5ms | ActiveRecord: 0.3ms) + + +Started GET "/tasks/show/29" for ::1 at 2016-09-29 15:24:39 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"29"} + Task Load (0.4ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 29]] + Rendered tasks/show.html.erb within layouts/application (0.3ms) +Completed 200 OK in 25ms (Views: 22.9ms | ActiveRecord: 0.4ms) + + +Started GET "/tasks/29/edit" for ::1 at 2016-09-29 15:24:40 -0700 +Processing by TasksController#edit as HTML + Parameters: {"id"=>"29"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 29]] + Rendered tasks/edit.html.erb within layouts/application (0.3ms) +Completed 200 OK in 24ms (Views: 22.3ms | ActiveRecord: 0.1ms) + + +Started PUT "/tasks/29/update" for ::1 at 2016-09-29 15:24:44 -0700 +Processing by TasksController#update as HTML + Parameters: {"title"=>"Clean up yard waste", "description"=>"Yard waste cleanup with rake \r\n ", "authenticity_token"=>"VZRHUgzYuUGZcpBiUq7oZVpmlK/K8nhJhJUPqYRqlvt1qW6HqkNyabAQyl9E7rr6s4KoEICLgFCXjCBGmzIpFA==", "id"=>"29"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 29]] +  (0.0ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "description" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["description", "Yard waste cleanup with rake \r\n "], ["updated_at", "2016-09-29 22:24:44.401363"], ["id", 29]] +  (1.3ms) commit transaction +Redirected to http://localhost:3000/tasks/show/29 +Completed 302 Found in 4ms (ActiveRecord: 1.7ms) + + +Started GET "/tasks/show/29" for ::1 at 2016-09-29 15:24:44 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"29"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 29]] + Rendered tasks/show.html.erb within layouts/application (0.4ms) +Completed 200 OK in 15ms (Views: 13.5ms | ActiveRecord: 0.2ms) + + +Started PUT "/tasks/29/update" for ::1 at 2016-09-29 15:24:47 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"/s4RjQAmorG99YUnb4MMSUQ9DxZJgU4utxXk3FNH7f7e8zhYpr1pmZSX3xp5w17WrdkzqQP4tjekDMszTB9SEQ==", "id"=>"29"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 29]] +  (0.1ms) begin transaction + SQL (0.2ms) UPDATE "tasks" SET "completed_at" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["completed_at", "2016-09-29 22:24:47.098767"], ["updated_at", "2016-09-29 22:24:47.099101"], ["id", 29]] +  (1.6ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 4ms (ActiveRecord: 2.0ms) + + +Started GET "/" for ::1 at 2016-09-29 15:24:47 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.0ms) +Completed 200 OK in 18ms (Views: 17.1ms | ActiveRecord: 0.2ms) + + +Started GET "/" for ::1 at 2016-09-29 15:47:27 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (5.1ms) +Completed 200 OK in 21ms (Views: 18.3ms | ActiveRecord: 0.4ms) + + +Started GET "/assets/style.self-2bbcf53bf2d4e43d8d9c8be25ac19703248e529764cc480b2a30a63249dd28d7.css?body=1" for ::1 at 2016-09-29 15:47:27 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-29 15:47:27 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-29 15:47:27 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-29 15:47:27 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-29 15:47:27 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-29 15:47:27 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-29 15:47:27 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-29 15:47:27 -0700 + + +Started GET "/tasks/new" for ::1 at 2016-09-29 15:47:31 -0700 +Processing by TasksController#new as HTML + Rendered tasks/new.html.erb within layouts/application (18.6ms) +Completed 200 OK in 37ms (Views: 36.6ms | ActiveRecord: 0.0ms) + + +Started POST "/tasks/create" for ::1 at 2016-09-29 15:47:41 -0700 +Processing by TasksController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"nxgQzNBxmGu+66Xlg1Cd4HNX9oo2GCUVmB1RpzW460S/JTkZdupTQ5eJ/9iVEM9/mrPKNXxh3QyLBH5IKuBUqw==", "post"=>{"title"=>"Go to the grocery store", "description"=>"Buy carrots and pasta"}, "commit"=>"Create Task"} +  (0.1ms) begin transaction + SQL (0.4ms) INSERT INTO "tasks" ("created_at", "updated_at") VALUES (?, ?) [["created_at", "2016-09-29 22:47:41.293904"], ["updated_at", "2016-09-29 22:47:41.293904"]] +  (3.0ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 7ms (ActiveRecord: 3.5ms) + + +Started GET "/" for ::1 at 2016-09-29 15:47:41 -0700 +Processing by TasksController#index as HTML + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.0ms) +Completed 200 OK in 19ms (Views: 18.2ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/show/30" for ::1 at 2016-09-29 15:47:46 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"30"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 30]] + Rendered tasks/show.html.erb within layouts/application (1.2ms) +Completed 200 OK in 24ms (Views: 21.3ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/index" for ::1 at 2016-09-29 15:49:01 -0700 +Processing by TasksController#index as HTML + Task Load (1.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (12.2ms) +Completed 200 OK in 31ms (Views: 28.0ms | ActiveRecord: 1.6ms) + + +Started DELETE "/tasks/30/destroy" for ::1 at 2016-09-29 15:49:04 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"OpXDN/NtsHj8AGne8olVCX3ILP8REU/qGsZLokkVdi4aqOriVfZ7UNViM+PkyQeWlCwQQFtot/MJ32RNVk3JwQ==", "id"=>"30"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 30]] +  (0.0ms) begin transaction + SQL (0.3ms) DELETE FROM "tasks" WHERE "tasks"."id" = ? [["id", 30]] +  (2.3ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 5ms (ActiveRecord: 2.8ms) + + +Started GET "/" for ::1 at 2016-09-29 15:49:04 -0700 +Processing by TasksController#index as HTML + 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/new" for ::1 at 2016-09-29 15:49:05 -0700 +Processing by TasksController#new as HTML + Rendered tasks/new.html.erb within layouts/application (2.6ms) +Completed 200 OK in 23ms (Views: 22.4ms | ActiveRecord: 0.0ms) + + +Started POST "/tasks/create" for ::1 at 2016-09-29 15:49:13 -0700 +Processing by TasksController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"Q+s8EEC/eZxtdBIUgaI5qmPZYETV65Rjp2sYJe9r1hdj1hXF5iSytEQWSCmX4ms1ij1c+5+SbHq0cjfK8DNp+A==", "post"=>{"title"=>"Go to the mall", "description"=>"Get shoes"}, "commit"=>"Create Task"} +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Go to the mall"], ["description", "Get shoes"], ["created_at", "2016-09-29 22:49:13.351555"], ["updated_at", "2016-09-29 22:49:13.351555"]] +  (1.5ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 5ms (ActiveRecord: 1.9ms) + + +Started GET "/" for ::1 at 2016-09-29 15:49:13 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.1ms) +Completed 200 OK in 26ms (Views: 24.8ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/show/31" for ::1 at 2016-09-29 15:50:20 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"31"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 31]] + Rendered tasks/show.html.erb within layouts/application (0.3ms) +Completed 200 OK in 20ms (Views: 15.4ms | ActiveRecord: 0.5ms) + + +Started GET "/tasks/31/edit" for ::1 at 2016-09-29 15:50:22 -0700 +Processing by TasksController#edit as HTML + Parameters: {"id"=>"31"} + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 31]] + Rendered tasks/edit.html.erb within layouts/application (2.8ms) +Completed 200 OK in 24ms (Views: 22.6ms | ActiveRecord: 0.3ms) + + +Started PATCH "/tasks/create" for ::1 at 2016-09-29 15:50:28 -0700 + +ActionController::RoutingError (No route matches [PATCH] "/tasks/create"): + actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' + web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call' + web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch' + web-console (2.3.0) lib/web_console/middleware.rb:18:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' + railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' + rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' + rack (1.6.4) lib/rack/runtime.rb:18:in `call' + activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' + rack (1.6.4) lib/rack/sendfile.rb:113:in `call' + railties (4.2.7) lib/rails/engine.rb:518:in `call' + railties (4.2.7) lib/rails/application.rb:165:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + rack (1.6.4) lib/rack/content_length.rb:15:in `call' + rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' + + + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.9ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.8ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.6ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (61.7ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (36.8ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (80.4ms) + + +Started PATCH "/tasks/create" for ::1 at 2016-09-29 15:50:55 -0700 + +ActionController::RoutingError (No route matches [PATCH] "/tasks/create"): + actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' + web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call' + web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch' + web-console (2.3.0) lib/web_console/middleware.rb:18:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' + railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' + rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' + rack (1.6.4) lib/rack/runtime.rb:18:in `call' + activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' + rack (1.6.4) lib/rack/sendfile.rb:113:in `call' + railties (4.2.7) lib/rails/engine.rb:518:in `call' + railties (4.2.7) lib/rails/application.rb:165:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + rack (1.6.4) lib/rack/content_length.rb:15:in `call' + rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' + + + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.9ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (52.2ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.6ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.2ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (36.2ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.7ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (79.5ms) + + +Started GET "/tasks/show/31" for ::1 at 2016-09-29 15:51:07 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"31"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 31]] + Rendered tasks/show.html.erb within layouts/application (0.6ms) +Completed 200 OK in 31ms (Views: 24.1ms | ActiveRecord: 0.8ms) + + +Started GET "/tasks/show/31" for ::1 at 2016-09-29 15:51:08 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"31"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 31]] + Rendered tasks/show.html.erb within layouts/application (0.2ms) +Completed 200 OK in 16ms (Views: 15.4ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-29 15:51:08 -0700 + + +Started GET "/assets/style.self-2bbcf53bf2d4e43d8d9c8be25ac19703248e529764cc480b2a30a63249dd28d7.css?body=1" for ::1 at 2016-09-29 15:51:08 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-29 15:51:08 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-29 15:51:08 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-29 15:51:08 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-29 15:51:08 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-29 15:51:08 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-29 15:51:08 -0700 + + +Started GET "/tasks/31/edit" for ::1 at 2016-09-29 15:51:10 -0700 +Processing by TasksController#edit as HTML + Parameters: {"id"=>"31"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 31]] + Rendered tasks/edit.html.erb within layouts/application (3.0ms) +Completed 200 OK in 29ms (Views: 27.2ms | ActiveRecord: 0.1ms) + + +Started PATCH "/tasks/31/update" for ::1 at 2016-09-29 15:51:13 -0700 +Processing by TasksController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"fiDGUOGErt7SH0QqHN63a/6InCHsmt7yDXTSxPy0u0xeHe+FRx9l9vt9HhcKnuX0F2ygnqbjJusebf0r4+wEow==", "patch"=>{"title"=>"Go to the mall", "description"=>"Get shoes for wedding"}, "commit"=>"Update Task", "id"=>"31"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 31]] +Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.1ms) + +NoMethodError (undefined method `[]' for nil:NilClass): + app/controllers/tasks_controller.rb:15:in `update' + + + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.6ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (42.7ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (44.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.6ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (94.4ms) + + +Started PATCH "/tasks/31/update" for ::1 at 2016-09-29 15:51:35 -0700 +Processing by TasksController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"fiDGUOGErt7SH0QqHN63a/6InCHsmt7yDXTSxPy0u0xeHe+FRx9l9vt9HhcKnuX0F2ygnqbjJusebf0r4+wEow==", "patch"=>{"title"=>"Go to the mall", "description"=>"Get shoes for wedding"}, "commit"=>"Update Task", "id"=>"31"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 31]] +  (0.0ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "description" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["description", "Get shoes for wedding"], ["updated_at", "2016-09-29 22:51:35.798492"], ["id", 31]] +  (1.5ms) commit transaction + Rendered tasks/update.html.erb within layouts/application (0.3ms) +Completed 200 OK in 37ms (Views: 28.8ms | ActiveRecord: 2.3ms) + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-29 15:51:35 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-29 15:51:35 -0700 + + +Started GET "/assets/style.self-2bbcf53bf2d4e43d8d9c8be25ac19703248e529764cc480b2a30a63249dd28d7.css?body=1" for ::1 at 2016-09-29 15:51:35 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-29 15:51:35 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-29 15:51:35 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-29 15:51:35 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-29 15:51:35 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-29 15:51:35 -0700 + + +Started GET "/tasks/show/31" for ::1 at 2016-09-29 15:51:40 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"31"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 31]] + Rendered tasks/show.html.erb within layouts/application (0.3ms) +Completed 200 OK in 24ms (Views: 22.7ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/show/31" for ::1 at 2016-09-29 15:51:43 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"31"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 31]] + Rendered tasks/show.html.erb within layouts/application (0.7ms) +Completed 200 OK in 16ms (Views: 14.7ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/style.self-2bbcf53bf2d4e43d8d9c8be25ac19703248e529764cc480b2a30a63249dd28d7.css?body=1" for ::1 at 2016-09-29 15:51:43 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-29 15:51:43 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-29 15:51:43 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-29 15:51:43 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-29 15:51:43 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-29 15:51:43 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-29 15:51:43 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-29 15:51:43 -0700 + + +Started GET "/tasks/31/edit" for ::1 at 2016-09-29 15:51:45 -0700 +Processing by TasksController#edit as HTML + Parameters: {"id"=>"31"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 31]] + Rendered tasks/edit.html.erb within layouts/application (2.8ms) +Completed 200 OK in 27ms (Views: 25.6ms | ActiveRecord: 0.1ms) + + +Started PATCH "/tasks/31/update" for ::1 at 2016-09-29 15:51:50 -0700 +Processing by TasksController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"hmVTak6ILuLCb1WuEJV9GNI0rttK47B6xc0J7nJTN8umWHq/6BPlyusND5MG1S+HO9CSZACaSGPW1CYBbQuIJA==", "patch"=>{"title"=>"Go to the mall", "description"=>"Get shoes for wedding tomorrow"}, "commit"=>"Update Task", "id"=>"31"} + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 31]] +  (0.1ms) begin transaction + SQL (0.7ms) UPDATE "tasks" SET "description" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["description", "Get shoes for wedding tomorrow"], ["updated_at", "2016-09-29 22:51:50.267146"], ["id", 31]] +  (0.6ms) commit transaction + Rendered tasks/update.html.erb within layouts/application (0.1ms) +Completed 200 OK in 29ms (Views: 22.5ms | ActiveRecord: 1.6ms) + + +Started GET "/tasks/index" for ::1 at 2016-09-29 15:51:52 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.6ms) +Completed 200 OK in 27ms (Views: 25.2ms | ActiveRecord: 0.2ms) + + +Started PUT "/tasks/31/update" for ::1 at 2016-09-29 15:54:19 -0700 + +ActionController::RoutingError (No route matches [PUT] "/tasks/31/update"): + actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' + web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call' + web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch' + web-console (2.3.0) lib/web_console/middleware.rb:18:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' + railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' + rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' + rack (1.6.4) lib/rack/runtime.rb:18:in `call' + activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' + rack (1.6.4) lib/rack/sendfile.rb:113:in `call' + railties (4.2.7) lib/rails/engine.rb:518:in `call' + railties (4.2.7) lib/rails/application.rb:165:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + rack (1.6.4) lib/rack/content_length.rb:15:in `call' + rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' + + + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.8ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.1ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (59.8ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (42.9ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (92.7ms) + + +Started PUT "/tasks/31/update" for ::1 at 2016-09-29 15:54:40 -0700 + +ActionController::RoutingError (No route matches [PUT] "/tasks/31/update"): + actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' + web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call' + web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch' + web-console (2.3.0) lib/web_console/middleware.rb:18:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' + railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' + rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' + rack (1.6.4) lib/rack/runtime.rb:18:in `call' + activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' + rack (1.6.4) lib/rack/sendfile.rb:113:in `call' + railties (4.2.7) lib/rails/engine.rb:518:in `call' + railties (4.2.7) lib/rails/application.rb:165:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + rack (1.6.4) lib/rack/content_length.rb:15:in `call' + rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' + + + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.8ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.1ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (62.9ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.5ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (40.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (90.2ms) + + +Started GET "/tasks/index" for ::1 at 2016-09-29 15:54:46 -0700 +Processing by TasksController#index as HTML + Task Load (0.4ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (7.6ms) +Completed 200 OK in 24ms (Views: 22.0ms | ActiveRecord: 0.9ms) + + +Started GET "/assets/style.self-2bbcf53bf2d4e43d8d9c8be25ac19703248e529764cc480b2a30a63249dd28d7.css?body=1" for ::1 at 2016-09-29 15:54:46 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-29 15:54:46 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-29 15:54:46 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-29 15:54:46 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-29 15:54:46 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-29 15:54:46 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-29 15:54:46 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-29 15:54:46 -0700 + + +Started PATCH "/tasks/31/update" for ::1 at 2016-09-29 15:54:48 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"y4ln3wV2v8i+rvSFOEbSW59KxURTB4GRj+zOy5zVTNPrtE4Ko+104JfMrrguBoDEdq75+xl+eYic9eEkg43zPA==", "id"=>"31"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 31]] +  (0.1ms) begin transaction + SQL (0.2ms) UPDATE "tasks" SET "completed_at" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["completed_at", "2016-09-29 22:54:48.195357"], ["updated_at", "2016-09-29 22:54:48.195802"], ["id", 31]] +  (1.4ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 5ms (ActiveRecord: 1.8ms) + + +Started GET "/" for ::1 at 2016-09-29 15:54:48 -0700 +Processing by TasksController#index as HTML + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.0ms) +Completed 200 OK in 16ms (Views: 15.4ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/new" for ::1 at 2016-09-29 15:54:50 -0700 +Processing by TasksController#new as HTML + Rendered tasks/new.html.erb within layouts/application (2.1ms) +Completed 200 OK in 29ms (Views: 28.5ms | ActiveRecord: 0.0ms) + + +Started POST "/tasks/create" for ::1 at 2016-09-29 15:54:58 -0700 +Processing by TasksController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"ki+DzuP3vYy2H0/haPsCUEXAtqFnUTvYzwZ9qvr3i0iyEqobRWx2pJ99Fdx+u1DPrCSKHi0ow8HcH1JF5a80pw==", "post"=>{"title"=>"Go running", "description"=>"Run for 30 minutes"}, "commit"=>"Create Task"} +  (0.1ms) begin transaction + SQL (0.4ms) INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Go running"], ["description", "Run for 30 minutes"], ["created_at", "2016-09-29 22:54:58.476371"], ["updated_at", "2016-09-29 22:54:58.476371"]] +  (1.0ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 4ms (ActiveRecord: 1.5ms) + + +Started GET "/" for ::1 at 2016-09-29 15:54:58 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.0ms) +Completed 200 OK in 31ms (Views: 30.3ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/show/32" for ::1 at 2016-09-29 15:55:01 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"32"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 32]] + Rendered tasks/show.html.erb within layouts/application (0.3ms) +Completed 200 OK in 24ms (Views: 20.6ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/32/edit" for ::1 at 2016-09-29 15:55:02 -0700 +Processing by TasksController#edit as HTML + Parameters: {"id"=>"32"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 32]] + Rendered tasks/edit.html.erb within layouts/application (2.1ms) +Completed 200 OK in 39ms (Views: 36.8ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks/32/update" for ::1 at 2016-09-29 15:55:10 -0700 +Processing by TasksController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"kfdF6TC2c25E+ZBjTP4I6x0I5cgn2U9CLAfU4yx0jfyxymw8li24Rm2byl5avlp09OzZd22gt1s/HvsMMywyEw==", "patch"=>{"title"=>"Go running", "description"=>"Run for 30 minutes around Lake Sammamish"}, "commit"=>"Update Task", "id"=>"32"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 32]] +  (0.0ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "completed_at" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["completed_at", "2016-09-29 22:55:10.228350"], ["updated_at", "2016-09-29 22:55:10.228759"], ["id", 32]] +  (0.6ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 4ms (ActiveRecord: 1.1ms) + + +Started GET "/" for ::1 at 2016-09-29 15:55:10 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.3ms) +Completed 200 OK in 31ms (Views: 30.6ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/show/32" for ::1 at 2016-09-29 15:55:13 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"32"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 32]] + Rendered tasks/show.html.erb within layouts/application (0.3ms) +Completed 200 OK in 23ms (Views: 20.6ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/show/32" for ::1 at 2016-09-29 15:56:22 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"32"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 32]] + Rendered tasks/show.html.erb within layouts/application (0.4ms) +Completed 200 OK in 27ms (Views: 21.5ms | ActiveRecord: 0.5ms) + + +Started GET "/assets/style.self-2bbcf53bf2d4e43d8d9c8be25ac19703248e529764cc480b2a30a63249dd28d7.css?body=1" for ::1 at 2016-09-29 15:56:22 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-29 15:56:22 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-29 15:56:22 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-29 15:56:22 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-29 15:56:22 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-29 15:56:22 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-29 15:56:22 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-29 15:56:22 -0700 + + +Started GET "/tasks/index" for ::1 at 2016-09-29 15:56:26 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.6ms) +Completed 200 OK in 28ms (Views: 27.3ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/index" for ::1 at 2016-09-29 15:56:28 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (5.2ms) +Completed 200 OK in 43ms (Views: 42.0ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/new" for ::1 at 2016-09-29 15:56:29 -0700 +Processing by TasksController#new as HTML + Rendered tasks/new.html.erb within layouts/application (3.5ms) +Completed 200 OK in 28ms (Views: 26.8ms | ActiveRecord: 0.0ms) + + +Started POST "/tasks/create" for ::1 at 2016-09-29 15:56:36 -0700 +Processing by TasksController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"lik+T3x8b55XJuQkP6pET2Qaio34McY7ByBSU35tjDu2FBea2uektn5Evhkp6hbQjf62MrJIPiIUOX28YTUz1A==", "post"=>{"title"=>"Patch clothing", "description"=>"With needle"}, "commit"=>"Create Task"} +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Patch clothing"], ["description", "With needle"], ["created_at", "2016-09-29 22:56:36.929633"], ["updated_at", "2016-09-29 22:56:36.929633"]] +  (0.5ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 4ms (ActiveRecord: 0.9ms) + + +Started GET "/" for ::1 at 2016-09-29 15:56:36 -0700 +Processing by TasksController#index as HTML + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.8ms) +Completed 200 OK in 23ms (Views: 22.3ms | ActiveRecord: 0.3ms) + + +Started GET "/tasks/show/33" for ::1 at 2016-09-29 15:56:38 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"33"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 33]] + Rendered tasks/show.html.erb within layouts/application (0.3ms) +Completed 200 OK in 26ms (Views: 23.1ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/33/edit" for ::1 at 2016-09-29 15:56:40 -0700 +Processing by TasksController#edit as HTML + Parameters: {"id"=>"33"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 33]] + Rendered tasks/edit.html.erb within layouts/application (2.1ms) +Completed 200 OK in 28ms (Views: 24.8ms | ActiveRecord: 0.1ms) + + +Started PATCH "/tasks/33/update" for ::1 at 2016-09-29 15:56:43 -0700 +Processing by TasksController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"TrcpMAWFp5MShJ+K9wO6nigFWQy7cYe3WxXXyrGYCGBuigDlox5suzvmxbfhQ+gBweFls/EIf65IDPglrsC3jw==", "patch"=>{"title"=>"Patch clothing", "description"=>"With needle!"}, "commit"=>"Update Task", "id"=>"33"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 33]] +  (0.1ms) begin transaction + SQL (0.6ms) UPDATE "tasks" SET "description" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["description", "With needle!"], ["updated_at", "2016-09-29 22:56:43.946766"], ["id", 33]] +  (0.9ms) commit transaction +Redirected to http://localhost:3000/tasks/show/33 +Completed 302 Found in 7ms (ActiveRecord: 1.7ms) + + +Started GET "/tasks/show/33" for ::1 at 2016-09-29 15:56:43 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"33"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 33]] + Rendered tasks/show.html.erb within layouts/application (0.3ms) +Completed 200 OK in 34ms (Views: 32.2ms | ActiveRecord: 0.1ms) + + +Started PUT "/tasks/33/update" for ::1 at 2016-09-29 15:56:47 -0700 + +ActionController::RoutingError (No route matches [PUT] "/tasks/33/update"): + actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' + web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call' + web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch' + web-console (2.3.0) lib/web_console/middleware.rb:18:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' + railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' + rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' + rack (1.6.4) lib/rack/runtime.rb:18:in `call' + activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' + rack (1.6.4) lib/rack/sendfile.rb:113:in `call' + railties (4.2.7) lib/rails/engine.rb:518:in `call' + railties (4.2.7) lib/rails/application.rb:165:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + rack (1.6.4) lib/rack/content_length.rb:15:in `call' + rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' + + + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.8ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.1ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (63.2ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.7ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.7ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.6ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (44.0ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.9ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.7ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (95.0ms) + + +Started GET "/" for ::1 at 2016-09-29 15:59:35 -0700 +Processing by TasksController#index as HTML + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.7ms) +Completed 200 OK in 18ms (Views: 17.3ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/show/33" for ::1 at 2016-09-29 15:59:39 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"33"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 33]] + Rendered tasks/show.html.erb within layouts/application (1.4ms) +Completed 200 OK in 26ms (Views: 24.3ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks/33/update" for ::1 at 2016-09-29 15:59:40 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"+z8su8LJvG23w5P2/deLIyxKmrIKSiURH6RY4YREgcnbAgVuZFJ3RZ6hycvrl9m8xa6mDUAz3QgMvXcOmxw+Jg==", "id"=>"33"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 33]] +  (0.0ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "completed_at" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["completed_at", "2016-09-29 22:59:40.304294"], ["updated_at", "2016-09-29 22:59:40.304844"], ["id", 33]] +  (1.4ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 5ms (ActiveRecord: 1.8ms) + + +Started GET "/" for ::1 at 2016-09-29 15:59:40 -0700 +Processing by TasksController#index as HTML + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.5ms) +Completed 200 OK in 15ms (Views: 14.5ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/show/22" for ::1 at 2016-09-29 16:00:07 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"22"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 22]] + Rendered tasks/show.html.erb within layouts/application (0.5ms) +Completed 200 OK in 20ms (Views: 18.4ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/22/edit" for ::1 at 2016-09-29 16:00:11 -0700 +Processing by TasksController#edit as HTML + Parameters: {"id"=>"22"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 22]] + Rendered tasks/edit.html.erb within layouts/application (2.2ms) +Completed 200 OK in 25ms (Views: 23.3ms | ActiveRecord: 0.1ms) + + +Started PATCH "/tasks/22/update" for ::1 at 2016-09-29 16:00:14 -0700 +Processing by TasksController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"ZYQiUFeiNqjgDlQImnO8WoC6tbbO77X+x7wF8c61m5NFuQuF8Tn9gMlsDjWMM+7FaV6JCYSWTefUpSoe0e0kfA==", "patch"=>{"title"=>"Go to grocery NOW", "description"=>"Carrots tasty! !!"}, "commit"=>"Update Task", "id"=>"22"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 22]] +  (0.0ms) begin transaction + SQL (0.2ms) UPDATE "tasks" SET "description" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["description", "Carrots tasty! !!"], ["updated_at", "2016-09-29 23:00:14.421026"], ["id", 22]] +  (0.6ms) commit transaction +Redirected to http://localhost:3000/tasks/show/22 +Completed 302 Found in 3ms (ActiveRecord: 0.9ms) + + +Started GET "/tasks/show/22" for ::1 at 2016-09-29 16:00:14 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"22"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 22]] + Rendered tasks/show.html.erb within layouts/application (0.5ms) +Completed 200 OK in 20ms (Views: 18.5ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/index" for ::1 at 2016-09-29 16:00:19 -0700 +Processing by TasksController#index as HTML + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.0ms) +Completed 200 OK in 23ms (Views: 21.9ms | ActiveRecord: 0.3ms) + + +Started DELETE "/tasks/22/destroy" for ::1 at 2016-09-29 16:00:23 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"JKHkEEmnLxM7iTkvWo2IOCFPnmBE3RUatKIyZeLUgG0EnM3F7zzkOxLrYxJMzdqnyKui3w6k7QOnux2K/Yw/gg==", "id"=>"22"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 22]] +  (0.0ms) begin transaction + SQL (0.2ms) DELETE FROM "tasks" WHERE "tasks"."id" = ? [["id", 22]] +  (1.5ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 4ms (ActiveRecord: 1.8ms) + + +Started GET "/" for ::1 at 2016-09-29 16:00:23 -0700 +Processing by TasksController#index as HTML + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.5ms) +Completed 200 OK in 19ms (Views: 16.9ms | ActiveRecord: 0.3ms) + + +Started DELETE "/tasks/23/destroy" for ::1 at 2016-09-29 16:00:25 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"LHEC3jaul4hgGxQAiet+y1ozwd0gFmlu9hXB5JrmlbQMTCsLkDVcoEl5Tj2fqyxUs9f9YmpvkXflDO4Lhb4qWw==", "id"=>"23"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 23]] +  (0.1ms) begin transaction + SQL (0.4ms) DELETE FROM "tasks" WHERE "tasks"."id" = ? [["id", 23]] +  (2.0ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 6ms (ActiveRecord: 2.6ms) + + +Started GET "/" for ::1 at 2016-09-29 16:00:25 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.7ms) +Completed 200 OK in 19ms (Views: 18.2ms | ActiveRecord: 0.2ms) + + +Started DELETE "/tasks/24/destroy" for ::1 at 2016-09-29 16:00:26 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"//H87IiVjRn5DWE7+Ui1v9s/FyhBKKlzlYAnYZw8YYHfzNU5Lg5GMdBvOwbvCOcgMtsrlwtRUWqGmQiOg2Tebg==", "id"=>"24"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 24]] +  (0.1ms) begin transaction + SQL (0.7ms) DELETE FROM "tasks" WHERE "tasks"."id" = ? [["id", 24]] +  (2.1ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 5ms (ActiveRecord: 3.0ms) + + +Started GET "/" for ::1 at 2016-09-29 16:00:26 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.7ms) +Completed 200 OK in 18ms (Views: 16.9ms | ActiveRecord: 0.2ms) + + +Started DELETE "/tasks/25/destroy" for ::1 at 2016-09-29 16:00:27 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"ywSjIv2eQw/c4GRR5SiphIFA+gRMLioT4Q9+V3gTe4DrOYr3WwWIJ/WCPmzzaPsbaKTGuwZX0gryFlG4Z0vEbw==", "id"=>"25"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 25]] +  (0.0ms) begin transaction + SQL (0.5ms) DELETE FROM "tasks" WHERE "tasks"."id" = ? [["id", 25]] +  (1.6ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 6ms (ActiveRecord: 2.3ms) + + +Started GET "/" for ::1 at 2016-09-29 16:00:27 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.8ms) +Completed 200 OK in 14ms (Views: 13.6ms | ActiveRecord: 0.2ms) + + +Started DELETE "/tasks/26/destroy" for ::1 at 2016-09-29 16:00:28 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"ZQHeAcYB95gU6osYyn0QduvuctYEQxksfI2TveMDiyNFPPfUYJo8sD2I0SXcPULpAgpOaU464TVvlLxS/Fs0zA==", "id"=>"26"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 26]] +  (0.0ms) begin transaction + SQL (0.2ms) DELETE FROM "tasks" WHERE "tasks"."id" = ? [["id", 26]] +  (1.3ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 3ms (ActiveRecord: 1.6ms) + + +Started GET "/" for ::1 at 2016-09-29 16:00:28 -0700 +Processing by TasksController#index as HTML + Task Load (0.5ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.9ms) +Completed 200 OK in 24ms (Views: 22.4ms | ActiveRecord: 0.5ms) + + +Started DELETE "/tasks/27/destroy" for ::1 at 2016-09-29 16:00:30 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"j51IlHuj8I0/tAEijNarCmcYiBnev7WR7/QGhj63NqavoGFB3Tg7pRbWWx+alvmVjvy0ppTGTYj87SlpIe+JSQ==", "id"=>"27"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 27]] +  (0.1ms) begin transaction + SQL (0.8ms) DELETE FROM "tasks" WHERE "tasks"."id" = ? [["id", 27]] +  (2.5ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 6ms (ActiveRecord: 3.4ms) + + +Started GET "/" for ::1 at 2016-09-29 16:00:30 -0700 +Processing by TasksController#index as HTML + Task Load (0.5ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.1ms) +Completed 200 OK in 17ms (Views: 16.2ms | ActiveRecord: 0.5ms) + + +Started DELETE "/tasks/33/destroy" for ::1 at 2016-09-29 16:00:35 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"URWXaqAW4vXcyIBqcTtfYuKdCO1nnAsS6cD3vD86FRhxKL6/Bo0p3fWq2ldnew39C3k0Ui3l8wv62dhTIGKq9w==", "id"=>"33"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 33]] +  (0.0ms) begin transaction + SQL (0.3ms) DELETE FROM "tasks" WHERE "tasks"."id" = ? [["id", 33]] +  (3.9ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 7ms (ActiveRecord: 4.3ms) + + +Started GET "/" for ::1 at 2016-09-29 16:00:35 -0700 +Processing by TasksController#index as HTML + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.8ms) +Completed 200 OK in 16ms (Views: 14.7ms | ActiveRecord: 0.3ms) + + +Started GET "/tasks/new" for ::1 at 2016-09-29 16:05:25 -0700 +Processing by TasksController#new as HTML + Rendered tasks/new.html.erb within layouts/application (1.7ms) +Completed 200 OK in 24ms (Views: 23.7ms | ActiveRecord: 0.0ms) + + +Started POST "/tasks/create" for ::1 at 2016-09-29 16:05:37 -0700 +Processing by TasksController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"5aaZPfkbzb9Z+Abg2Pf5O84ZFBf00d25NOGMEMSVIHbFm7DoX4AGl3CaXN3Ot6ukJ/0oqL6oJaAn+KP/282fmQ==", "post"=>{"title"=>"Plant tulip bulbs", "description"=>"Yellow, red, orange"}, "commit"=>"Create Task"} +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Plant tulip bulbs"], ["description", "Yellow, red, orange"], ["created_at", "2016-09-29 23:05:37.951657"], ["updated_at", "2016-09-29 23:05:37.951657"]] +  (0.5ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 3ms (ActiveRecord: 0.9ms) + + +Started GET "/" for ::1 at 2016-09-29 16:05:37 -0700 +Processing by TasksController#index as HTML + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.8ms) +Completed 200 OK in 19ms (Views: 18.4ms | ActiveRecord: 0.1ms) + + +Started PATCH "/tasks/34/update" for ::1 at 2016-09-29 16:08:07 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"tmmLYEEyGNydu2XG62++QQ0Dc3+rtQPC+rnLnT+wyU6WVKK156nT9LTZP/v9L+ze5OdPwOHM+9vpoORyIOh2oQ==", "id"=>"34"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 34]] +  (0.0ms) begin transaction + SQL (0.6ms) UPDATE "tasks" SET "completed_at" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["completed_at", "2016-09-29 23:08:07.742440"], ["updated_at", "2016-09-29 23:08:07.742955"], ["id", 34]] +  (2.0ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 6ms (ActiveRecord: 2.7ms) + + +Started GET "/" for ::1 at 2016-09-29 16:08:07 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.1ms) +Completed 200 OK in 16ms (Views: 15.5ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/new" for ::1 at 2016-09-29 16:08:17 -0700 +Processing by TasksController#new as HTML + Rendered tasks/new.html.erb within layouts/application (1.7ms) +Completed 200 OK in 24ms (Views: 22.5ms | ActiveRecord: 0.0ms) + + +Started GET "/tasks/index" for ::1 at 2016-09-29 16:08:19 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.5ms) +Completed 200 OK in 31ms (Views: 29.8ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/show/32" for ::1 at 2016-09-29 16:08:26 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"32"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 32]] + Rendered tasks/show.html.erb within layouts/application (0.4ms) +Completed 200 OK in 24ms (Views: 22.8ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/index" for ::1 at 2016-09-29 16:08:31 -0700 +Processing by TasksController#index as HTML + Task Load (1.4ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.1ms) +Completed 200 OK in 33ms (Views: 29.5ms | ActiveRecord: 1.4ms) + + +Started GET "/tasks/new" for ::1 at 2016-09-29 16:09:06 -0700 +Processing by TasksController#new as HTML + Rendered tasks/new.html.erb within layouts/application (1.9ms) +Completed 200 OK in 27ms (Views: 25.1ms | ActiveRecord: 0.0ms) + + +Started GET "/tasks/index" for ::1 at 2016-09-29 16:11:45 -0700 +Processing by TasksController#index as HTML + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.6ms) +Completed 200 OK in 38ms (Views: 37.3ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/style.self-b37722b65d0d02592874543705be47d8de0917a830e184381a4fff5f1de944fe.css?body=1" for ::1 at 2016-09-29 16:11:45 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-29 16:11:45 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-29 16:11:45 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-29 16:11:45 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-29 16:11:45 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-29 16:11:45 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-29 16:11:45 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-29 16:11:45 -0700 + + +Started GET "/tasks/index" for ::1 at 2016-09-29 16:12:01 -0700 +Processing by TasksController#index as HTML + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.2ms) +Completed 200 OK in 25ms (Views: 24.4ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/style.self-a81972bd810e662ce9d90e4d179bb911019c1850554568a8ccce9a60dc8a391a.css?body=1" for ::1 at 2016-09-29 16:12:01 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-29 16:12:01 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-29 16:12:01 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-29 16:12:01 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-29 16:12:01 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-29 16:12:01 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-29 16:12:01 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-29 16:12:01 -0700 + + +Started GET "/tasks/index" for ::1 at 2016-09-29 16:12:33 -0700 +Processing by TasksController#index as HTML + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.7ms) +Completed 200 OK in 26ms (Views: 24.7ms | ActiveRecord: 0.3ms) + + +Started GET "/assets/style.self-ba3afb2b2d34ccbbf3429c656ce325f75c2c850f904a94fa1ea7f1f71407a69a.css?body=1" for ::1 at 2016-09-29 16:12:33 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-29 16:12:33 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-29 16:12:33 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-29 16:12:33 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-29 16:12:33 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-29 16:12:33 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-29 16:12:33 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-29 16:12:33 -0700 + + +Started GET "/tasks/index" for ::1 at 2016-09-29 16:12:55 -0700 +Processing by TasksController#index as HTML + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.1ms) +Completed 200 OK in 27ms (Views: 26.6ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/style.self-51faed40583590076aaecaac9952cac9ce55b555a203e375f9d4c233464830bd.css?body=1" for ::1 at 2016-09-29 16:12:55 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-29 16:12:55 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-29 16:12:55 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-29 16:12:55 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-29 16:12:55 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-29 16:12:55 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-29 16:12:55 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-29 16:12:55 -0700 + + +Started GET "/tasks/index" for ::1 at 2016-09-29 16:13:09 -0700 +Processing by TasksController#index as HTML + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.6ms) +Completed 200 OK in 32ms (Views: 31.4ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/style.self-b86d742adcbd70b73fdac8c60744178b3cf62ea361f29c3e005a427ffde7793e.css?body=1" for ::1 at 2016-09-29 16:13:09 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-29 16:13:09 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-29 16:13:09 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-29 16:13:09 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-29 16:13:09 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-29 16:13:09 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-29 16:13:09 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-29 16:13:09 -0700 + + +Started GET "/tasks/index" for ::1 at 2016-09-29 16:13:15 -0700 +Processing by TasksController#index as HTML + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.7ms) +Completed 200 OK in 28ms (Views: 27.6ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/style.self-66beae39b99f336d178c23a92adcd6926101eae07bda2d0ab9a1d07e24127be0.css?body=1" for ::1 at 2016-09-29 16:13:15 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-29 16:13:15 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-29 16:13:15 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-29 16:13:15 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-29 16:13:15 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-29 16:13:15 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-29 16:13:15 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-29 16:13:15 -0700 + + +Started GET "/tasks/index" for ::1 at 2016-09-29 16:13:23 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.7ms) +Completed 200 OK in 27ms (Views: 25.9ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/style.self-03134560cc3a6f053a0c7c993457f9593cd41329ba6eaed7cc7db85b4a5cb91b.css?body=1" for ::1 at 2016-09-29 16:13:23 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-29 16:13:23 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-29 16:13:23 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-29 16:13:23 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-29 16:13:23 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-29 16:13:23 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-29 16:13:23 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-29 16:13:23 -0700 + + +Started GET "/tasks/index" for ::1 at 2016-09-29 16:14:34 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.4ms) +Completed 200 OK in 16ms (Views: 14.9ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/style.self-03134560cc3a6f053a0c7c993457f9593cd41329ba6eaed7cc7db85b4a5cb91b.css?body=1" for ::1 at 2016-09-29 16:14:34 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-29 16:14:34 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-29 16:14:34 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-29 16:14:34 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-29 16:14:34 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-29 16:14:34 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-29 16:14:34 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-29 16:14:34 -0700 + + +Started GET "/tasks/index" for ::1 at 2016-09-29 16:14:57 -0700 +Processing by TasksController#index as HTML + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (8.9ms) +Completed 200 OK in 31ms (Views: 30.6ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/style.self-ec0dc4a5bf84fceecc09b23aa297d50512a5492f44d5e7e0692cb8be3ab78c30.css?body=1" for ::1 at 2016-09-29 16:14:57 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-29 16:14:57 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-29 16:14:57 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-29 16:14:57 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-29 16:14:57 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-29 16:14:57 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-29 16:14:57 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-29 16:14:57 -0700 + + +Started GET "/tasks/index" for ::1 at 2016-09-29 16:15:09 -0700 +Processing by TasksController#index as HTML + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.2ms) +Completed 200 OK in 27ms (Views: 26.2ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/style.self-2e7dadd370532b19bba3e10c493c4b4407ded7c33ba526630d3b4eae41a3dd2a.css?body=1" for ::1 at 2016-09-29 16:15:09 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-29 16:15:09 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-29 16:15:09 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-29 16:15:09 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-29 16:15:09 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-29 16:15:09 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-29 16:15:09 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-29 16:15:09 -0700 + + +Started GET "/tasks/index" for ::1 at 2016-09-29 16:15:16 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.7ms) +Completed 200 OK in 26ms (Views: 25.4ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/style.self-a09c9e5342bd1784d07a48ec51079f3ed5bfffca307f96628f58d3ee2a7bb327.css?body=1" for ::1 at 2016-09-29 16:15:16 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-29 16:15:16 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-29 16:15:16 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-29 16:15:16 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-29 16:15:16 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-29 16:15:16 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-29 16:15:16 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-29 16:15:16 -0700 + + +Started GET "/tasks/index" for ::1 at 2016-09-29 16:15:26 -0700 +Processing by TasksController#index as HTML + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.5ms) +Completed 200 OK in 26ms (Views: 25.5ms | ActiveRecord: 0.3ms) + + +Started GET "/assets/style.self-e9bcac3437828a1a2a9236b340099952904b452dd3a57831412ccf5289a2fa3e.css?body=1" for ::1 at 2016-09-29 16:15:26 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-29 16:15:26 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-29 16:15:26 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-29 16:15:26 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-29 16:15:26 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-29 16:15:26 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-29 16:15:26 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-29 16:15:26 -0700 + + +Started GET "/tasks/index" for ::1 at 2016-09-29 16:17:02 -0700 +Processing by TasksController#index as HTML + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.7ms) +Completed 200 OK in 97ms (Views: 96.0ms | ActiveRecord: 0.3ms) + + +Started GET "/assets/style.self-c1bfb16e2aabaaae2ea6032ae154db8f56daa8160de0654ab6881c69126e8602.css?body=1" for ::1 at 2016-09-29 16:17:02 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-29 16:17:02 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-29 16:17:02 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-29 16:17:02 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-29 16:17:02 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-29 16:17:02 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-29 16:17:02 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-29 16:17:02 -0700 + + +Started GET "/tasks/index" for ::1 at 2016-09-29 16:17:31 -0700 +Processing by TasksController#index as HTML + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.3ms) +Completed 200 OK in 26ms (Views: 25.3ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/style.self-cee5b33f305b6eba8fbbc5e591df152151204a59f9db0b8b6ec6def4bcf469d2.css?body=1" for ::1 at 2016-09-29 16:17:31 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-29 16:17:31 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-29 16:17:31 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-29 16:17:31 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-29 16:17:31 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-29 16:17:31 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-29 16:17:31 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-29 16:17:31 -0700 + + +Started GET "/tasks/index" for ::1 at 2016-09-29 16:17:33 -0700 +Processing by TasksController#index as HTML + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.3ms) +Completed 200 OK in 15ms (Views: 14.9ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/style.self-cee5b33f305b6eba8fbbc5e591df152151204a59f9db0b8b6ec6def4bcf469d2.css?body=1" for ::1 at 2016-09-29 16:17:34 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-29 16:17:34 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-29 16:17:34 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-29 16:17:34 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-29 16:17:34 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-29 16:17:34 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-29 16:17:34 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-29 16:17:34 -0700 + + +Started GET "/tasks/index" for ::1 at 2016-09-29 16:18:50 -0700 +Processing by TasksController#index as HTML + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.4ms) +Completed 200 OK in 26ms (Views: 25.6ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/style.self-c0ed3dcf11470412cecf72a7f87fbb55389136301af279af04ec4b206808137c.css?body=1" for ::1 at 2016-09-29 16:18:50 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-29 16:18:50 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-29 16:18:50 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-29 16:18:50 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-29 16:18:50 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-29 16:18:50 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-29 16:18:50 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-29 16:18:50 -0700 + + +Started GET "/tasks/index" for ::1 at 2016-09-29 16:22:25 -0700 +Processing by TasksController#index as HTML + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.5ms) +Completed 200 OK in 30ms (Views: 29.4ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/style.self-3eea2627c6dc5643d67d75366a1bbf7a970664fa522ab3103911addc516f4b2b.css?body=1" for ::1 at 2016-09-29 16:22:25 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-29 16:22:25 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-29 16:22:25 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-29 16:22:25 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-29 16:22:25 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-29 16:22:25 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-29 16:22:25 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-29 16:22:25 -0700 + + +Started GET "/tasks/index" for ::1 at 2016-09-29 16:22:35 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.6ms) +Completed 200 OK in 30ms (Views: 29.2ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/style.self-dd6b91df10a46e43cf8583d9045d5df78fd77dcb96ac01f61ac10dd5b53cb7ca.css?body=1" for ::1 at 2016-09-29 16:22:35 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-29 16:22:35 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-29 16:22:35 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-29 16:22:35 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-29 16:22:35 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-29 16:22:35 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-29 16:22:35 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-29 16:22:35 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-29 16:22:35 -0700 + + +Started GET "/tasks/index" for ::1 at 2016-09-29 16:23:00 -0700 +Processing by TasksController#index as HTML + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.3ms) +Completed 200 OK in 32ms (Views: 31.5ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/style.self-6fc06c8ef1cbbf300bda881ea05b6d0abb047f5998a822881d51278b8dd4e025.css?body=1" for ::1 at 2016-09-29 16:23:00 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-29 16:23:00 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-29 16:23:00 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-29 16:23:00 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-29 16:23:00 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-29 16:23:00 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-29 16:23:00 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-29 16:23:00 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-29 16:23:00 -0700 + + +Started GET "/tasks/index" for ::1 at 2016-09-29 16:23:36 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.5ms) +Completed 200 OK in 27ms (Views: 26.1ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/style.self-d435bbb8e1e9776d21b317d29ff55a9bb44ac285a4a2a7954eb670383b06e37f.css?body=1" for ::1 at 2016-09-29 16:23:36 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-29 16:23:36 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-29 16:23:36 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-29 16:23:36 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-29 16:23:36 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-29 16:23:36 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-29 16:23:36 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-29 16:23:36 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-29 16:23:36 -0700 + + +Started GET "/tasks/index" for ::1 at 2016-09-29 16:24:07 -0700 +Processing by TasksController#index as HTML + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.3ms) +Completed 200 OK in 13ms (Views: 12.3ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/style.self-d435bbb8e1e9776d21b317d29ff55a9bb44ac285a4a2a7954eb670383b06e37f.css?body=1" for ::1 at 2016-09-29 16:24:07 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-29 16:24:07 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-29 16:24:07 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-29 16:24:07 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-29 16:24:07 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-29 16:24:07 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-29 16:24:07 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-29 16:24:07 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-29 16:24:07 -0700 + + +Started GET "/tasks/index" for ::1 at 2016-09-29 16:24:16 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.0ms) +Completed 200 OK in 26ms (Views: 25.6ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/style.self-be23b28259ef0eedc47d6b7d2af861ae9d1d390bd58623b36b730087500e4485.css?body=1" for ::1 at 2016-09-29 16:24:16 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-29 16:24:16 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-29 16:24:16 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-29 16:24:16 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-29 16:24:16 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-29 16:24:16 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-29 16:24:16 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-29 16:24:16 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-29 16:24:16 -0700 + + +Started GET "/tasks/index" for ::1 at 2016-09-29 16:25:30 -0700 +Processing by TasksController#index as HTML + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.1ms) +Completed 200 OK in 27ms (Views: 26.1ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/style.self-6035255683a85cbd8a9771c8b4b8fbc7c82571a5e379659101fe094ad5343703.css?body=1" for ::1 at 2016-09-29 16:25:30 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-29 16:25:30 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-29 16:25:30 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-29 16:25:30 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-29 16:25:30 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-29 16:25:30 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-29 16:25:30 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-29 16:25:30 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-29 16:25:30 -0700 + + +Started GET "/tasks/index" for ::1 at 2016-09-29 16:25:47 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.3ms) +Completed 200 OK in 42ms (Views: 40.9ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/style.self-f24f449f22d67d907da29ab6e3e8cffed16ba4c66befc5b61e95f16cdeaefe0c.css?body=1" for ::1 at 2016-09-29 16:25:47 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-29 16:25:47 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-29 16:25:47 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-29 16:25:47 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-29 16:25:47 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-29 16:25:47 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-29 16:25:47 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-29 16:25:47 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-29 16:25:47 -0700 + + +Started GET "/tasks/index" for ::1 at 2016-09-29 16:26:38 -0700 +Processing by TasksController#index as HTML + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.3ms) +Completed 200 OK in 20ms (Views: 19.9ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/style.self-6fc06c8ef1cbbf300bda881ea05b6d0abb047f5998a822881d51278b8dd4e025.css?body=1" for ::1 at 2016-09-29 16:26:38 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-29 16:26:38 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-29 16:26:38 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-29 16:26:38 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-29 16:26:38 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-29 16:26:38 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-29 16:26:38 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-29 16:26:38 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-29 16:26:38 -0700 + + +Started GET "/tasks/index" for ::1 at 2016-09-29 16:27:22 -0700 +Processing by TasksController#index as HTML + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.4ms) +Completed 200 OK in 29ms (Views: 28.5ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/style.self-74c2749e150a38c84fc0796bba6ce6359a2187293f1a37726e906c615b3a9def.css?body=1" for ::1 at 2016-09-29 16:27:22 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-29 16:27:22 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-29 16:27:22 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-29 16:27:22 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-29 16:27:22 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-29 16:27:22 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-29 16:27:22 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-29 16:27:22 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-29 16:27:22 -0700 + + +Started GET "/tasks/index" for ::1 at 2016-09-29 16:27:41 -0700 +Processing by TasksController#index as HTML + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.2ms) +Completed 200 OK in 32ms (Views: 31.7ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/style.self-24e897b9ff808484603cd4f79db9c3fc1ec9519fab628886b80e38c17bcb3030.css?body=1" for ::1 at 2016-09-29 16:27:41 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-29 16:27:41 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-29 16:27:41 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-29 16:27:41 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-29 16:27:41 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-29 16:27:41 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-29 16:27:41 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-29 16:27:41 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-29 16:27:41 -0700 + + +Started GET "/tasks/index" for ::1 at 2016-09-29 16:28:08 -0700 +Processing by TasksController#index as HTML + Task Load (0.4ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.7ms) +Completed 200 OK in 28ms (Views: 26.8ms | ActiveRecord: 0.4ms) + + +Started GET "/assets/style.self-ee13c71d9a136d3c4a52372a3935fe544de85ccf79d7d191407bd25a562b152a.css?body=1" for ::1 at 2016-09-29 16:28:08 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-29 16:28:08 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-29 16:28:08 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-29 16:28:08 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-29 16:28:08 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-29 16:28:08 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-29 16:28:08 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-29 16:28:08 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-29 16:28:08 -0700 + + +Started GET "/tasks/index" for ::1 at 2016-09-29 16:28:27 -0700 +Processing by TasksController#index as HTML + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.8ms) +Completed 200 OK in 30ms (Views: 29.9ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/style.self-a9f654aea478715fdca74cee1026416cfd5564724b36a1a76a1c4314d4954c7f.css?body=1" for ::1 at 2016-09-29 16:28:27 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-29 16:28:27 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-29 16:28:27 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-29 16:28:27 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-29 16:28:27 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-29 16:28:27 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-29 16:28:27 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-29 16:28:27 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-29 16:28:27 -0700 + + +Started GET "/tasks/index" for ::1 at 2016-09-29 16:28:32 -0700 +Processing by TasksController#index as HTML + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.9ms) +Completed 200 OK in 28ms (Views: 27.2ms | ActiveRecord: 0.3ms) + + +Started GET "/assets/style.self-d34f9b21288c37ba3d967caa675152de26b5bdea3fe00257eb1acc95559b3cff.css?body=1" for ::1 at 2016-09-29 16:28:32 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-29 16:28:32 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-29 16:28:32 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-29 16:28:32 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-29 16:28:32 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-29 16:28:32 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-29 16:28:32 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-29 16:28:32 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-29 16:28:32 -0700 + + +Started GET "/tasks/index" for ::1 at 2016-09-29 16:28:51 -0700 +Processing by TasksController#index as HTML + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.4ms) +Completed 200 OK in 27ms (Views: 26.9ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/style.self-a232b541aa326b44c5e184450ad9648d568be59a5e06e0c01baf2ef5f8c767d4.css?body=1" for ::1 at 2016-09-29 16:28:51 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-29 16:28:51 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-29 16:28:51 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-29 16:28:51 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-29 16:28:51 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-29 16:28:51 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-29 16:28:51 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-29 16:28:51 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-29 16:28:51 -0700 + + +Started GET "/tasks/index" for ::1 at 2016-09-29 16:28:58 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.8ms) +Completed 200 OK in 26ms (Views: 25.1ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/style.self-940dac3ed5000898e73ddac2d7826c787b7ef3bd0fae8ce0a7050228eda3d03f.css?body=1" for ::1 at 2016-09-29 16:28:58 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-29 16:28:58 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-29 16:28:58 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-29 16:28:58 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-29 16:28:58 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-29 16:28:58 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-29 16:28:58 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-29 16:28:58 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-29 16:28:58 -0700 + + +Started GET "/tasks/index" for ::1 at 2016-09-29 16:29:07 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.9ms) +Completed 200 OK in 25ms (Views: 24.7ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/style.self-ae29be10f20b500260e07462cbe682f119590ddfe456111a100801b41da48dda.css?body=1" for ::1 at 2016-09-29 16:29:07 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-29 16:29:07 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-29 16:29:07 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-29 16:29:07 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-29 16:29:07 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-29 16:29:07 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-29 16:29:07 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-29 16:29:07 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-29 16:29:07 -0700 + + +Started GET "/tasks/index" for ::1 at 2016-09-29 16:29:24 -0700 +Processing by TasksController#index as HTML + Task Load (0.4ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.1ms) +Completed 200 OK in 27ms (Views: 26.3ms | ActiveRecord: 0.4ms) + + +Started GET "/assets/style.self-62e88478cced70822e1cab2c7c61170af1404009dc0861584dd7ee06eedec321.css?body=1" for ::1 at 2016-09-29 16:29:24 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-29 16:29:24 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-29 16:29:24 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-29 16:29:24 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-29 16:29:24 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-29 16:29:24 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-29 16:29:24 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-29 16:29:24 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-29 16:29:24 -0700 + + +Started GET "/tasks/index" for ::1 at 2016-09-29 16:29:36 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.8ms) +Completed 200 OK in 38ms (Views: 37.3ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/style.self-4098780d8ab26af505533dc1a9b9a596c81497f5a78b8958e35af44490f6e4b4.css?body=1" for ::1 at 2016-09-29 16:29:36 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-29 16:29:36 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-29 16:29:36 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-29 16:29:36 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-29 16:29:36 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-29 16:29:36 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-29 16:29:36 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-29 16:29:36 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-29 16:29:36 -0700 + + +Started GET "/tasks/show/28" for ::1 at 2016-09-29 16:29:48 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"28"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 28]] + Rendered tasks/show.html.erb within layouts/application (0.4ms) +Completed 200 OK in 23ms (Views: 21.3ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/show/28" for ::1 at 2016-09-29 16:30:27 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"28"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 28]] + Rendered tasks/show.html.erb within layouts/application (1.0ms) +Completed 200 OK in 16ms (Views: 13.7ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/style.self-4098780d8ab26af505533dc1a9b9a596c81497f5a78b8958e35af44490f6e4b4.css?body=1" for ::1 at 2016-09-29 16:30:27 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-29 16:30:27 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-29 16:30:27 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-29 16:30:27 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-29 16:30:27 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-29 16:30:27 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-29 16:30:27 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-29 16:30:27 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-29 16:30:27 -0700 + + +Started GET "/tasks/show/28" for ::1 at 2016-09-29 16:30:36 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"28"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 28]] + Rendered tasks/show.html.erb within layouts/application (0.9ms) +Completed 200 OK in 16ms (Views: 14.9ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/style.self-4098780d8ab26af505533dc1a9b9a596c81497f5a78b8958e35af44490f6e4b4.css?body=1" for ::1 at 2016-09-29 16:30:36 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-29 16:30:36 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-29 16:30:36 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-29 16:30:36 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-29 16:30:36 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-29 16:30:36 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-29 16:30:36 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-29 16:30:36 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-29 16:30:36 -0700 + + +Started GET "/tasks/index" for ::1 at 2016-09-29 16:30:43 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.1ms) +Completed 200 OK in 26ms (Views: 24.4ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/index" for ::1 at 2016-09-29 16:31:00 -0700 +Processing by TasksController#index as HTML + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.5ms) +Completed 200 OK in 44ms (Views: 43.5ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/style.self-d9c98068544247524843291608ba74f76991fffc92a3640a20635957d4b6c517.css?body=1" for ::1 at 2016-09-29 16:31:00 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-29 16:31:00 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-29 16:31:00 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-29 16:31:00 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-29 16:31:00 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-29 16:31:00 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-29 16:31:00 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-29 16:31:00 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-29 16:31:00 -0700 + + +Started GET "/tasks/index" for ::1 at 2016-09-29 16:31:23 -0700 +Processing by TasksController#index as HTML + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.7ms) +Completed 200 OK in 26ms (Views: 25.1ms | ActiveRecord: 0.3ms) + + +Started GET "/assets/style.self-8904d8ad8888f12963fd8710e8624d2fab7b8399f3c8473e3b7bb3bf9684def0.css?body=1" for ::1 at 2016-09-29 16:31:23 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-29 16:31:23 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-29 16:31:23 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-29 16:31:23 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-29 16:31:23 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-29 16:31:23 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-29 16:31:23 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-29 16:31:23 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-29 16:31:23 -0700 + + +Started GET "/tasks/index" for ::1 at 2016-09-29 16:31:35 -0700 +Processing by TasksController#index as HTML + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.9ms) +Completed 200 OK in 31ms (Views: 30.8ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/style.self-dc1faf5d2f49f17c7759e05fc93ebbd133905ff3e006a7291e0d1711d7b484bd.css?body=1" for ::1 at 2016-09-29 16:31:35 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-29 16:31:35 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-29 16:31:35 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-29 16:31:35 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-29 16:31:35 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-29 16:31:35 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-29 16:31:35 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-29 16:31:35 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-29 16:31:35 -0700 + + +Started GET "/tasks/new" for ::1 at 2016-09-29 16:31:39 -0700 +Processing by TasksController#new as HTML + Rendered tasks/new.html.erb within layouts/application (1.6ms) +Completed 200 OK in 26ms (Views: 25.6ms | ActiveRecord: 0.0ms) + + +Started GET "/tasks/index" for ::1 at 2016-09-29 16:31:40 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.7ms) +Completed 200 OK in 24ms (Views: 22.8ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/show/34" for ::1 at 2016-09-29 16:31:43 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"34"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 34]] + Rendered tasks/show.html.erb within layouts/application (0.5ms) +Completed 200 OK in 36ms (Views: 33.6ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/show/34" for ::1 at 2016-09-29 16:32:06 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"34"} + Task Load (0.5ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 34]] + Rendered tasks/show.html.erb within layouts/application (0.3ms) +Completed 200 OK in 24ms (Views: 22.3ms | ActiveRecord: 0.5ms) + + +Started GET "/assets/style.self-9dd56331f85e405e56d706c2805a24ebdbfa3fd7526104ab7cbdedb236092d0d.css?body=1" for ::1 at 2016-09-29 16:32:06 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-29 16:32:06 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-29 16:32:06 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-29 16:32:06 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-29 16:32:06 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-29 16:32:06 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-29 16:32:06 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-29 16:32:06 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-29 16:32:07 -0700 + + +Started GET "/tasks/show/34" for ::1 at 2016-09-29 16:34:21 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"34"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 34]] + Rendered tasks/show.html.erb within layouts/application (1.2ms) +Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.1ms) + +SyntaxError (/Users/emilyabrash/Documents/TaskListRails/app/views/tasks/show.html.erb:23: syntax error, unexpected ',', expecting ')' +...buffer.append=( button ("Edit", edit_path(@task.id)) );@outp... +... ^ +/Users/emilyabrash/Documents/TaskListRails/app/views/tasks/show.html.erb:23: syntax error, unexpected ')', expecting keyword_end +...("Edit", edit_path(@task.id)) );@output_buffer.safe_append='... +... ^): + app/views/tasks/show.html.erb:23: syntax error, unexpected ',', expecting ')' + app/views/tasks/show.html.erb:23: syntax error, unexpected ')', expecting keyword_end + + + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.0ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.8ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (46.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.6ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (35.8ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (80.1ms) + + +Started GET "/tasks/show/34" for ::1 at 2016-09-29 16:36:25 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"34"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 34]] + Rendered tasks/show.html.erb within layouts/application (1.1ms) +Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.1ms) + +SyntaxError (/Users/emilyabrash/Documents/TaskListRails/app/views/tasks/show.html.erb:23: syntax error, unexpected ',', expecting ')' +...fer.append=( button_to ("Edit", edit_path(@task.id)) );@outp... +... ^ +/Users/emilyabrash/Documents/TaskListRails/app/views/tasks/show.html.erb:23: syntax error, unexpected ')', expecting keyword_end +...("Edit", edit_path(@task.id)) );@output_buffer.safe_append='... +... ^): + app/views/tasks/show.html.erb:23: syntax error, unexpected ',', expecting ')' + app/views/tasks/show.html.erb:23: syntax error, unexpected ')', expecting keyword_end + + + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.5ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.6ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (49.5ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (43.8ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.5ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (89.7ms) + + +Started GET "/tasks/show/34" for ::1 at 2016-09-29 16:36:53 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"34"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 34]] + Rendered tasks/show.html.erb within layouts/application (0.9ms) +Completed 200 OK in 19ms (Views: 17.9ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/style.self-9dd56331f85e405e56d706c2805a24ebdbfa3fd7526104ab7cbdedb236092d0d.css?body=1" for ::1 at 2016-09-29 16:36:53 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-29 16:36:53 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-29 16:36:53 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-29 16:36:53 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-29 16:36:53 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-29 16:36:53 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-29 16:36:53 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-29 16:36:53 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-29 16:36:53 -0700 + + +Started POST "/tasks/34/edit" for ::1 at 2016-09-29 16:36:56 -0700 + +ActionController::RoutingError (No route matches [POST] "/tasks/34/edit"): + actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' + web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call' + web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch' + web-console (2.3.0) lib/web_console/middleware.rb:18:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' + railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' + rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' + rack (1.6.4) lib/rack/runtime.rb:18:in `call' + activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' + rack (1.6.4) lib/rack/sendfile.rb:113:in `call' + railties (4.2.7) lib/rails/engine.rb:518:in `call' + railties (4.2.7) lib/rails/application.rb:165:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + rack (1.6.4) lib/rack/content_length.rb:15:in `call' + rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' + + + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.9ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (54.7ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.7ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.5ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (38.7ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.2ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (84.3ms) + + +Started POST "/tasks/34/edit" for ::1 at 2016-09-29 16:39:03 -0700 + +ActionController::RoutingError (No route matches [POST] "/tasks/34/edit"): + actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' + web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call' + web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch' + web-console (2.3.0) lib/web_console/middleware.rb:18:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' + railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' + rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' + rack (1.6.4) lib/rack/runtime.rb:18:in `call' + activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' + rack (1.6.4) lib/rack/sendfile.rb:113:in `call' + railties (4.2.7) lib/rails/engine.rb:518:in `call' + railties (4.2.7) lib/rails/application.rb:165:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + rack (1.6.4) lib/rack/content_length.rb:15:in `call' + rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' + + + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.8ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (55.9ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.2ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.2ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (33.9ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (76.1ms) + + +Started GET "/tasks/show/34" for ::1 at 2016-09-29 16:39:05 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"34"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 34]] + Rendered tasks/show.html.erb within layouts/application (0.7ms) +Completed 200 OK in 13ms (Views: 12.0ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/style.self-9dd56331f85e405e56d706c2805a24ebdbfa3fd7526104ab7cbdedb236092d0d.css?body=1" for ::1 at 2016-09-29 16:39:05 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-29 16:39:05 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-29 16:39:05 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-29 16:39:05 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-29 16:39:05 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-29 16:39:05 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-29 16:39:05 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-29 16:39:05 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-29 16:39:05 -0700 + + +Started GET "/tasks/34/edit" for ::1 at 2016-09-29 16:39:07 -0700 +Processing by TasksController#edit as HTML + Parameters: {"id"=>"34"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 34]] + Rendered tasks/edit.html.erb within layouts/application (1.9ms) +Completed 200 OK in 17ms (Views: 15.5ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-29 16:39:07 -0700 + + +Started PATCH "/tasks/34/update" for ::1 at 2016-09-29 16:39:13 -0700 +Processing by TasksController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"+3sqpa6neMgEP8OoHS0NtaUfg4wEv3XplgvsooYk3VLbRgNwCDyz4C1dmZULbV8qTPu/M07GjfCFEsNNmXxivQ==", "patch"=>{"title"=>"Plant tulip bulbs", "description"=>"Yellow, red, orange and PURPLE"}, "commit"=>"Update Task", "id"=>"34"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 34]] +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "description" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["description", "Yellow, red, orange and PURPLE"], ["updated_at", "2016-09-29 23:39:13.285016"], ["id", 34]] +  (0.7ms) commit transaction +Redirected to http://localhost:3000/tasks/show/34 +Completed 302 Found in 6ms (ActiveRecord: 1.3ms) + + +Started GET "/tasks/show/34" for ::1 at 2016-09-29 16:39:13 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"34"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 34]] + Rendered tasks/show.html.erb within layouts/application (0.4ms) +Completed 200 OK in 18ms (Views: 16.8ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-29 16:39:13 -0700 + + +Started GET "/tasks/index" for ::1 at 2016-09-29 16:39:16 -0700 +Processing by TasksController#index as HTML + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.2ms) +Completed 200 OK in 28ms (Views: 27.3ms | ActiveRecord: 0.1ms) + + +Started DELETE "/tasks/28/destroy" for ::1 at 2016-09-29 16:39:20 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"9ihZq2oH1Mg4sKJ3SGeYR1t3AqmOia66lEyHKt7LoWnWFXB+zJwf4BHS+EpeJ8rYspM+FsTwVqOHVajFwZMehg==", "id"=>"28"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 28]] +  (0.1ms) begin transaction + SQL (0.3ms) DELETE FROM "tasks" WHERE "tasks"."id" = ? [["id", 28]] +  (1.9ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 5ms (ActiveRecord: 2.3ms) + + +Started GET "/" for ::1 at 2016-09-29 16:39:20 -0700 +Processing by TasksController#index as HTML + Task Load (0.4ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.5ms) +Completed 200 OK in 34ms (Views: 33.4ms | ActiveRecord: 0.4ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-29 16:39:20 -0700 + + +Started DELETE "/tasks/29/destroy" for ::1 at 2016-09-29 16:39:24 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"QJTZ7j0dJlgPM2RrmfRbNP/kcWtKzR7tzVof8vQb/gFgqfA7m4btcCZRPlaPtAmrFgBN1AC05vTeQzAd60NB7g==", "id"=>"29"} + Task Load (0.4ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 29]] +  (0.0ms) begin transaction + SQL (0.3ms) DELETE FROM "tasks" WHERE "tasks"."id" = ? [["id", 29]] +  (2.5ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 6ms (ActiveRecord: 3.2ms) + + +Started GET "/" for ::1 at 2016-09-29 16:39:24 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.4ms) +Completed 200 OK in 26ms (Views: 24.3ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-29 16:39:24 -0700 + + +Started DELETE "/tasks/32/destroy" for ::1 at 2016-09-29 16:39:27 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"bSD1KvqO+PZqsESsPXQZBYdkwq0ULNCBwphV2JOd0V9NHdz/XBUz3kPSHpErNEuaboD+El5VKJjRgXo3jMVusA==", "id"=>"32"} + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 32]] +  (0.2ms) begin transaction + SQL (0.3ms) DELETE FROM "tasks" WHERE "tasks"."id" = ? [["id", 32]] +  (1.6ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 7ms (ActiveRecord: 2.3ms) + + +Started GET "/" for ::1 at 2016-09-29 16:39:27 -0700 +Processing by TasksController#index as HTML + Task Load (0.5ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.6ms) +Completed 200 OK in 42ms (Views: 41.2ms | ActiveRecord: 0.5ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-29 16:39:27 -0700 + + +Started GET "/tasks/new" for ::1 at 2016-09-29 16:39:28 -0700 +Processing by TasksController#new as HTML + Rendered tasks/new.html.erb within layouts/application (2.1ms) +Completed 200 OK in 28ms (Views: 27.3ms | ActiveRecord: 0.0ms) + + +Started POST "/tasks/create" for ::1 at 2016-09-29 16:39:40 -0700 +Processing by TasksController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"3w+BLTSVtgZxEr1K+QqIYt7by9/gSiheW0JIE+dYZYT/Mqj4kg59Llhw53fvStr9Nz/3YKoz0EdIW2f8+ADaaw==", "post"=>{"title"=>"Go to the mall", "description"=>"Buy a Yamaha music player"}, "commit"=>"Create Task"} +  (0.0ms) begin transaction + SQL (0.4ms) INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Go to the mall"], ["description", "Buy a Yamaha music player"], ["created_at", "2016-09-29 23:39:40.025998"], ["updated_at", "2016-09-29 23:39:40.025998"]] +  (0.6ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 4ms (ActiveRecord: 1.0ms) + + +Started GET "/" for ::1 at 2016-09-29 16:39:40 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.0ms) +Completed 200 OK in 26ms (Views: 24.9ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-29 16:39:40 -0700 + + +Started GET "/tasks/index" for ::1 at 2016-09-29 16:39:42 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.9ms) +Completed 200 OK in 31ms (Views: 29.8ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/new" for ::1 at 2016-09-29 16:39:43 -0700 +Processing by TasksController#new as HTML + Rendered tasks/new.html.erb within layouts/application (2.4ms) +Completed 200 OK in 47ms (Views: 45.4ms | ActiveRecord: 0.0ms) + + +Started POST "/tasks/create" for ::1 at 2016-09-29 16:39:54 -0700 +Processing by TasksController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"kQRnH1JDmrOv0YaXmJbwzFw1U3bVt7odJYo5+bQm4hqxOU7K9NhRm4az3KqO1qJTtdFvyZ/OQgQ2kxYWq35d9Q==", "post"=>{"title"=>"Buy milk", "description"=>"At Krogers'"}, "commit"=>"Create Task"} +  (0.2ms) begin transaction + SQL (0.5ms) INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Buy milk"], ["description", "At Krogers'"], ["created_at", "2016-09-29 23:39:54.024214"], ["updated_at", "2016-09-29 23:39:54.024214"]] +  (0.9ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 5ms (ActiveRecord: 1.5ms) + + +Started GET "/" for ::1 at 2016-09-29 16:39:54 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.6ms) +Completed 200 OK in 42ms (Views: 41.0ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-29 16:39:54 -0700 + + +Started PATCH "/tasks/36/update" for ::1 at 2016-09-29 16:39:56 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"IUiL2KMZlGwF7Z3+OZKH/IELYROqQOPMtMAlq0OR5/8BdaINBYJfRCyPx8Mv0tVjaO9drOA5G9Wn2QpEXMlYEA==", "id"=>"36"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 36]] +  (0.0ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "completed_at" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["completed_at", "2016-09-29 23:39:56.259034"], ["updated_at", "2016-09-29 23:39:56.259378"], ["id", 36]] +  (1.3ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 4ms (ActiveRecord: 1.8ms) + + +Started GET "/" for ::1 at 2016-09-29 16:39:56 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.3ms) +Completed 200 OK in 18ms (Views: 16.8ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-29 16:39:56 -0700 + + +Started GET "/tasks/show/35" for ::1 at 2016-09-29 16:39:57 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"35"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 35]] + Rendered tasks/show.html.erb within layouts/application (0.5ms) +Completed 200 OK in 31ms (Views: 28.7ms | ActiveRecord: 0.1ms) + + +Started PATCH "/tasks/35/update" for ::1 at 2016-09-29 16:39:59 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"Grff4ceCBjKcmgFwGe7k/PP277/Pj52WM/tr2Ga5M4M6ivY0YRnNGrX4W00PrrZjGhLTAIX2ZY8g4kQ3eeGMbA==", "id"=>"35"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 35]] +  (0.1ms) begin transaction + SQL (0.4ms) UPDATE "tasks" SET "completed_at" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["completed_at", "2016-09-29 23:39:59.518642"], ["updated_at", "2016-09-29 23:39:59.519091"], ["id", 35]] +  (1.9ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 6ms (ActiveRecord: 2.4ms) + + +Started GET "/" for ::1 at 2016-09-29 16:39:59 -0700 +Processing by TasksController#index as HTML + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.8ms) +Completed 200 OK in 17ms (Views: 16.5ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-29 16:39:59 -0700 + + +Started GET "/tasks/show/36" for ::1 at 2016-09-29 16:44:30 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"36"} + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 36]] + Rendered tasks/show.html.erb within layouts/application (0.4ms) +Completed 200 OK in 22ms (Views: 20.8ms | ActiveRecord: 0.3ms) + + +Started GET "/tasks/index" for ::1 at 2016-09-29 16:44:33 -0700 +Processing by TasksController#index as HTML + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.1ms) +Completed 200 OK in 25ms (Views: 24.6ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/new" for ::1 at 2016-09-29 16:44:35 -0700 +Processing by TasksController#new as HTML + Rendered tasks/new.html.erb within layouts/application (1.9ms) +Completed 200 OK in 27ms (Views: 25.8ms | ActiveRecord: 0.0ms) + + +Started POST "/tasks/create" for ::1 at 2016-09-29 16:44:42 -0700 +Processing by TasksController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"EWJPgUsqrGy8ao6vjq1WG2B1iKge8Ql0wnfy/nq/Zv8xX2ZU7bFnRJUI1JKY7QSEiZG0F1SI8W3Rbt0RZefZEA==", "post"=>{"title"=>"Clean bathroom", "description"=>"With soap"}, "commit"=>"Create Task"} +  (0.1ms) begin transaction + SQL (1.0ms) INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Clean bathroom"], ["description", "With soap"], ["created_at", "2016-09-29 23:44:42.320267"], ["updated_at", "2016-09-29 23:44:42.320267"]] +  (0.9ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 6ms (ActiveRecord: 2.0ms) + + +Started GET "/" for ::1 at 2016-09-29 16:44:42 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.8ms) +Completed 200 OK in 32ms (Views: 30.8ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-29 16:44:42 -0700 + + +Started GET "/tasks/show/37" for ::1 at 2016-09-29 16:44:45 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"37"} + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 37]] + Rendered tasks/show.html.erb within layouts/application (0.4ms) +Completed 200 OK in 24ms (Views: 22.7ms | ActiveRecord: 0.3ms) + + +Started PATCH "/tasks/37/update" for ::1 at 2016-09-29 16:44:46 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"Vi1wUaurYvUUoTS2R/6ET4OD09oJT1PC9XxTMVXdDZV2EFmEDTCp3T3DbotRvtbQamfvZUM2q9vmZXzeSoWyeg==", "id"=>"37"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 37]] +  (0.1ms) begin transaction + SQL (0.4ms) UPDATE "tasks" SET "completed_at" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["completed_at", "2016-09-29 23:44:46.920686"], ["updated_at", "2016-09-29 23:44:46.921161"], ["id", 37]] +  (1.5ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 5ms (ActiveRecord: 2.0ms) + + +Started GET "/" for ::1 at 2016-09-29 16:44:46 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.3ms) +Completed 200 OK in 32ms (Views: 31.5ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-29 16:44:47 -0700 + + +Started GET "/tasks/new" for ::1 at 2016-09-29 16:44:49 -0700 +Processing by TasksController#new as HTML + Rendered tasks/new.html.erb within layouts/application (1.6ms) +Completed 200 OK in 24ms (Views: 23.6ms | ActiveRecord: 0.0ms) + + +Started POST "/tasks/create" for ::1 at 2016-09-29 16:45:00 -0700 +Processing by TasksController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"1tl4z40fh02kyeiOOjs5PPTnsiQl+yaRnjN8aMPyt1325FEaK4RMZY2rsrMse2ujHQOOm2+C3oiNKlOH3KoIsg==", "post"=>{"title"=>"Clean kitchen", "description"=>"Vigorously."}, "commit"=>"Create Task"} +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Clean kitchen"], ["description", "Vigorously."], ["created_at", "2016-09-29 23:45:00.626388"], ["updated_at", "2016-09-29 23:45:00.626388"]] +  (0.6ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 3ms (ActiveRecord: 0.9ms) + + +Started GET "/" for ::1 at 2016-09-29 16:45:00 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.8ms) +Completed 200 OK in 31ms (Views: 30.1ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-29 16:45:00 -0700 + + +Started GET "/tasks/show/38" for ::1 at 2016-09-29 16:46:30 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"38"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 38]] + Rendered tasks/show.html.erb within layouts/application (0.4ms) +Completed 200 OK in 25ms (Views: 24.1ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/show/38" for ::1 at 2016-09-29 16:46:48 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"38"} + Task Load (0.4ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 38]] + Rendered tasks/show.html.erb within layouts/application (0.5ms) +Completed 200 OK in 25ms (Views: 22.8ms | ActiveRecord: 0.4ms) + + +Started GET "/tasks/show/38" for ::1 at 2016-09-29 16:51:55 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"38"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 38]] + Rendered tasks/show.html.erb within layouts/application (0.4ms) +Completed 200 OK in 20ms (Views: 14.5ms | ActiveRecord: 0.4ms) + + +Started GET "/assets/style.self-9dd56331f85e405e56d706c2805a24ebdbfa3fd7526104ab7cbdedb236092d0d.css?body=1" for ::1 at 2016-09-29 16:51:55 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-29 16:51:55 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-29 16:51:55 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-29 16:51:55 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-29 16:51:55 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-29 16:51:55 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-29 16:51:55 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-29 16:51:55 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-29 16:51:55 -0700 + + +Started PATCH "/tasks/38/update" for ::1 at 2016-09-29 16:51:58 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"EdiXZdN9heGXxgMh0lGDBXIpWIE/X/icYOa5Hksiw54x5b6wdeZOyb6kWRzEEdGam81kPnUmAIVz/5bxVHp8cQ==", "id"=>"38"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 38]] +  (0.1ms) begin transaction + SQL (0.4ms) UPDATE "tasks" SET "completed_at" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["completed_at", "2016-09-29 23:51:58.548393"], ["updated_at", "2016-09-29 23:51:58.548956"], ["id", 38]] +  (1.7ms) commit transaction +Redirected to http://localhost:3000/tasks/show/38 +Completed 302 Found in 6ms (ActiveRecord: 2.2ms) + + +Started GET "/tasks/show/38" for ::1 at 2016-09-29 16:51:58 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"38"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 38]] + Rendered tasks/show.html.erb within layouts/application (0.5ms) +Completed 200 OK in 18ms (Views: 17.0ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-29 16:51:58 -0700 + + +Started GET "/tasks/index" for ::1 at 2016-09-29 16:52:01 -0700 +Processing by TasksController#index as HTML + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.5ms) +Completed 200 OK in 38ms (Views: 36.6ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/new" for ::1 at 2016-09-29 16:52:37 -0700 +Processing by TasksController#new as HTML + Rendered tasks/new.html.erb within layouts/application (3.3ms) +Completed 200 OK in 30ms (Views: 24.3ms | ActiveRecord: 0.5ms) + + +Started POST "/tasks/create" for ::1 at 2016-09-29 16:52:47 -0700 +Processing by TasksController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"UYIuxpJKezVDgy/7I8sm6/l5W7CEhuL3uytOF8kHFYxxvwcTNNGwHWrhdcY1i3R0EJ1nD87/Gu6oMmH41l+qYw==", "post"=>{"title"=>"Go to the park", "description"=>"Walk the dog"}, "commit"=>"Create Task"} +  (0.1ms) begin transaction + SQL (1.1ms) INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Go to the park"], ["description", "Walk the dog"], ["created_at", "2016-09-29 23:52:47.430372"], ["updated_at", "2016-09-29 23:52:47.430372"]] +  (1.1ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 7ms (ActiveRecord: 2.4ms) + + +Started GET "/" for ::1 at 2016-09-29 16:52:47 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.1ms) +Completed 200 OK in 30ms (Views: 29.1ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-29 16:52:47 -0700 + + +Started PATCH "/tasks/39/update" for ::1 at 2016-09-29 16:52:49 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"Apmmjf4c2pg6lfm4FjJ/u1Zg5f10LtwDeQcNH9evrSoipI9YWIcRsBP3o4UAci0kv4TZQj5XJBpqHiLwyPcSxQ==", "id"=>"39"} + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 39]] +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "completed_at" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["completed_at", "2016-09-29 23:52:49.765848"], ["updated_at", "2016-09-29 23:52:49.767034"], ["id", 39]] +  (1.7ms) commit transaction +Redirected to http://localhost:3000/tasks/show/39 +Completed 302 Found in 7ms (ActiveRecord: 2.4ms) + + +Started GET "/tasks/show/39" for ::1 at 2016-09-29 16:52:49 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"39"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 39]] + Rendered tasks/show.html.erb within layouts/application (0.4ms) +Completed 200 OK in 17ms (Views: 15.4ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-29 16:52:49 -0700 + + +Started GET "/tasks/new" for ::1 at 2016-09-29 16:53:36 -0700 +Processing by TasksController#new as HTML + Rendered tasks/new.html.erb within layouts/application (1.6ms) +Completed 200 OK in 22ms (Views: 15.9ms | ActiveRecord: 0.4ms) + + +Started POST "/tasks/create" for ::1 at 2016-09-29 16:53:44 -0700 +Processing by TasksController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"j8MKhS+Uts/0npRmeC6Jb8TgZIsedLGxhjLzbm8jy5Ov/iNQiQ995938zltubtvwLQRYNFQNSaiVK9yBcHt0fA==", "post"=>{"title"=>"Play volleyball", "description"=>"Sand lot"}, "commit"=>"Create Task"} +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Play volleyball"], ["description", "Sand lot"], ["created_at", "2016-09-29 23:53:44.243128"], ["updated_at", "2016-09-29 23:53:44.243128"]] +  (0.8ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 5ms (ActiveRecord: 1.2ms) + + +Started GET "/" for ::1 at 2016-09-29 16:53:44 -0700 +Processing by TasksController#index as HTML + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.9ms) +Completed 200 OK in 15ms (Views: 14.2ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-29 16:53:44 -0700 + + +Started GET "/tasks/show/40" for ::1 at 2016-09-29 16:53:47 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"40"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 40]] + Rendered tasks/show.html.erb within layouts/application (0.5ms) +Completed 200 OK in 25ms (Views: 22.4ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/index" for ::1 at 2016-09-29 16:53:51 -0700 +Processing by TasksController#index as HTML + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.3ms) +Completed 200 OK in 36ms (Views: 33.9ms | ActiveRecord: 0.1ms) + + +Started PATCH "/tasks/40/update" for ::1 at 2016-09-29 16:53:53 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"0fORKDY6GradVu7OH9vB3t5CMxAaQwS787sigYBxzgfxzrj9kKHRnrQ0tPMJm5NBN6YPr1A6/KLgog1unylx6A==", "id"=>"40"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 40]] +Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.1ms) + +NoMethodError (undefined method `present' for "http://localhost:3000/tasks/index":String +Did you mean? present? + presence + presence_in + prepend): + app/controllers/tasks_controller.rb:17:in `update' + + + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.5ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.7ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (44.8ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (45.6ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.2ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (92.9ms) + + +Started PATCH "/tasks/40/update" for ::1 at 2016-09-29 16:54:02 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"0fORKDY6GradVu7OH9vB3t5CMxAaQwS787sigYBxzgfxzrj9kKHRnrQ0tPMJm5NBN6YPr1A6/KLgog1unylx6A==", "id"=>"40"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 40]] +Completed 500 Internal Server Error in 8ms (ActiveRecord: 0.4ms) + +NoMethodError (undefined method `present' for "http://localhost:3000/tasks/index":String +Did you mean? present? + presence + presence_in + prepend): + app/controllers/tasks_controller.rb:17:in `update' + + + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (50.8ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.5ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (46.8ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (107.2ms) + + +Started PATCH "/tasks/40/update" for ::1 at 2016-09-29 16:54:12 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"0fORKDY6GradVu7OH9vB3t5CMxAaQwS787sigYBxzgfxzrj9kKHRnrQ0tPMJm5NBN6YPr1A6/KLgog1unylx6A==", "id"=>"40"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 40]] +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "completed_at" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["completed_at", "2016-09-29 23:54:12.118760"], ["updated_at", "2016-09-29 23:54:12.119347"], ["id", 40]] +  (1.5ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 9ms (ActiveRecord: 2.2ms) + + +Started GET "/" for ::1 at 2016-09-29 16:54:12 -0700 +Processing by TasksController#index as HTML + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (5.4ms) +Completed 200 OK in 32ms (Views: 30.9ms | ActiveRecord: 0.3ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-29 16:54:12 -0700 + + +Started GET "/tasks/new" for ::1 at 2016-09-29 16:54:26 -0700 +Processing by TasksController#new as HTML + Rendered tasks/new.html.erb within layouts/application (2.1ms) +Completed 200 OK in 27ms (Views: 22.8ms | ActiveRecord: 0.5ms) + + +Started POST "/tasks/create" for ::1 at 2016-09-29 16:54:34 -0700 +Processing by TasksController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"3+XlaCcItATn5vYBPWvAqzN84Eb861HFzKPBPXV9o/3/2My9gZN/LM6ErDwrK5I02pjc+baSqdzfuu7SaiUcEg==", "post"=>{"title"=>"Order pizzas", "description"=>"Pepperoni"}, "commit"=>"Create Task"} +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Order pizzas"], ["description", "Pepperoni"], ["created_at", "2016-09-29 23:54:34.328843"], ["updated_at", "2016-09-29 23:54:34.328843"]] +  (0.5ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 4ms (ActiveRecord: 0.9ms) + + +Started GET "/" for ::1 at 2016-09-29 16:54:34 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.8ms) +Completed 200 OK in 28ms (Views: 26.8ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-29 16:54:34 -0700 + + +Started PATCH "/tasks/41/update" for ::1 at 2016-09-29 16:54:36 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"bOmomek38t2Qdm8FbhthHO8RRovowVLTQNyyZwDq605M1IFMT6w59bkUNTh4WzODBvV6NKK4qspTxZ2IH7JUoQ==", "id"=>"41"} + Task Load (0.5ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 41]] +  (0.0ms) begin transaction + SQL (0.4ms) UPDATE "tasks" SET "completed_at" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["completed_at", "2016-09-29 23:54:36.580890"], ["updated_at", "2016-09-29 23:54:36.581337"], ["id", 41]] +  (1.3ms) commit transaction +Redirected to http://localhost:3000/tasks/show/41 +Completed 302 Found in 6ms (ActiveRecord: 2.2ms) + + +Started GET "/tasks/show/41" for ::1 at 2016-09-29 16:54:36 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"41"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 41]] + Rendered tasks/show.html.erb within layouts/application (0.5ms) +Completed 200 OK in 26ms (Views: 24.9ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-29 16:54:36 -0700 + + +Started GET "/tasks/new" for ::1 at 2016-09-29 16:54:52 -0700 +Processing by TasksController#new as HTML + Rendered tasks/new.html.erb within layouts/application (1.8ms) +Completed 200 OK in 29ms (Views: 19.0ms | ActiveRecord: 0.4ms) + + +Started POST "/tasks/create" for ::1 at 2016-09-29 16:54:58 -0700 +Processing by TasksController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"xNvWvsQLePHw0kYO5EWvOICBVJgbMnKQwf+2cRVzTJTk5v9rYpCz2dmwHDPyBf2naWVoJ1FLionS5pmeCivzew==", "post"=>{"title"=>"Order soda", "description"=>"7up"}, "commit"=>"Create Task"} +  (0.1ms) begin transaction + SQL (0.5ms) INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Order soda"], ["description", "7up"], ["created_at", "2016-09-29 23:54:58.777020"], ["updated_at", "2016-09-29 23:54:58.777020"]] +  (1.4ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 6ms (ActiveRecord: 2.0ms) + + +Started GET "/" for ::1 at 2016-09-29 16:54:58 -0700 +Processing by TasksController#index as HTML + 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.9ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-29 16:54:58 -0700 + + +Started PATCH "/tasks/42/update" for ::1 at 2016-09-29 16:55:03 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"IxLuH2QJ9KLscpmbeXe0soEB5EeKYxwzR7oqBO85oDYDL8fKwpI/isUQw6ZvN+YtaOXY+MAa5CpUowXr8GEf2Q==", "id"=>"42"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 42]] +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "completed_at" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["completed_at", "2016-09-29 23:55:03.906115"], ["updated_at", "2016-09-29 23:55:03.906575"], ["id", 42]] +  (1.3ms) commit transaction +Redirected to http://localhost:3000/tasks/show/42 +Completed 302 Found in 5ms (ActiveRecord: 1.9ms) + + +Started GET "/tasks/show/42" for ::1 at 2016-09-29 16:55:03 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"42"} + Task Load (0.5ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 42]] + Rendered tasks/show.html.erb within layouts/application (0.4ms) +Completed 200 OK in 23ms (Views: 19.7ms | ActiveRecord: 0.5ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-29 16:55:03 -0700 + + +Started GET "/tasks/show/42" for ::1 at 2016-09-29 16:55:54 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"42"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 42]] + Rendered tasks/show.html.erb within layouts/application (0.4ms) +Completed 200 OK in 28ms (Views: 22.7ms | ActiveRecord: 0.6ms) + + +Started GET "/assets/style.self-9dd56331f85e405e56d706c2805a24ebdbfa3fd7526104ab7cbdedb236092d0d.css?body=1" for ::1 at 2016-09-29 16:55:54 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-29 16:55:54 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-29 16:55:54 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-29 16:55:54 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-29 16:55:54 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-29 16:55:54 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-29 16:55:54 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-29 16:55:54 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-29 16:55:54 -0700 + + +Started GET "/tasks/new" for ::1 at 2016-09-29 16:55:56 -0700 +Processing by TasksController#new as HTML + Rendered tasks/new.html.erb within layouts/application (3.2ms) +Completed 200 OK in 26ms (Views: 25.5ms | ActiveRecord: 0.0ms) + + +Started POST "/tasks/create" for ::1 at 2016-09-29 16:56:12 -0700 +Processing by TasksController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"gYmJ8idJLeBDzGVs/rczppzz4k8x708kyiQ3tPp9v6GhtKAngdLmyGquP1Ho92E5dRfe8HuWtz3ZPRhb5SUATg==", "post"=>{"title"=>"Go to beach", "description"=>"Play in the water"}, "commit"=>"Create Task"} +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Go to beach"], ["description", "Play in the water"], ["created_at", "2016-09-29 23:56:12.329313"], ["updated_at", "2016-09-29 23:56:12.329313"]] +  (0.5ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 3ms (ActiveRecord: 0.9ms) + + +Started GET "/" for ::1 at 2016-09-29 16:56:12 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.5ms) +Completed 200 OK in 30ms (Views: 29.5ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-29 16:56:12 -0700 + + +Started PATCH "/tasks/43/update" for ::1 at 2016-09-29 16:56:14 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"O6ib1PWVwfdV7s3+3MlFPHysqNB+fuzk6fx8Yzz0pZgblbIBUw4K33yMl8PKiRejlUiUbzQHFP365VOMI6wadw==", "id"=>"43"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 43]] +  (0.1ms) begin transaction + SQL (0.8ms) UPDATE "tasks" SET "completed_at" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["completed_at", "2016-09-29 23:56:14.544007"], ["updated_at", "2016-09-29 23:56:14.545013"], ["id", 43]] +  (2.7ms) commit transaction +Redirected to http://localhost:3000/tasks/show/43 +Completed 302 Found in 8ms (ActiveRecord: 3.7ms) + + +Started GET "/tasks/show/43" for ::1 at 2016-09-29 16:56:14 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"43"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 43]] + Rendered tasks/show.html.erb within layouts/application (0.5ms) +Completed 200 OK in 16ms (Views: 14.6ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-29 16:56:14 -0700 + + +Started GET "/tasks/new" for ::1 at 2016-09-29 16:56:44 -0700 +Processing by TasksController#new as HTML + Rendered tasks/new.html.erb within layouts/application (1.5ms) +Completed 200 OK in 26ms (Views: 25.3ms | ActiveRecord: 0.0ms) + + +Started POST "/tasks/create" for ::1 at 2016-09-29 16:56:51 -0700 +Processing by TasksController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"Yzdf1VBU7N3aMNQervLhu/AT9jHGF0GOTubjvmbRtb9DCnYA9s8n9fNSjiO4srMkGffKjoxuuZdd/8xReYkKUA==", "post"=>{"title"=>"Buy oranges", "description"=>"From orange stand"}, "commit"=>"Create Task"} +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Buy oranges"], ["description", "From orange stand"], ["created_at", "2016-09-29 23:56:51.563257"], ["updated_at", "2016-09-29 23:56:51.563257"]] +  (1.7ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 4ms (ActiveRecord: 2.0ms) + + +Started GET "/" for ::1 at 2016-09-29 16:56:51 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.3ms) +Completed 200 OK in 36ms (Views: 35.1ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-29 16:56:51 -0700 + + +Started GET "/tasks/show/44" for ::1 at 2016-09-29 16:56:53 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"44"} + Task Load (0.8ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 44]] + Rendered tasks/show.html.erb within layouts/application (0.4ms) +Completed 200 OK in 37ms (Views: 33.6ms | ActiveRecord: 0.8ms) + + +Started PATCH "/tasks/44/update" for ::1 at 2016-09-29 16:56:55 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"Me6oACvwfL/S1+2P5dh1gSTQEkesqFZQJmwV2XwUbfoR04HVjWu3l/u1t7LzmCcezTQu+ObRrkk1dTo2Y0zSFQ==", "id"=>"44"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 44]] +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "completed_at" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["completed_at", "2016-09-29 23:56:55.178778"], ["updated_at", "2016-09-29 23:56:55.179599"], ["id", 44]] +  (1.5ms) commit transaction +Redirected to http://localhost:3000/tasks/show/44 +Completed 302 Found in 5ms (ActiveRecord: 1.9ms) + + +Started GET "/tasks/show/44" for ::1 at 2016-09-29 16:56:55 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"44"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 44]] + Rendered tasks/show.html.erb within layouts/application (0.5ms) +Completed 200 OK in 33ms (Views: 31.0ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-29 16:56:55 -0700 + + +Started GET "/tasks/new" for ::1 at 2016-09-29 16:57:24 -0700 +Processing by TasksController#new as HTML + Rendered tasks/new.html.erb within layouts/application (2.2ms) +Completed 200 OK in 37ms (Views: 24.0ms | ActiveRecord: 0.8ms) + + +Started POST "/tasks/create" for ::1 at 2016-09-29 16:57:32 -0700 +Processing by TasksController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"kuQ+1lVp5grxyNyDmRNYpx1saeL9ceQcNZoJgjuBoBay2RcD8/ItItiqhr6PUwo49IhVXbcIHAUmgyZtJNkf+Q==", "post"=>{"title"=>"Buy massive cat", "description"=>"LARGE."}, "commit"=>"Create Task"} +  (0.1ms) begin transaction + SQL (0.4ms) INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Buy massive cat"], ["description", "LARGE."], ["created_at", "2016-09-29 23:57:32.847533"], ["updated_at", "2016-09-29 23:57:32.847533"]] +  (0.6ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 4ms (ActiveRecord: 1.0ms) + + +Started GET "/" for ::1 at 2016-09-29 16:57:32 -0700 +Processing by TasksController#index as HTML + Task Load (0.5ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (5.0ms) +Completed 200 OK in 30ms (Views: 28.4ms | ActiveRecord: 0.5ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-29 16:57:32 -0700 + + +Started PATCH "/tasks/45/update" for ::1 at 2016-09-29 16:57:34 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"6/HxZvT14AtJJsdvbapcoi4AUhg7nYHJGOiPeXwaEJHLzNizUm4rI2BEnVJ76g49x+Rup3HkedAL8aCWY0Kvfg==", "id"=>"45"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 45]] +  (0.1ms) begin transaction + SQL (1.2ms) UPDATE "tasks" SET "completed_at" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["completed_at", "2016-09-29 23:57:34.668385"], ["updated_at", "2016-09-29 23:57:34.668791"], ["id", 45]] +  (2.0ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 8ms (ActiveRecord: 3.3ms) + + +Started GET "/" for ::1 at 2016-09-29 16:57:34 -0700 +Processing by TasksController#index as HTML + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (5.0ms) +Completed 200 OK in 27ms (Views: 26.1ms | ActiveRecord: 0.3ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-29 16:57:34 -0700 + + +Started GET "/tasks/new" for ::1 at 2016-09-29 16:57:37 -0700 +Processing by TasksController#new as HTML + Rendered tasks/new.html.erb within layouts/application (1.9ms) +Completed 200 OK in 25ms (Views: 24.0ms | ActiveRecord: 0.0ms) + + +Started POST "/tasks/create" for ::1 at 2016-09-29 16:57:46 -0700 +Processing by TasksController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"ChYAtkGnTpZFZ3A7FLinQIyYOFM6whUUsOhOHPAB3J4qKylj5zyFvmwFKgYC+PXfZXwE7HC77Q2j8WHz71ljcQ==", "post"=>{"title"=>"Buy massive rats", "description"=>"BIG."}, "commit"=>"Create Task"} +  (0.1ms) begin transaction + SQL (0.2ms) INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Buy massive rats"], ["description", "BIG."], ["created_at", "2016-09-29 23:57:46.725504"], ["updated_at", "2016-09-29 23:57:46.725504"]] +  (0.6ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 3ms (ActiveRecord: 0.9ms) + + +Started GET "/" for ::1 at 2016-09-29 16:57:46 -0700 +Processing by TasksController#index as HTML + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (5.3ms) +Completed 200 OK in 28ms (Views: 26.4ms | ActiveRecord: 0.3ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-29 16:57:46 -0700 + + +Started GET "/tasks/show/46" for ::1 at 2016-09-29 16:57:47 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"46"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 46]] + Rendered tasks/show.html.erb within layouts/application (0.6ms) +Completed 200 OK in 31ms (Views: 29.1ms | ActiveRecord: 0.1ms) + + +Started PATCH "/tasks/46/update" for ::1 at 2016-09-29 16:57:49 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"xTjbl5CrHZe2b90AQX46PqsEjbEGZghrMFIYhUPlytDlBfJCNjDWv58Nhz1XPmihQuCxDkwf8HIjSzdqXL11Pw==", "id"=>"46"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 46]] +  (0.2ms) begin transaction + SQL (0.2ms) UPDATE "tasks" SET "completed_at" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["completed_at", "2016-09-29 23:57:49.451552"], ["updated_at", "2016-09-29 23:57:49.452783"], ["id", 46]] +  (1.4ms) commit transaction +Redirected to http://localhost:3000/tasks/show/46 +Completed 302 Found in 7ms (ActiveRecord: 2.1ms) + + +Started GET "/tasks/show/46" for ::1 at 2016-09-29 16:57:49 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"46"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 46]] + Rendered tasks/show.html.erb within layouts/application (0.6ms) +Completed 200 OK in 25ms (Views: 23.4ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-29 16:57:49 -0700 + + +Started GET "/tasks/index" for ::1 at 2016-09-29 16:57:51 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.4ms) +Completed 200 OK in 42ms (Views: 39.6ms | ActiveRecord: 0.2ms) + + +Started DELETE "/tasks/31/destroy" for ::1 at 2016-09-29 16:58:19 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"YzB8tLX0JM0sdzprJuiJHt5Su9om0NVZhBcpXM+ELhVDDVVhE2/v5QUVYFYwqNuBN7aHZWypLUCXDgaz0NyR+g==", "id"=>"31"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 31]] +  (0.1ms) begin transaction + SQL (0.2ms) DELETE FROM "tasks" WHERE "tasks"."id" = ? [["id", 31]] +  (1.4ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 9ms (ActiveRecord: 2.0ms) + + +Started GET "/" for ::1 at 2016-09-29 16:58:19 -0700 +Processing by TasksController#index as HTML + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.3ms) +Completed 200 OK in 26ms (Views: 24.8ms | ActiveRecord: 0.3ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-29 16:58:19 -0700 + + +Started DELETE "/tasks/34/destroy" for ::1 at 2016-09-29 16:58:21 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"/dTycex7c/NftB6d0MEHnCPpfi5rISPBlar0PEBK++7d6dukSuC423bWRKDGgVUDyg1CkSFY29iGs9vTXxJEAQ==", "id"=>"34"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 34]] +  (0.0ms) begin transaction + SQL (0.2ms) DELETE FROM "tasks" WHERE "tasks"."id" = ? [["id", 34]] +  (2.0ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 4ms (ActiveRecord: 2.3ms) + + +Started GET "/" for ::1 at 2016-09-29 16:58:21 -0700 +Processing by TasksController#index as HTML + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (5.9ms) +Completed 200 OK in 34ms (Views: 33.1ms | ActiveRecord: 0.3ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-29 16:58:21 -0700 + + +Started GET "/" for ::1 at 2016-09-30 10:03:11 -0700 + ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" +Processing by TasksController#index as HTML + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (14.0ms) +Completed 200 OK in 347ms (Views: 337.9ms | ActiveRecord: 1.0ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 10:03:11 -0700 + + +Started DELETE "/tasks/35/destroy" for ::1 at 2016-09-30 10:03:16 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"oU4zc4ymNhtjwuqjU/amiwwB+EQSgn0qGKPqVip1r3qBcxqmKj39M0qgsJ5FtvQU5eXE+1j7hTMLusW5NS0QlQ==", "id"=>"35"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 35]] +  (0.1ms) begin transaction + SQL (0.5ms) DELETE FROM "tasks" WHERE "tasks"."id" = ? [["id", 35]] +  (0.7ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 17ms (ActiveRecord: 1.3ms) + + +Started GET "/" for ::1 at 2016-09-30 10:03:16 -0700 +Processing by TasksController#index as HTML + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (21.6ms) +Completed 200 OK in 36ms (Views: 35.4ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 10:03:16 -0700 + + +Started DELETE "/tasks/36/destroy" for ::1 at 2016-09-30 10:03:17 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"iSz25VTKJ5fnkW8/wnEKLPuYnehsuPm8F3XtECbmHeWpEd8w8lHsv87zNQLUMVizEnyhVybBAaUEbML/Ob6iCg==", "id"=>"36"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 36]] +  (0.0ms) begin transaction + SQL (0.2ms) DELETE FROM "tasks" WHERE "tasks"."id" = ? [["id", 36]] +  (1.4ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 4ms (ActiveRecord: 1.7ms) + + +Started GET "/" for ::1 at 2016-09-30 10:03:17 -0700 +Processing by TasksController#index as HTML + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (5.8ms) +Completed 200 OK in 36ms (Views: 34.5ms | ActiveRecord: 0.3ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 10:03:17 -0700 + + +Started DELETE "/tasks/37/destroy" for ::1 at 2016-09-30 10:03:19 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"GPlUHn+urOHz52NAmesjJqfV5lmwBryqH1OJpgeUDSQ4xH3L2TVnydqFOX2Pq3G5TjHa5vp/RLMMSqZJGMyyyw==", "id"=>"37"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 37]] +  (0.0ms) begin transaction + SQL (0.2ms) DELETE FROM "tasks" WHERE "tasks"."id" = ? [["id", 37]] +  (1.7ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 5ms (ActiveRecord: 2.1ms) + + +Started GET "/" for ::1 at 2016-09-30 10:03:19 -0700 +Processing by TasksController#index as HTML + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.8ms) +Completed 200 OK in 33ms (Views: 31.4ms | ActiveRecord: 0.3ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 10:03:19 -0700 + + +Started DELETE "/tasks/38/destroy" for ::1 at 2016-09-30 10:03:20 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"rNjXIBlFPqsfLYc3bgVKReP9ueC6RLKkViKH9J1fmimM5f71v971gzZP3Qp4RRjaChmFX/A9Sr1FO6gbggclxg==", "id"=>"38"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 38]] +  (0.0ms) begin transaction + SQL (0.2ms) DELETE FROM "tasks" WHERE "tasks"."id" = ? [["id", 38]] +  (1.3ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 3ms (ActiveRecord: 1.6ms) + + +Started GET "/" for ::1 at 2016-09-30 10:03:20 -0700 +Processing by TasksController#index as HTML + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (7.4ms) +Completed 200 OK in 25ms (Views: 23.3ms | ActiveRecord: 0.3ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 10:03:20 -0700 + + +Started DELETE "/tasks/39/destroy" for ::1 at 2016-09-30 10:03:21 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"6Xx2lrHYiZENlgRFoGANQpaG2BenABBE/pAMzl0TCtXJQV9DF0NCuST0Xni2IF/df2LkqO156F3tiSMhQku1Og==", "id"=>"39"} + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 39]] +  (0.2ms) begin transaction + SQL (1.5ms) DELETE FROM "tasks" WHERE "tasks"."id" = ? [["id", 39]] +  (0.8ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 7ms (ActiveRecord: 2.7ms) + + +Started GET "/" for ::1 at 2016-09-30 10:03:21 -0700 +Processing by TasksController#index as HTML + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.5ms) +Completed 200 OK in 14ms (Views: 13.8ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 10:03:21 -0700 + + +Started DELETE "/tasks/40/destroy" for ::1 at 2016-09-30 10:03:22 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"6M9IgxSp77PUnvOuDBRGD+MkaLfhh8bzxsNkUw8EgMrI8mFWsjIkm/38qZMaVBSQCsBUCKv+PurV2ku8EFw/JQ==", "id"=>"40"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 40]] +  (0.1ms) begin transaction + SQL (0.3ms) DELETE FROM "tasks" WHERE "tasks"."id" = ? [["id", 40]] +  (0.9ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 4ms (ActiveRecord: 1.3ms) + + +Started GET "/" for ::1 at 2016-09-30 10:03:22 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.5ms) +Completed 200 OK in 31ms (Views: 29.5ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 10:03:22 -0700 + + +Started DELETE "/tasks/41/destroy" for ::1 at 2016-09-30 10:03:23 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"r9DkVMclEVdf6XTkJhxF2yXFq3V26OC7vPP9uX3GVIqP7c2BYb7af3aLLtkwXBdEzCGXyjyRGKKv6tJWYp7rZQ==", "id"=>"41"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 41]] +  (0.2ms) begin transaction + SQL (0.3ms) DELETE FROM "tasks" WHERE "tasks"."id" = ? [["id", 41]] +  (1.6ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 6ms (ActiveRecord: 2.2ms) + + +Started GET "/" for ::1 at 2016-09-30 10:03:23 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.0ms) +Completed 200 OK in 17ms (Views: 16.3ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 10:03:23 -0700 + + +Started DELETE "/tasks/42/destroy" for ::1 at 2016-09-30 10:03:24 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"jX40nVXfzLMCGGeRNV4gXCzs3EsJMc5qeKfOBX/Vu5itQx1I80QHmyt6PawjHnLDxQjg9ENINnNrvuHqYI0Edw==", "id"=>"42"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 42]] +  (0.1ms) begin transaction + SQL (0.2ms) DELETE FROM "tasks" WHERE "tasks"."id" = ? [["id", 42]] +  (1.5ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 4ms (ActiveRecord: 1.9ms) + + +Started GET "/" for ::1 at 2016-09-30 10:03:24 -0700 +Processing by TasksController#index as HTML + Task Load (0.4ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.5ms) +Completed 200 OK in 32ms (Views: 30.2ms | ActiveRecord: 0.4ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 10:03:24 -0700 + + +Started DELETE "/tasks/43/destroy" for ::1 at 2016-09-30 10:03:25 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"13094xx4yNIlUac8+VI4N3TMPRqeWE8rSKZFqAG42073QBQ2uuMD+gwz/QHvEmqonSgBpdQhtzJbv2pHHuBkoQ==", "id"=>"43"} + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 43]] +  (0.1ms) begin transaction + SQL (0.3ms) DELETE FROM "tasks" WHERE "tasks"."id" = ? [["id", 43]] +  (2.3ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 6ms (ActiveRecord: 3.0ms) + + +Started GET "/" for ::1 at 2016-09-30 10:03:25 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.7ms) +Completed 200 OK in 26ms (Views: 25.2ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 10:03:25 -0700 + + +Started DELETE "/tasks/44/destroy" for ::1 at 2016-09-30 10:03:27 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"V6TWNRHVkL4xXmSRYambFBU3/h2OxR+0oaqTClbFy9h3mf/gt05blhg8Pqx36cmL/NPCosS8562ys7zlSZ10Nw==", "id"=>"44"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 44]] +  (0.0ms) begin transaction + SQL (0.3ms) DELETE FROM "tasks" WHERE "tasks"."id" = ? [["id", 44]] +  (1.4ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 4ms (ActiveRecord: 1.7ms) + + +Started GET "/" for ::1 at 2016-09-30 10:03:27 -0700 +Processing by TasksController#index as HTML + Task Load (0.4ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.5ms) +Completed 200 OK in 36ms (Views: 33.9ms | ActiveRecord: 0.4ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 10:03:27 -0700 + + +Started DELETE "/tasks/45/destroy" for ::1 at 2016-09-30 10:03:31 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"okz7A+cRLUkH50u0l1FsGQN8KO3+6HxZVu6hcwxJIxWCcdLWQYrmYS6FEYmBET6G6pgUUrSRhEBF946cExGc+g==", "id"=>"45"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 45]] +  (0.2ms) begin transaction + SQL (0.3ms) DELETE FROM "tasks" WHERE "tasks"."id" = ? [["id", 45]] +  (3.0ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 8ms (ActiveRecord: 3.7ms) + + +Started GET "/" for ::1 at 2016-09-30 10:03:31 -0700 +Processing by TasksController#index as HTML + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.0ms) +Completed 200 OK in 27ms (Views: 25.7ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 10:03:31 -0700 + + +Started DELETE "/tasks/46/destroy" for ::1 at 2016-09-30 10:03:32 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"VdimOxucH8ltpox3ktz4pfTwJs1TwP2CWb04XdW5S/515Y/uvQfU4UTE1kqEnKo6HRQachm5BZtKpBeyyuH0EQ==", "id"=>"46"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 46]] +  (0.0ms) begin transaction + SQL (0.2ms) DELETE FROM "tasks" WHERE "tasks"."id" = ? [["id", 46]] +  (1.8ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 4ms (ActiveRecord: 2.1ms) + + +Started GET "/" for ::1 at 2016-09-30 10:03:32 -0700 +Processing by TasksController#index as HTML + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (0.7ms) +Completed 200 OK in 18ms (Views: 17.2ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 10:03:32 -0700 + + +Started GET "/tasks/new" for ::1 at 2016-09-30 10:03:34 -0700 +Processing by TasksController#new as HTML + Rendered tasks/new.html.erb within layouts/application (22.1ms) +Completed 200 OK in 42ms (Views: 40.2ms | ActiveRecord: 0.0ms) + + +Started POST "/tasks/create" for ::1 at 2016-09-30 10:03:42 -0700 +Processing by TasksController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"K8eCPA8TUF2zDFieF44BSI/c0+ZQukYN9dI42hhXdPIL+qvpqYibdZpuAqMBzlPXZjjvWRrDvhTmyxc1Bw/LHQ==", "post"=>{"title"=>"Buy milk", "description"=>"Lucerne brand"}, "commit"=>"Create Task"} +  (0.1ms) begin transaction + SQL (0.6ms) INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Buy milk"], ["description", "Lucerne brand"], ["created_at", "2016-09-30 17:03:42.710297"], ["updated_at", "2016-09-30 17:03:42.710297"]] +  (0.6ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 4ms (ActiveRecord: 1.2ms) + + +Started GET "/" for ::1 at 2016-09-30 10:03:42 -0700 +Processing by TasksController#index as HTML + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.1ms) +Completed 200 OK in 17ms (Views: 16.1ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 10:03:42 -0700 + + +Started GET "/tasks/new" for ::1 at 2016-09-30 10:03:44 -0700 +Processing by TasksController#new as HTML + Rendered tasks/new.html.erb within layouts/application (1.9ms) +Completed 200 OK in 25ms (Views: 23.7ms | ActiveRecord: 0.0ms) + + +Started POST "/tasks/create" for ::1 at 2016-09-30 10:03:53 -0700 +Processing by TasksController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"qMBTkpFYCNQPz4CwGxlQrsZVu830Je+DjM16pqhcKQeI/XpHN8PD/Cat2o0NWQIxL7GHcr5cF5qf1FVJtwSW6A==", "post"=>{"title"=>"Buy carrots", "description"=>"1 bunch large"}, "commit"=>"Create Task"} +  (0.1ms) begin transaction + SQL (0.2ms) INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Buy carrots"], ["description", "1 bunch large"], ["created_at", "2016-09-30 17:03:53.672956"], ["updated_at", "2016-09-30 17:03:53.672956"]] +  (0.5ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 3ms (ActiveRecord: 0.8ms) + + +Started GET "/" for ::1 at 2016-09-30 10:03:53 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.5ms) +Completed 200 OK in 27ms (Views: 24.5ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 10:03:53 -0700 + + +Started GET "/tasks/new" for ::1 at 2016-09-30 10:03:55 -0700 +Processing by TasksController#new as HTML + Rendered tasks/new.html.erb within layouts/application (1.6ms) +Completed 200 OK in 26ms (Views: 25.8ms | ActiveRecord: 0.0ms) + + +Started POST "/tasks/create" for ::1 at 2016-09-30 10:04:04 -0700 +Processing by TasksController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"54FIHtiK+id9X5SotbsNTMWxgp/Jb5grPtkMzJR8HxTHvGHLfhExD1Q9zpWj+1/TLFW+IIMWYDItwCMjiySg+w==", "post"=>{"title"=>"Sweep kitchen", "description"=>"With broom"}, "commit"=>"Create Task"} +  (0.1ms) begin transaction + SQL (0.4ms) INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Sweep kitchen"], ["description", "With broom"], ["created_at", "2016-09-30 17:04:04.899767"], ["updated_at", "2016-09-30 17:04:04.899767"]] +  (0.6ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 4ms (ActiveRecord: 1.0ms) + + +Started GET "/" for ::1 at 2016-09-30 10:04:04 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.7ms) +Completed 200 OK in 16ms (Views: 14.7ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 10:04:04 -0700 + + +Started GET "/tasks/new" for ::1 at 2016-09-30 10:04:18 -0700 +Processing by TasksController#new as HTML + Rendered tasks/new.html.erb within layouts/application (1.7ms) +Completed 200 OK in 21ms (Views: 20.5ms | ActiveRecord: 0.0ms) + + +Started POST "/tasks/create" for ::1 at 2016-09-30 10:04:26 -0700 +Processing by TasksController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"4WAUiE+4Hg4jWk6NX2Si/lhQItRObr1rfVu0iVoYCVHBXT1d6SPVJgo4FLBJJPBhsbQeawQXRXJuQptmRUC2vg==", "post"=>{"title"=>"Buy party favors", "description"=>"At Kmart"}, "commit"=>"Create Task"} +  (0.1ms) begin transaction + SQL (0.4ms) INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Buy party favors"], ["description", "At Kmart"], ["created_at", "2016-09-30 17:04:26.919130"], ["updated_at", "2016-09-30 17:04:26.919130"]] +  (2.5ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 6ms (ActiveRecord: 2.9ms) + + +Started GET "/" for ::1 at 2016-09-30 10:04:26 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.6ms) +Completed 200 OK in 25ms (Views: 24.8ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 10:04:27 -0700 + + +Started GET "/" for ::1 at 2016-09-30 10:06:45 -0700 + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +Processing by TasksController#index as HTML + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (10.6ms) +Completed 200 OK in 238ms (Views: 228.8ms | ActiveRecord: 0.4ms) + + +Started GET "/assets/style.self-9dd56331f85e405e56d706c2805a24ebdbfa3fd7526104ab7cbdedb236092d0d.css?body=1" for ::1 at 2016-09-30 10:06:45 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-30 10:06:45 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-30 10:06:45 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-30 10:06:45 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-30 10:06:45 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-30 10:06:45 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-30 10:06:45 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-30 10:06:45 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 10:06:45 -0700 + + +Started GET "/" for ::1 at 2016-09-30 10:07:02 -0700 +Processing by TasksController#index as HTML + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.4ms) +Completed 200 OK in 15ms (Views: 14.5ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/style.self-9dd56331f85e405e56d706c2805a24ebdbfa3fd7526104ab7cbdedb236092d0d.css?body=1" for ::1 at 2016-09-30 10:07:02 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-30 10:07:02 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-30 10:07:02 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-30 10:07:02 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-30 10:07:02 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-30 10:07:02 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-30 10:07:02 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-30 10:07:02 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 10:07:02 -0700 + + +Started GET "/" for ::1 at 2016-09-30 10:07:19 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.8ms) +Completed 200 OK in 15ms (Views: 14.2ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/style.self-9dd56331f85e405e56d706c2805a24ebdbfa3fd7526104ab7cbdedb236092d0d.css?body=1" for ::1 at 2016-09-30 10:07:19 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-30 10:07:19 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-30 10:07:19 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-30 10:07:19 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-30 10:07:19 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-30 10:07:19 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-30 10:07:19 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-30 10:07:19 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 10:07:19 -0700 + + +Started PATCH "/tasks/47/update" for ::1 at 2016-09-30 10:07:24 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"4foOPUMjE4B24HzB89oK6ciV0IjJmj0T4hDNa52QdwzBxyfo5bjYqF+CJvzlmlh2IXHsN4PjxQrxCeKEgsjI4w==", "id"=>"47"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 47]] +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "completed_at" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["completed_at", "2016-09-30 17:07:24.175488"], ["updated_at", "2016-09-30 17:07:24.177192"], ["id", 47]] +  (0.5ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 15ms (ActiveRecord: 1.0ms) + + +Started GET "/" for ::1 at 2016-09-30 10:07:24 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.5ms) +Completed 200 OK in 23ms (Views: 22.3ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 10:07:24 -0700 + + +Started DELETE "/tasks/47/destroy" for ::1 at 2016-09-30 10:07:26 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"W4SRhmQfSd/hhxd+YbsdnvSD9IsHQAVdzfi2PEYqVE17ubhTwoSC98jlTUN3+08BHWfINE05/UTe4ZnTWXLrog==", "id"=>"47"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 47]] +  (0.1ms) begin transaction + SQL (0.6ms) DELETE FROM "tasks" WHERE "tasks"."id" = ? [["id", 47]] +  (1.1ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 6ms (ActiveRecord: 1.9ms) + + +Started GET "/" for ::1 at 2016-09-30 10:07:26 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.4ms) +Completed 200 OK in 27ms (Views: 26.5ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 10:07:26 -0700 + + +Started GET "/" for ::1 at 2016-09-30 10:09:31 -0700 +Processing by TasksController#index as HTML + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.8ms) +Completed 200 OK in 66ms (Views: 65.6ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/style.self-9dd56331f85e405e56d706c2805a24ebdbfa3fd7526104ab7cbdedb236092d0d.css?body=1" for ::1 at 2016-09-30 10:09:32 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-30 10:09:32 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-30 10:09:32 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-30 10:09:32 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-30 10:09:32 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-30 10:09:32 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-30 10:09:32 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-30 10:09:32 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 10:09:32 -0700 + + +Started PATCH "/tasks/48/update" for ::1 at 2016-09-30 10:09:34 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"PqB5OtTjdWY3moW5zgVMdge8E0bOVKzsWWiZMULyQ4kenVDvcni+Th7434TYRR7p7lgv+YQtVPVKcbbeXar8Zg==", "id"=>"48"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 48]] +  (0.0ms) begin transaction + SQL (0.2ms) UPDATE "tasks" SET "completed_at" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["completed_at", "2016-09-30 17:09:34.403789"], ["updated_at", "2016-09-30 17:09:34.404114"], ["id", 48]] +  (1.9ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 5ms (ActiveRecord: 2.2ms) + + +Started GET "/" for ::1 at 2016-09-30 10:09:34 -0700 +Processing by TasksController#index as HTML + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.6ms) +Completed 200 OK in 15ms (Views: 14.6ms | ActiveRecord: 0.1ms) + + +Started GET "/checkmark.png" for ::1 at 2016-09-30 10:09:34 -0700 + +ActionController::RoutingError (No route matches [GET] "/checkmark.png"): + actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' + web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call' + web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch' + web-console (2.3.0) lib/web_console/middleware.rb:18:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' + railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' + rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' + rack (1.6.4) lib/rack/runtime.rb:18:in `call' + activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' + rack (1.6.4) lib/rack/sendfile.rb:113:in `call' + railties (4.2.7) lib/rails/engine.rb:518:in `call' + railties (4.2.7) lib/rails/application.rb:165:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + rack (1.6.4) lib/rack/content_length.rb:15:in `call' + rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' + + + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.9ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/routes/_table.html.erb (6.1ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (69.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.5ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (42.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (87.7ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 10:09:34 -0700 + + +Started GET "/" for ::1 at 2016-09-30 10:10:52 -0700 +Processing by TasksController#index as HTML + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.3ms) +Completed 200 OK in 17ms (Views: 16.6ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/style.self-9dd56331f85e405e56d706c2805a24ebdbfa3fd7526104ab7cbdedb236092d0d.css?body=1" for ::1 at 2016-09-30 10:10:52 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-30 10:10:52 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-30 10:10:52 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-30 10:10:52 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-30 10:10:52 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-30 10:10:52 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-30 10:10:52 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-30 10:10:53 -0700 + + +Started GET "/assets/images/checkmark.png" for ::1 at 2016-09-30 10:10:53 -0700 + +ActionController::RoutingError (No route matches [GET] "/assets/images/checkmark.png"): + actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' + web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call' + web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch' + web-console (2.3.0) lib/web_console/middleware.rb:18:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' + railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' + rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' + rack (1.6.4) lib/rack/runtime.rb:18:in `call' + activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' + rack (1.6.4) lib/rack/sendfile.rb:113:in `call' + railties (4.2.7) lib/rails/engine.rb:518:in `call' + railties (4.2.7) lib/rails/application.rb:165:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + rack (1.6.4) lib/rack/content_length.rb:15:in `call' + rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' + + + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.8ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (53.8ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (36.1ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.2ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (79.1ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 10:10:53 -0700 + + +Started GET "/" for ::1 at 2016-09-30 10:12:41 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.9ms) +Completed 200 OK in 17ms (Views: 15.9ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-30 10:12:41 -0700 + + +Started GET "/assets/style.self-9dd56331f85e405e56d706c2805a24ebdbfa3fd7526104ab7cbdedb236092d0d.css?body=1" for ::1 at 2016-09-30 10:12:41 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-30 10:12:41 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-30 10:12:41 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-30 10:12:41 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-30 10:12:41 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-30 10:12:41 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-30 10:12:41 -0700 + + +Started GET "/checkmark.png" for ::1 at 2016-09-30 10:12:41 -0700 + +ActionController::RoutingError (No route matches [GET] "/checkmark.png"): + actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' + web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call' + web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch' + web-console (2.3.0) lib/web_console/middleware.rb:18:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' + railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' + rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' + rack (1.6.4) lib/rack/runtime.rb:18:in `call' + activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' + rack (1.6.4) lib/rack/sendfile.rb:113:in `call' + railties (4.2.7) lib/rails/engine.rb:518:in `call' + railties (4.2.7) lib/rails/application.rb:165:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + rack (1.6.4) lib/rack/content_length.rb:15:in `call' + rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' + + + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (0.9ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.7ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.2ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (57.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (37.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.2ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (79.6ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 10:12:42 -0700 + + +Started GET "/" for ::1 at 2016-09-30 10:13:19 -0700 +Processing by TasksController#index as HTML + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.1ms) +Completed 200 OK in 23ms (Views: 13.6ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/style.self-9dd56331f85e405e56d706c2805a24ebdbfa3fd7526104ab7cbdedb236092d0d.css?body=1" for ::1 at 2016-09-30 10:13:20 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-30 10:13:20 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-30 10:13:20 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-30 10:13:20 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-30 10:13:20 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-30 10:13:20 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-30 10:13:20 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-30 10:13:20 -0700 + + +Started GET "/assets/checkmark.png" for ::1 at 2016-09-30 10:13:20 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 10:13:20 -0700 + + +Started GET "/" for ::1 at 2016-09-30 10:14:05 -0700 +Processing by TasksController#index as HTML + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.7ms) +Completed 200 OK in 26ms (Views: 25.2ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/style.self-eb585c4d7327b848fe258e086ca1f498bdb6a4eca7e39755b0d1b369f679705a.css?body=1" for ::1 at 2016-09-30 10:14:05 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-30 10:14:05 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-30 10:14:05 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-30 10:14:05 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-30 10:14:05 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-30 10:14:05 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-30 10:14:05 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-30 10:14:05 -0700 + + +Started GET "/assets/checkmark.png" for ::1 at 2016-09-30 10:14:05 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 10:14:05 -0700 + + +Started PATCH "/tasks/49/update" for ::1 at 2016-09-30 10:14:13 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"ZEmPcglnKN3FlLnGcM8QAO4ElRFkA2zJdvfzjNKPhUREdKanr/zj9ez24/tmj0KfB+Cpri56lNBl7txjzdc6qw==", "id"=>"49"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 49]] +  (0.1ms) begin transaction + SQL (0.6ms) UPDATE "tasks" SET "completed_at" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["completed_at", "2016-09-30 17:14:13.447689"], ["updated_at", "2016-09-30 17:14:13.448310"], ["id", 49]] +  (1.8ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 7ms (ActiveRecord: 2.6ms) + + +Started GET "/" for ::1 at 2016-09-30 10:14:13 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.7ms) +Completed 200 OK in 20ms (Views: 18.7ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/checkmark.png" for ::1 at 2016-09-30 10:14:13 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 10:14:13 -0700 + + +Started PATCH "/tasks/50/update" for ::1 at 2016-09-30 10:14:15 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"TjD7Hl+XbJavNp5rYgM7K3XhOC9gDx9egt2Sw5L6l3FuDdLL+QynvoZUxFZ0Q2m0nAUEkCp250eRxL0sjaIong==", "id"=>"50"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 50]] +  (0.1ms) begin transaction + SQL (0.2ms) UPDATE "tasks" SET "completed_at" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["completed_at", "2016-09-30 17:14:15.440597"], ["updated_at", "2016-09-30 17:14:15.441465"], ["id", 50]] +  (1.3ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 6ms (ActiveRecord: 1.8ms) + + +Started GET "/" for ::1 at 2016-09-30 10:14:15 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.8ms) +Completed 200 OK in 19ms (Views: 18.2ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/checkmark.png" for ::1 at 2016-09-30 10:14:15 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 10:14:15 -0700 + + +Started DELETE "/tasks/48/destroy" for ::1 at 2016-09-30 10:14:20 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"2SxL28vVVfPGwJz+WwcimW0yDESs8rfV6uPVizIOKdL5EWIObU6e2++ixsNNR3AGhNYw++aLT8z5+vpkLVaWPQ==", "id"=>"48"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 48]] +  (0.0ms) begin transaction + SQL (0.3ms) DELETE FROM "tasks" WHERE "tasks"."id" = ? [["id", 48]] +  (2.7ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 5ms (ActiveRecord: 3.1ms) + + +Started GET "/" for ::1 at 2016-09-30 10:14:20 -0700 +Processing by TasksController#index as HTML + 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.9ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/checkmark.png" for ::1 at 2016-09-30 10:14:20 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 10:14:20 -0700 + + +Started GET "/tasks/index" for ::1 at 2016-09-30 10:14:33 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.4ms) +Completed 200 OK in 23ms (Views: 22.0ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/new" for ::1 at 2016-09-30 10:14:34 -0700 +Processing by TasksController#new as HTML + Rendered tasks/new.html.erb within layouts/application (9.7ms) +Completed 200 OK in 26ms (Views: 25.2ms | ActiveRecord: 0.0ms) + + +Started POST "/tasks/create" for ::1 at 2016-09-30 10:14:43 -0700 +Processing by TasksController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"/lZwvx373iF2edOSzM7Gd9VVuurl/k32ihcz3fmaesnea1lqu2AVCV8bia/ajpToPLGGVa+Hte+ZDhwy5sLFJg==", "post"=>{"title"=>"Buy massive cat", "description"=>"Get shoes for wedding"}, "commit"=>"Create Task"} +  (0.2ms) begin transaction + SQL (1.1ms) INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Buy massive cat"], ["description", "Get shoes for wedding"], ["created_at", "2016-09-30 17:14:43.938962"], ["updated_at", "2016-09-30 17:14:43.938962"]] +  (1.0ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 7ms (ActiveRecord: 2.2ms) + + +Started GET "/" for ::1 at 2016-09-30 10:14:43 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.3ms) +Completed 200 OK in 24ms (Views: 23.3ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/checkmark.png" for ::1 at 2016-09-30 10:14:43 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 10:14:44 -0700 + + +Started PATCH "/tasks/51/update" for ::1 at 2016-09-30 10:14:49 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"B6kvpiXA5wF+QUBxJ63dgSI6LoUWV2/KxG9INcwFnYInlAZzg1ssKVcjGkwx7Y8ey94SOlwul9PXdmfa010ibQ==", "id"=>"51"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 51]] +  (0.1ms) begin transaction + SQL (0.4ms) UPDATE "tasks" SET "completed_at" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["completed_at", "2016-09-30 17:14:49.814821"], ["updated_at", "2016-09-30 17:14:49.815640"], ["id", 51]] +  (1.5ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 6ms (ActiveRecord: 2.1ms) + + +Started GET "/" for ::1 at 2016-09-30 10:14:49 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.8ms) +Completed 200 OK in 19ms (Views: 18.2ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/checkmark.png" for ::1 at 2016-09-30 10:14:49 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 10:14:49 -0700 + + +Started GET "/" for ::1 at 2016-09-30 10:16:50 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.9ms) +Completed 200 OK in 16ms (Views: 15.9ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/style.self-eb585c4d7327b848fe258e086ca1f498bdb6a4eca7e39755b0d1b369f679705a.css?body=1" for ::1 at 2016-09-30 10:16:50 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-30 10:16:50 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-30 10:16:50 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-30 10:16:50 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-30 10:16:50 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-30 10:16:50 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-30 10:16:50 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-30 10:16:50 -0700 + + +Started GET "/assets/checkmark.png" for ::1 at 2016-09-30 10:16:50 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 10:16:50 -0700 + + +Started GET "/tasks/new" for ::1 at 2016-09-30 10:16:55 -0700 +Processing by TasksController#new as HTML + Rendered tasks/new.html.erb within layouts/application (1.8ms) +Completed 200 OK in 27ms (Views: 25.3ms | ActiveRecord: 0.0ms) + + +Started POST "/tasks/create" for ::1 at 2016-09-30 10:17:02 -0700 +Processing by TasksController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"Ey7XKBZddl2z7YIjlyM3Cju2/oXyvf47JiDUAhdJNaszE/79sMa9dZqP2B6BY2WV0lLCOrjEBiI1OfvtCBGKRA==", "post"=>{"title"=>"Throw party", "description"=>"A beetle"}, "commit"=>"Create Task"} +  (0.0ms) begin transaction + SQL (0.2ms) INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Throw party"], ["description", "A beetle"], ["created_at", "2016-09-30 17:17:02.829106"], ["updated_at", "2016-09-30 17:17:02.829106"]] +  (1.2ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 4ms (ActiveRecord: 1.4ms) + + +Started GET "/" for ::1 at 2016-09-30 10:17:02 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.0ms) +Completed 200 OK in 16ms (Views: 15.6ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/checkmark.png" for ::1 at 2016-09-30 10:17:02 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 10:17:02 -0700 + + +Started GET "/" for ::1 at 2016-09-30 10:17:40 -0700 +Processing by TasksController#index as HTML + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.2ms) +Completed 200 OK in 26ms (Views: 25.8ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/style.self-7698ac49024e8d382c4de5a38a4d60ecbd1faa2ae637e430dca8b1903e7d95a7.css?body=1" for ::1 at 2016-09-30 10:17:40 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-30 10:17:40 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-30 10:17:40 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-30 10:17:40 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-30 10:17:40 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-30 10:17:40 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-30 10:17:40 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-30 10:17:40 -0700 + + +Started GET "/assets/checkmark.png" for ::1 at 2016-09-30 10:17:40 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 10:17:40 -0700 + + +Started GET "/" for ::1 at 2016-09-30 10:17:43 -0700 +Processing by TasksController#index as HTML + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.7ms) +Completed 200 OK in 17ms (Views: 16.2ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/style.self-7698ac49024e8d382c4de5a38a4d60ecbd1faa2ae637e430dca8b1903e7d95a7.css?body=1" for ::1 at 2016-09-30 10:17:43 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-30 10:17:43 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-30 10:17:43 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-30 10:17:43 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-30 10:17:43 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-30 10:17:43 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-30 10:17:43 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-30 10:17:43 -0700 + + +Started GET "/assets/checkmark.png" for ::1 at 2016-09-30 10:17:43 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 10:17:43 -0700 + + +Started GET "/" for ::1 at 2016-09-30 10:18:43 -0700 +Processing by TasksController#index as HTML + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.2ms) +Completed 200 OK in 28ms (Views: 27.3ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/style.self-501abb5539a43a648e005b9e181cc8715ea169335a9c131a78e67957ed879812.css?body=1" for ::1 at 2016-09-30 10:18:43 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-30 10:18:43 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-30 10:18:43 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-30 10:18:43 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-30 10:18:43 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-30 10:18:43 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-30 10:18:43 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-30 10:18:43 -0700 + + +Started GET "/assets/checkmark.png" for ::1 at 2016-09-30 10:18:43 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 10:18:43 -0700 + + +Started GET "/" for ::1 at 2016-09-30 10:19:25 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.7ms) +Completed 200 OK in 15ms (Views: 14.7ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/style.self-501abb5539a43a648e005b9e181cc8715ea169335a9c131a78e67957ed879812.css?body=1" for ::1 at 2016-09-30 10:19:25 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-30 10:19:25 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-30 10:19:25 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-30 10:19:25 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-30 10:19:25 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-30 10:19:25 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-30 10:19:25 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-30 10:19:25 -0700 + + +Started GET "/assets/checkmark.png" for ::1 at 2016-09-30 10:19:25 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 10:19:25 -0700 + + +Started PATCH "/tasks/52/update" for ::1 at 2016-09-30 10:19:46 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"AGDyMYQ+5YFoxJqy/3kUjoVuts15xFRcmLpSmVKyH5YgXdvkIqUuqUGmwI/pOUYRbIqKcjO9rEWLo312TeqgeQ==", "id"=>"52"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 52]] +  (0.0ms) begin transaction + SQL (0.5ms) UPDATE "tasks" SET "completed_at" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["completed_at", "2016-09-30 17:19:46.104926"], ["updated_at", "2016-09-30 17:19:46.105262"], ["id", 52]] +  (2.7ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 6ms (ActiveRecord: 3.4ms) + + +Started GET "/" for ::1 at 2016-09-30 10:19:46 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.2ms) +Completed 200 OK in 31ms (Views: 30.7ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/checkmark.png" for ::1 at 2016-09-30 10:19:46 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 10:19:46 -0700 + + +Started GET "/tasks/show/52" for ::1 at 2016-09-30 10:19:48 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"52"} + Task Load (0.4ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 52]] + Rendered tasks/show.html.erb within layouts/application (1.4ms) +Completed 200 OK in 26ms (Views: 23.9ms | ActiveRecord: 0.4ms) + + +Started GET "/tasks/52/edit" for ::1 at 2016-09-30 10:19:50 -0700 +Processing by TasksController#edit as HTML + Parameters: {"id"=>"52"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 52]] + Rendered tasks/edit.html.erb within layouts/application (1.7ms) +Completed 200 OK in 16ms (Views: 15.3ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 10:19:50 -0700 + + +Started PATCH "/tasks/52/update" for ::1 at 2016-09-30 10:19:57 -0700 +Processing by TasksController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"yWBxVYUSYntXgMIVaX9mw31l8bjsMBehHiaNbsfOY7TpXViAI4mpU37imCh/PzRclIHNB6ZJ77gNP6KB2JbcWw==", "patch"=>{"title"=>"Throw party today", "description"=>"A beetle"}, "commit"=>"Update Task", "id"=>"52"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 52]] +  (0.2ms) begin transaction + SQL (0.5ms) UPDATE "tasks" SET "title" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["title", "Throw party today"], ["updated_at", "2016-09-30 17:19:57.491112"], ["id", 52]] +  (0.9ms) commit transaction +Redirected to http://localhost:3000/tasks/show/52 +Completed 302 Found in 7ms (ActiveRecord: 1.8ms) + + +Started GET "/tasks/show/52" for ::1 at 2016-09-30 10:19:57 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"52"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 52]] + Rendered tasks/show.html.erb within layouts/application (0.5ms) +Completed 200 OK in 24ms (Views: 22.1ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 10:19:57 -0700 + + +Started GET "/tasks/index" for ::1 at 2016-09-30 10:20:02 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.4ms) +Completed 200 OK in 30ms (Views: 28.1ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/checkmark.png" for ::1 at 2016-09-30 10:20:02 -0700 + + +Started DELETE "/tasks/49/destroy" for ::1 at 2016-09-30 10:20:07 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"pyA/ruEvcLsoCwO4EUSIgGuwUp/chJg6SyOU9GJEggWHHRZ7R7S7kwFpWYUHBNofglRuIJb9YCNYOrsbfRw96g==", "id"=>"49"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 49]] +  (0.1ms) begin transaction + SQL (0.8ms) DELETE FROM "tasks" WHERE "tasks"."id" = ? [["id", 49]] +  (1.2ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 6ms (ActiveRecord: 2.2ms) + + +Started GET "/" for ::1 at 2016-09-30 10:20:07 -0700 +Processing by TasksController#index as HTML + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.6ms) +Completed 200 OK in 26ms (Views: 24.8ms | ActiveRecord: 0.3ms) + + +Started GET "/assets/checkmark.png" for ::1 at 2016-09-30 10:20:07 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 10:20:07 -0700 + + +Started GET "/" for ::1 at 2016-09-30 10:22:20 -0700 +Processing by TasksController#index as HTML + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.4ms) +Completed 200 OK in 15ms (Views: 14.4ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/style.self-501abb5539a43a648e005b9e181cc8715ea169335a9c131a78e67957ed879812.css?body=1" for ::1 at 2016-09-30 10:22:20 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-30 10:22:20 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-30 10:22:20 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-30 10:22:20 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-30 10:22:20 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-30 10:22:20 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-30 10:22:20 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-30 10:22:20 -0700 + + +Started GET "/assets/checkmark.png" for ::1 at 2016-09-30 10:22:20 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 10:22:20 -0700 + + +Started GET "/" for ::1 at 2016-09-30 10:23:11 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.3ms) +Completed 200 OK in 17ms (Views: 16.2ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/style.self-501abb5539a43a648e005b9e181cc8715ea169335a9c131a78e67957ed879812.css?body=1" for ::1 at 2016-09-30 10:23:11 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-30 10:23:11 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-30 10:23:11 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-30 10:23:11 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-30 10:23:11 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-30 10:23:11 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-30 10:23:11 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-30 10:23:11 -0700 + + +Started GET "/assets/checkmark.png" for ::1 at 2016-09-30 10:23:11 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 10:23:11 -0700 + + +Started GET "/tasks/new" for ::1 at 2016-09-30 10:23:13 -0700 +Processing by TasksController#new as HTML + Rendered tasks/new.html.erb within layouts/application (1.8ms) +Completed 200 OK in 24ms (Views: 23.8ms | ActiveRecord: 0.0ms) + + +Started POST "/tasks/create" for ::1 at 2016-09-30 10:23:21 -0700 +Processing by TasksController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"AgoRSMScH560+Lu7YmV87BVzrrn9uTstiIHOFk+a/L8iNzidYgfUtp2a4YZ0JS5z/JeSBrfAwzSbmOH5UMJDUA==", "post"=>{"title"=>"Blog", "description"=>"At Kmart"}, "commit"=>"Create Task"} +  (0.1ms) begin transaction + SQL (0.2ms) INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Blog"], ["description", "At Kmart"], ["created_at", "2016-09-30 17:23:21.692045"], ["updated_at", "2016-09-30 17:23:21.692045"]] +  (1.7ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 5ms (ActiveRecord: 2.0ms) + + +Started GET "/" for ::1 at 2016-09-30 10:23:21 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.1ms) +Completed 200 OK in 22ms (Views: 20.9ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/checkmark.png" for ::1 at 2016-09-30 10:23:21 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 10:23:21 -0700 + + +Started GET "/" for ::1 at 2016-09-30 10:23:31 -0700 +Processing by TasksController#index as HTML + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.3ms) +Completed 200 OK in 21ms (Views: 20.3ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/style.self-501abb5539a43a648e005b9e181cc8715ea169335a9c131a78e67957ed879812.css?body=1" for ::1 at 2016-09-30 10:23:31 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-30 10:23:31 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-30 10:23:31 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-30 10:23:31 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-30 10:23:31 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-30 10:23:31 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-30 10:23:31 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-30 10:23:31 -0700 + + +Started GET "/assets/checkmark.png" for ::1 at 2016-09-30 10:23:31 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 10:23:31 -0700 + + +Started PATCH "/tasks/53/update" for ::1 at 2016-09-30 10:23:35 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"xBGl69Z32viYyt9cM+U+66F17Eqx+tjYUFhe2pkL1r3kLIw+cOwR0LGohWElpWx0SJHQ9fuDIMFDQXE1hlNpUg==", "id"=>"53"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 53]] +  (0.0ms) begin transaction + SQL (0.2ms) UPDATE "tasks" SET "completed_at" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["completed_at", "2016-09-30 17:23:35.872242"], ["updated_at", "2016-09-30 17:23:35.872578"], ["id", 53]] +  (1.5ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 4ms (ActiveRecord: 1.8ms) + + +Started GET "/" for ::1 at 2016-09-30 10:23:35 -0700 +Processing by TasksController#index as HTML + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.0ms) +Completed 200 OK in 19ms (Views: 17.4ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/checkmark.png" for ::1 at 2016-09-30 10:23:35 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 10:23:35 -0700 + + +Started GET "/" for ::1 at 2016-09-30 10:25:18 -0700 +Processing by TasksController#index as HTML + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.6ms) +Completed 200 OK in 16ms (Views: 15.3ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/style.self-501abb5539a43a648e005b9e181cc8715ea169335a9c131a78e67957ed879812.css?body=1" for ::1 at 2016-09-30 10:25:18 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-30 10:25:18 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-30 10:25:18 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-30 10:25:18 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-30 10:25:18 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-30 10:25:18 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-30 10:25:18 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-30 10:25:18 -0700 + + +Started GET "/assets/checkmark.png" for ::1 at 2016-09-30 10:25:18 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 10:25:18 -0700 + + +Started GET "/tasks/new" for ::1 at 2016-09-30 10:25:20 -0700 +Processing by TasksController#new as HTML + Rendered tasks/new.html.erb within layouts/application (2.4ms) +Completed 200 OK in 27ms (Views: 26.1ms | ActiveRecord: 0.0ms) + + +Started POST "/tasks/create" for ::1 at 2016-09-30 10:25:28 -0700 +Processing by TasksController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"iqk2UpBsp2rCPQqEsSlj/bIaep5j894RUCcksu/nptmqlB+HNvdsQutfULmnaTFiW/5GISmKJghDPgtd8L8ZNg==", "post"=>{"title"=>"Clean bathroom", "description"=>"BIG."}, "commit"=>"Create Task"} +  (0.0ms) begin transaction + SQL (0.2ms) INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Clean bathroom"], ["description", "BIG."], ["created_at", "2016-09-30 17:25:28.348268"], ["updated_at", "2016-09-30 17:25:28.348268"]] +  (0.5ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 3ms (ActiveRecord: 0.8ms) + + +Started GET "/" for ::1 at 2016-09-30 10:25:28 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.0ms) +Completed 200 OK in 25ms (Views: 23.3ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/checkmark.png" for ::1 at 2016-09-30 10:25:28 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 10:25:28 -0700 + + +Started GET "/tasks/54/edit" for ::1 at 2016-09-30 10:25:31 -0700 +Processing by TasksController#edit as HTML + Parameters: {"id"=>"54"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 54]] + Rendered tasks/edit.html.erb within layouts/application (1.1ms) +Completed 200 OK in 17ms (Views: 16.4ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 10:25:31 -0700 + + +Started PATCH "/tasks/54/update" for ::1 at 2016-09-30 10:25:39 -0700 +Processing by TasksController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"cDsKtFpvmr1opO8UNOe3H91GEhB/5O6cJ8brcTH2Yu9QBiNh/PRRlUHGtSkip+WANKIurzWdFoU038SeLq7dAA==", "patch"=>{"title"=>"Clean bathroom", "description"=>"BIG. TO BIG."}, "commit"=>"Update Task", "id"=>"54"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 54]] +  (0.0ms) begin transaction + SQL (0.4ms) UPDATE "tasks" SET "description" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["description", "BIG. TO BIG."], ["updated_at", "2016-09-30 17:25:39.427083"], ["id", 54]] +  (0.9ms) commit transaction +Redirected to http://localhost:3000/tasks/show/54 +Completed 302 Found in 4ms (ActiveRecord: 1.4ms) + + +Started GET "/tasks/show/54" for ::1 at 2016-09-30 10:25:39 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"54"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 54]] + Rendered tasks/show.html.erb within layouts/application (1.4ms) +Completed 200 OK in 24ms (Views: 22.6ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 10:25:39 -0700 + + +Started GET "/tasks/54/edit" for ::1 at 2016-09-30 10:25:42 -0700 +Processing by TasksController#edit as HTML + Parameters: {"id"=>"54"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 54]] + Rendered tasks/edit.html.erb within layouts/application (1.4ms) +Completed 200 OK in 16ms (Views: 15.7ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 10:25:42 -0700 + + +Started PATCH "/tasks/54/update" for ::1 at 2016-09-30 10:25:46 -0700 +Processing by TasksController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"yVdpSbqSaWKyRO7QMDvTrrtE9MZFmUxo3JpuO1jJTFzpakCcHAmiSpsmtO0me4ExUqDIeQ/gtHHPg0HUR5Hzsw==", "patch"=>{"title"=>"Clean bathroom", "description"=>"With windex"}, "commit"=>"Update Task", "id"=>"54"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 54]] +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "description" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["description", "With windex"], ["updated_at", "2016-09-30 17:25:46.675549"], ["id", 54]] +  (1.0ms) commit transaction +Redirected to http://localhost:3000/tasks/show/54 +Completed 302 Found in 6ms (ActiveRecord: 1.5ms) + + +Started GET "/tasks/show/54" for ::1 at 2016-09-30 10:25:46 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"54"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 54]] + Rendered tasks/show.html.erb within layouts/application (0.4ms) +Completed 200 OK in 16ms (Views: 14.9ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 10:25:46 -0700 + + +Started PATCH "/tasks/54/update" for ::1 at 2016-09-30 10:25:50 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"ujWJXuoHw/2GiwakwhfF5gzQ+1IXr5/CJ9n7XdJ++IuaCKCLTJwI1a/pXJnUV5d55TTH7V3WZ9s0wNSyzSZHZA==", "id"=>"54"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 54]] +  (0.0ms) begin transaction + SQL (0.2ms) UPDATE "tasks" SET "completed_at" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["completed_at", "2016-09-30 17:25:50.037312"], ["updated_at", "2016-09-30 17:25:50.037644"], ["id", 54]] +  (1.4ms) commit transaction +Redirected to http://localhost:3000/tasks/show/54 +Completed 302 Found in 4ms (ActiveRecord: 1.7ms) + + +Started GET "/tasks/show/54" for ::1 at 2016-09-30 10:25:50 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"54"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 54]] + Rendered tasks/show.html.erb within layouts/application (0.2ms) +Completed 200 OK in 17ms (Views: 16.0ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 10:25:50 -0700 + + +Started GET "/tasks/index" for ::1 at 2016-09-30 10:25:53 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.3ms) +Completed 200 OK in 23ms (Views: 21.9ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/checkmark.png" for ::1 at 2016-09-30 10:25:53 -0700 + + +Started GET "/tasks/show/54" for ::1 at 2016-09-30 11:15:22 -0700 + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +Processing by TasksController#show as HTML + Parameters: {"id"=>"54"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 54]] + Rendered tasks/show.html.erb within layouts/application (3.2ms) +Completed 200 OK in 352ms (Views: 333.2ms | ActiveRecord: 0.4ms) + + +Started GET "/assets/style.self-501abb5539a43a648e005b9e181cc8715ea169335a9c131a78e67957ed879812.css?body=1" for ::1 at 2016-09-30 11:15:22 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-30 11:15:22 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-30 11:15:22 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-30 11:15:22 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-30 11:15:22 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-30 11:15:22 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-30 11:15:22 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-30 11:15:22 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 11:15:22 -0700 + + +Started GET "/tasks/show/fiftyfour" for ::1 at 2016-09-30 11:15:27 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"fiftyfour"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 0]] +Completed 404 Not Found in 3ms (ActiveRecord: 0.2ms) + +ActiveRecord::RecordNotFound - Couldn't find Task with 'id'=0: + activerecord (4.2.7) lib/active_record/core.rb:155:in `find' + app/controllers/tasks_controller.rb:33:in `show' + actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (4.2.7) lib/abstract_controller/base.rb:198:in `process_action' + actionpack (4.2.7) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (4.2.7) lib/abstract_controller/callbacks.rb:20:in `block in process_action' + activesupport (4.2.7) lib/active_support/callbacks.rb:117:in `call' + activesupport (4.2.7) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' + activesupport (4.2.7) lib/active_support/callbacks.rb:505:in `call' + activesupport (4.2.7) lib/active_support/callbacks.rb:92:in `__run_callbacks__' + activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' + activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (4.2.7) lib/abstract_controller/callbacks.rb:19:in `process_action' + actionpack (4.2.7) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' + activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' + activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' + actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:30:in `process_action' + actionpack (4.2.7) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' + activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (4.2.7) lib/abstract_controller/base.rb:137:in `process' + actionview (4.2.7) lib/action_view/rendering.rb:30:in `process' + actionpack (4.2.7) lib/action_controller/metal.rb:196:in `dispatch' + actionpack (4.2.7) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' + actionpack (4.2.7) lib/action_controller/metal.rb:237:in `block in action' + actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' + actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:43:in `serve' + actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' + actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' + actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' + rack (1.6.4) lib/rack/etag.rb:24:in `call' + rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' + rack (1.6.4) lib/rack/head.rb:13:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/params_parser.rb:27:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/flash.rb:260:in `call' + rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' + rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/cookies.rb:560:in `call' + activerecord (4.2.7) lib/active_record/query_cache.rb:36:in `call' + activerecord (4.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' + activerecord (4.2.7) lib/active_record/migration.rb:377:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' + activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' + activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' + activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/reloader.rb:73:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' + better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call' + better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call' + better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' + web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call' + web-console (2.3.0) lib/web_console/middleware.rb:18:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' + railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' + rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' + rack (1.6.4) lib/rack/runtime.rb:18:in `call' + activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' + rack (1.6.4) lib/rack/sendfile.rb:113:in `call' + railties (4.2.7) lib/rails/engine.rb:518:in `call' + railties (4.2.7) lib/rails/application.rb:165:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + rack (1.6.4) lib/rack/content_length.rb:15:in `call' + rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' + + + +Started POST "/__better_errors/46518f5bbaafac72/variables" for ::1 at 2016-09-30 11:15:27 -0700 + + +Started GET "/tasks/show/three" for ::1 at 2016-09-30 11:15:39 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"three"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 0]] +Completed 404 Not Found in 3ms (ActiveRecord: 0.1ms) + +ActiveRecord::RecordNotFound - Couldn't find Task with 'id'=0: + activerecord (4.2.7) lib/active_record/core.rb:155:in `find' + app/controllers/tasks_controller.rb:33:in `show' + actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (4.2.7) lib/abstract_controller/base.rb:198:in `process_action' + actionpack (4.2.7) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (4.2.7) lib/abstract_controller/callbacks.rb:20:in `block in process_action' + activesupport (4.2.7) lib/active_support/callbacks.rb:117:in `call' + activesupport (4.2.7) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' + activesupport (4.2.7) lib/active_support/callbacks.rb:505:in `call' + activesupport (4.2.7) lib/active_support/callbacks.rb:92:in `__run_callbacks__' + activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' + activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (4.2.7) lib/abstract_controller/callbacks.rb:19:in `process_action' + actionpack (4.2.7) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' + activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' + activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' + actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:30:in `process_action' + actionpack (4.2.7) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' + activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (4.2.7) lib/abstract_controller/base.rb:137:in `process' + actionview (4.2.7) lib/action_view/rendering.rb:30:in `process' + actionpack (4.2.7) lib/action_controller/metal.rb:196:in `dispatch' + actionpack (4.2.7) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' + actionpack (4.2.7) lib/action_controller/metal.rb:237:in `block in action' + actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' + actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:43:in `serve' + actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' + actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' + actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' + rack (1.6.4) lib/rack/etag.rb:24:in `call' + rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' + rack (1.6.4) lib/rack/head.rb:13:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/params_parser.rb:27:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/flash.rb:260:in `call' + rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' + rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/cookies.rb:560:in `call' + activerecord (4.2.7) lib/active_record/query_cache.rb:36:in `call' + activerecord (4.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' + activerecord (4.2.7) lib/active_record/migration.rb:377:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' + activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' + activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' + activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/reloader.rb:73:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' + better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call' + better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call' + better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' + web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call' + web-console (2.3.0) lib/web_console/middleware.rb:18:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' + railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' + rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' + rack (1.6.4) lib/rack/runtime.rb:18:in `call' + activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' + rack (1.6.4) lib/rack/sendfile.rb:113:in `call' + railties (4.2.7) lib/rails/engine.rb:518:in `call' + railties (4.2.7) lib/rails/application.rb:165:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + rack (1.6.4) lib/rack/content_length.rb:15:in `call' + rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' + + + +Started POST "/__better_errors/6b4140863ea7a528/variables" for ::1 at 2016-09-30 11:15:39 -0700 + + +Started POST "/__better_errors/46518f5bbaafac72/variables" for ::1 at 2016-09-30 11:15:41 -0700 + + +Started GET "/tasks/hello" for ::1 at 2016-09-30 11:16:44 -0700 + +ActionController::RoutingError (No route matches [GET] "/tasks/hello"): + actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' + web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call' + web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch' + web-console (2.3.0) lib/web_console/middleware.rb:18:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' + railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' + rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' + rack (1.6.4) lib/rack/runtime.rb:18:in `call' + activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' + rack (1.6.4) lib/rack/sendfile.rb:113:in `call' + railties (4.2.7) lib/rails/engine.rb:518:in `call' + railties (4.2.7) lib/rails/application.rb:165:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + rack (1.6.4) lib/rack/content_length.rb:15:in `call' + rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' + + + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.7ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/routes/_table.html.erb (5.1ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (67.1ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (1.5ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.2ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (43.1ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (90.2ms) + + +Started GET "/tasks/show/54" for ::1 at 2016-09-30 11:18:17 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"54"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 54]] + Rendered tasks/show.html.erb within layouts/application (0.2ms) +Completed 200 OK in 24ms (Views: 19.0ms | ActiveRecord: 0.6ms) + + +Started GET "/assets/style.self-501abb5539a43a648e005b9e181cc8715ea169335a9c131a78e67957ed879812.css?body=1" for ::1 at 2016-09-30 11:18:17 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-30 11:18:17 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-30 11:18:17 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-30 11:18:17 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-30 11:18:17 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-30 11:18:17 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-30 11:18:17 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-30 11:18:17 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 11:18:17 -0700 + + +Started GET "/tasks/index" for ::1 at 2016-09-30 11:18:19 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.1ms) +Completed 200 OK in 24ms (Views: 23.3ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/checkmark.png" for ::1 at 2016-09-30 11:18:19 -0700 + + +Started GET "/" for ::1 at 2016-09-30 11:18:22 -0700 +Processing by TasksController#index as HTML + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.4ms) +Completed 200 OK in 15ms (Views: 13.9ms | ActiveRecord: 0.3ms) + + +Started GET "/assets/checkmark.png" for ::1 at 2016-09-30 11:18:22 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 11:18:22 -0700 + + +Started GET "/" for ::1 at 2016-09-30 11:18:32 -0700 +Processing by TasksController#index as HTML + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.8ms) +Completed 200 OK in 15ms (Views: 14.9ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/style.self-501abb5539a43a648e005b9e181cc8715ea169335a9c131a78e67957ed879812.css?body=1" for ::1 at 2016-09-30 11:18:32 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-30 11:18:32 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-30 11:18:32 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-30 11:18:32 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-30 11:18:32 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-30 11:18:32 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-30 11:18:32 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-30 11:18:32 -0700 + + +Started GET "/assets/checkmark.png" for ::1 at 2016-09-30 11:18:32 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 11:18:32 -0700 + + +Started GET "/" for ::1 at 2016-09-30 11:30:34 -0700 +Processing by TasksController#index as HTML + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.2ms) +Completed 200 OK in 17ms (Views: 16.8ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/style.self-501abb5539a43a648e005b9e181cc8715ea169335a9c131a78e67957ed879812.css?body=1" for ::1 at 2016-09-30 11:30:34 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-30 11:30:34 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-30 11:30:34 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-30 11:30:34 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-30 11:30:34 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-30 11:30:34 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-30 11:30:34 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-30 11:30:34 -0700 + + +Started GET "/assets/checkmark.png" for ::1 at 2016-09-30 11:30:34 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 11:30:34 -0700 + + +Started GET "/tasks/new" for ::1 at 2016-09-30 11:30:36 -0700 +Processing by TasksController#new as HTML + Rendered tasks/_form.html.erb (35.7ms) + Rendered tasks/new.html.erb within layouts/application (37.9ms) +Completed 500 Internal Server Error in 43ms (ActiveRecord: 0.0ms) + +NameError - undefined local variable or method `f' for #<#:0x007fb9155e9a68>: + app/views/tasks/_form.html.erb:1:in `_app_views_tasks__form_html_erb__2382850443506313017_70216464826660' + actionview (4.2.7) lib/action_view/template.rb:145:in `block in render' + activesupport (4.2.7) lib/active_support/notifications.rb:166:in `instrument' + actionview (4.2.7) lib/action_view/template.rb:333:in `instrument' + actionview (4.2.7) lib/action_view/template.rb:143:in `render' + actionview (4.2.7) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' + actionview (4.2.7) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' + actionview (4.2.7) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' + activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' + activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' + actionview (4.2.7) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' + actionview (4.2.7) lib/action_view/renderer/partial_renderer.rb:309:in `render' + actionview (4.2.7) lib/action_view/renderer/renderer.rb:51:in `render_partial' + actionview (4.2.7) lib/action_view/renderer/renderer.rb:25:in `render' + actionview (4.2.7) lib/action_view/helpers/rendering_helper.rb:32:in `render' + app/views/tasks/new.html.erb:5:in `block in _app_views_tasks_new_html_erb__2743941184658626440_70216452096620' + actionview (4.2.7) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' + actionview (4.2.7) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' + actionview (4.2.7) lib/action_view/helpers/capture_helper.rb:38:in `capture' + actionview (4.2.7) lib/action_view/helpers/form_helper.rb:444:in `form_for' + app/views/tasks/new.html.erb:3:in `_app_views_tasks_new_html_erb__2743941184658626440_70216452096620' + actionview (4.2.7) lib/action_view/template.rb:145:in `block in render' + activesupport (4.2.7) lib/active_support/notifications.rb:166:in `instrument' + actionview (4.2.7) lib/action_view/template.rb:333:in `instrument' + actionview (4.2.7) lib/action_view/template.rb:143:in `render' + actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' + actionview (4.2.7) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' + activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' + activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' + actionview (4.2.7) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' + actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' + actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' + actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:52:in `render_template' + actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:14:in `render' + actionview (4.2.7) lib/action_view/renderer/renderer.rb:46:in `render_template' + actionview (4.2.7) lib/action_view/renderer/renderer.rb:27:in `render' + actionview (4.2.7) lib/action_view/rendering.rb:100:in `_render_template' + actionpack (4.2.7) lib/action_controller/metal/streaming.rb:217:in `_render_template' + actionview (4.2.7) lib/action_view/rendering.rb:83:in `render_to_body' + actionpack (4.2.7) lib/action_controller/metal/rendering.rb:32:in `render_to_body' + actionpack (4.2.7) lib/action_controller/metal/renderers.rb:37:in `render_to_body' + actionpack (4.2.7) lib/abstract_controller/rendering.rb:25:in `render' + actionpack (4.2.7) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' + activesupport (4.2.7) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' + activesupport (4.2.7) lib/active_support/core_ext/benchmark.rb:12:in `ms' + actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:44:in `block in render' + actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' + activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' + actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:43:in `render' + actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:5:in `send_action' + actionpack (4.2.7) lib/abstract_controller/base.rb:198:in `process_action' + actionpack (4.2.7) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (4.2.7) lib/abstract_controller/callbacks.rb:20:in `block in process_action' + activesupport (4.2.7) lib/active_support/callbacks.rb:117:in `call' + activesupport (4.2.7) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' + activesupport (4.2.7) lib/active_support/callbacks.rb:505:in `call' + activesupport (4.2.7) lib/active_support/callbacks.rb:92:in `__run_callbacks__' + activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' + activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (4.2.7) lib/abstract_controller/callbacks.rb:19:in `process_action' + actionpack (4.2.7) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' + activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' + activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' + actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:30:in `process_action' + actionpack (4.2.7) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' + activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (4.2.7) lib/abstract_controller/base.rb:137:in `process' + actionview (4.2.7) lib/action_view/rendering.rb:30:in `process' + actionpack (4.2.7) lib/action_controller/metal.rb:196:in `dispatch' + actionpack (4.2.7) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' + actionpack (4.2.7) lib/action_controller/metal.rb:237:in `block in action' + actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' + actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:43:in `serve' + actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' + actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' + actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' + rack (1.6.4) lib/rack/etag.rb:24:in `call' + rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' + rack (1.6.4) lib/rack/head.rb:13:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/params_parser.rb:27:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/flash.rb:260:in `call' + rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' + rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/cookies.rb:560:in `call' + activerecord (4.2.7) lib/active_record/query_cache.rb:36:in `call' + activerecord (4.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' + activerecord (4.2.7) lib/active_record/migration.rb:377:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' + activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' + activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' + activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/reloader.rb:73:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' + better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call' + better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call' + better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' + web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call' + web-console (2.3.0) lib/web_console/middleware.rb:18:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' + railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' + rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' + rack (1.6.4) lib/rack/runtime.rb:18:in `call' + activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' + rack (1.6.4) lib/rack/sendfile.rb:113:in `call' + railties (4.2.7) lib/rails/engine.rb:518:in `call' + railties (4.2.7) lib/rails/application.rb:165:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + rack (1.6.4) lib/rack/content_length.rb:15:in `call' + rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' + + + +Started POST "/__better_errors/6b1bc22e9558e3b6/variables" for ::1 at 2016-09-30 11:30:36 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 11:32:04 -0700 + + +Started GET "/tasks/index" for ::1 at 2016-09-30 11:32:07 -0700 +Processing by TasksController#index as HTML + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.5ms) +Completed 200 OK in 24ms (Views: 22.4ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/show/54" for ::1 at 2016-09-30 11:32:09 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"54"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 54]] + Rendered tasks/show.html.erb within layouts/application (0.3ms) +Completed 200 OK in 25ms (Views: 22.9ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/new" for ::1 at 2016-09-30 11:32:11 -0700 +Processing by TasksController#new as HTML + Rendered tasks/_form.html.erb (42.7ms) + Rendered tasks/new.html.erb within layouts/application (45.1ms) +Completed 500 Internal Server Error in 51ms (ActiveRecord: 0.0ms) + +NameError - undefined local variable or method `f' for #<#:0x007fb91349b1e0>: + app/views/tasks/_form.html.erb:1:in `_app_views_tasks__form_html_erb__2382850443506313017_70216464826660' + actionview (4.2.7) lib/action_view/template.rb:145:in `block in render' + activesupport (4.2.7) lib/active_support/notifications.rb:166:in `instrument' + actionview (4.2.7) lib/action_view/template.rb:333:in `instrument' + actionview (4.2.7) lib/action_view/template.rb:143:in `render' + actionview (4.2.7) lib/action_view/renderer/partial_renderer.rb:339:in `render_partial' + actionview (4.2.7) lib/action_view/renderer/partial_renderer.rb:310:in `block in render' + actionview (4.2.7) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' + activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' + activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' + actionview (4.2.7) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' + actionview (4.2.7) lib/action_view/renderer/partial_renderer.rb:309:in `render' + actionview (4.2.7) lib/action_view/renderer/renderer.rb:51:in `render_partial' + actionview (4.2.7) lib/action_view/renderer/renderer.rb:25:in `render' + actionview (4.2.7) lib/action_view/helpers/rendering_helper.rb:32:in `render' + app/views/tasks/new.html.erb:5:in `block in _app_views_tasks_new_html_erb__2743941184658626440_70216452096620' + actionview (4.2.7) lib/action_view/helpers/capture_helper.rb:38:in `block in capture' + actionview (4.2.7) lib/action_view/helpers/capture_helper.rb:202:in `with_output_buffer' + actionview (4.2.7) lib/action_view/helpers/capture_helper.rb:38:in `capture' + actionview (4.2.7) lib/action_view/helpers/form_helper.rb:444:in `form_for' + app/views/tasks/new.html.erb:3:in `_app_views_tasks_new_html_erb__2743941184658626440_70216452096620' + actionview (4.2.7) lib/action_view/template.rb:145:in `block in render' + activesupport (4.2.7) lib/active_support/notifications.rb:166:in `instrument' + actionview (4.2.7) lib/action_view/template.rb:333:in `instrument' + actionview (4.2.7) lib/action_view/template.rb:143:in `render' + actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' + actionview (4.2.7) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' + activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' + activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' + actionview (4.2.7) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' + actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' + actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' + actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:52:in `render_template' + actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:14:in `render' + actionview (4.2.7) lib/action_view/renderer/renderer.rb:46:in `render_template' + actionview (4.2.7) lib/action_view/renderer/renderer.rb:27:in `render' + actionview (4.2.7) lib/action_view/rendering.rb:100:in `_render_template' + actionpack (4.2.7) lib/action_controller/metal/streaming.rb:217:in `_render_template' + actionview (4.2.7) lib/action_view/rendering.rb:83:in `render_to_body' + actionpack (4.2.7) lib/action_controller/metal/rendering.rb:32:in `render_to_body' + actionpack (4.2.7) lib/action_controller/metal/renderers.rb:37:in `render_to_body' + actionpack (4.2.7) lib/abstract_controller/rendering.rb:25:in `render' + actionpack (4.2.7) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' + activesupport (4.2.7) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' + activesupport (4.2.7) lib/active_support/core_ext/benchmark.rb:12:in `ms' + actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:44:in `block in render' + actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' + activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' + actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:43:in `render' + actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:5:in `send_action' + actionpack (4.2.7) lib/abstract_controller/base.rb:198:in `process_action' + actionpack (4.2.7) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (4.2.7) lib/abstract_controller/callbacks.rb:20:in `block in process_action' + activesupport (4.2.7) lib/active_support/callbacks.rb:117:in `call' + activesupport (4.2.7) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' + activesupport (4.2.7) lib/active_support/callbacks.rb:505:in `call' + activesupport (4.2.7) lib/active_support/callbacks.rb:92:in `__run_callbacks__' + activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' + activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (4.2.7) lib/abstract_controller/callbacks.rb:19:in `process_action' + actionpack (4.2.7) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' + activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' + activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' + actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:30:in `process_action' + actionpack (4.2.7) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' + activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (4.2.7) lib/abstract_controller/base.rb:137:in `process' + actionview (4.2.7) lib/action_view/rendering.rb:30:in `process' + actionpack (4.2.7) lib/action_controller/metal.rb:196:in `dispatch' + actionpack (4.2.7) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' + actionpack (4.2.7) lib/action_controller/metal.rb:237:in `block in action' + actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' + actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:43:in `serve' + actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' + actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' + actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' + rack (1.6.4) lib/rack/etag.rb:24:in `call' + rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' + rack (1.6.4) lib/rack/head.rb:13:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/params_parser.rb:27:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/flash.rb:260:in `call' + rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' + rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/cookies.rb:560:in `call' + activerecord (4.2.7) lib/active_record/query_cache.rb:36:in `call' + activerecord (4.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' + activerecord (4.2.7) lib/active_record/migration.rb:377:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' + activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' + activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' + activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/reloader.rb:73:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' + better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call' + better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call' + better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' + web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call' + web-console (2.3.0) lib/web_console/middleware.rb:18:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' + railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' + rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' + rack (1.6.4) lib/rack/runtime.rb:18:in `call' + activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' + rack (1.6.4) lib/rack/sendfile.rb:113:in `call' + railties (4.2.7) lib/rails/engine.rb:518:in `call' + railties (4.2.7) lib/rails/application.rb:165:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + rack (1.6.4) lib/rack/content_length.rb:15:in `call' + rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' + + + +Started POST "/__better_errors/6b1bc22e9558e3b6/variables" for ::1 at 2016-09-30 11:32:11 -0700 + + +Started POST "/__better_errors/ad86dabc36714e10/variables" for ::1 at 2016-09-30 11:32:12 -0700 + + +Started GET "/tasks/show/54" for ::1 at 2016-09-30 11:32:28 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"54"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 54]] + Rendered tasks/show.html.erb within layouts/application (0.5ms) +Completed 200 OK in 18ms (Views: 17.5ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/style.self-501abb5539a43a648e005b9e181cc8715ea169335a9c131a78e67957ed879812.css?body=1" for ::1 at 2016-09-30 11:32:28 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-30 11:32:28 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-30 11:32:28 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-30 11:32:28 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-30 11:32:28 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-30 11:32:28 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-30 11:32:28 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-30 11:32:28 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 11:32:28 -0700 + + +Started GET "/tasks/new" for ::1 at 2016-09-30 11:32:29 -0700 +Processing by TasksController#new as HTML + Rendered tasks/_form.html.erb (12.6ms) + Rendered tasks/new.html.erb within layouts/application (15.6ms) +Completed 200 OK in 46ms (Views: 44.6ms | ActiveRecord: 0.0ms) + + +Started POST "/tasks/create" for ::1 at 2016-09-30 11:32:38 -0700 +Processing by TasksController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"50NXl17zBDeKF+0LwM9vJZtvfsRDhQ0kDW98dvIVdKHHfn5C+GjPH6N1tzbWjz26cotCewn89T0edlOZ7U3LTg==", "post"=>{"title"=>"Clean the deck", "description"=>"With scrub brush"}, "commit"=>"Create Task"} +  (0.1ms) begin transaction + SQL (0.4ms) INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Clean the deck"], ["description", "With scrub brush"], ["created_at", "2016-09-30 18:32:38.257279"], ["updated_at", "2016-09-30 18:32:38.257279"]] +  (0.5ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 5ms (ActiveRecord: 1.0ms) + + +Started GET "/" for ::1 at 2016-09-30 11:32:38 -0700 +Processing by TasksController#index as HTML + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (5.7ms) +Completed 200 OK in 41ms (Views: 40.3ms | ActiveRecord: 0.3ms) + + +Started GET "/assets/checkmark.png" for ::1 at 2016-09-30 11:32:38 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 11:32:38 -0700 + + +Started PATCH "/tasks/55/update" for ::1 at 2016-09-30 11:32:40 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"3Bg9x08qNKzQfk0Cc+cintDJ3rABoZsRAyUxSIhfFXH8JRQS6bH/hPkcFz9lp3ABOS3iD0vYYwgQPB6nlweqng==", "id"=>"55"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 55]] +  (0.2ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "completed_at" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["completed_at", "2016-09-30 18:32:40.276762"], ["updated_at", "2016-09-30 18:32:40.277501"], ["id", 55]] +  (0.7ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 5ms (ActiveRecord: 1.3ms) + + +Started GET "/" for ::1 at 2016-09-30 11:32:40 -0700 +Processing by TasksController#index as HTML + Task Load (0.9ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (7.5ms) +Completed 200 OK in 40ms (Views: 38.9ms | ActiveRecord: 0.9ms) + + +Started GET "/assets/checkmark.png" for ::1 at 2016-09-30 11:32:40 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 11:32:40 -0700 + + +Started GET "/tasks/new" for ::1 at 2016-09-30 11:32:41 -0700 +Processing by TasksController#new as HTML + Rendered tasks/_form.html.erb (1.4ms) + Rendered tasks/new.html.erb within layouts/application (3.5ms) +Completed 200 OK in 36ms (Views: 35.2ms | ActiveRecord: 0.0ms) + + +Started POST "/tasks/create" for ::1 at 2016-09-30 11:32:48 -0700 +Processing by TasksController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"nDg37WVkK+OC4g5XRCGs7ojRWTv/5HOaoAWaZrRvaVu8BR44w//gy6uAVGpSYf5xYTVlhLWdi4OzHLWJqzfWtA==", "post"=>{"title"=>"Hose down the dog", "description"=>"With soap"}, "commit"=>"Create Task"} +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Hose down the dog"], ["description", "With soap"], ["created_at", "2016-09-30 18:32:48.021797"], ["updated_at", "2016-09-30 18:32:48.021797"]] +  (0.7ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 4ms (ActiveRecord: 1.0ms) + + +Started GET "/" for ::1 at 2016-09-30 11:32:48 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (6.0ms) +Completed 200 OK in 30ms (Views: 29.0ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/checkmark.png" for ::1 at 2016-09-30 11:32:48 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 11:32:48 -0700 + + +Started GET "/tasks/show/56" for ::1 at 2016-09-30 11:32:50 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"56"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 56]] + Rendered tasks/show.html.erb within layouts/application (0.3ms) +Completed 200 OK in 24ms (Views: 22.5ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/56/edit" for ::1 at 2016-09-30 11:32:51 -0700 +Processing by TasksController#edit as HTML + Parameters: {"id"=>"56"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 56]] + Rendered tasks/_form.html.erb (0.9ms) + Rendered tasks/edit.html.erb within layouts/application (2.7ms) +Completed 200 OK in 24ms (Views: 22.4ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 11:32:51 -0700 + + +Started PATCH "/tasks/56/update" for ::1 at 2016-09-30 11:32:55 -0700 +Processing by TasksController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"68JPgU7e0xIfS4PgUPygSbmT8CsAMVSrVGzsxZFMcUjL/2ZU6EUYOjYp2d1GvPLWUHfMlEpIrLJHdcMqjhTOpw==", "patch"=>{"title"=>"Hose down the dog", "description"=>"With soap and love"}, "commit"=>"Update Task", "id"=>"56"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 56]] +  (0.0ms) begin transaction + SQL (0.4ms) UPDATE "tasks" SET "description" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["description", "With soap and love"], ["updated_at", "2016-09-30 18:32:55.864706"], ["id", 56]] +  (0.6ms) commit transaction +Redirected to http://localhost:3000/tasks/show/56 +Completed 302 Found in 4ms (ActiveRecord: 1.1ms) + + +Started GET "/tasks/show/56" for ::1 at 2016-09-30 11:32:55 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"56"} + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 56]] + Rendered tasks/show.html.erb within layouts/application (0.4ms) +Completed 200 OK in 24ms (Views: 21.0ms | ActiveRecord: 0.3ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 11:32:55 -0700 + + +Started GET "/tasks/index" for ::1 at 2016-09-30 11:33:04 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.9ms) +Completed 200 OK in 26ms (Views: 24.5ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/checkmark.png" for ::1 at 2016-09-30 11:33:04 -0700 + + +Started GET "/tasks/56/edit" for ::1 at 2016-09-30 11:33:05 -0700 +Processing by TasksController#edit as HTML + Parameters: {"id"=>"56"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 56]] + Rendered tasks/_form.html.erb (1.8ms) + Rendered tasks/edit.html.erb within layouts/application (3.7ms) +Completed 200 OK in 18ms (Views: 16.6ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 11:33:05 -0700 + + +Started PATCH "/tasks/56/update" for ::1 at 2016-09-30 11:33:10 -0700 +Processing by TasksController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"UL8BKJroRa1DSOSez87zptQY8akc0/o9L0LZQ6j/ss9wgij9PHOOhWoqvqPZjqE5PfzNFlaqAiQ8W/ast6cNIA==", "patch"=>{"title"=>"Hose down the dog", "description"=>"With soap and love"}, "commit"=>"Update Task", "id"=>"56"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 56]] +  (0.0ms) begin transaction +  (0.1ms) commit transaction +Redirected to http://localhost:3000/tasks/show/56 +Completed 302 Found in 2ms (ActiveRecord: 0.2ms) + + +Started GET "/tasks/show/56" for ::1 at 2016-09-30 11:33:10 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"56"} + Task Load (0.4ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 56]] + Rendered tasks/show.html.erb within layouts/application (0.4ms) +Completed 200 OK in 16ms (Views: 13.7ms | ActiveRecord: 0.4ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 11:33:10 -0700 + + +Started GET "/tasks/index" for ::1 at 2016-09-30 11:33:12 -0700 +Processing by TasksController#index as HTML + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.2ms) +Completed 200 OK in 26ms (Views: 24.2ms | ActiveRecord: 0.3ms) + + +Started GET "/assets/checkmark.png" for ::1 at 2016-09-30 11:33:12 -0700 + + +Started GET "/tasks/show/56" for ::1 at 2016-09-30 11:33:18 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"56"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 56]] + Rendered tasks/show.html.erb within layouts/application (0.5ms) +Completed 200 OK in 23ms (Views: 21.1ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks/56/update" for ::1 at 2016-09-30 11:33:20 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"hInqSWMHUytd5Tp1LtO4cptuHUyeuuwOanyDaUfcI4SktMOcxZyYA3SHYEg4k+rtcooh89TDFBd5ZayGWIScaw==", "id"=>"56"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 56]] +  (0.0ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "completed_at" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["completed_at", "2016-09-30 18:33:20.763050"], ["updated_at", "2016-09-30 18:33:20.763425"], ["id", 56]] +  (1.9ms) commit transaction +Redirected to http://localhost:3000/tasks/show/56 +Completed 302 Found in 5ms (ActiveRecord: 2.3ms) + + +Started GET "/tasks/show/56" for ::1 at 2016-09-30 11:33:20 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"56"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 56]] + Rendered tasks/show.html.erb within layouts/application (0.4ms) +Completed 200 OK in 19ms (Views: 18.2ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 11:33:20 -0700 + + +Started GET "/tasks/show/56" for ::1 at 2016-09-30 11:35:25 -0700 + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +Processing by TasksController#show as HTML + Parameters: {"id"=>"56"} + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 56]] + Rendered tasks/show.html.erb within layouts/application (2.3ms) +Completed 200 OK in 241ms (Views: 221.4ms | ActiveRecord: 0.5ms) + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-30 11:35:26 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-30 11:35:26 -0700 + + +Started GET "/assets/style.self-501abb5539a43a648e005b9e181cc8715ea169335a9c131a78e67957ed879812.css?body=1" for ::1 at 2016-09-30 11:35:26 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-30 11:35:26 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-30 11:35:26 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-30 11:35:26 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-30 11:35:26 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-30 11:35:26 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 11:35:26 -0700 + + +Started GET "/tasks/index" for ::1 at 2016-09-30 11:35:28 -0700 +Processing by TasksController#index as HTML + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.2ms) +Completed 200 OK in 16ms (Views: 15.1ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/checkmark.png" for ::1 at 2016-09-30 11:35:28 -0700 + + +Started GET "/tasks/show/56" for ::1 at 2016-09-30 11:35:30 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"56"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 56]] + Rendered tasks/show.html.erb within layouts/application (0.5ms) +Completed 200 OK in 27ms (Views: 24.8ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/index" for ::1 at 2016-09-30 11:35:32 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (6.1ms) +Completed 200 OK in 57ms (Views: 54.7ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/new" for ::1 at 2016-09-30 11:35:33 -0700 +Processing by TasksController#new as HTML + Rendered tasks/_form.html.erb (28.9ms) + Rendered tasks/new.html.erb within layouts/application (41.6ms) +Completed 200 OK in 64ms (Views: 63.6ms | ActiveRecord: 0.0ms) + + +Started POST "/tasks/create" for ::1 at 2016-09-30 11:35:40 -0700 +Processing by TasksController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"mgnb0iKTrfUbWzRiG5u2DpwC/x7PQrVV4hYsw93wAX26NPIHhAhm3TI5bl8N2+SRdebDoYU7TUzxDwMswqi+kg==", "post"=>{"title"=>"Buy puppy", "description"=>"YESSSS"}, "commit"=>"Create Task"} +  (0.1ms) begin transaction + SQL (0.4ms) INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Buy puppy"], ["description", "YESSSS"], ["created_at", "2016-09-30 18:35:40.874306"], ["updated_at", "2016-09-30 18:35:40.874306"]] +  (1.1ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 6ms (ActiveRecord: 1.5ms) + + +Started GET "/" for ::1 at 2016-09-30 11:35:40 -0700 +Processing by TasksController#index as HTML + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (6.5ms) +Completed 200 OK in 49ms (Views: 47.8ms | ActiveRecord: 0.3ms) + + +Started GET "/assets/checkmark.png" for ::1 at 2016-09-30 11:35:40 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 11:35:40 -0700 + + +Started GET "/tasks/show/57" for ::1 at 2016-09-30 11:35:42 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"57"} + Task Load (0.7ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 57]] + Rendered tasks/show.html.erb within layouts/application (39.6ms) +Completed 500 Internal Server Error in 46ms (ActiveRecord: 0.7ms) + +NameError - undefined local variable or method `task' for #<#:0x007fd2eda7e7a8> +Did you mean? @task: + app/views/tasks/show.html.erb:25:in `_app_views_tasks_show_html_erb__837726083330914943_70271940466400' + actionview (4.2.7) lib/action_view/template.rb:145:in `block in render' + activesupport (4.2.7) lib/active_support/notifications.rb:166:in `instrument' + actionview (4.2.7) lib/action_view/template.rb:333:in `instrument' + actionview (4.2.7) lib/action_view/template.rb:143:in `render' + actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' + actionview (4.2.7) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' + activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' + activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' + actionview (4.2.7) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' + actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' + actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' + actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:52:in `render_template' + actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:14:in `render' + actionview (4.2.7) lib/action_view/renderer/renderer.rb:46:in `render_template' + actionview (4.2.7) lib/action_view/renderer/renderer.rb:27:in `render' + actionview (4.2.7) lib/action_view/rendering.rb:100:in `_render_template' + actionpack (4.2.7) lib/action_controller/metal/streaming.rb:217:in `_render_template' + actionview (4.2.7) lib/action_view/rendering.rb:83:in `render_to_body' + actionpack (4.2.7) lib/action_controller/metal/rendering.rb:32:in `render_to_body' + actionpack (4.2.7) lib/action_controller/metal/renderers.rb:37:in `render_to_body' + actionpack (4.2.7) lib/abstract_controller/rendering.rb:25:in `render' + actionpack (4.2.7) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' + activesupport (4.2.7) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' + activesupport (4.2.7) lib/active_support/core_ext/benchmark.rb:12:in `ms' + actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:44:in `block in render' + actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' + activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' + actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:43:in `render' + actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:5:in `send_action' + actionpack (4.2.7) lib/abstract_controller/base.rb:198:in `process_action' + actionpack (4.2.7) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (4.2.7) lib/abstract_controller/callbacks.rb:20:in `block in process_action' + activesupport (4.2.7) lib/active_support/callbacks.rb:117:in `call' + activesupport (4.2.7) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' + activesupport (4.2.7) lib/active_support/callbacks.rb:505:in `call' + activesupport (4.2.7) lib/active_support/callbacks.rb:92:in `__run_callbacks__' + activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' + activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (4.2.7) lib/abstract_controller/callbacks.rb:19:in `process_action' + actionpack (4.2.7) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' + activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' + activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' + actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:30:in `process_action' + actionpack (4.2.7) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' + activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (4.2.7) lib/abstract_controller/base.rb:137:in `process' + actionview (4.2.7) lib/action_view/rendering.rb:30:in `process' + actionpack (4.2.7) lib/action_controller/metal.rb:196:in `dispatch' + actionpack (4.2.7) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' + actionpack (4.2.7) lib/action_controller/metal.rb:237:in `block in action' + actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' + actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:43:in `serve' + actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' + actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' + actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' + rack (1.6.4) lib/rack/etag.rb:24:in `call' + rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' + rack (1.6.4) lib/rack/head.rb:13:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/params_parser.rb:27:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/flash.rb:260:in `call' + rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' + rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/cookies.rb:560:in `call' + activerecord (4.2.7) lib/active_record/query_cache.rb:36:in `call' + activerecord (4.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' + activerecord (4.2.7) lib/active_record/migration.rb:377:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' + activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' + activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' + activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/reloader.rb:73:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' + better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call' + better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call' + better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' + web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call' + web-console (2.3.0) lib/web_console/middleware.rb:18:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' + railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' + rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' + rack (1.6.4) lib/rack/runtime.rb:18:in `call' + activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' + rack (1.6.4) lib/rack/sendfile.rb:113:in `call' + railties (4.2.7) lib/rails/engine.rb:518:in `call' + railties (4.2.7) lib/rails/application.rb:165:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + rack (1.6.4) lib/rack/content_length.rb:15:in `call' + rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' + + + +Started POST "/__better_errors/cc27818b3833e03f/variables" for ::1 at 2016-09-30 11:35:42 -0700 + + +Started GET "/tasks/show/57" for ::1 at 2016-09-30 11:37:03 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"57"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 57]] + Rendered tasks/show.html.erb within layouts/application (1.1ms) +Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.1ms) + +SyntaxError - syntax error, unexpected ',', expecting ')' +...fer.append=( button_to ("Edit", edit_path(@task.id), method:... +... ^ +/Users/emilyabrash/Documents/TaskListRails/app/views/tasks/show.html.erb:26: syntax error, unexpected ',', expecting ')' +...o ("Edit", edit_path(@task.id), method: :get) );@output_buff... +... ^ +/Users/emilyabrash/Documents/TaskListRails/app/views/tasks/show.html.erb:26: syntax error, unexpected ')', expecting keyword_end +...path(@task.id), method: :get) );@output_buffer.safe_append=' +... ^: + app/views/tasks/show.html.erb:26:in `' + actionview (4.2.7) lib/action_view/template.rb:296:in `compile' + actionview (4.2.7) lib/action_view/template.rb:245:in `block (2 levels) in compile!' + activesupport (4.2.7) lib/active_support/notifications.rb:166:in `instrument' + actionview (4.2.7) lib/action_view/template.rb:333:in `instrument' + actionview (4.2.7) lib/action_view/template.rb:244:in `block in compile!' + actionview (4.2.7) lib/action_view/template.rb:232:in `compile!' + actionview (4.2.7) lib/action_view/template.rb:144:in `block in render' + activesupport (4.2.7) lib/active_support/notifications.rb:166:in `instrument' + actionview (4.2.7) lib/action_view/template.rb:333:in `instrument' + actionview (4.2.7) lib/action_view/template.rb:143:in `render' + actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' + actionview (4.2.7) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' + activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' + activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' + actionview (4.2.7) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' + actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' + actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' + actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:52:in `render_template' + actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:14:in `render' + actionview (4.2.7) lib/action_view/renderer/renderer.rb:46:in `render_template' + actionview (4.2.7) lib/action_view/renderer/renderer.rb:27:in `render' + actionview (4.2.7) lib/action_view/rendering.rb:100:in `_render_template' + actionpack (4.2.7) lib/action_controller/metal/streaming.rb:217:in `_render_template' + actionview (4.2.7) lib/action_view/rendering.rb:83:in `render_to_body' + actionpack (4.2.7) lib/action_controller/metal/rendering.rb:32:in `render_to_body' + actionpack (4.2.7) lib/action_controller/metal/renderers.rb:37:in `render_to_body' + actionpack (4.2.7) lib/abstract_controller/rendering.rb:25:in `render' + actionpack (4.2.7) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' + activesupport (4.2.7) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' + activesupport (4.2.7) lib/active_support/core_ext/benchmark.rb:12:in `ms' + actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:44:in `block in render' + actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' + activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' + actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:43:in `render' + actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:5:in `send_action' + actionpack (4.2.7) lib/abstract_controller/base.rb:198:in `process_action' + actionpack (4.2.7) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (4.2.7) lib/abstract_controller/callbacks.rb:20:in `block in process_action' + activesupport (4.2.7) lib/active_support/callbacks.rb:117:in `call' + activesupport (4.2.7) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' + activesupport (4.2.7) lib/active_support/callbacks.rb:505:in `call' + activesupport (4.2.7) lib/active_support/callbacks.rb:92:in `__run_callbacks__' + activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' + activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (4.2.7) lib/abstract_controller/callbacks.rb:19:in `process_action' + actionpack (4.2.7) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' + activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' + activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' + actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:30:in `process_action' + actionpack (4.2.7) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' + activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (4.2.7) lib/abstract_controller/base.rb:137:in `process' + actionview (4.2.7) lib/action_view/rendering.rb:30:in `process' + actionpack (4.2.7) lib/action_controller/metal.rb:196:in `dispatch' + actionpack (4.2.7) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' + actionpack (4.2.7) lib/action_controller/metal.rb:237:in `block in action' + actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' + actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:43:in `serve' + actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' + actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' + actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' + rack (1.6.4) lib/rack/etag.rb:24:in `call' + rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' + rack (1.6.4) lib/rack/head.rb:13:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/params_parser.rb:27:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/flash.rb:260:in `call' + rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' + rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/cookies.rb:560:in `call' + activerecord (4.2.7) lib/active_record/query_cache.rb:36:in `call' + activerecord (4.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' + activerecord (4.2.7) lib/active_record/migration.rb:377:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' + activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' + activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' + activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/reloader.rb:73:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' + better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call' + better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call' + better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' + web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call' + web-console (2.3.0) lib/web_console/middleware.rb:18:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' + railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' + rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' + rack (1.6.4) lib/rack/runtime.rb:18:in `call' + activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' + rack (1.6.4) lib/rack/sendfile.rb:113:in `call' + railties (4.2.7) lib/rails/engine.rb:518:in `call' + railties (4.2.7) lib/rails/application.rb:165:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + rack (1.6.4) lib/rack/content_length.rb:15:in `call' + rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' + + + +Started POST "/__better_errors/a22c033b3de9f1db/variables" for ::1 at 2016-09-30 11:37:03 -0700 + + +Started GET "/tasks/show/57" for ::1 at 2016-09-30 11:37:31 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"57"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 57]] + Rendered tasks/show.html.erb within layouts/application (1.3ms) +Completed 200 OK in 16ms (Views: 15.7ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/style.self-501abb5539a43a648e005b9e181cc8715ea169335a9c131a78e67957ed879812.css?body=1" for ::1 at 2016-09-30 11:37:31 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-30 11:37:31 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-30 11:37:31 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-30 11:37:31 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-30 11:37:31 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-30 11:37:31 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-30 11:37:31 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-30 11:37:31 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 11:37:31 -0700 + + +Started GET "/tasks/show/57" for ::1 at 2016-09-30 11:38:07 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"57"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 57]] + Rendered tasks/show.html.erb within layouts/application (1.1ms) +Completed 200 OK in 16ms (Views: 15.0ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/style.self-501abb5539a43a648e005b9e181cc8715ea169335a9c131a78e67957ed879812.css?body=1" for ::1 at 2016-09-30 11:38:07 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-30 11:38:07 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-30 11:38:07 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-30 11:38:07 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-30 11:38:07 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-30 11:38:07 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-30 11:38:07 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-30 11:38:07 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 11:38:07 -0700 + + +Started GET "/tasks/show/57" for ::1 at 2016-09-30 11:38:33 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"57"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 57]] + Rendered tasks/show.html.erb within layouts/application (1.4ms) +Completed 200 OK in 23ms (Views: 22.1ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/style.self-501abb5539a43a648e005b9e181cc8715ea169335a9c131a78e67957ed879812.css?body=1" for ::1 at 2016-09-30 11:38:33 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-30 11:38:33 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-30 11:38:33 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-30 11:38:33 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-30 11:38:33 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-30 11:38:33 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-30 11:38:33 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-30 11:38:33 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 11:38:33 -0700 + + +Started PATCH "/tasks/57/update" for ::1 at 2016-09-30 11:38:35 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"62UJbKzl75HPVxxGKi9yDijIj80JQPiflmsFrhMYP7jLWCC5Cn4kueY1Rns8byCRwSyzckM5AIaFcipBDECAVw==", "id"=>"57"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 57]] +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "completed_at" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["completed_at", "2016-09-30 18:38:35.635759"], ["updated_at", "2016-09-30 18:38:35.636464"], ["id", 57]] +  (3.0ms) commit transaction +Redirected to http://localhost:3000/tasks/show/57 +Completed 302 Found in 8ms (ActiveRecord: 3.5ms) + + +Started GET "/tasks/show/57" for ::1 at 2016-09-30 11:38:35 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"57"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 57]] + Rendered tasks/show.html.erb within layouts/application (0.9ms) +Completed 200 OK in 26ms (Views: 24.9ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 11:38:35 -0700 + + +Started GET "/tasks/index" for ::1 at 2016-09-30 11:38:40 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (5.8ms) +Completed 200 OK in 30ms (Views: 28.3ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/checkmark.png" for ::1 at 2016-09-30 11:38:40 -0700 + + +Started DELETE "/tasks/50/destroy" for ::1 at 2016-09-30 11:38:43 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"z+620vfm7S3Y3qVe0w2lthIt+KuaOYqkxs0uOBHXLfTv058HUX0mBfG8/2PFTfcp+8nEFNBAcr3V1AHXDo+SGw==", "id"=>"50"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 50]] +  (0.1ms) begin transaction + SQL (0.4ms) DELETE FROM "tasks" WHERE "tasks"."id" = ? [["id", 50]] +  (1.9ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 5ms (ActiveRecord: 2.4ms) + + +Started GET "/" for ::1 at 2016-09-30 11:38:43 -0700 +Processing by TasksController#index as HTML + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (6.3ms) +Completed 200 OK in 27ms (Views: 26.1ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/checkmark.png" for ::1 at 2016-09-30 11:38:44 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 11:38:44 -0700 + + +Started DELETE "/tasks/51/destroy" for ::1 at 2016-09-30 11:38:47 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"Oo8DJkRr1x9T54pnRRw8H6adi+xp1xo9U1B05GUtB6casirz4vAcN3qF0FpTXG6AT3m3UyOu4iRASVsLenW4SA==", "id"=>"51"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 51]] +  (0.1ms) begin transaction + SQL (0.7ms) DELETE FROM "tasks" WHERE "tasks"."id" = ? [["id", 51]] +  (2.7ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 7ms (ActiveRecord: 3.6ms) + + +Started GET "/" for ::1 at 2016-09-30 11:38:47 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.4ms) +Completed 200 OK in 30ms (Views: 28.4ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/checkmark.png" for ::1 at 2016-09-30 11:38:47 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 11:38:47 -0700 + + +Started DELETE "/tasks/52/destroy" for ::1 at 2016-09-30 11:38:48 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"ns3Kdd6dZeUCzplgdKWBdZfUIl/qEBRRkjTnaTSvt8++8OOgeAauzSusw11i5dPqfjAe4KBp7EiBLciGK/cIIA==", "id"=>"52"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 52]] +  (0.0ms) begin transaction + SQL (0.2ms) DELETE FROM "tasks" WHERE "tasks"."id" = ? [["id", 52]] +  (1.3ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 4ms (ActiveRecord: 1.6ms) + + +Started GET "/" for ::1 at 2016-09-30 11:38:48 -0700 +Processing by TasksController#index as HTML + Task Load (0.4ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.3ms) +Completed 200 OK in 27ms (Views: 25.9ms | ActiveRecord: 0.4ms) + + +Started GET "/assets/checkmark.png" for ::1 at 2016-09-30 11:38:48 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 11:38:48 -0700 + + +Started DELETE "/tasks/53/destroy" for ::1 at 2016-09-30 11:38:50 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"4/2+AnRmIUgpaH1x9OPNNK/Oh2FpAP8wMfsUnzyU0dDDwJfX0v3qYAAKJ0zio5+rRiq73iN5Byki4jtwI8xuPw==", "id"=>"53"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 53]] +  (0.0ms) begin transaction + SQL (0.3ms) DELETE FROM "tasks" WHERE "tasks"."id" = ? [["id", 53]] +  (1.7ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 4ms (ActiveRecord: 2.2ms) + + +Started GET "/" for ::1 at 2016-09-30 11:38:50 -0700 +Processing by TasksController#index as HTML + 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.8ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/checkmark.png" for ::1 at 2016-09-30 11:38:50 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 11:38:50 -0700 + + +Started GET "/tasks/show/57" for ::1 at 2016-09-30 11:38:58 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"57"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 57]] + Rendered tasks/show.html.erb within layouts/application (0.7ms) +Completed 200 OK in 23ms (Views: 21.2ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/new" for ::1 at 2016-09-30 11:39:09 -0700 +Processing by TasksController#new as HTML + Rendered tasks/_form.html.erb (1.2ms) + Rendered tasks/new.html.erb within layouts/application (3.0ms) +Completed 200 OK in 29ms (Views: 27.8ms | ActiveRecord: 0.0ms) + + +Started POST "/tasks/create" for ::1 at 2016-09-30 11:39:15 -0700 +Processing by TasksController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"TeSIfu+3AVvBZeZtHDZ2/SHZJEf+iGaRTz51i+J4zHNt2aGrSSzKc+gHvFAKdiRiyD0Y+LTxnohcJ1pk/SBznA==", "post"=>{"title"=>"Make fruit salad", "description"=>"With fruits"}, "commit"=>"Create Task"} +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Make fruit salad"], ["description", "With fruits"], ["created_at", "2016-09-30 18:39:15.482400"], ["updated_at", "2016-09-30 18:39:15.482400"]] +  (0.5ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 3ms (ActiveRecord: 0.8ms) + + +Started GET "/" for ::1 at 2016-09-30 11:39:15 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.4ms) +Completed 200 OK in 28ms (Views: 26.7ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/checkmark.png" for ::1 at 2016-09-30 11:39:15 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 11:39:15 -0700 + + +Started GET "/tasks/show/58" for ::1 at 2016-09-30 11:39:17 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"58"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 58]] + Rendered tasks/show.html.erb within layouts/application (1.9ms) +Completed 200 OK in 30ms (Views: 27.6ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/58/edit" for ::1 at 2016-09-30 11:39:18 -0700 +Processing by TasksController#edit as HTML + Parameters: {"id"=>"58"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 58]] + Rendered tasks/_form.html.erb (1.0ms) + Rendered tasks/edit.html.erb within layouts/application (2.6ms) +Completed 200 OK in 16ms (Views: 14.8ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 11:39:18 -0700 + + +Started PATCH "/tasks/58/update" for ::1 at 2016-09-30 11:39:21 -0700 +Processing by TasksController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"XY3eQtVt3yD83XSui1cfK8us0cXwXYzx/kBBv94n2Ot9sPeXc/YUCNW/LpOdF020IkjterokdOjtWW5QwX9nBA==", "patch"=>{"title"=>"Make fruit salads", "description"=>"With fruits"}, "commit"=>"Update Task", "id"=>"58"} + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 58]] +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "title" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["title", "Make fruit salads"], ["updated_at", "2016-09-30 18:39:21.857571"], ["id", 58]] +  (2.6ms) commit transaction +Redirected to http://localhost:3000/tasks/show/58 +Completed 302 Found in 9ms (ActiveRecord: 3.3ms) + + +Started GET "/tasks/show/58" for ::1 at 2016-09-30 11:39:21 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"58"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 58]] + Rendered tasks/show.html.erb within layouts/application (1.0ms) +Completed 200 OK in 17ms (Views: 15.8ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 11:39:21 -0700 + + +Started DELETE "/tasks/58/destroy" for ::1 at 2016-09-30 11:39:33 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"AqwKBM3kNtyA3nSofoMwCkxNj0tWd4ByVK8ndBsL2WAikSPRa3/99Km8LpVow2KVpamz9BwOeGtHtgibBFNmjw==", "id"=>"58"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 58]] +  (0.2ms) begin transaction + SQL (0.7ms) DELETE FROM "tasks" WHERE "tasks"."id" = ? [["id", 58]] +  (1.2ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 7ms (ActiveRecord: 2.3ms) + + +Started GET "/" for ::1 at 2016-09-30 11:39:33 -0700 +Processing by TasksController#index as HTML + Task Load (0.6ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.4ms) +Completed 200 OK in 34ms (Views: 32.3ms | ActiveRecord: 0.6ms) + + +Started GET "/assets/checkmark.png" for ::1 at 2016-09-30 11:39:33 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 11:39:33 -0700 + + +Started GET "/tasks/show/57" for ::1 at 2016-09-30 11:39:46 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"57"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 57]] + Rendered tasks/show.html.erb within layouts/application (0.5ms) +Completed 200 OK in 25ms (Views: 22.2ms | ActiveRecord: 0.1ms) + + +Started DELETE "/tasks/57/destroy" for ::1 at 2016-09-30 11:39:49 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"Z2gdBGoYF31hwZbvyTlUrIP+N1BusdYbZHp8Lo5BHbVHVTTRzIPcVUijzNLfeQYzahoL7yTILgJ3Y1PBkRmiWg==", "id"=>"57"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 57]] +  (0.1ms) begin transaction + SQL (0.2ms) DELETE FROM "tasks" WHERE "tasks"."id" = ? [["id", 57]] +  (3.3ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 6ms (ActiveRecord: 3.6ms) + + +Started GET "/" for ::1 at 2016-09-30 11:39:49 -0700 +Processing by TasksController#index as HTML + Task Load (0.4ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.3ms) +Completed 200 OK in 31ms (Views: 30.1ms | ActiveRecord: 0.4ms) + + +Started GET "/assets/checkmark.png" for ::1 at 2016-09-30 11:39:49 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 11:39:49 -0700 + + +Started GET "/tasks/new" for ::1 at 2016-09-30 11:39:51 -0700 +Processing by TasksController#new as HTML + Rendered tasks/_form.html.erb (0.9ms) + Rendered tasks/new.html.erb within layouts/application (2.5ms) +Completed 200 OK in 24ms (Views: 22.4ms | ActiveRecord: 0.0ms) + + +Started POST "/tasks/create" for ::1 at 2016-09-30 11:39:57 -0700 +Processing by TasksController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"adE19szpq8C387vANID3dBYifoYrhViV5+4sw+3k7PpJ7BwjanJg6J6R4f0iwKXr/8ZCOWH8oIz09wMs8rxTFQ==", "post"=>{"title"=>"Party with llamas", "description"=>"YO"}, "commit"=>"Create Task"} +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Party with llamas"], ["description", "YO"], ["created_at", "2016-09-30 18:39:57.499610"], ["updated_at", "2016-09-30 18:39:57.499610"]] +  (1.1ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 4ms (ActiveRecord: 1.4ms) + + +Started GET "/" for ::1 at 2016-09-30 11:39:57 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.6ms) +Completed 200 OK in 25ms (Views: 24.2ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/checkmark.png" for ::1 at 2016-09-30 11:39:57 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 11:39:57 -0700 + + +Started GET "/tasks/show/59" for ::1 at 2016-09-30 11:40:00 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"59"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 59]] + Rendered tasks/show.html.erb within layouts/application (0.7ms) +Completed 200 OK in 25ms (Views: 23.4ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks/59/update" for ::1 at 2016-09-30 11:40:01 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"BEVGZ9R8Khfkv7R3HsPcenGtddQ4o+S3dmGpOWsORe0keG+ycufhP83d7koIg47lmElJa3LaHK5leIbWdFb6Ag==", "id"=>"59"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 59]] +  (0.1ms) begin transaction + SQL (0.2ms) UPDATE "tasks" SET "completed_at" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["completed_at", "2016-09-30 18:40:01.206125"], ["updated_at", "2016-09-30 18:40:01.206541"], ["id", 59]] +  (1.5ms) commit transaction +Redirected to http://localhost:3000/tasks/show/59 +Completed 302 Found in 4ms (ActiveRecord: 1.9ms) + + +Started GET "/tasks/show/59" for ::1 at 2016-09-30 11:40:01 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"59"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 59]] + Rendered tasks/show.html.erb within layouts/application (0.5ms) +Completed 200 OK in 23ms (Views: 21.3ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 11:40:01 -0700 + + +Started GET "/tasks/index" for ::1 at 2016-09-30 11:40:03 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.3ms) +Completed 200 OK in 24ms (Views: 23.5ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/checkmark.png" for ::1 at 2016-09-30 11:40:03 -0700 + + +Started GET "/tasks/show/59" for ::1 at 2016-09-30 13:41:24 -0700 + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +Processing by TasksController#show as HTML + Parameters: {"id"=>"59"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 59]] + Rendered tasks/show.html.erb within layouts/application (8.0ms) +Completed 200 OK in 275ms (Views: 257.3ms | ActiveRecord: 0.4ms) + + +Started GET "/assets/style.self-501abb5539a43a648e005b9e181cc8715ea169335a9c131a78e67957ed879812.css?body=1" for ::1 at 2016-09-30 13:41:25 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-30 13:41:25 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-30 13:41:25 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-30 13:41:25 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-30 13:41:25 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-30 13:41:25 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-30 13:41:25 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-30 13:41:25 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 13:41:25 -0700 + + +Started GET "/tasks/new" for ::1 at 2016-09-30 13:41:28 -0700 +Processing by TasksController#new as HTML + Rendered tasks/_form.html.erb (34.7ms) + Rendered tasks/new.html.erb within layouts/application (44.1ms) +Completed 200 OK in 81ms (Views: 80.1ms | ActiveRecord: 0.0ms) + + +Started POST "/tasks/create" for ::1 at 2016-09-30 13:41:33 -0700 +Processing by TasksController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"UkfAmsACo1VUs0txcwwfK2oti9E1jJqZEHc2AjdHZkFyeulPZplofX3REUxlTE20g8m3bn/1YoADbhntKB/Zrg==", "post"=>{"title"=>"Go to the store", "description"=>"Groceries"}, "commit"=>"Create Task"} +  (0.1ms) begin transaction + SQL (0.4ms) INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Go to the store"], ["description", "Groceries"], ["created_at", "2016-09-30 20:41:33.860499"], ["updated_at", "2016-09-30 20:41:33.860499"]] +  (1.1ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 5ms (ActiveRecord: 1.5ms) + + +Started GET "/" for ::1 at 2016-09-30 13:41:33 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (7.6ms) +Completed 200 OK in 40ms (Views: 38.1ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/checkmark.png" for ::1 at 2016-09-30 13:41:33 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 13:41:33 -0700 + + +Started GET "/tasks/show/60" for ::1 at 2016-09-30 13:41:36 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"60"} + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 60]] + Rendered tasks/show.html.erb within layouts/application (1.2ms) +Completed 200 OK in 37ms (Views: 33.8ms | ActiveRecord: 0.3ms) + + +Started GET "/tasks/index" for ::1 at 2016-09-30 13:41:45 -0700 +Processing by TasksController#index as HTML + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.1ms) +Completed 200 OK in 30ms (Views: 28.8ms | ActiveRecord: 0.3ms) + + +Started GET "/tasks/index" for ::1 at 2016-09-30 13:43:37 -0700 +Processing by TasksController#index as HTML + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.2ms) +Completed 200 OK in 32ms (Views: 31.0ms | ActiveRecord: 0.3ms) + + +Started PATCH "/tasks/60/update" for ::1 at 2016-09-30 13:56:00 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"DMAHAj7MRxSbA+mmbaw6A84BQkPQE4wPTUi8x1Kflcws/S7XmFeMPLJhs5t77GicJ+V+/JpqdBZeUZMoTccqIw==", "id"=>"60"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 60]] +  (0.1ms) begin transaction + SQL (0.4ms) UPDATE "tasks" SET "completed_at" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["completed_at", "2016-09-30 20:56:00.178543"], ["updated_at", "2016-09-30 20:56:00.179445"], ["id", 60]] +  (1.8ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 8ms (ActiveRecord: 2.3ms) + + +Started GET "/" for ::1 at 2016-09-30 13:56:00 -0700 +Processing by TasksController#index as HTML + 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.8ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/checkmark.png" for ::1 at 2016-09-30 13:56:00 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 13:56:00 -0700 + + +Started GET "/tasks/show/60" for ::1 at 2016-09-30 13:56:22 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"60"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 60]] + Rendered tasks/show.html.erb within layouts/application (0.7ms) +Completed 200 OK in 30ms (Views: 27.7ms | ActiveRecord: 0.2ms) + + +Started DELETE "/tasks/60/destroy" for ::1 at 2016-09-30 13:56:33 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"S+siHVALjd4D2R4RxyHUCt1nc4cAKxQaFE1SVUCoACRr1gvI9pBG9iq7RCzRYYaVNINPOEpS7AMHVH26X/C/yw==", "id"=>"60"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 60]] +  (0.1ms) begin transaction + SQL (1.3ms) DELETE FROM "tasks" WHERE "tasks"."id" = ? [["id", 60]] +  (1.4ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 6ms (ActiveRecord: 2.9ms) + + +Started GET "/" for ::1 at 2016-09-30 13:56:33 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.6ms) +Completed 200 OK in 24ms (Views: 23.5ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/checkmark.png" for ::1 at 2016-09-30 13:56:33 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 13:56:33 -0700 + + +Started GET "/" for ::1 at 2016-09-30 14:00:29 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.6ms) +Completed 200 OK in 25ms (Views: 24.1ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/style.self-501abb5539a43a648e005b9e181cc8715ea169335a9c131a78e67957ed879812.css?body=1" for ::1 at 2016-09-30 14:00:29 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-30 14:00:29 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-30 14:00:29 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-30 14:00:29 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-30 14:00:29 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-30 14:00:29 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-30 14:00:29 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-30 14:00:29 -0700 + + +Started GET "/assets/checkmark.png" for ::1 at 2016-09-30 14:00:29 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 14:00:29 -0700 + + +Started GET "/tasks/show/59" for ::1 at 2016-09-30 14:00:33 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"59"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 59]] + Rendered tasks/show.html.erb within layouts/application (1.2ms) +Completed 200 OK in 27ms (Views: 24.1ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/new" for ::1 at 2016-09-30 14:00:35 -0700 +Processing by TasksController#new as HTML + Rendered tasks/_form.html.erb (2.1ms) + Rendered tasks/new.html.erb within layouts/application (4.4ms) +Completed 200 OK in 29ms (Views: 27.5ms | ActiveRecord: 0.0ms) + + +Started POST "/tasks/create" for ::1 at 2016-09-30 14:00:44 -0700 +Processing by TasksController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"2mtANKZHnCoc2tA2aBOeRf128RsJWHFwuwR8GAULZJn6VmnhANxXAjW4igt+U8zaFJLNpEMhiWmoHVP3GlPbdg==", "post"=>{"title"=>"Party with cheetahs", "description"=>"Cheetahs!"}, "commit"=>"Create Task"} +  (0.1ms) begin transaction + SQL (0.8ms) INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Party with cheetahs"], ["description", "Cheetahs!"], ["created_at", "2016-09-30 21:00:44.372939"], ["updated_at", "2016-09-30 21:00:44.372939"]] +  (0.9ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 7ms (ActiveRecord: 1.7ms) + + +Started GET "/" for ::1 at 2016-09-30 14:00:44 -0700 +Processing by TasksController#index as HTML + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.7ms) +Completed 200 OK in 16ms (Views: 14.9ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/checkmark.png" for ::1 at 2016-09-30 14:00:44 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 14:00:44 -0700 + + +Started GET "/tasks/show/61" for ::1 at 2016-09-30 14:00:47 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"61"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 61]] + Rendered tasks/show.html.erb within layouts/application (0.7ms) +Completed 200 OK in 25ms (Views: 23.8ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/show/61" for ::1 at 2016-09-30 14:11:13 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"61"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 61]] + Rendered tasks/show.html.erb within layouts/application (1.5ms) +Completed 200 OK in 19ms (Views: 17.7ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/style.self-501abb5539a43a648e005b9e181cc8715ea169335a9c131a78e67957ed879812.css?body=1" for ::1 at 2016-09-30 14:11:13 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-30 14:11:13 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-30 14:11:13 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-30 14:11:13 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-30 14:11:13 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-30 14:11:13 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-30 14:11:13 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-30 14:11:13 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 14:11:13 -0700 + + +Started GET "/tasks/61/edit" for ::1 at 2016-09-30 14:11:18 -0700 +Processing by TasksController#edit as HTML + Parameters: {"id"=>"61"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 61]] + Rendered tasks/_form.html.erb (1.1ms) + Rendered tasks/edit.html.erb within layouts/application (3.8ms) +Completed 200 OK in 18ms (Views: 17.5ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 14:11:18 -0700 + + +Started PATCH "/tasks/61/update" for ::1 at 2016-09-30 14:11:22 -0700 +Processing by TasksController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"UQ8ofDjow/X2ORZiaPZ/uh6wlcEdg1oNEhtksd1RocRxMgGpnnMI3d9bTF9+ti0l91Spflf6ohQBAktewgkeKw==", "patch"=>{"title"=>"Party with cheetahs!", "description"=>"Cheetahs!"}, "commit"=>"Update Task", "id"=>"61"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 61]] +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "title" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["title", "Party with cheetahs!"], ["updated_at", "2016-09-30 21:11:22.834388"], ["id", 61]] +  (0.9ms) commit transaction +Redirected to http://localhost:3000/tasks/show/61 +Completed 302 Found in 5ms (ActiveRecord: 1.4ms) + + +Started GET "/tasks/show/61" for ::1 at 2016-09-30 14:11:22 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"61"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 61]] + Rendered tasks/show.html.erb within layouts/application (1.0ms) +Completed 200 OK in 33ms (Views: 32.2ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 14:11:22 -0700 + + +Started GET "/tasks/index" for ::1 at 2016-09-30 14:11:26 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.3ms) +Completed 200 OK in 30ms (Views: 29.1ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/checkmark.png" for ::1 at 2016-09-30 14:11:26 -0700 + + +Started PATCH "/tasks/61/update" for ::1 at 2016-09-30 14:15:05 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"+ZfeoHjMFEPswzRJxB7WBQj8TsjkVSpSAEv87tg9q3TZqvd13lffa8WhbnTSXoSa4Rhyd64s0ksTUtMBx2UUmw==", "id"=>"61"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 61]] +  (0.0ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "completed_at" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["completed_at", "2016-09-30 21:15:05.416057"], ["updated_at", "2016-09-30 21:15:05.416488"], ["id", 61]] +  (1.4ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 4ms (ActiveRecord: 1.8ms) + + +Started GET "/" for ::1 at 2016-09-30 14:15:05 -0700 +Processing by TasksController#index as HTML + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.2ms) +Completed 200 OK in 19ms (Views: 18.5ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/checkmark.png" for ::1 at 2016-09-30 14:15:05 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 14:15:05 -0700 + + +Started GET "/tasks/show/61" for ::1 at 2016-09-30 14:16:04 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"61"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 61]] + Rendered tasks/show.html.erb within layouts/application (0.6ms) +Completed 200 OK in 22ms (Views: 20.9ms | ActiveRecord: 0.1ms) + + +Started GET "/tasks/new" for ::1 at 2016-09-30 14:16:07 -0700 +Processing by TasksController#new as HTML + Rendered tasks/_form.html.erb (1.4ms) + Rendered tasks/new.html.erb within layouts/application (3.5ms) +Completed 200 OK in 31ms (Views: 29.1ms | ActiveRecord: 0.0ms) + + +Started POST "/tasks/create" for ::1 at 2016-09-30 14:16:14 -0700 +Processing by TasksController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"yTgUokqc+oePSpcEvqqgACo/diymzYMrx2eiNFDQ/LDpBT137Acxr6YozTmo6vKfw9tKk+y0ezLUfo3bT4hDXw==", "post"=>{"title"=>"agresht", "description"=>"gfyjj"}, "commit"=>"Create Task"} +  (0.1ms) begin transaction + SQL (1.8ms) INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "agresht"], ["description", "gfyjj"], ["created_at", "2016-09-30 21:16:14.781640"], ["updated_at", "2016-09-30 21:16:14.781640"]] +  (0.6ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 7ms (ActiveRecord: 2.5ms) + + +Started GET "/" for ::1 at 2016-09-30 14:16:14 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.9ms) +Completed 200 OK in 19ms (Views: 18.3ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/checkmark.png" for ::1 at 2016-09-30 14:16:14 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 14:16:14 -0700 + + +Started GET "/tasks/62/edit" for ::1 at 2016-09-30 14:16:17 -0700 +Processing by TasksController#edit as HTML + Parameters: {"id"=>"62"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 62]] + Rendered tasks/_form.html.erb (0.9ms) + Rendered tasks/edit.html.erb within layouts/application (2.2ms) +Completed 200 OK in 17ms (Views: 16.3ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 14:16:17 -0700 + + +Started PATCH "/tasks/62/update" for ::1 at 2016-09-30 14:16:23 -0700 +Processing by TasksController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"leBD6IS3WJMMV5epe8nZ1GOUpia1ybQ3uQTGLocx2ti13Wo9IiyTuyU1zZRtiYtLinCamf+wTC6qHenBmGllNw==", "patch"=>{"title"=>"agresht", "description"=>"gfyjj vvvvv"}, "commit"=>"Update Task", "id"=>"62"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 62]] +  (0.0ms) begin transaction + SQL (0.4ms) UPDATE "tasks" SET "description" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["description", "gfyjj vvvvv"], ["updated_at", "2016-09-30 21:16:23.090868"], ["id", 62]] +  (0.6ms) commit transaction +Redirected to http://localhost:3000/tasks/show/62 +Completed 302 Found in 4ms (ActiveRecord: 1.1ms) + + +Started GET "/tasks/show/62" for ::1 at 2016-09-30 14:16:23 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"62"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 62]] + Rendered tasks/show.html.erb within layouts/application (1.1ms) +Completed 200 OK in 28ms (Views: 26.2ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 14:16:23 -0700 + + +Started PATCH "/tasks/62/update" for ::1 at 2016-09-30 14:16:34 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"1BXiLzzhCvBHTAkhZQzSq282Fo0lUiE9NifAANIVLJj0KMv6mnrB2G4uUxxzTIA0htIqMm8r2SQlPu/vzU2Tdw==", "id"=>"62"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 62]] +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "completed_at" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["completed_at", "2016-09-30 21:16:34.642231"], ["updated_at", "2016-09-30 21:16:34.642735"], ["id", 62]] +  (2.5ms) commit transaction +Redirected to http://localhost:3000/tasks/show/62 +Completed 302 Found in 7ms (ActiveRecord: 3.0ms) + + +Started GET "/tasks/show/62" for ::1 at 2016-09-30 14:16:34 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"62"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 62]] + Rendered tasks/show.html.erb within layouts/application (0.6ms) +Completed 200 OK in 28ms (Views: 26.0ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 14:16:34 -0700 + + +Started GET "/tasks/index" for ::1 at 2016-09-30 14:18:58 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.5ms) +Completed 200 OK in 25ms (Views: 23.8ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/checkmark.png" for ::1 at 2016-09-30 14:18:58 -0700 + + +Started GET "/tasks/index" for ::1 at 2016-09-30 14:20:49 -0700 +Processing by TasksController#index as HTML + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (6.1ms) +Completed 200 OK in 47ms (Views: 46.2ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/style.self-afb819e755a24ec0b59acd50466dc69a9d70aabb43516e6acb4350e380ab6bb0.css?body=1" for ::1 at 2016-09-30 14:20:49 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-30 14:20:49 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-30 14:20:49 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-30 14:20:49 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-30 14:20:49 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-30 14:20:49 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-30 14:20:49 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-30 14:20:49 -0700 + + +Started GET "/assets/checkmark.png" for ::1 at 2016-09-30 14:20:49 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 14:20:49 -0700 + + +Started GET "/tasks/index" for ::1 at 2016-09-30 14:21:33 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.2ms) +Completed 200 OK in 16ms (Views: 15.7ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-30 14:21:33 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-30 14:21:33 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-30 14:21:33 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-30 14:21:33 -0700 + + +Started GET "/assets/style.self-501abb5539a43a648e005b9e181cc8715ea169335a9c131a78e67957ed879812.css?body=1" for ::1 at 2016-09-30 14:21:33 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-30 14:21:33 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-30 14:21:33 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-30 14:21:33 -0700 + + +Started GET "/assets/checkmark.png" for ::1 at 2016-09-30 14:21:33 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 14:21:33 -0700 + + +Started GET "/tasks/index" for ::1 at 2016-09-30 14:25:21 -0700 +Processing by TasksController#index as HTML + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.9ms) +Completed 200 OK in 14ms (Views: 13.0ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/style.self-501abb5539a43a648e005b9e181cc8715ea169335a9c131a78e67957ed879812.css?body=1" for ::1 at 2016-09-30 14:25:21 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-30 14:25:21 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-30 14:25:21 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-30 14:25:21 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-30 14:25:21 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-30 14:25:21 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-30 14:25:21 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-30 14:25:21 -0700 + + +Started GET "/assets/checkmark.png" for ::1 at 2016-09-30 14:25:21 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 14:25:21 -0700 + + +Started GET "/tasks/show/62" for ::1 at 2016-09-30 14:25:22 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"62"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 62]] + Rendered tasks/show.html.erb within layouts/application (1.3ms) +Completed 200 OK in 29ms (Views: 27.0ms | ActiveRecord: 0.1ms) + + +Started DELETE "/tasks/62/destroy" for ::1 at 2016-09-30 14:25:29 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"LOD1ORoexnIWpOMJJd3Wrq5nsuvGPg8gq837P36iv+AM3dzsvIUNWj/GuTQznYQxR4OOVIxH9zm41NTQYfoADw==", "id"=>"62"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 62]] +  (0.1ms) begin transaction + SQL (0.4ms) DELETE FROM "tasks" WHERE "tasks"."id" = ? [["id", 62]] +  (1.9ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 6ms (ActiveRecord: 2.7ms) + + +Started GET "/" for ::1 at 2016-09-30 14:25:29 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.1ms) +Completed 200 OK in 33ms (Views: 31.9ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/checkmark.png" for ::1 at 2016-09-30 14:25:29 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 14:25:29 -0700 + + +Started DELETE "/tasks/56/destroy" for ::1 at 2016-09-30 14:25:34 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"C2ueMONo3r/5VDyrvk7kgiMroeP6NYrgctUM7+Z8FVkrVrflRfMVl9A2ZpaoDrYdys+dXLBMcvlhzCMA+SSqtg==", "id"=>"56"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 56]] +  (0.1ms) begin transaction + SQL (0.4ms) DELETE FROM "tasks" WHERE "tasks"."id" = ? [["id", 56]] +  (2.2ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 6ms (ActiveRecord: 2.8ms) + + +Started GET "/" for ::1 at 2016-09-30 14:25:34 -0700 +Processing by TasksController#index as HTML + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.0ms) +Completed 200 OK in 31ms (Views: 30.2ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/checkmark.png" for ::1 at 2016-09-30 14:25:34 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 14:25:34 -0700 + + +Started DELETE "/tasks/59/destroy" for ::1 at 2016-09-30 14:25:37 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"7yqh6e7i9TZD5aKbodPjrAU86rhd358GiFqwBDRZNZTPF4g8SHk+HmqH+Ka3k7Ez7NjWBxemZx+bQ5/rKwGKew==", "id"=>"59"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 59]] +  (0.0ms) begin transaction + SQL (0.2ms) DELETE FROM "tasks" WHERE "tasks"."id" = ? [["id", 59]] +  (2.0ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 5ms (ActiveRecord: 2.5ms) + + +Started GET "/" for ::1 at 2016-09-30 14:25:37 -0700 +Processing by TasksController#index as HTML + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.4ms) +Completed 200 OK in 23ms (Views: 22.2ms | ActiveRecord: 0.3ms) + + +Started GET "/assets/checkmark.png" for ::1 at 2016-09-30 14:25:37 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 14:25:37 -0700 + + +Started DELETE "/tasks/61/destroy" for ::1 at 2016-09-30 14:25:40 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"35VfB0RPH6b/BBOmjrGEMLvC+VhOeq579YEyENN3Rdr/qHbS4tTUjtZmSZuY8davUibF5wQDVmLmmB3/zC/6NQ==", "id"=>"61"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 61]] +  (0.0ms) begin transaction + SQL (0.2ms) DELETE FROM "tasks" WHERE "tasks"."id" = ? [["id", 61]] +  (1.8ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 4ms (ActiveRecord: 2.1ms) + + +Started GET "/" for ::1 at 2016-09-30 14:25:40 -0700 +Processing by TasksController#index as HTML + Task Load (0.4ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.5ms) +Completed 200 OK in 26ms (Views: 24.5ms | ActiveRecord: 0.4ms) + + +Started GET "/assets/checkmark.png" for ::1 at 2016-09-30 14:25:40 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 14:25:40 -0700 + + +Started GET "/tasks/new" for ::1 at 2016-09-30 14:25:41 -0700 +Processing by TasksController#new as HTML + Rendered tasks/_form.html.erb (2.7ms) + Rendered tasks/new.html.erb within layouts/application (6.1ms) +Completed 200 OK in 32ms (Views: 30.1ms | ActiveRecord: 0.0ms) + + +Started POST "/tasks/create" for ::1 at 2016-09-30 14:25:55 -0700 +Processing by TasksController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"IjZ6Ig21EiB6kmOUqVN1nrpkPOMhbTh+5+RCl9A33n4CC1P3qy7ZCFPwOam/EycBU4AAXGsUwGf0/W14z29hkQ==", "post"=>{"title"=>"Go to dance lessons", "description"=>"Swing and ballroom"}, "commit"=>"Create Task"} +  (0.1ms) begin transaction + SQL (0.7ms) INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Go to dance lessons"], ["description", "Swing and ballroom"], ["created_at", "2016-09-30 21:25:55.137492"], ["updated_at", "2016-09-30 21:25:55.137492"]] +  (0.7ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 5ms (ActiveRecord: 1.5ms) + + +Started GET "/" for ::1 at 2016-09-30 14:25:55 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.0ms) +Completed 200 OK in 21ms (Views: 18.3ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/checkmark.png" for ::1 at 2016-09-30 14:25:55 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 14:25:55 -0700 + + +Started GET "/tasks/new" for ::1 at 2016-09-30 14:25:56 -0700 +Processing by TasksController#new as HTML + Rendered tasks/_form.html.erb (0.9ms) + Rendered tasks/new.html.erb within layouts/application (2.4ms) +Completed 200 OK in 27ms (Views: 26.4ms | ActiveRecord: 0.0ms) + + +Started POST "/tasks/create" for ::1 at 2016-09-30 14:26:07 -0700 +Processing by TasksController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"PLtNs8oxbo/VCtLTnIxoN5s9vy+VL/fN494d7Ll8nbQchmRmbKqlp/xoiO6KzDqoctmDkN9WD9TwxzIDpiQiWw==", "post"=>{"title"=>"Feed the dog", "description"=>"1/2 cup dry food in the AM"}, "commit"=>"Create Task"} +  (0.1ms) begin transaction + SQL (0.4ms) INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Feed the dog"], ["description", "1/2 cup dry food in the AM"], ["created_at", "2016-09-30 21:26:07.624652"], ["updated_at", "2016-09-30 21:26:07.624652"]] +  (0.9ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 5ms (ActiveRecord: 1.4ms) + + +Started GET "/" for ::1 at 2016-09-30 14:26:07 -0700 +Processing by TasksController#index as HTML + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.1ms) +Completed 200 OK in 18ms (Views: 17.6ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/checkmark.png" for ::1 at 2016-09-30 14:26:07 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 14:26:07 -0700 + + +<<<<<<< HEAD +Started GET "/tasks/54/destroy" for ::1 at 2016-09-30 15:11:43 -0700 + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" + +ActionController::RoutingError (No route matches [GET] "/tasks/54/destroy"): + actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' + web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call' + web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch' + web-console (2.3.0) lib/web_console/middleware.rb:18:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' + railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' + rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' + rack (1.6.4) lib/rack/runtime.rb:18:in `call' + activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' + rack (1.6.4) lib/rack/sendfile.rb:113:in `call' + railties (4.2.7) lib/rails/engine.rb:518:in `call' + railties (4.2.7) lib/rails/application.rb:165:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + rack (1.6.4) lib/rack/content_length.rb:15:in `call' + rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' + + + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.9ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/routes/_table.html.erb (10.1ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (7.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (82.6ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (43.8ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (93.1ms) + + +Started DELETE "/tasks/54/destroy" for ::1 at 2016-09-30 15:11:48 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"DraNJEZae8Ry3HEsGshN8Yc7BzUuQJ5F+LwunZpczqwui6Tx4MGw7Fu+KxEMiB9ubt87imQ5ZlzrpQFyhQRxQw==", "id"=>"54"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 54]] +  (0.1ms) begin transaction + SQL (0.4ms) DELETE FROM "tasks" WHERE "tasks"."id" = ? [["id", 54]] +  (1.1ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 21ms (ActiveRecord: 2.0ms) + + +Started GET "/" for ::1 at 2016-09-30 15:11:48 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.5ms) +Completed 200 OK in 223ms (Views: 222.7ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/checkmark.png" for ::1 at 2016-09-30 15:11:48 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 15:11:48 -0700 + + +Started DELETE "/tasks/55/destroy" for ::1 at 2016-09-30 15:16:48 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"KxSLuKzscho86vNAJJhcZcEk3QjB19Dig7+cNAhVoNkLKaJtCne5MhWIqX0y2A76KMDht4uuKPuQprPbFw0fNg==", "id"=>"55"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 55]] +  (0.1ms) begin transaction + SQL (0.2ms) DELETE FROM "tasks" WHERE "tasks"."id" = ? [["id", 55]] +  (1.5ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 4ms (ActiveRecord: 1.9ms) + + +Started GET "/" for ::1 at 2016-09-30 15:16:48 -0700 +Processing by TasksController#index as HTML + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.9ms) +Completed 200 OK in 17ms (Views: 16.3ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 15:16:48 -0700 + + +Started GET "/" for ::1 at 2016-09-30 15:51:37 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (5.3ms) +Completed 200 OK in 41ms (Views: 38.4ms | ActiveRecord: 0.5ms) + + +Started GET "/assets/style.self-501abb5539a43a648e005b9e181cc8715ea169335a9c131a78e67957ed879812.css?body=1" for ::1 at 2016-09-30 15:51:37 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-09-30 15:51:37 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-09-30 15:51:37 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-09-30 15:51:37 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-09-30 15:51:37 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-09-30 15:51:37 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-09-30 15:51:37 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-09-30 15:51:37 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 15:51:37 -0700 + + +Started PATCH "/tasks/64/update" for ::1 at 2016-09-30 15:51:40 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"jRAJYAiz5p6vORQm0xGeGa0tKaDsZkmdOijl3tF7j/6tLSC1rigttoZbThvFUcyGRMkVH6YfsYQpMcoxziMwEQ==", "id"=>"64"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 64]] +  (0.6ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "completed_at" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["completed_at", "2016-09-30 22:51:40.778235"], ["updated_at", "2016-09-30 22:51:40.781912"], ["id", 64]] +  (1.5ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 11ms (ActiveRecord: 2.6ms) + + +Started GET "/" for ::1 at 2016-09-30 15:51:40 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.2ms) +Completed 200 OK in 32ms (Views: 31.0ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/checkmark.png" for ::1 at 2016-09-30 15:51:40 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 15:51:40 -0700 + + +Started GET "/tasks/63/edit" for ::1 at 2016-09-30 15:51:42 -0700 +Processing by TasksController#edit as HTML + Parameters: {"id"=>"63"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 63]] + Rendered tasks/_form.html.erb (3.1ms) + Rendered tasks/edit.html.erb within layouts/application (5.6ms) +Completed 200 OK in 19ms (Views: 18.0ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 15:51:42 -0700 + + +Started PATCH "/tasks/63/update" for ::1 at 2016-09-30 15:51:46 -0700 +Processing by TasksController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"YmLShFK3eYlDF9Us99QEWu5VSG48Yb2ywWfMFb46Y05CX/tR9CyyoWp1jxHhlFbFB7F00XYYRavSfuP6oWLcoQ==", "patch"=>{"title"=>"Go to dance lessons", "description"=>"Swing and ballroom!!"}, "commit"=>"Update Task", "id"=>"63"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 63]] +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "description" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["description", "Swing and ballroom!!"], ["updated_at", "2016-09-30 22:51:46.917561"], ["id", 63]] +  (0.5ms) commit transaction +Redirected to http://localhost:3000/tasks/show/63 +Completed 302 Found in 4ms (ActiveRecord: 0.9ms) + + +Started GET "/tasks/show/63" for ::1 at 2016-09-30 15:51:46 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"63"} + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 63]] + Rendered tasks/show.html.erb within layouts/application (1.8ms) +Completed 200 OK in 24ms (Views: 22.5ms | ActiveRecord: 0.3ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 15:51:46 -0700 + + +Started GET "/tasks/index" for ::1 at 2016-09-30 15:51:55 -0700 +Processing by TasksController#index as HTML + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.0ms) +Completed 200 OK in 28ms (Views: 26.7ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/checkmark.png" for ::1 at 2016-09-30 15:51:55 -0700 + + +Started GET "/tasks/63/edit" for ::1 at 2016-09-30 15:51:57 -0700 +Processing by TasksController#edit as HTML + Parameters: {"id"=>"63"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 63]] + Rendered tasks/_form.html.erb (0.9ms) + Rendered tasks/edit.html.erb within layouts/application (2.3ms) +Completed 200 OK in 20ms (Views: 18.6ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 15:51:57 -0700 + + +Started PATCH "/tasks/63/update" for ::1 at 2016-09-30 15:52:00 -0700 +Processing by TasksController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"E2oP/ATi1b6dBmqAzvFogn/nLq0IpMCA0UcW0hMmtyczVyYponkelrRkML3YsTodlgMSEkLdOJnCXjk9DH4IyA==", "patch"=>{"title"=>"Go to dance lessons", "description"=>"Swing and ballroom!!!"}, "commit"=>"Update Task", "id"=>"63"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 63]] +  (0.1ms) begin transaction + SQL (0.4ms) UPDATE "tasks" SET "description" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["description", "Swing and ballroom!!!"], ["updated_at", "2016-09-30 22:52:00.783397"], ["id", 63]] +  (0.6ms) commit transaction +Redirected to http://localhost:3000/tasks/show/63 +Completed 302 Found in 7ms (ActiveRecord: 1.3ms) + + +Started GET "/tasks/show/63" for ::1 at 2016-09-30 15:52:00 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"63"} + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 63]] + Rendered tasks/show.html.erb within layouts/application (0.9ms) +Completed 200 OK in 37ms (Views: 35.0ms | ActiveRecord: 0.3ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-09-30 15:52:00 -0700 + + +Started GET "/tasks/index" for ::1 at 2016-09-30 15:52:31 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.9ms) +Completed 200 OK in 23ms (Views: 21.9ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/checkmark.png" for ::1 at 2016-09-30 15:52:31 -0700 + + +Started GET "/" for ::1 at 2016-10-20 16:17:30 -0700 + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +Processing by TasksController#index as HTML + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (8.4ms) +Completed 200 OK in 343ms (Views: 332.7ms | ActiveRecord: 0.6ms) + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-10-20 16:17:31 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-10-20 16:17:31 -0700 + + +Started GET "/assets/style.self-501abb5539a43a648e005b9e181cc8715ea169335a9c131a78e67957ed879812.css?body=1" for ::1 at 2016-10-20 16:17:31 -0700 + + +Started GET "/assets/checkmark.png" for ::1 at 2016-10-20 16:17:31 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-20 16:17:31 -0700 + + +Started GET "/auth/github" for ::1 at 2016-10-20 16:33:56 -0700 + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" + + +Started GET "/auth/github/callback?code=fba21db3fd6f46fd35ef&state=152691a2551cfaffebf07f73c9633313fac13a7e307db4dc" for ::1 at 2016-10-20 16:33:56 -0700 +Processing by SessionsController#create as HTML + Parameters: {"code"=>"fba21db3fd6f46fd35ef", "state"=>"152691a2551cfaffebf07f73c9633313fac13a7e307db4dc", "provider"=>"github"} +Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) + +RuntimeError - : + app/controllers/sessions_controller.rb:4:in `create' + actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (4.2.7) lib/abstract_controller/base.rb:198:in `process_action' + actionpack (4.2.7) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (4.2.7) lib/abstract_controller/callbacks.rb:20:in `block in process_action' + activesupport (4.2.7) lib/active_support/callbacks.rb:117:in `call' + activesupport (4.2.7) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' + activesupport (4.2.7) lib/active_support/callbacks.rb:505:in `call' + activesupport (4.2.7) lib/active_support/callbacks.rb:92:in `__run_callbacks__' + activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' + activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (4.2.7) lib/abstract_controller/callbacks.rb:19:in `process_action' + actionpack (4.2.7) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' + activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' + activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' + actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:30:in `process_action' + actionpack (4.2.7) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' + activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (4.2.7) lib/abstract_controller/base.rb:137:in `process' + actionview (4.2.7) lib/action_view/rendering.rb:30:in `process' + actionpack (4.2.7) lib/action_controller/metal.rb:196:in `dispatch' + actionpack (4.2.7) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' + actionpack (4.2.7) lib/action_controller/metal.rb:237:in `block in action' + actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' + actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:43:in `serve' + actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' + actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' + actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' + omniauth (1.3.1) lib/omniauth/strategy.rb:408:in `call_app!' + omniauth (1.3.1) lib/omniauth/strategy.rb:362:in `callback_phase' + omniauth-oauth2 (1.4.0) lib/omniauth/strategies/oauth2.rb:75:in `callback_phase' + omniauth (1.3.1) lib/omniauth/strategy.rb:227:in `callback_call' + omniauth (1.3.1) lib/omniauth/strategy.rb:184:in `call!' + omniauth (1.3.1) lib/omniauth/strategy.rb:164:in `call' + omniauth (1.3.1) lib/omniauth/builder.rb:63:in `call' + rack (1.6.4) lib/rack/etag.rb:24:in `call' + rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' + rack (1.6.4) lib/rack/head.rb:13:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/params_parser.rb:27:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/flash.rb:260:in `call' + rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' + rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/cookies.rb:560:in `call' + activerecord (4.2.7) lib/active_record/query_cache.rb:36:in `call' + activerecord (4.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' + activerecord (4.2.7) lib/active_record/migration.rb:377:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' + activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' + activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' + activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/reloader.rb:73:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' + better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call' + better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call' + better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' + web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call' + web-console (2.3.0) lib/web_console/middleware.rb:18:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' + railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' + rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' + rack (1.6.4) lib/rack/runtime.rb:18:in `call' + activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' + rack (1.6.4) lib/rack/sendfile.rb:113:in `call' + railties (4.2.7) lib/rails/engine.rb:518:in `call' + railties (4.2.7) lib/rails/application.rb:165:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + rack (1.6.4) lib/rack/content_length.rb:15:in `call' + rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' + + + +Started POST "/__better_errors/6eda6e225539cb4f/variables" for ::1 at 2016-10-20 16:33:57 -0700 + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +Migrating to CreateUsers (20161021000354) +  (0.1ms) begin transaction +  (0.4ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "email" varchar, "uid" integer NOT NULL, "provider" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  + SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20161021000354"]] +  (0.5ms) commit transaction + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" + + +Started GET "/" for ::1 at 2016-10-20 17:34:36 -0700 + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (7.3ms) +Completed 200 OK in 375ms (Views: 366.6ms | ActiveRecord: 0.4ms) + + +Started GET "/assets/style.self-501abb5539a43a648e005b9e181cc8715ea169335a9c131a78e67957ed879812.css?body=1" for ::1 at 2016-10-20 17:34:36 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-10-20 17:34:36 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-10-20 17:34:36 -0700 + + +Started GET "/assets/checkmark.png" for ::1 at 2016-10-20 17:34:36 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-20 17:34:36 -0700 + + +Started GET "/auth/github" for ::1 at 2016-10-20 17:34:44 -0700 + + +Started GET "/auth/github/callback?code=64021b73192547324d70&state=116be1a17abd629f80d8db8c1a6528155bb866ad659c7220" for ::1 at 2016-10-20 17:34:45 -0700 +Processing by SessionsController#create as HTML + Parameters: {"code"=>"64021b73192547324d70", "state"=>"116be1a17abd629f80d8db8c1a6528155bb866ad659c7220", "provider"=>"github"} +Completed 500 Internal Server Error in 3ms (ActiveRecord: 0.0ms) + +SyntaxError - syntax error, unexpected end-of-input, expecting keyword_end: + app/models/user.rb:14:in `' + activesupport (4.2.7) lib/active_support/dependencies.rb:457:in `block in load_file' + activesupport (4.2.7) lib/active_support/dependencies.rb:647:in `new_constants_in' + activesupport (4.2.7) lib/active_support/dependencies.rb:456:in `load_file' + activesupport (4.2.7) lib/active_support/dependencies.rb:354:in `require_or_load' + activesupport (4.2.7) lib/active_support/dependencies.rb:494:in `load_missing_constant' + activesupport (4.2.7) lib/active_support/dependencies.rb:184:in `const_missing' + activesupport (4.2.7) lib/active_support/dependencies.rb:526:in `load_missing_constant' + activesupport (4.2.7) lib/active_support/dependencies.rb:184:in `const_missing' + app/controllers/sessions_controller.rb:14:in `create' + actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (4.2.7) lib/abstract_controller/base.rb:198:in `process_action' + actionpack (4.2.7) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (4.2.7) lib/abstract_controller/callbacks.rb:20:in `block in process_action' + activesupport (4.2.7) lib/active_support/callbacks.rb:117:in `call' + activesupport (4.2.7) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' + activesupport (4.2.7) lib/active_support/callbacks.rb:505:in `call' + activesupport (4.2.7) lib/active_support/callbacks.rb:92:in `__run_callbacks__' + activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' + activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (4.2.7) lib/abstract_controller/callbacks.rb:19:in `process_action' + actionpack (4.2.7) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' + activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' + activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' + actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:30:in `process_action' + actionpack (4.2.7) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' + activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (4.2.7) lib/abstract_controller/base.rb:137:in `process' + actionview (4.2.7) lib/action_view/rendering.rb:30:in `process' + actionpack (4.2.7) lib/action_controller/metal.rb:196:in `dispatch' + actionpack (4.2.7) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' + actionpack (4.2.7) lib/action_controller/metal.rb:237:in `block in action' + actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' + actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:43:in `serve' + actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' + actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' + actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' + omniauth (1.3.1) lib/omniauth/strategy.rb:408:in `call_app!' + omniauth (1.3.1) lib/omniauth/strategy.rb:362:in `callback_phase' + omniauth-oauth2 (1.4.0) lib/omniauth/strategies/oauth2.rb:75:in `callback_phase' + omniauth (1.3.1) lib/omniauth/strategy.rb:227:in `callback_call' + omniauth (1.3.1) lib/omniauth/strategy.rb:184:in `call!' + omniauth (1.3.1) lib/omniauth/strategy.rb:164:in `call' + omniauth (1.3.1) lib/omniauth/builder.rb:63:in `call' + rack (1.6.4) lib/rack/etag.rb:24:in `call' + rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' + rack (1.6.4) lib/rack/head.rb:13:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/params_parser.rb:27:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/flash.rb:260:in `call' + rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' + rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/cookies.rb:560:in `call' + activerecord (4.2.7) lib/active_record/query_cache.rb:36:in `call' + activerecord (4.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' + activerecord (4.2.7) lib/active_record/migration.rb:377:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' + activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' + activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' + activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/reloader.rb:73:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' + better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call' + better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call' + better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' + web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call' + web-console (2.3.0) lib/web_console/middleware.rb:18:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' + railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' + rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' + rack (1.6.4) lib/rack/runtime.rb:18:in `call' + activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' + rack (1.6.4) lib/rack/sendfile.rb:113:in `call' + railties (4.2.7) lib/rails/engine.rb:518:in `call' + railties (4.2.7) lib/rails/application.rb:165:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + rack (1.6.4) lib/rack/content_length.rb:15:in `call' + rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' + + + +Started POST "/__better_errors/a2fb5b796f7c1597/variables" for ::1 at 2016-10-20 17:34:46 -0700 + + +Started GET "/auth/github/callback?code=64021b73192547324d70&state=116be1a17abd629f80d8db8c1a6528155bb866ad659c7220" for ::1 at 2016-10-20 17:35:10 -0700 + +OAuth2::Error - bad_verification_code: The code passed is incorrect or expired. +error=bad_verification_code&error_description=The+code+passed+is+incorrect+or+expired.&error_uri=https%3A%2F%2Fdeveloper.github.com%2Fv3%2Foauth%2F%23bad-verification-code: + oauth2 (1.2.0) lib/oauth2/client.rb:140:in `get_token' + oauth2 (1.2.0) lib/oauth2/strategy/auth_code.rb:29:in `get_token' + omniauth-oauth2 (1.4.0) lib/omniauth/strategies/oauth2.rb:89:in `build_access_token' + omniauth-oauth2 (1.4.0) lib/omniauth/strategies/oauth2.rb:73:in `callback_phase' + omniauth (1.3.1) lib/omniauth/strategy.rb:227:in `callback_call' + omniauth (1.3.1) lib/omniauth/strategy.rb:184:in `call!' + omniauth (1.3.1) lib/omniauth/strategy.rb:164:in `call' + omniauth (1.3.1) lib/omniauth/builder.rb:63:in `call' + rack (1.6.4) lib/rack/etag.rb:24:in `call' + rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' + rack (1.6.4) lib/rack/head.rb:13:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/params_parser.rb:27:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/flash.rb:260:in `call' + rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' + rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/cookies.rb:560:in `call' + activerecord (4.2.7) lib/active_record/query_cache.rb:36:in `call' + activerecord (4.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' + activerecord (4.2.7) lib/active_record/migration.rb:377:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' + activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' + activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' + activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/reloader.rb:73:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' + better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call' + better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call' + better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' + web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call' + web-console (2.3.0) lib/web_console/middleware.rb:18:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' + railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' + rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' + rack (1.6.4) lib/rack/runtime.rb:18:in `call' + activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' + rack (1.6.4) lib/rack/sendfile.rb:113:in `call' + railties (4.2.7) lib/rails/engine.rb:518:in `call' + railties (4.2.7) lib/rails/application.rb:165:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + rack (1.6.4) lib/rack/content_length.rb:15:in `call' + rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' + + + +Started POST "/__better_errors/7bd9d47ac3dcc042/variables" for ::1 at 2016-10-20 17:35:11 -0700 + + +Started GET "/auth/github/" for ::1 at 2016-10-20 17:36:11 -0700 + + +Started GET "/auth/github/callback?code=81378593be35770ae7bb&state=a2338aea738371b6e94146ec860c6ec15339a1cbe0e6c4aa" for ::1 at 2016-10-20 17:36:11 -0700 +Processing by SessionsController#create as HTML + Parameters: {"code"=>"81378593be35770ae7bb", "state"=>"a2338aea738371b6e94146ec860c6ec15339a1cbe0e6c4aa", "provider"=>"github"} + User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? AND "users"."provider" = ? LIMIT 1 [["uid", 8129934], ["provider", "github"]] +  (0.1ms) begin transaction + SQL (0.7ms) INSERT INTO "users" ("uid", "provider", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["uid", 8129934], ["provider", "github"], ["name", "Emily Abrash"], ["email", "emabrash@gmail.com"], ["created_at", "2016-10-21 00:36:13.320785"], ["updated_at", "2016-10-21 00:36:13.320785"]] +  (0.8ms) commit transaction +Redirected to http://localhost:3000/sessions/index +Completed 302 Found in 22ms (ActiveRecord: 2.6ms) + + +Started GET "/sessions/index" for ::1 at 2016-10-20 17:36:13 -0700 +Processing by SessionsController#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Rendered sessions/index.html.erb within layouts/application (0.5ms) +Completed 200 OK in 30ms (Views: 28.7ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/style.self-501abb5539a43a648e005b9e181cc8715ea169335a9c131a78e67957ed879812.css?body=1" for ::1 at 2016-10-20 17:36:13 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-10-20 17:36:13 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-10-20 17:36:13 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-20 17:36:13 -0700 +<<<<<<< HEAD + + +Started GET "/" for ::1 at 2016-10-20 17:40:16 -0700 + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +Processing by TasksController#index as HTML + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (11.3ms) +Completed 200 OK in 242ms (Views: 233.6ms | ActiveRecord: 0.4ms) + + +Started GET "/assets/checkmark.png" for ::1 at 2016-10-20 17:40:17 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-20 17:40:17 -0700 + + +Started GET "/auth/github" for ::1 at 2016-10-20 17:40:18 -0700 + + +Started GET "/auth/github/callback?code=78b56e0f504b0b977546&state=1fc09d578ecccd8e022604d74a51b983882fc95d32d471a7" for ::1 at 2016-10-20 17:40:18 -0700 +Processing by SessionsController#create as HTML + Parameters: {"code"=>"78b56e0f504b0b977546", "state"=>"1fc09d578ecccd8e022604d74a51b983882fc95d32d471a7", "provider"=>"github"} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? AND "users"."provider" = ? LIMIT 1 [["uid", 8129934], ["provider", "github"]] +Redirected to http://localhost:3000/sessions/index +Completed 302 Found in 12ms (ActiveRecord: 0.4ms) + + +Started GET "/sessions/index" for ::1 at 2016-10-20 17:40:19 -0700 +Processing by SessionsController#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Rendered sessions/index.html.erb within layouts/application (1.1ms) +Completed 200 OK in 45ms (Views: 43.9ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-20 17:40:20 -0700 + + +Started GET "/sessions/index" for ::1 at 2016-10-20 17:40:29 -0700 +Processing by SessionsController#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Rendered sessions/index.html.erb within layouts/application (0.9ms) +Completed 200 OK in 44ms (Views: 41.8ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/sessions.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-10-20 17:40:29 -0700 + + +Started GET "/assets/style.self-501abb5539a43a648e005b9e181cc8715ea169335a9c131a78e67957ed879812.css?body=1" for ::1 at 2016-10-20 17:40:29 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-10-20 17:40:29 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-10-20 17:40:29 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-10-20 17:40:29 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-10-20 17:40:29 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-10-20 17:40:29 -0700 + + +Started GET "/assets/sessions.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-10-20 17:40:29 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-10-20 17:40:29 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-10-20 17:40:29 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-20 17:40:29 -0700 + + +Started GET "/sessions/index" for ::1 at 2016-10-20 17:40:44 -0700 +Processing by SessionsController#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Rendered sessions/index.html.erb within layouts/application (0.5ms) +Completed 200 OK in 19ms (Views: 18.2ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/style.self-501abb5539a43a648e005b9e181cc8715ea169335a9c131a78e67957ed879812.css?body=1" for ::1 at 2016-10-20 17:40:44 -0700 + + +Started GET "/assets/sessions.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-10-20 17:40:44 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-10-20 17:40:44 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-10-20 17:40:44 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-10-20 17:40:44 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-10-20 17:40:44 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-10-20 17:40:44 -0700 + + +Started GET "/assets/sessions.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-10-20 17:40:44 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-10-20 17:40:44 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-10-20 17:40:44 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-20 17:40:44 -0700 + + +Started GET "/sessions/index" for ::1 at 2016-10-20 17:40:53 -0700 +Processing by SessionsController#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Rendered sessions/index.html.erb within layouts/application (0.3ms) +Completed 200 OK in 18ms (Views: 16.5ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/style.self-501abb5539a43a648e005b9e181cc8715ea169335a9c131a78e67957ed879812.css?body=1" for ::1 at 2016-10-20 17:40:53 -0700 + + +Started GET "/assets/sessions.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-10-20 17:40:53 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-10-20 17:40:53 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-10-20 17:40:53 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-10-20 17:40:53 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-10-20 17:40:53 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-10-20 17:40:53 -0700 + + +Started GET "/assets/sessions.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-10-20 17:40:53 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-10-20 17:40:53 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-10-20 17:40:53 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-20 17:40:53 -0700 + + +Started GET "/sessions/index" for ::1 at 2016-10-20 17:41:18 -0700 +Processing by SessionsController#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Rendered sessions/index.html.erb within layouts/application (0.3ms) +Completed 200 OK in 19ms (Views: 17.6ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/sessions.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-10-20 17:41:18 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-10-20 17:41:18 -0700 + + +Started GET "/assets/style.self-501abb5539a43a648e005b9e181cc8715ea169335a9c131a78e67957ed879812.css?body=1" for ::1 at 2016-10-20 17:41:18 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-10-20 17:41:18 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-10-20 17:41:18 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-10-20 17:41:18 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-10-20 17:41:18 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-10-20 17:41:18 -0700 + + +Started GET "/assets/sessions.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-10-20 17:41:18 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-10-20 17:41:18 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-20 17:41:18 -0700 + + +Started GET "/tasks/index" for ::1 at 2016-10-20 17:41:21 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.9ms) +Completed 200 OK in 29ms (Views: 27.9ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/checkmark.png" for ::1 at 2016-10-20 17:41:21 -0700 + + +Started GET "/" for ::1 at 2016-10-20 17:48:26 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.7ms) +Completed 200 OK in 24ms (Views: 23.3ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/sessions.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-10-20 17:48:26 -0700 + + +Started GET "/assets/style.self-501abb5539a43a648e005b9e181cc8715ea169335a9c131a78e67957ed879812.css?body=1" for ::1 at 2016-10-20 17:48:26 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-10-20 17:48:26 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-10-20 17:48:26 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-10-20 17:48:26 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-10-20 17:48:26 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-10-20 17:48:26 -0700 + + +Started GET "/assets/sessions.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-10-20 17:48:26 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-10-20 17:48:26 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-10-20 17:48:26 -0700 + + +Started GET "/assets/checkmark.png" for ::1 at 2016-10-20 17:48:26 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-20 17:48:26 -0700 + + +Started GET "/" for ::1 at 2016-10-20 17:48:43 -0700 +Processing by TasksController#index as HTML + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.1ms) +Completed 200 OK in 28ms (Views: 27.1ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/sessions.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-10-20 17:48:43 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-10-20 17:48:43 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-10-20 17:48:43 -0700 + + +Started GET "/assets/style.self-501abb5539a43a648e005b9e181cc8715ea169335a9c131a78e67957ed879812.css?body=1" for ::1 at 2016-10-20 17:48:43 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-10-20 17:48:43 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-10-20 17:48:43 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-10-20 17:48:43 -0700 + + +Started GET "/assets/sessions.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-10-20 17:48:43 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-10-20 17:48:43 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-10-20 17:48:43 -0700 + + +Started GET "/assets/checkmark.png" for ::1 at 2016-10-20 17:48:43 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-20 17:48:43 -0700 + + +Started GET "/" for ::1 at 2016-10-20 17:48:57 -0700 +Processing by TasksController#index as HTML + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.1ms) +Completed 200 OK in 19ms (Views: 18.6ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/sessions.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-10-20 17:48:57 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-10-20 17:48:57 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-10-20 17:48:57 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-10-20 17:48:57 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-10-20 17:48:57 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-10-20 17:48:57 -0700 + + +Started GET "/assets/style.self-501abb5539a43a648e005b9e181cc8715ea169335a9c131a78e67957ed879812.css?body=1" for ::1 at 2016-10-20 17:48:57 -0700 + + +Started GET "/assets/sessions.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-10-20 17:48:57 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-10-20 17:48:57 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-10-20 17:48:57 -0700 + + +Started GET "/assets/checkmark.png" for ::1 at 2016-10-20 17:48:57 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-20 17:48:57 -0700 + + +Started GET "/" for ::1 at 2016-10-20 17:49:13 -0700 +Processing by TasksController#index as HTML + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.9ms) +Completed 200 OK in 23ms (Views: 22.0ms | ActiveRecord: 0.3ms) + + +Started GET "/assets/sessions.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-10-20 17:49:13 -0700 + + +Started GET "/assets/style.self-501abb5539a43a648e005b9e181cc8715ea169335a9c131a78e67957ed879812.css?body=1" for ::1 at 2016-10-20 17:49:13 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-10-20 17:49:13 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-10-20 17:49:13 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-10-20 17:49:13 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-10-20 17:49:13 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-10-20 17:49:13 -0700 + + +Started GET "/assets/sessions.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-10-20 17:49:13 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-10-20 17:49:13 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-10-20 17:49:13 -0700 + + +Started GET "/assets/checkmark.png" for ::1 at 2016-10-20 17:49:13 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-20 17:49:13 -0700 + + +Started POST "/auth/github/" for ::1 at 2016-10-20 17:49:20 -0700 + + +Started GET "/auth/github/callback?code=e24262034fdd90d9d5ab&state=43d29266bdaf20b900144b57024662130515469be0bdb347" for ::1 at 2016-10-20 17:49:33 -0700 +Processing by SessionsController#create as HTML + Parameters: {"code"=>"e24262034fdd90d9d5ab", "state"=>"43d29266bdaf20b900144b57024662130515469be0bdb347", "provider"=>"github"} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? AND "users"."provider" = ? LIMIT 1 [["uid", 8129934], ["provider", "github"]] +Redirected to http://localhost:3000/sessions/index +Completed 302 Found in 1ms (ActiveRecord: 0.2ms) + + +Started GET "/sessions/index" for ::1 at 2016-10-20 17:49:34 -0700 +Processing by SessionsController#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Rendered sessions/index.html.erb within layouts/application (0.1ms) +Completed 200 OK in 12ms (Views: 11.5ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-20 17:49:34 -0700 + + +Started GET "/sessions/index" for ::1 at 2016-10-20 17:50:35 -0700 +Processing by SessionsController#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Rendered sessions/index.html.erb within layouts/application (0.1ms) +Completed 200 OK in 26ms (Views: 25.6ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/sessions.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-10-20 17:50:35 -0700 + + +Started GET "/assets/style.self-501abb5539a43a648e005b9e181cc8715ea169335a9c131a78e67957ed879812.css?body=1" for ::1 at 2016-10-20 17:50:35 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-10-20 17:50:35 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-10-20 17:50:35 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-10-20 17:50:35 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-10-20 17:50:35 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-10-20 17:50:35 -0700 + + +Started GET "/assets/sessions.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-10-20 17:50:35 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-10-20 17:50:35 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-10-20 17:50:35 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-20 17:50:35 -0700 + + +Started GET "/sessions/index" for ::1 at 2016-10-20 17:50:37 -0700 +Processing by SessionsController#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Rendered sessions/index.html.erb within layouts/application (0.0ms) +Completed 200 OK in 13ms (Views: 12.5ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/sessions.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-10-20 17:50:37 -0700 + + +Started GET "/assets/style.self-501abb5539a43a648e005b9e181cc8715ea169335a9c131a78e67957ed879812.css?body=1" for ::1 at 2016-10-20 17:50:37 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-10-20 17:50:37 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-10-20 17:50:37 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-10-20 17:50:37 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-10-20 17:50:37 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-10-20 17:50:37 -0700 + + +Started GET "/assets/sessions.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-10-20 17:50:37 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-10-20 17:50:37 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-10-20 17:50:37 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-20 17:50:37 -0700 + + +Started GET "/sessions/index" for ::1 at 2016-10-20 17:52:14 -0700 +Processing by SessionsController#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Rendered sessions/index.html.erb within layouts/application (0.1ms) +Completed 200 OK in 33ms (Views: 27.4ms | ActiveRecord: 0.5ms) + + +Started GET "/assets/sessions.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-10-20 17:52:14 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-10-20 17:52:14 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-10-20 17:52:14 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-10-20 17:52:14 -0700 + + +Started GET "/assets/style.self-501abb5539a43a648e005b9e181cc8715ea169335a9c131a78e67957ed879812.css?body=1" for ::1 at 2016-10-20 17:52:14 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-10-20 17:52:14 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-10-20 17:52:14 -0700 + + +Started GET "/assets/sessions.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-10-20 17:52:14 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-10-20 17:52:14 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-10-20 17:52:14 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-20 17:52:14 -0700 + + +Started GET "/tasks/index" for ::1 at 2016-10-20 17:52:21 -0700 +Processing by TasksController#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (6.8ms) +Completed 200 OK in 25ms (Views: 21.4ms | ActiveRecord: 0.6ms) + + +Started GET "/assets/checkmark.png" for ::1 at 2016-10-20 17:52:21 -0700 + + +Started POST "/sessions/destroy" for ::1 at 2016-10-20 17:52:23 -0700 + +ActionController::RoutingError (No route matches [POST] "/sessions/destroy"): + actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' + web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call' + web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch' + web-console (2.3.0) lib/web_console/middleware.rb:18:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' + railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' + rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' + rack (1.6.4) lib/rack/runtime.rb:18:in `call' + activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' + rack (1.6.4) lib/rack/sendfile.rb:113:in `call' + railties (4.2.7) lib/rails/engine.rb:518:in `call' + railties (4.2.7) lib/rails/application.rb:165:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + rack (1.6.4) lib/rack/content_length.rb:15:in `call' + rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' + + + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.2ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.9ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/routes/_table.html.erb (21.6ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (85.5ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.5ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.5ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (54.2ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (116.5ms) + + +Started GET "/tasks/index" for ::1 at 2016-10-20 17:52:43 -0700 +Processing by TasksController#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.9ms) +Completed 200 OK in 21ms (Views: 20.1ms | ActiveRecord: 0.3ms) + + +Started GET "/assets/sessions.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-10-20 17:52:43 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-10-20 17:52:43 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-10-20 17:52:43 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-10-20 17:52:43 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-10-20 17:52:43 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-10-20 17:52:43 -0700 + + +Started GET "/assets/style.self-501abb5539a43a648e005b9e181cc8715ea169335a9c131a78e67957ed879812.css?body=1" for ::1 at 2016-10-20 17:52:43 -0700 + + +Started GET "/assets/sessions.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-10-20 17:52:43 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-10-20 17:52:43 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-10-20 17:52:43 -0700 + + +Started GET "/assets/checkmark.png" for ::1 at 2016-10-20 17:52:43 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-20 17:52:43 -0700 + + +Started POST "/?method=delete&path=%2Fsessions%2Fdestroy" for ::1 at 2016-10-20 17:52:44 -0700 + +ActionController::RoutingError (No route matches [POST] "/"): + actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' + web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call' + web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch' + web-console (2.3.0) lib/web_console/middleware.rb:18:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' + railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' + rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' + rack (1.6.4) lib/rack/runtime.rb:18:in `call' + activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' + rack (1.6.4) lib/rack/sendfile.rb:113:in `call' + railties (4.2.7) lib/rails/engine.rb:518:in `call' + railties (4.2.7) lib/rails/application.rb:165:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + rack (1.6.4) lib/rack/content_length.rb:15:in `call' + rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' + + + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.9ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (62.8ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.5ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (40.5ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.8ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.5ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (96.0ms) + + +Started GET "/tasks/index" for ::1 at 2016-10-20 17:52:56 -0700 +Processing by TasksController#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + 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.4ms | ActiveRecord: 0.3ms) + + +Started GET "/assets/sessions.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-10-20 17:52:56 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-10-20 17:52:56 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-10-20 17:52:56 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-10-20 17:52:56 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-10-20 17:52:56 -0700 + + +Started GET "/assets/style.self-501abb5539a43a648e005b9e181cc8715ea169335a9c131a78e67957ed879812.css?body=1" for ::1 at 2016-10-20 17:52:56 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-10-20 17:52:56 -0700 + + +Started GET "/assets/sessions.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-10-20 17:52:56 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-10-20 17:52:56 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-10-20 17:52:56 -0700 + + +Started GET "/assets/checkmark.png" for ::1 at 2016-10-20 17:52:56 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-20 17:52:56 -0700 + + +Started DELETE "/sessions/destroy" for ::1 at 2016-10-20 17:52:57 -0700 +Processing by SessionsController#destroy as HTML + Parameters: {"authenticity_token"=>"z6tqp6k/m2hErJ3AE+lO3fLqh3maSdt2F2lUUHnQH6sORquT9+B8RbW/8SegMfh5Gwld178BRyiAap9naKBPiQ=="} + Rendered sessions/destroy.html.erb within layouts/application (0.4ms) +Completed 200 OK in 21ms (Views: 20.8ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-20 17:52:57 -0700 + + +Started GET "/tasks/index" for ::1 at 2016-10-20 17:55:25 -0700 +Processing by TasksController#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Task Load (0.4ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (10.7ms) +Completed 200 OK in 36ms (Views: 29.3ms | ActiveRecord: 1.2ms) + + +Started GET "/assets/sessions.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-10-20 17:55:25 -0700 + + +Started GET "/assets/style.self-501abb5539a43a648e005b9e181cc8715ea169335a9c131a78e67957ed879812.css?body=1" for ::1 at 2016-10-20 17:55:25 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-10-20 17:55:25 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-10-20 17:55:25 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-10-20 17:55:25 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-10-20 17:55:25 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-10-20 17:55:25 -0700 + + +Started GET "/assets/sessions.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-10-20 17:55:25 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-10-20 17:55:25 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-10-20 17:55:25 -0700 + + +Started GET "/assets/checkmark.png" for ::1 at 2016-10-20 17:55:25 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-20 17:55:25 -0700 + + +Started DELETE "/sessions/destroy" for ::1 at 2016-10-20 17:55:27 -0700 +Processing by SessionsController#destroy as HTML + Parameters: {"authenticity_token"=>"FESOsZ9Czr9hnIrS8BziQ2va3oFiJ0GfbpPKx1sux8TVqU+FwZ0pkpCP5jVDxFTngjkEL0dv3cH5kAHwSl6X5g=="} +Redirected to http://localhost:3000/sessions/index +Completed 302 Found in 1ms (ActiveRecord: 0.0ms) + + +Started GET "/sessions/index" for ::1 at 2016-10-20 17:55:27 -0700 +Processing by SessionsController#index as HTML + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 + Rendered sessions/index.html.erb within layouts/application (0.6ms) +Completed 200 OK in 21ms (Views: 19.1ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-20 17:55:27 -0700 + + +Started POST "/auth/github/" for ::1 at 2016-10-20 17:55:29 -0700 + + +Started GET "/auth/github/callback?code=46836aaefd3b566d240e&state=ed5240e7d8189449af1444561a2e1a4f722c162b5423c594" for ::1 at 2016-10-20 17:55:29 -0700 +Processing by SessionsController#create as HTML + Parameters: {"code"=>"46836aaefd3b566d240e", "state"=>"ed5240e7d8189449af1444561a2e1a4f722c162b5423c594", "provider"=>"github"} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? AND "users"."provider" = ? LIMIT 1 [["uid", 8129934], ["provider", "github"]] +Redirected to http://localhost:3000/sessions/index +Completed 302 Found in 2ms (ActiveRecord: 0.2ms) + + +Started GET "/sessions/index" for ::1 at 2016-10-20 17:55:31 -0700 +Processing by SessionsController#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Rendered sessions/index.html.erb within layouts/application (0.3ms) +Completed 200 OK in 15ms (Views: 13.8ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-20 17:55:31 -0700 + + +Started GET "/tasks/index" for ::1 at 2016-10-20 17:55:33 -0700 +Processing by TasksController#index as HTML + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.7ms) +Completed 200 OK in 22ms (Views: 20.0ms | ActiveRecord: 0.3ms) + + +Started GET "/assets/checkmark.png" for ::1 at 2016-10-20 17:55:33 -0700 + + +Started DELETE "/sessions/destroy" for ::1 at 2016-10-20 17:55:34 -0700 +Processing by SessionsController#destroy as HTML + Parameters: {"authenticity_token"=>"VikbnFxZHJv2Fe3jEsz4QI51EwvYJT8nqd3t2FS5/S6XxNqoAob7tgcGgQShFE7kZ5bJpf1to3k+3ibvRcmtDA=="} +Redirected to http://localhost:3000/sessions/index +Completed 302 Found in 1ms (ActiveRecord: 0.0ms) + + +Started GET "/sessions/index" for ::1 at 2016-10-20 17:55:34 -0700 +Processing by SessionsController#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 + Rendered sessions/index.html.erb within layouts/application (0.4ms) +Completed 200 OK in 17ms (Views: 15.6ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-20 17:55:34 -0700 + + +Started GET "/sessions/index" for ::1 at 2016-10-20 18:02:26 -0700 + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +Processing by SessionsController#index as HTML + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Rendered sessions/index.html.erb within layouts/application (1.6ms) +Completed 200 OK in 256ms (Views: 235.9ms | ActiveRecord: 0.5ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-20 18:02:26 -0700 + + +Started DELETE "/sessions/destroy" for ::1 at 2016-10-20 18:02:28 -0700 +Processing by SessionsController#destroy as HTML + Parameters: {"authenticity_token"=>"ewq7l6GEba0ebIdK4OPAlTM1mbPUyuybw0zGrFq9PPhiF87no5yTaafdGUvSsQuOeJQiJF7cyxv+6cVOyqekIw=="} +Redirected to http://localhost:3000/sessions/index +Completed 302 Found in 1ms (ActiveRecord: 0.0ms) + + +Started GET "/sessions/index" for ::1 at 2016-10-20 18:02:28 -0700 +Processing by SessionsController#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 + Rendered sessions/index.html.erb within layouts/application (0.3ms) +Completed 200 OK in 17ms (Views: 16.1ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-20 18:02:28 -0700 + + +Started POST "/auth/github/" for ::1 at 2016-10-20 18:02:30 -0700 + + +Started GET "/auth/github/callback?code=3a4d21750c089e3e0a22&state=0bce2d25bf6e1a0bd9d343c41da653a6a96caeb1a065dfa2" for ::1 at 2016-10-20 18:02:30 -0700 +Processing by SessionsController#create as HTML + Parameters: {"code"=>"3a4d21750c089e3e0a22", "state"=>"0bce2d25bf6e1a0bd9d343c41da653a6a96caeb1a065dfa2", "provider"=>"github"} + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? AND "users"."provider" = ? LIMIT 1 [["uid", 8129934], ["provider", "github"]] +Redirected to http://localhost:3000/sessions/index +Completed 302 Found in 4ms (ActiveRecord: 0.3ms) + + +Started GET "/sessions/index" for ::1 at 2016-10-20 18:02:32 -0700 +Processing by SessionsController#index as HTML + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Rendered sessions/index.html.erb within layouts/application (0.6ms) +Completed 200 OK in 56ms (Views: 54.0ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-20 18:02:32 -0700 +======= +======= +Started GET "/" for ::1 at 2016-10-01 22:02:06 -0700 + ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations" +Processing by TasksController#index as HTML + Task Load (0.6ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (9.1ms) +Completed 200 OK in 641ms (Views: 622.8ms | ActiveRecord: 0.9ms) + + +Started GET "/assets/style.self-501abb5539a43a648e005b9e181cc8715ea169335a9c131a78e67957ed879812.css?body=1" for ::1 at 2016-10-01 22:02:07 -0700 + + +Started GET "/assets/checkmark.png" for ::1 at 2016-10-01 22:02:07 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-01 22:02:07 -0700 + + +Started DELETE "/tasks/54/destroy" for ::1 at 2016-10-01 22:02:11 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"rUp9gaJ1WGVW2UUTKdSdxF/PiYsJzwnRLObGRPYahbmsFQw9MJadYQ3Z9F0D7onSxUex3rlPF/ywRB2/naUeoQ==", "id"=>"54"} + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 54]] +  (0.1ms) begin transaction + SQL (1.3ms) DELETE FROM "tasks" WHERE "tasks"."id" = ? [["id", 54]] +  (1.0ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 23ms (ActiveRecord: 2.7ms) + + +Started GET "/" for ::1 at 2016-10-01 22:02:11 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.1ms) +Completed 200 OK in 47ms (Views: 46.6ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/style.self-501abb5539a43a648e005b9e181cc8715ea169335a9c131a78e67957ed879812.css?body=1" for ::1 at 2016-10-01 22:02:11 -0700 + + +Started GET "/assets/checkmark.png" for ::1 at 2016-10-01 22:02:11 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-01 22:02:11 -0700 + + +Started GET "/tasks/new" for ::1 at 2016-10-01 22:02:14 -0700 +Processing by TasksController#new as HTML + Rendered tasks/_form.html.erb (29.2ms) + Rendered tasks/new.html.erb within layouts/application (53.4ms) +Completed 200 OK in 91ms (Views: 89.5ms | ActiveRecord: 0.0ms) + + +Started POST "/tasks/create" for ::1 at 2016-10-01 22:02:28 -0700 +Processing by TasksController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"FeDwzs4VXDhp2mdeAqTp8HU/iycHtMyS94ruKB1bAfAUv4FyXPaZPDLa1hAonv3m77ezcrc00r9rKDXTduSa6A==", "post"=>{"title"=>"Destroy the Sith", "description"=>"Much simpler"}, "commit"=>"Create Task"} +  (0.1ms) begin transaction + SQL (0.8ms) INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Destroy the Sith"], ["description", "Much simpler"], ["created_at", "2016-10-02 05:02:28.083407"], ["updated_at", "2016-10-02 05:02:28.083407"]] +  (1.5ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 6ms (ActiveRecord: 2.4ms) + + +Started GET "/" for ::1 at 2016-10-01 22:02:28 -0700 +Processing by TasksController#index as HTML + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.8ms) +Completed 200 OK in 19ms (Views: 18.3ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/checkmark.png" for ::1 at 2016-10-01 22:02:28 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-01 22:02:28 -0700 + + +Started PATCH "/tasks/65/update" for ::1 at 2016-10-01 22:02:31 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"dFIa29+Onvqn3r7V1PWXwh6tqCOv727TsLY9D5ovJkd1DWtnTW1b/vzeD5v+z4PUhCWQdh9vcP4sFOb08ZC9Xw==", "id"=>"65"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 65]] +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "completed_at" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["completed_at", "2016-10-02 05:02:31.249713"], ["updated_at", "2016-10-02 05:02:31.251335"], ["id", 65]] +  (0.7ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 7ms (ActiveRecord: 1.2ms) + + +Started GET "/" for ::1 at 2016-10-01 22:02:31 -0700 +Processing by TasksController#index as HTML + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.1ms) +Completed 200 OK in 20ms (Views: 19.2ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/checkmark.png" for ::1 at 2016-10-01 22:02:31 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-01 22:02:31 -0700 + + +Started GET "/tasks/63/edit" for ::1 at 2016-10-01 22:02:34 -0700 +Processing by TasksController#edit as HTML + Parameters: {"id"=>"63"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 63]] + Rendered tasks/_form.html.erb (1.3ms) + Rendered tasks/edit.html.erb within layouts/application (4.8ms) +Completed 200 OK in 33ms (Views: 31.9ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-01 22:02:34 -0700 + + +Started PATCH "/tasks/63/update" for ::1 at 2016-10-01 22:02:42 -0700 +Processing by TasksController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"TnjXKSiKvzkJoDdx1cSIEhLvI5fM4GNO7b1WOqr8k9xPJ6aVuml6PVKghj///pwEiGcbwnxgfWNxH43BwUMIxA==", "patch"=>{"title"=>"Go to dance lessons", "description"=>"NO!!!"}, "commit"=>"Update Task", "id"=>"63"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 63]] +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "description" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["description", "NO!!!"], ["updated_at", "2016-10-02 05:02:42.186004"], ["id", 63]] +  (0.7ms) commit transaction +Redirected to http://localhost:3000/tasks/show/63 +Completed 302 Found in 5ms (ActiveRecord: 1.1ms) + + +Started GET "/tasks/show/63" for ::1 at 2016-10-01 22:02:42 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"63"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 63]] + Rendered tasks/show.html.erb within layouts/application (1.2ms) +Completed 200 OK in 15ms (Views: 14.4ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-01 22:02:42 -0700 + + +Started GET "/tasks/index" for ::1 at 2016-10-01 22:02:49 -0700 +Processing by TasksController#index as HTML + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (4.1ms) +Completed 200 OK in 36ms (Views: 35.1ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/checkmark.png" for ::1 at 2016-10-01 22:02:49 -0700 + + +Started GET "/tasks/show/63" for ::1 at 2016-10-01 22:02:50 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"63"} + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 63]] + Rendered tasks/show.html.erb within layouts/application (1.1ms) +Completed 200 OK in 52ms (Views: 50.7ms | ActiveRecord: 0.2ms) + + +Started PATCH "/tasks/63/update" for ::1 at 2016-10-01 22:02:54 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"gcoiFHWrLSDEmrT84KUb8dyqUkLLEodl5CQLJmMOFb6AlVOo50joJJ+aBbLKnw/nRiJqF3uSmUh4htDdCLGOpg==", "id"=>"63"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 63]] +  (0.1ms) begin transaction + SQL (0.2ms) UPDATE "tasks" SET "completed_at" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["completed_at", "2016-10-02 05:02:54.201200"], ["updated_at", "2016-10-02 05:02:54.201583"], ["id", 63]] +  (8.2ms) commit transaction +Redirected to http://localhost:3000/tasks/show/63 +Completed 302 Found in 12ms (ActiveRecord: 8.5ms) + + +Started GET "/tasks/show/63" for ::1 at 2016-10-01 22:02:54 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"63"} + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 63]] + Rendered tasks/show.html.erb within layouts/application (0.5ms) +Completed 200 OK in 15ms (Views: 14.5ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/checkmark.png" for ::1 at 2016-10-01 22:02:54 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-01 22:02:54 -0700 + + +Started GET "/" for ::1 at 2016-10-20 21:14:07 -0700 + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +Processing by TasksController#index as HTML + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (22.0ms) +Completed 200 OK in 701ms (Views: 591.7ms | ActiveRecord: 2.4ms) + + +Started GET "/" for ::1 at 2016-10-20 21:14:08 -0700 +Processing by TasksController#index as HTML + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (2.9ms) +Completed 200 OK in 34ms (Views: 31.5ms | ActiveRecord: 0.4ms) + + +Started GET "/assets/checkmark.png" for ::1 at 2016-10-20 21:14:08 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-20 21:14:08 -0700 + + +Started DELETE "/sessions/destroy" for ::1 at 2016-10-20 21:14:10 -0700 +Processing by SessionsController#destroy as HTML + Parameters: {"authenticity_token"=>"DH+BgStqN84yOiRyNYWDaT3G1NJ3ppJOL/pQR6pY3RAsQqhUjfH85htYfk8jxdH21CLobT3falc843+otQBi/w=="} +Redirected to http://localhost:3000/sessions/index +Completed 302 Found in 2ms (ActiveRecord: 0.0ms) + + +Started GET "/sessions/index" for ::1 at 2016-10-20 21:14:10 -0700 +Processing by SessionsController#index as HTML + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 + Rendered sessions/index.html.erb within layouts/application (3.9ms) +Completed 200 OK in 87ms (Views: 84.6ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-20 21:14:10 -0700 + + +Started POST "/auth/github/" for ::1 at 2016-10-20 21:14:14 -0700 + + +Started GET "/auth/github/callback?code=1642aa42c135aab85d0f&state=13ef33945eadb214c5a1b3bb320b063321a9d59cd7fb9d8b" for ::1 at 2016-10-20 21:14:14 -0700 +Processing by SessionsController#create as HTML + Parameters: {"code"=>"1642aa42c135aab85d0f", "state"=>"13ef33945eadb214c5a1b3bb320b063321a9d59cd7fb9d8b", "provider"=>"github"} + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? AND "users"."provider" = ? LIMIT 1 [["uid", 8129934], ["provider", "github"]] +Redirected to http://localhost:3000/sessions/index +Completed 302 Found in 2ms (ActiveRecord: 0.3ms) + + +Started GET "/sessions/index" for ::1 at 2016-10-20 21:14:16 -0700 +Processing by SessionsController#index as HTML + User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Rendered sessions/index.html.erb within layouts/application (0.9ms) +Completed 200 OK in 45ms (Views: 43.4ms | ActiveRecord: 0.6ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-20 21:14:16 -0700 + + +Started GET "/tasks/index" for ::1 at 2016-10-20 21:14:18 -0700 +Processing by TasksController#index as HTML + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Task Load (0.8ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (5.9ms) +Completed 200 OK in 57ms (Views: 53.2ms | ActiveRecord: 1.1ms) + + +Started GET "/assets/checkmark.png" for ::1 at 2016-10-20 21:14:18 -0700 + + +Started PATCH "/tasks/63/update" for ::1 at 2016-10-20 21:14:27 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"zI7rir0QLv2iGKT3IcD75t40FDHIqqbikLG1kYYVYc/ss8JfG4vl1Yt6/so3gKl5N9AojoLTXvuDqJp+mU3eIA==", "id"=>"63"} + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 63]] +  (0.1ms) begin transaction + SQL (0.4ms) UPDATE "tasks" SET "completed_at" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["completed_at", "2016-10-21 04:14:27.820165"], ["updated_at", "2016-10-21 04:14:27.827933"], ["id", 63]] +  (0.7ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 16ms (ActiveRecord: 1.5ms) + + +Started GET "/" for ::1 at 2016-10-20 21:14:27 -0700 +Processing by TasksController#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Task Load (4.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (7.1ms) +Completed 200 OK in 37ms (Views: 31.6ms | ActiveRecord: 4.2ms) + + +Started GET "/assets/checkmark.png" for ::1 at 2016-10-20 21:14:27 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-20 21:14:27 -0700 + + +Started DELETE "/sessions/destroy" for ::1 at 2016-10-20 21:28:25 -0700 +Processing by SessionsController#destroy as HTML + Parameters: {"authenticity_token"=>"sCYWihL9xxqhxTULmiuQMJrQF6dYOXCwlxqZbu6MYvipO2P6EOU53hh0qwqoeVsr0XGsMNIvVzCqv5qMfpb6Iw=="} +Redirected to http://localhost:3000/sessions/index +Completed 302 Found in 1ms (ActiveRecord: 0.0ms) + + +Started GET "/sessions/index" for ::1 at 2016-10-20 21:28:25 -0700 +Processing by SessionsController#index as HTML + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 + Rendered sessions/index.html.erb within layouts/application (0.2ms) +Completed 200 OK in 21ms (Views: 16.8ms | ActiveRecord: 0.4ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-20 21:28:25 -0700 + + +Started GET "/tasks/index" for ::1 at 2016-10-20 21:28:27 -0700 + +SyntaxError - syntax error, unexpected ':', expecting keyword_then or ';' or '\n' + if !id: session[:user] + ^ +/Users/emilyabrash/Documents/TaskListRails/app/controllers/tasks_controller.rb:64: syntax error, unexpected keyword_end, expecting end-of-input: + app/controllers/tasks_controller.rb:59:in `' + activesupport (4.2.7) lib/active_support/dependencies.rb:457:in `block in load_file' + activesupport (4.2.7) lib/active_support/dependencies.rb:647:in `new_constants_in' + activesupport (4.2.7) lib/active_support/dependencies.rb:456:in `load_file' + activesupport (4.2.7) lib/active_support/dependencies.rb:354:in `require_or_load' + activesupport (4.2.7) lib/active_support/dependencies.rb:494:in `load_missing_constant' + activesupport (4.2.7) lib/active_support/dependencies.rb:184:in `const_missing' + activesupport (4.2.7) lib/active_support/inflector/methods.rb:261:in `block in constantize' + activesupport (4.2.7) lib/active_support/inflector/methods.rb:259:in `constantize' + activesupport (4.2.7) lib/active_support/dependencies.rb:566:in `get' + activesupport (4.2.7) lib/active_support/dependencies.rb:597:in `constantize' + actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:70:in `controller_reference' + actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:60:in `controller' + actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:39:in `serve' + actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' + actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' + actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' + omniauth (1.3.1) lib/omniauth/strategy.rb:186:in `call!' + omniauth (1.3.1) lib/omniauth/strategy.rb:164:in `call' + omniauth (1.3.1) lib/omniauth/builder.rb:63:in `call' + rack (1.6.4) lib/rack/etag.rb:24:in `call' + rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' + rack (1.6.4) lib/rack/head.rb:13:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/params_parser.rb:27:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/flash.rb:260:in `call' + rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' + rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/cookies.rb:560:in `call' + activerecord (4.2.7) lib/active_record/query_cache.rb:36:in `call' + activerecord (4.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' + activerecord (4.2.7) lib/active_record/migration.rb:377:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' + activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' + activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' + activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/reloader.rb:73:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' + better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call' + better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call' + better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' + web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call' + web-console (2.3.0) lib/web_console/middleware.rb:18:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' + railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' + rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' + rack (1.6.4) lib/rack/runtime.rb:18:in `call' + activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' + rack (1.6.4) lib/rack/sendfile.rb:113:in `call' + railties (4.2.7) lib/rails/engine.rb:518:in `call' + railties (4.2.7) lib/rails/application.rb:165:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + rack (1.6.4) lib/rack/content_length.rb:15:in `call' + rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' + + + +Started POST "/__better_errors/7e54633f4add1a83/variables" for ::1 at 2016-10-20 21:28:27 -0700 + + +Started GET "/" for ::1 at 2016-10-20 21:28:41 -0700 +Processing by TasksController#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (3.5ms) +Completed 200 OK in 25ms (Views: 18.6ms | ActiveRecord: 0.7ms) + + +Started GET "/assets/sessions.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-10-20 21:28:41 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-10-20 21:28:41 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-10-20 21:28:41 -0700 + + +Started GET "/assets/style.self-501abb5539a43a648e005b9e181cc8715ea169335a9c131a78e67957ed879812.css?body=1" for ::1 at 2016-10-20 21:28:41 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-10-20 21:28:41 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-10-20 21:28:41 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-10-20 21:28:41 -0700 + + +Started GET "/assets/sessions.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-10-20 21:28:41 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-10-20 21:28:41 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-10-20 21:28:41 -0700 + + +Started GET "/assets/checkmark.png" for ::1 at 2016-10-20 21:28:41 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-20 21:28:41 -0700 + + +Started GET "/tasks/index" for ::1 at 2016-10-20 21:28:43 -0700 +Processing by TasksController#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.7ms) +Completed 200 OK in 31ms (Views: 29.5ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/new" for ::1 at 2016-10-20 21:28:45 -0700 +Processing by TasksController#new as HTML + Rendered tasks/_form.html.erb (18.8ms) + Rendered tasks/new.html.erb within layouts/application (26.7ms) +Completed 200 OK in 47ms (Views: 45.7ms | ActiveRecord: 0.0ms) + + +Started GET "/tasks/index" for ::1 at 2016-10-20 21:28:49 -0700 +Processing by TasksController#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.4ms) +Completed 200 OK in 20ms (Views: 19.3ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/sessions.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-10-20 21:28:49 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-10-20 21:28:49 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-10-20 21:28:49 -0700 + + +Started GET "/assets/sessions.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-10-20 21:28:49 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-10-20 21:28:49 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-10-20 21:28:49 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-10-20 21:28:49 -0700 + + +Started GET "/assets/style.self-501abb5539a43a648e005b9e181cc8715ea169335a9c131a78e67957ed879812.css?body=1" for ::1 at 2016-10-20 21:28:49 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-10-20 21:28:49 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-10-20 21:28:49 -0700 + + +Started GET "/assets/checkmark.png" for ::1 at 2016-10-20 21:28:49 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-20 21:28:49 -0700 + + +Started DELETE "/sessions/destroy" for ::1 at 2016-10-20 21:28:51 -0700 +Processing by SessionsController#destroy as HTML + Parameters: {"authenticity_token"=>"R+HgS2+77x+QRsinc0JMhc3zITznIyBpm+GS6l75rrtn3MmeySAkN7kkkpplAh4aJBcdg61a2HCI+L0FQaERVA=="} +Redirected to http://localhost:3000/sessions/index +Completed 302 Found in 1ms (ActiveRecord: 0.0ms) + + +Started GET "/sessions/index" for ::1 at 2016-10-20 21:28:51 -0700 +Processing by SessionsController#index as HTML + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 + Rendered sessions/index.html.erb within layouts/application (0.2ms) +Completed 200 OK in 19ms (Views: 17.3ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-20 21:28:51 -0700 + + +Started GET "/tasks/index" for ::1 at 2016-10-20 21:28:53 -0700 +Processing by TasksController#index as HTML +Redirected to http://localhost:3000/sessions/index +Filter chain halted as :check_login rendered or redirected +Completed 302 Found in 1ms (ActiveRecord: 0.0ms) + + +Started GET "/sessions/index" for ::1 at 2016-10-20 21:28:53 -0700 +Processing by SessionsController#index as HTML + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 + Rendered sessions/index.html.erb within layouts/application (0.4ms) +Completed 200 OK in 27ms (Views: 25.4ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/new" for ::1 at 2016-10-20 21:28:54 -0700 +Processing by TasksController#new as HTML +Redirected to http://localhost:3000/sessions/index +Filter chain halted as :check_login rendered or redirected +Completed 302 Found in 1ms (ActiveRecord: 0.0ms) + + +Started GET "/sessions/index" for ::1 at 2016-10-20 21:28:54 -0700 +Processing by SessionsController#index as HTML + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 + Rendered sessions/index.html.erb within layouts/application (0.5ms) +Completed 200 OK in 23ms (Views: 21.9ms | ActiveRecord: 0.2ms) + + +Started GET "/sessions/index" for ::1 at 2016-10-20 21:31:57 -0700 +Processing by SessionsController#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 + Rendered sessions/index.html.erb within layouts/application (0.6ms) +Completed 200 OK in 21ms (Views: 20.2ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/sessions.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-10-20 21:31:57 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-10-20 21:31:57 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-10-20 21:31:57 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-10-20 21:31:57 -0700 + + +Started GET "/assets/style.self-501abb5539a43a648e005b9e181cc8715ea169335a9c131a78e67957ed879812.css?body=1" for ::1 at 2016-10-20 21:31:57 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-10-20 21:31:57 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-10-20 21:31:57 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-10-20 21:31:57 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-10-20 21:31:57 -0700 + + +Started GET "/assets/sessions.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-10-20 21:31:57 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-20 21:31:57 -0700 + + +Started POST "/auth/github/" for ::1 at 2016-10-20 21:31:58 -0700 + + +Started GET "/auth/github/callback?code=06a3ba767862867ffa47&state=ee76cfeb7aaa18beeb16a1ec031344ea2cfe991a118b1285" for ::1 at 2016-10-20 21:31:59 -0700 +Processing by SessionsController#create as HTML + Parameters: {"code"=>"06a3ba767862867ffa47", "state"=>"ee76cfeb7aaa18beeb16a1ec031344ea2cfe991a118b1285", "provider"=>"github"} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? AND "users"."provider" = ? LIMIT 1 [["uid", 8129934], ["provider", "github"]] +Redirected to http://localhost:3000/sessions/index +Completed 302 Found in 2ms (ActiveRecord: 0.2ms) + + +Started GET "/sessions/index" for ::1 at 2016-10-20 21:32:00 -0700 +Processing by SessionsController#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Rendered sessions/index.html.erb within layouts/application (0.3ms) +Completed 200 OK in 17ms (Views: 16.1ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-20 21:32:00 -0700 + + +Started GET "/tasks/index" for ::1 at 2016-10-20 21:32:02 -0700 +Processing by TasksController#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (14.1ms) +Completed 200 OK in 32ms (Views: 30.1ms | ActiveRecord: 0.3ms) + + +Started GET "/assets/checkmark.png" for ::1 at 2016-10-20 21:32:02 -0700 + + +Started GET "/tasks/index" for ::1 at 2016-10-20 21:32:09 -0700 +Processing by TasksController#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.8ms) +Completed 200 OK in 17ms (Views: 16.5ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/sessions.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-10-20 21:32:09 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-10-20 21:32:09 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-10-20 21:32:09 -0700 + + +Started GET "/assets/style.self-501abb5539a43a648e005b9e181cc8715ea169335a9c131a78e67957ed879812.css?body=1" for ::1 at 2016-10-20 21:32:09 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-10-20 21:32:09 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-10-20 21:32:09 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-10-20 21:32:09 -0700 + + +Started GET "/assets/sessions.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-10-20 21:32:09 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-10-20 21:32:09 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-10-20 21:32:09 -0700 + + +Started GET "/assets/checkmark.png" for ::1 at 2016-10-20 21:32:09 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-20 21:32:09 -0700 + + +Started DELETE "/sessions/destroy" for ::1 at 2016-10-20 21:32:30 -0700 +Processing by SessionsController#destroy as HTML + Parameters: {"authenticity_token"=>"z2nMwJlVTTRmyl6pdoDquEEzwdBZNAh35/8PCCh97UbvVOUVP86GHE+oBJRgwLgnqNf9bxNN8G705iDnNyVSqQ=="} +Redirected to http://localhost:3000/sessions/index +Completed 302 Found in 1ms (ActiveRecord: 0.0ms) + + +Started GET "/sessions/index" for ::1 at 2016-10-20 21:32:30 -0700 +Processing by SessionsController#index as HTML + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 + Rendered sessions/index.html.erb within layouts/application (0.3ms) +Completed 200 OK in 18ms (Views: 15.5ms | ActiveRecord: 0.3ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-20 21:32:30 -0700 + + +Started GET "/tasks/index" for ::1 at 2016-10-20 21:32:35 -0700 +Processing by TasksController#index as HTML +Redirected to http://localhost:3000/sessions/index +Filter chain halted as :check_login rendered or redirected +Completed 302 Found in 1ms (ActiveRecord: 0.0ms) + + +Started GET "/sessions/index" for ::1 at 2016-10-20 21:32:35 -0700 +Processing by SessionsController#index as HTML + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 + Rendered sessions/index.html.erb within layouts/application (0.3ms) +Completed 200 OK in 23ms (Views: 21.5ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/new" for ::1 at 2016-10-20 21:32:36 -0700 +Processing by TasksController#new as HTML +Redirected to http://localhost:3000/sessions/index +Filter chain halted as :check_login rendered or redirected +Completed 302 Found in 1ms (ActiveRecord: 0.0ms) + + +Started GET "/sessions/index" for ::1 at 2016-10-20 21:32:36 -0700 +Processing by SessionsController#index as HTML + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 + Rendered sessions/index.html.erb within layouts/application (0.7ms) +Completed 200 OK in 28ms (Views: 26.1ms | ActiveRecord: 0.2ms) + + +Started GET "/sessions/index" for ::1 at 2016-10-20 21:34:36 -0700 +Processing by SessionsController#index as HTML + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 + Rendered sessions/index.html.erb within layouts/application (0.4ms) +Completed 200 OK in 28ms (Views: 25.0ms | ActiveRecord: 0.3ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-20 21:34:36 -0700 + + +Started POST "/auth/github/" for ::1 at 2016-10-20 21:34:37 -0700 + + +Started GET "/auth/github/callback?code=50181214d598d307ac40&state=830042ba7d30d9d4716820e0444bda030e868dcb30db4c45" for ::1 at 2016-10-20 21:34:38 -0700 +Processing by SessionsController#create as HTML + Parameters: {"code"=>"50181214d598d307ac40", "state"=>"830042ba7d30d9d4716820e0444bda030e868dcb30db4c45", "provider"=>"github"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? AND "users"."provider" = ? LIMIT 1 [["uid", 8129934], ["provider", "github"]] +Completed 500 Internal Server Error in 32ms (ActiveRecord: 0.3ms) + +NameError - undefined local variable or method `tasks_index_path' for #: + app/controllers/sessions_controller.rb:26:in `create' + actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (4.2.7) lib/abstract_controller/base.rb:198:in `process_action' + actionpack (4.2.7) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (4.2.7) lib/abstract_controller/callbacks.rb:20:in `block in process_action' + activesupport (4.2.7) lib/active_support/callbacks.rb:117:in `call' + activesupport (4.2.7) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' + activesupport (4.2.7) lib/active_support/callbacks.rb:505:in `call' + activesupport (4.2.7) lib/active_support/callbacks.rb:92:in `__run_callbacks__' + activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' + activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (4.2.7) lib/abstract_controller/callbacks.rb:19:in `process_action' + actionpack (4.2.7) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' + activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' + activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' + actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:30:in `process_action' + actionpack (4.2.7) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' + activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (4.2.7) lib/abstract_controller/base.rb:137:in `process' + actionview (4.2.7) lib/action_view/rendering.rb:30:in `process' + actionpack (4.2.7) lib/action_controller/metal.rb:196:in `dispatch' + actionpack (4.2.7) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' + actionpack (4.2.7) lib/action_controller/metal.rb:237:in `block in action' + actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' + actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:43:in `serve' + actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' + actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' + actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' + omniauth (1.3.1) lib/omniauth/strategy.rb:408:in `call_app!' + omniauth (1.3.1) lib/omniauth/strategy.rb:362:in `callback_phase' + omniauth-oauth2 (1.4.0) lib/omniauth/strategies/oauth2.rb:75:in `callback_phase' + omniauth (1.3.1) lib/omniauth/strategy.rb:227:in `callback_call' + omniauth (1.3.1) lib/omniauth/strategy.rb:184:in `call!' + omniauth (1.3.1) lib/omniauth/strategy.rb:164:in `call' + omniauth (1.3.1) lib/omniauth/builder.rb:63:in `call' + rack (1.6.4) lib/rack/etag.rb:24:in `call' + rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' + rack (1.6.4) lib/rack/head.rb:13:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/params_parser.rb:27:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/flash.rb:260:in `call' + rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' + rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/cookies.rb:560:in `call' + activerecord (4.2.7) lib/active_record/query_cache.rb:36:in `call' + activerecord (4.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' + activerecord (4.2.7) lib/active_record/migration.rb:377:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' + activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' + activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' + activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/reloader.rb:73:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' + better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call' + better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call' + better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' + web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call' + web-console (2.3.0) lib/web_console/middleware.rb:18:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' + railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' + rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' + rack (1.6.4) lib/rack/runtime.rb:18:in `call' + activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' + rack (1.6.4) lib/rack/sendfile.rb:113:in `call' + railties (4.2.7) lib/rails/engine.rb:518:in `call' + railties (4.2.7) lib/rails/application.rb:165:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + rack (1.6.4) lib/rack/content_length.rb:15:in `call' + rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' + + + +Started POST "/__better_errors/bc363e0ccf773cee/variables" for ::1 at 2016-10-20 21:34:39 -0700 + + +Started POST "/auth/github/" for ::1 at 2016-10-20 21:35:37 -0700 + + +Started GET "/auth/github/callback?code=5aed09666af3aa3d9a35&state=f5dce879a448d11ecb3bdb54ee4f9c2fbdab45951e2efab6" for ::1 at 2016-10-20 21:35:37 -0700 +Processing by SessionsController#create as HTML + Parameters: {"code"=>"5aed09666af3aa3d9a35", "state"=>"f5dce879a448d11ecb3bdb54ee4f9c2fbdab45951e2efab6", "provider"=>"github"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? AND "users"."provider" = ? LIMIT 1 [["uid", 8129934], ["provider", "github"]] +Redirected to http://localhost:3000/tasks/index +Completed 302 Found in 6ms (ActiveRecord: 0.5ms) + + +Started GET "/tasks/index" for ::1 at 2016-10-20 21:35:40 -0700 +Processing by TasksController#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (5.1ms) +Completed 200 OK in 30ms (Views: 25.9ms | ActiveRecord: 0.5ms) + + +Started GET "/assets/checkmark.png" for ::1 at 2016-10-20 21:35:40 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-20 21:35:40 -0700 + + +Started GET "/" for ::1 at 2016-10-20 21:35:45 -0700 +Processing by TasksController#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" + Rendered tasks/index.html.erb within layouts/application (1.4ms) +Completed 200 OK in 20ms (Views: 19.1ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/checkmark.png" for ::1 at 2016-10-20 21:35:45 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-20 21:35:45 -0700 + + +Started DELETE "/sessions/destroy" for ::1 at 2016-10-20 21:35:46 -0700 +Processing by SessionsController#destroy as HTML + Parameters: {"authenticity_token"=>"DdUrdQQGs+nHf7nyV5jNiWX0Rg3WZ60AnF3iS5U/QpUt6AKgop14we4d489B2J8WjBB6spweVRmPRM2kimf9eg=="} +Redirected to http://localhost:3000/sessions/index +Completed 302 Found in 1ms (ActiveRecord: 0.0ms) + + +Started GET "/sessions/index" for ::1 at 2016-10-20 21:35:46 -0700 +Processing by SessionsController#index as HTML + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 + Rendered sessions/index.html.erb within layouts/application (0.2ms) +Completed 200 OK in 19ms (Views: 16.3ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-20 21:35:46 -0700 + + +Started GET "/" for ::1 at 2016-10-20 21:35:49 -0700 +Processing by TasksController#index as HTML +Redirected to http://localhost:3000/sessions/index +Filter chain halted as :check_login rendered or redirected +Completed 302 Found in 1ms (ActiveRecord: 0.0ms) + + +Started GET "/sessions/index" for ::1 at 2016-10-20 21:35:49 -0700 +Processing by SessionsController#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 + Rendered sessions/index.html.erb within layouts/application (0.4ms) +Completed 200 OK in 20ms (Views: 18.7ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-20 21:35:49 -0700 +  (0.2ms) SELECT "schema_migrations"."version" FROM "schema_migrations" + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +Migrating to CreateUsers (20161021000354) +  (0.0ms) begin transaction +  (1.0ms) DROP TABLE "users" + SQL (0.2ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = ? [["version", "20161021000354"]] +  (0.6ms) commit transaction + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +Migrating to CreateTasks (20160928210407) +  (0.1ms) begin transaction +  (0.5ms) DROP TABLE "tasks" + SQL (0.2ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = ? [["version", "20160928210407"]] +  (1.5ms) commit transaction + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +Migrating to CreateTasks (20160928210407) +  (0.1ms) begin transaction +  (0.9ms) CREATE TABLE "tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "description" varchar, "completed_at" datetime, "user_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  + SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160928210407"]] +  (0.6ms) commit transaction +Migrating to CreateUsers (20161021000354) +  (0.1ms) begin transaction +  (0.5ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "email" varchar, "uid" integer NOT NULL, "provider" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  + SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20161021000354"]] +  (0.9ms) commit transaction + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" + Task Load (1.9ms) SELECT "tasks".* FROM "tasks" +  (0.2ms) begin transaction + SQL (0.6ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Emily Abrash"], ["email", "emabrash@gmail.com"], ["uid", 1235], ["provider", "google"], ["created_at", "2016-10-23 20:05:10.962640"], ["updated_at", "2016-10-23 20:05:10.962640"]] +  (1.2ms) commit transaction +  (0.1ms) begin transaction + SQL (0.5ms) INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Wash the dog"], ["description", "With shampoo"], ["created_at", "2016-10-23 20:05:14.771473"], ["updated_at", "2016-10-23 20:05:14.771473"]] +  (2.0ms) commit transaction + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."user_id" = ? [["user_id", 1]] +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "user_id" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["user_id", 1], ["updated_at", "2016-10-23 20:05:43.916388"], ["id", 1]] +  (1.1ms) commit transaction +  (0.1ms) begin transaction +  (1.3ms) commit transaction + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +Migrating to CreateUsers (20161021000354) +  (0.0ms) begin transaction +  (1.4ms) DROP TABLE "users" + SQL (0.3ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = ? [["version", "20161021000354"]] +  (0.7ms) commit transaction +Migrating to CreateTasks (20160928210407) +  (0.1ms) begin transaction +  (0.4ms) DROP TABLE "tasks" + SQL (0.2ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = ? [["version", "20160928210407"]] +  (0.7ms) commit transaction + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +Migrating to CreateTasks (20160928210407) +  (0.1ms) begin transaction +  (0.4ms) CREATE TABLE "tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "description" varchar, "completed_at" datetime, "user_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  + SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160928210407"]] +  (0.8ms) commit transaction +Migrating to CreateUsers (20161021000354) +  (0.1ms) begin transaction +  (0.5ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "email" varchar, "uid" integer NOT NULL, "provider" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  + SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20161021000354"]] +  (0.6ms) commit transaction + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" + User Load (1.3ms) SELECT "users".* FROM "users" + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" +  (0.2ms) begin transaction +  (0.1ms) rollback transaction + + +Started GET "/" for ::1 at 2016-10-23 13:33:47 -0700 + ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" +Processing by TasksController#index as HTML +Redirected to http://localhost:3000/sessions/index +Filter chain halted as :check_login rendered or redirected +Completed 302 Found in 13ms (ActiveRecord: 0.0ms) + + +Started GET "/" for ::1 at 2016-10-23 13:33:48 -0700 +Processing by TasksController#index as HTML +Redirected to http://localhost:3000/sessions/index +Filter chain halted as :check_login rendered or redirected +Completed 302 Found in 1ms (ActiveRecord: 0.0ms) + + +Started GET "/sessions/index" for ::1 at 2016-10-23 13:33:48 -0700 +Processing by SessionsController#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 + Rendered sessions/index.html.erb within layouts/application (2.5ms) +Completed 200 OK in 268ms (Views: 257.6ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-23 13:33:48 -0700 + + +Started POST "/auth/github/" for ::1 at 2016-10-23 13:33:51 -0700 + + +Started GET "/auth/github/callback?code=a8c77c36c1f95b20ee85&state=8aab74330ad9ab5117a7678f2295363244c8650f7529f41a" for ::1 at 2016-10-23 13:33:51 -0700 +Processing by SessionsController#create as HTML + Parameters: {"code"=>"a8c77c36c1f95b20ee85", "state"=>"8aab74330ad9ab5117a7678f2295363244c8650f7529f41a", "provider"=>"github"} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? AND "users"."provider" = ? LIMIT 1 [["uid", 8129934], ["provider", "github"]] +  (0.1ms) begin transaction + SQL (0.4ms) INSERT INTO "users" ("uid", "provider", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["uid", 8129934], ["provider", "github"], ["name", "Emily Abrash"], ["email", "emabrash@gmail.com"], ["created_at", "2016-10-23 20:33:53.316346"], ["updated_at", "2016-10-23 20:33:53.316346"]] +  (1.0ms) commit transaction +Redirected to http://localhost:3000/tasks/index +Completed 302 Found in 16ms (ActiveRecord: 1.7ms) + + +Started GET "/tasks/index" for ::1 at 2016-10-23 13:33:53 -0700 +Processing by TasksController#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."user_id" = ? [["user_id", 1]] + Rendered tasks/index.html.erb within layouts/application (2.7ms) +Completed 200 OK in 66ms (Views: 34.1ms | ActiveRecord: 0.5ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-23 13:33:53 -0700 + + +Started GET "/tasks/new" for ::1 at 2016-10-23 13:33:55 -0700 +Processing by TasksController#new as HTML + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Rendered tasks/_form.html.erb (20.1ms) + Rendered tasks/new.html.erb within layouts/application (27.5ms) +Completed 200 OK in 65ms (Views: 44.2ms | ActiveRecord: 0.2ms) + + +Started POST "/tasks/create" for ::1 at 2016-10-23 13:34:02 -0700 +Processing by TasksController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"DhD9VFxAjOBRshEAgF5cTRNZOoelSSDweXGMGcpYLfQwgzWqqEZ4Nmh/QywoXrertaFaxYBd7TpSh1r2sFx99A==", "post"=>{"title"=>"Wash the dog", "description"=>"With shampoo"}, "commit"=>"Create Task"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] +  (0.0ms) begin transaction + SQL (0.3ms) INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Wash the dog"], ["description", "With shampoo"], ["created_at", "2016-10-23 20:34:02.803667"], ["updated_at", "2016-10-23 20:34:02.803667"]] +  (0.8ms) commit transaction +  (0.2ms) begin transaction + SQL (0.6ms) UPDATE "tasks" SET "user_id" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["user_id", 1], ["updated_at", "2016-10-23 20:34:02.807593"], ["id", 1]] +  (1.2ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 11ms (ActiveRecord: 3.3ms) + + +Started GET "/" for ::1 at 2016-10-23 13:34:02 -0700 +Processing by TasksController#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."user_id" = ? [["user_id", 1]] + Rendered tasks/index.html.erb within layouts/application (2.0ms) +Completed 200 OK in 24ms (Views: 22.0ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-23 13:34:02 -0700 + + +Started GET "/tasks/index" for ::1 at 2016-10-23 13:34:07 -0700 +Processing by TasksController#index as HTML + User Load (0.9ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."user_id" = ? [["user_id", 1]] + Rendered tasks/index.html.erb within layouts/application (2.3ms) +Completed 200 OK in 34ms (Views: 31.0ms | ActiveRecord: 1.0ms) + + +Started GET "/tasks/new" for ::1 at 2016-10-23 13:34:08 -0700 +Processing by TasksController#new as HTML + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Rendered tasks/_form.html.erb (2.6ms) + Rendered tasks/new.html.erb within layouts/application (5.1ms) +Completed 200 OK in 32ms (Views: 29.4ms | ActiveRecord: 0.4ms) + + +Started GET "/tasks/index" for ::1 at 2016-10-23 13:34:09 -0700 +Processing by TasksController#index as HTML + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Task Load (0.4ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."user_id" = ? [["user_id", 1]] + Rendered tasks/index.html.erb within layouts/application (2.8ms) +Completed 200 OK in 32ms (Views: 28.4ms | ActiveRecord: 0.6ms) + + +Started GET "/tasks/new" for ::1 at 2016-10-23 13:34:10 -0700 +Processing by TasksController#new as HTML + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Rendered tasks/_form.html.erb (1.8ms) + Rendered tasks/new.html.erb within layouts/application (3.8ms) +Completed 200 OK in 33ms (Views: 29.0ms | ActiveRecord: 0.3ms) + + +Started POST "/tasks/create" for ::1 at 2016-10-23 13:34:17 -0700 +Processing by TasksController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"6eReGAD8YUEgDP8sFZFCqw/lt+4CyLKDS2LZe7/LajXXd5bm9PqVlxnBrQC9kalNqR3XrCfcf0lglA+Uxc86NQ==", "post"=>{"title"=>"Shampoo the cat", "description"=>"With soap"}, "commit"=>"Create Task"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] +  (0.1ms) begin transaction + SQL (0.6ms) INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Shampoo the cat"], ["description", "With soap"], ["created_at", "2016-10-23 20:34:17.194650"], ["updated_at", "2016-10-23 20:34:17.194650"]] +  (1.1ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "user_id" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["user_id", 1], ["updated_at", "2016-10-23 20:34:17.199853"], ["id", 2]] +  (0.5ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 9ms (ActiveRecord: 2.7ms) + + +Started GET "/" for ::1 at 2016-10-23 13:34:17 -0700 +Processing by TasksController#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."user_id" = ? [["user_id", 1]] + Rendered tasks/index.html.erb within layouts/application (2.9ms) +Completed 200 OK in 21ms (Views: 20.0ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-23 13:34:17 -0700 + + +Started GET "/tasks/new" for ::1 at 2016-10-23 13:34:21 -0700 +Processing by TasksController#new as HTML + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Rendered tasks/_form.html.erb (1.5ms) + Rendered tasks/new.html.erb within layouts/application (3.0ms) +Completed 200 OK in 35ms (Views: 33.4ms | ActiveRecord: 0.1ms) + + +Started POST "/tasks/create" for ::1 at 2016-10-23 13:34:39 -0700 +Processing by TasksController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"HJYPg9d7YNcsh/5xQbct/wCT0wn9Q/Nuqx2vMQY9uaEiBcd9I32UARVKrF3pt8YZpmuzS9hXPqSA63nefDnpoQ==", "post"=>{"title"=>"Make carrot cake", "description"=>"Cuz why not"}, "commit"=>"Create Task"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] +  (0.0ms) begin transaction + SQL (0.2ms) INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Make carrot cake"], ["description", "Cuz why not"], ["created_at", "2016-10-23 20:34:39.450812"], ["updated_at", "2016-10-23 20:34:39.450812"]] +  (0.5ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "user_id" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["user_id", 1], ["updated_at", "2016-10-23 20:34:39.453255"], ["id", 3]] +  (0.9ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 6ms (ActiveRecord: 2.1ms) + + +Started GET "/" for ::1 at 2016-10-23 13:34:39 -0700 +Processing by TasksController#index as HTML + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."user_id" = ? [["user_id", 1]] + Rendered tasks/index.html.erb within layouts/application (5.8ms) +Completed 200 OK in 21ms (Views: 19.3ms | ActiveRecord: 0.4ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-23 13:34:39 -0700 + + +Started DELETE "/tasks/1/destroy" for ::1 at 2016-10-23 13:34:43 -0700 +Processing by TasksController#destroy as HTML + Parameters: {"authenticity_token"=>"5Yo/t1X3rv/uPRmS1chRbZxR5jqxY6/xBrg5IQuRL3HbGfdJofFaKdfwS759yLqLOqmGeJR3YjstTu/OcZV/cQ==", "id"=>"1"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 1]] + Task Exists (0.5ms) SELECT 1 AS one FROM "tasks" WHERE "tasks"."user_id" = ? AND "tasks"."id" = ? LIMIT 1 [["user_id", 1], ["id", 1]] +  (0.1ms) begin transaction + SQL (0.8ms) DELETE FROM "tasks" WHERE "tasks"."id" = ? [["id", 1]] +  (1.3ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 19ms (ActiveRecord: 3.0ms) + + +Started GET "/" for ::1 at 2016-10-23 13:34:43 -0700 +Processing by TasksController#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."user_id" = ? [["user_id", 1]] + Rendered tasks/index.html.erb within layouts/application (2.2ms) +Completed 200 OK in 18ms (Views: 16.9ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-23 13:34:43 -0700 + + +Started PATCH "/tasks/2/update" for ::1 at 2016-10-23 13:34:44 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"XIPdDkJu3IuGeSufTJC+k65seICvNseMEFvyN4z+xRZiEBXwtmgoXb+0ebPkkFV1CJQYwooiCkY7rSTY9vqVFg==", "id"=>"2"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Task Load (0.0ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 2]] + Task Exists (0.0ms) SELECT 1 AS one FROM "tasks" WHERE "tasks"."user_id" = ? AND "tasks"."id" = ? LIMIT 1 [["user_id", 1], ["id", 2]] +  (0.0ms) begin transaction + SQL (0.2ms) UPDATE "tasks" SET "completed_at" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["completed_at", "2016-10-23 20:34:44.264727"], ["updated_at", "2016-10-23 20:34:44.265082"], ["id", 2]] +  (1.4ms) commit transaction +Redirected to http://localhost:3000/ +Completed 302 Found in 5ms (ActiveRecord: 1.8ms) + + +Started GET "/" for ::1 at 2016-10-23 13:34:44 -0700 +Processing by TasksController#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."user_id" = ? [["user_id", 1]] + Rendered tasks/index.html.erb within layouts/application (3.9ms) +Completed 200 OK in 21ms (Views: 19.7ms | ActiveRecord: 0.3ms) + + +Started GET "/assets/checkmark.png" for ::1 at 2016-10-23 13:34:44 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-23 13:34:44 -0700 + + +Started GET "/tasks/3/edit" for ::1 at 2016-10-23 13:34:45 -0700 +Processing by TasksController#edit as HTML + Parameters: {"id"=>"3"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Task Load (0.0ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 3]] + Task Exists (0.0ms) SELECT 1 AS one FROM "tasks" WHERE "tasks"."user_id" = ? AND "tasks"."id" = ? LIMIT 1 [["user_id", 1], ["id", 3]] + Rendered tasks/_form.html.erb (1.0ms) + Rendered tasks/edit.html.erb within layouts/application (3.1ms) +Completed 200 OK in 31ms (Views: 29.3ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-23 13:34:45 -0700 + + +Started PATCH "/tasks/3/update" for ::1 at 2016-10-23 13:34:47 -0700 +Processing by TasksController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"Ym8MOCQGe1P1Wq/HKkBvEMl7bKPzh5S9cxmT66AAdoRc/MTG0ACPhcyX/euCQIT2b4MM4daTWXdY70UE2gQmhA==", "patch"=>{"title"=>"Make carrot cake", "description"=>"Cuz why not??"}, "commit"=>"Update Task", "id"=>"3"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Task Load (0.0ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 3]] + Task Exists (0.1ms) SELECT 1 AS one FROM "tasks" WHERE "tasks"."user_id" = ? AND "tasks"."id" = ? LIMIT 1 [["user_id", 1], ["id", 3]] +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "description" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["description", "Cuz why not??"], ["updated_at", "2016-10-23 20:34:47.903613"], ["id", 3]] +  (0.6ms) commit transaction +Redirected to http://localhost:3000/tasks/show/3 +Completed 302 Found in 5ms (ActiveRecord: 1.1ms) + + +Started GET "/tasks/show/3" for ::1 at 2016-10-23 13:34:47 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"3"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 3]] + Task Exists (0.1ms) SELECT 1 AS one FROM "tasks" WHERE "tasks"."user_id" = ? AND "tasks"."id" = ? LIMIT 1 [["user_id", 1], ["id", 3]] + Rendered tasks/show.html.erb within layouts/application (2.3ms) +Completed 200 OK in 23ms (Views: 20.5ms | ActiveRecord: 0.3ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-23 13:34:47 -0700 + + +Started PATCH "/tasks/3/update" for ::1 at 2016-10-23 13:34:50 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"Zjoyjh6FPcjiR2jkOc2GUrp/wTB1nLxS2aa8zkQM17VYqfpw6oPJHtuKOsiRzW20HIehclCIcZjyUGohPgiHtQ==", "id"=>"3"} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 3]] + Task Exists (0.1ms) SELECT 1 AS one FROM "tasks" WHERE "tasks"."user_id" = ? AND "tasks"."id" = ? LIMIT 1 [["user_id", 1], ["id", 3]] +  (0.0ms) begin transaction + SQL (0.4ms) UPDATE "tasks" SET "completed_at" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["completed_at", "2016-10-23 20:34:50.261504"], ["updated_at", "2016-10-23 20:34:50.261885"], ["id", 3]] +  (1.4ms) commit transaction +Redirected to http://localhost:3000/tasks/show/3 +Completed 302 Found in 7ms (ActiveRecord: 2.3ms) + + +Started GET "/tasks/show/3" for ::1 at 2016-10-23 13:34:50 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"3"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 3]] + Task Exists (0.2ms) SELECT 1 AS one FROM "tasks" WHERE "tasks"."user_id" = ? AND "tasks"."id" = ? LIMIT 1 [["user_id", 1], ["id", 3]] + Rendered tasks/show.html.erb within layouts/application (0.7ms) +Completed 200 OK in 23ms (Views: 19.3ms | ActiveRecord: 0.4ms) + + +Started GET "/assets/checkmark.png" for ::1 at 2016-10-23 13:34:50 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-23 13:34:50 -0700 + + +Started GET "/tasks/index" for ::1 at 2016-10-23 13:34:51 -0700 +Processing by TasksController#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."user_id" = ? [["user_id", 1]] + Rendered tasks/index.html.erb within layouts/application (2.0ms) +Completed 200 OK in 26ms (Views: 24.0ms | ActiveRecord: 0.3ms) + + +Started DELETE "/sessions/destroy" for ::1 at 2016-10-23 13:34:56 -0700 +Processing by SessionsController#destroy as HTML + Parameters: {"authenticity_token"=>"ZweY15clz0JnYkXphpO1Q7/0iDa748j9ITUTlr0jWSJZlFApYyM7lF6vF8Uuk16lGQzodJ73BTcKw8V5xycJIg=="} +Redirected to http://localhost:3000/sessions/index +Completed 302 Found in 1ms (ActiveRecord: 0.0ms) + + +Started GET "/sessions/index" for ::1 at 2016-10-23 13:34:56 -0700 +Processing by SessionsController#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 + Rendered sessions/index.html.erb within layouts/application (0.2ms) +Completed 200 OK in 16ms (Views: 15.3ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-23 13:34:56 -0700 + + +Started GET "/tasks/index" for ::1 at 2016-10-23 13:34:57 -0700 +Processing by TasksController#index as HTML +Redirected to http://localhost:3000/sessions/index +Filter chain halted as :check_login rendered or redirected +Completed 302 Found in 1ms (ActiveRecord: 0.0ms) + + +Started GET "/sessions/index" for ::1 at 2016-10-23 13:34:57 -0700 +Processing by SessionsController#index as HTML + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 + Rendered sessions/index.html.erb within layouts/application (0.6ms) +Completed 200 OK in 23ms (Views: 22.0ms | ActiveRecord: 0.3ms) + + +Started GET "/tasks/new" for ::1 at 2016-10-23 13:34:58 -0700 +Processing by TasksController#new as HTML +Redirected to http://localhost:3000/sessions/index +Filter chain halted as :check_login rendered or redirected +Completed 302 Found in 1ms (ActiveRecord: 0.0ms) + + +Started GET "/sessions/index" for ::1 at 2016-10-23 13:34:58 -0700 +Processing by SessionsController#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 + Rendered sessions/index.html.erb within layouts/application (0.2ms) +Completed 200 OK in 21ms (Views: 19.8ms | ActiveRecord: 0.1ms) + + +Started GET "/sessions/new" for ::1 at 2016-10-23 13:35:04 -0700 + +ActionController::RoutingError (No route matches [GET] "/sessions/new"): + actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' + web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call' + web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch' + web-console (2.3.0) lib/web_console/middleware.rb:18:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' + railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' + rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' + rack (1.6.4) lib/rack/runtime.rb:18:in `call' + activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' + rack (1.6.4) lib/rack/sendfile.rb:113:in `call' + railties (4.2.7) lib/rails/engine.rb:518:in `call' + railties (4.2.7) lib/rails/application.rb:165:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + rack (1.6.4) lib/rack/content_length.rb:15:in `call' + rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' + + + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.2ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.9ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/routes/_table.html.erb (2.2ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (58.2ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (40.5ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (87.2ms) + + +Started GET "/tasks/show/3" for ::1 at 2016-10-23 13:35:17 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"3"} +Redirected to http://localhost:3000/sessions/index +Filter chain halted as :check_login rendered or redirected +Completed 302 Found in 1ms (ActiveRecord: 0.0ms) + + +Started GET "/sessions/index" for ::1 at 2016-10-23 13:35:17 -0700 +Processing by SessionsController#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 + Rendered sessions/index.html.erb within layouts/application (0.2ms) +Completed 200 OK in 16ms (Views: 14.6ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-23 13:35:17 -0700 + + +Started POST "/auth/github/" for ::1 at 2016-10-23 13:35:29 -0700 + + +Started GET "/auth/github/callback?code=54b6e164ca7ded38138c&state=46a998b64d34f68bec9bc15aa13f30fbae0a0007c98d77c0" for ::1 at 2016-10-23 13:35:30 -0700 +Processing by SessionsController#create as HTML + Parameters: {"code"=>"54b6e164ca7ded38138c", "state"=>"46a998b64d34f68bec9bc15aa13f30fbae0a0007c98d77c0", "provider"=>"github"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? AND "users"."provider" = ? LIMIT 1 [["uid", 8129934], ["provider", "github"]] +Redirected to http://localhost:3000/tasks/index +Completed 302 Found in 1ms (ActiveRecord: 0.1ms) + + +Started GET "/tasks/index" for ::1 at 2016-10-23 13:35:32 -0700 +Processing by TasksController#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."user_id" = ? [["user_id", 1]] + Rendered tasks/index.html.erb within layouts/application (1.7ms) +Completed 200 OK in 21ms (Views: 19.6ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/checkmark.png" for ::1 at 2016-10-23 13:35:32 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-23 13:35:32 -0700 + + +Started GET "/tasks/show/4" for ::1 at 2016-10-23 13:35:34 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"4"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Task Load (0.0ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 4]] +Completed 404 Not Found in 1ms (ActiveRecord: 0.1ms) + +ActiveRecord::RecordNotFound - Couldn't find Task with 'id'=4: + activerecord (4.2.7) lib/active_record/core.rb:155:in `find' + app/controllers/tasks_controller.rb:64:in `check_correct_user' + activesupport (4.2.7) lib/active_support/callbacks.rb:432:in `block in make_lambda' + activesupport (4.2.7) lib/active_support/callbacks.rb:145:in `block in halting_and_conditional' + activesupport (4.2.7) lib/active_support/callbacks.rb:504:in `block in call' + activesupport (4.2.7) lib/active_support/callbacks.rb:504:in `call' + activesupport (4.2.7) lib/active_support/callbacks.rb:92:in `__run_callbacks__' + activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' + activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (4.2.7) lib/abstract_controller/callbacks.rb:19:in `process_action' + actionpack (4.2.7) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' + activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' + activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' + actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:30:in `process_action' + actionpack (4.2.7) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' + activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (4.2.7) lib/abstract_controller/base.rb:137:in `process' + actionview (4.2.7) lib/action_view/rendering.rb:30:in `process' + actionpack (4.2.7) lib/action_controller/metal.rb:196:in `dispatch' + actionpack (4.2.7) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' + actionpack (4.2.7) lib/action_controller/metal.rb:237:in `block in action' + actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' + actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:43:in `serve' + actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' + actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' + actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' + omniauth (1.3.1) lib/omniauth/strategy.rb:186:in `call!' + omniauth (1.3.1) lib/omniauth/strategy.rb:164:in `call' + omniauth (1.3.1) lib/omniauth/builder.rb:63:in `call' + rack (1.6.4) lib/rack/etag.rb:24:in `call' + rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' + rack (1.6.4) lib/rack/head.rb:13:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/params_parser.rb:27:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/flash.rb:260:in `call' + rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' + rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/cookies.rb:560:in `call' + activerecord (4.2.7) lib/active_record/query_cache.rb:36:in `call' + activerecord (4.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' + activerecord (4.2.7) lib/active_record/migration.rb:377:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' + activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' + activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' + activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/reloader.rb:73:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' + better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call' + better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call' + better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' + web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call' + web-console (2.3.0) lib/web_console/middleware.rb:18:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' + railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' + rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' + rack (1.6.4) lib/rack/runtime.rb:18:in `call' + activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' + rack (1.6.4) lib/rack/sendfile.rb:113:in `call' + railties (4.2.7) lib/rails/engine.rb:518:in `call' + railties (4.2.7) lib/rails/application.rb:165:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + rack (1.6.4) lib/rack/content_length.rb:15:in `call' + rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' + + + +Started POST "/__better_errors/bf004ac011affb03/variables" for ::1 at 2016-10-23 13:35:34 -0700 + + +Started GET "/tasks/show/4" for ::1 at 2016-10-23 13:36:08 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"4"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 4]] +Completed 404 Not Found in 10ms (ActiveRecord: 0.9ms) + +ActiveRecord::RecordNotFound - Couldn't find Task with 'id'=4: + activerecord (4.2.7) lib/active_record/core.rb:155:in `find' + app/controllers/tasks_controller.rb:64:in `check_correct_user' + activesupport (4.2.7) lib/active_support/callbacks.rb:432:in `block in make_lambda' + activesupport (4.2.7) lib/active_support/callbacks.rb:145:in `block in halting_and_conditional' + activesupport (4.2.7) lib/active_support/callbacks.rb:504:in `block in call' + activesupport (4.2.7) lib/active_support/callbacks.rb:504:in `call' + activesupport (4.2.7) lib/active_support/callbacks.rb:92:in `__run_callbacks__' + activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' + activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (4.2.7) lib/abstract_controller/callbacks.rb:19:in `process_action' + actionpack (4.2.7) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' + activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' + activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' + actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:30:in `process_action' + actionpack (4.2.7) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' + activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (4.2.7) lib/abstract_controller/base.rb:137:in `process' + actionview (4.2.7) lib/action_view/rendering.rb:30:in `process' + actionpack (4.2.7) lib/action_controller/metal.rb:196:in `dispatch' + actionpack (4.2.7) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' + actionpack (4.2.7) lib/action_controller/metal.rb:237:in `block in action' + actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' + actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:43:in `serve' + actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' + actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' + actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' + omniauth (1.3.1) lib/omniauth/strategy.rb:186:in `call!' + omniauth (1.3.1) lib/omniauth/strategy.rb:164:in `call' + omniauth (1.3.1) lib/omniauth/builder.rb:63:in `call' + rack (1.6.4) lib/rack/etag.rb:24:in `call' + rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' + rack (1.6.4) lib/rack/head.rb:13:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/params_parser.rb:27:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/flash.rb:260:in `call' + rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' + rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/cookies.rb:560:in `call' + activerecord (4.2.7) lib/active_record/query_cache.rb:36:in `call' + activerecord (4.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' + activerecord (4.2.7) lib/active_record/migration.rb:377:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' + activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' + activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' + activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/reloader.rb:73:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' + better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call' + better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call' + better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' + web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call' + web-console (2.3.0) lib/web_console/middleware.rb:18:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' + railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' + rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' + rack (1.6.4) lib/rack/runtime.rb:18:in `call' + activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' + rack (1.6.4) lib/rack/sendfile.rb:113:in `call' + railties (4.2.7) lib/rails/engine.rb:518:in `call' + railties (4.2.7) lib/rails/application.rb:165:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + rack (1.6.4) lib/rack/content_length.rb:15:in `call' + rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' + + + +Started POST "/__better_errors/ed4f7af609f30345/variables" for ::1 at 2016-10-23 13:36:08 -0700 + + +Started GET "/tasks/index" for ::1 at 2016-10-23 13:36:10 -0700 +Processing by TasksController#index as HTML + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."user_id" = ? [["user_id", 1]] + Rendered tasks/index.html.erb within layouts/application (4.1ms) +Completed 200 OK in 25ms (Views: 19.9ms | ActiveRecord: 0.5ms) + + +Started GET "/assets/sessions.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-10-23 13:36:10 -0700 + + +Started GET "/assets/style.self-501abb5539a43a648e005b9e181cc8715ea169335a9c131a78e67957ed879812.css?body=1" for ::1 at 2016-10-23 13:36:10 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-10-23 13:36:10 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-10-23 13:36:10 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-10-23 13:36:10 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-10-23 13:36:10 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-10-23 13:36:10 -0700 + + +Started GET "/assets/sessions.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-10-23 13:36:10 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-10-23 13:36:10 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-10-23 13:36:10 -0700 + + +Started GET "/assets/checkmark.png" for ::1 at 2016-10-23 13:36:10 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-23 13:36:10 -0700 + + +Started POST "/__better_errors/ed4f7af609f30345/variables" for ::1 at 2016-10-23 13:36:11 -0700 + + +Started GET "/tasks/index" for ::1 at 2016-10-23 13:36:20 -0700 +Processing by TasksController#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."user_id" = ? [["user_id", 1]] + Rendered tasks/index.html.erb within layouts/application (4.6ms) +Completed 200 OK in 30ms (Views: 19.2ms | ActiveRecord: 0.8ms) + + +Started GET "/assets/sessions.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-10-23 13:36:20 -0700 + + +Started GET "/assets/style.self-501abb5539a43a648e005b9e181cc8715ea169335a9c131a78e67957ed879812.css?body=1" for ::1 at 2016-10-23 13:36:20 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-10-23 13:36:20 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-10-23 13:36:20 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-10-23 13:36:20 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-10-23 13:36:20 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-10-23 13:36:20 -0700 + + +Started GET "/assets/sessions.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-10-23 13:36:20 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-10-23 13:36:20 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-10-23 13:36:20 -0700 + + +Started GET "/assets/checkmark.png" for ::1 at 2016-10-23 13:36:20 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-23 13:36:20 -0700 + + +Started GET "/tasks/show/4" for ::1 at 2016-10-23 13:36:52 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"4"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 4]] +Completed 404 Not Found in 3ms (ActiveRecord: 0.3ms) + +ActiveRecord::RecordNotFound - Couldn't find Task with 'id'=4: + activerecord (4.2.7) lib/active_record/core.rb:155:in `find' + app/controllers/tasks_controller.rb:64:in `check_correct_user' + activesupport (4.2.7) lib/active_support/callbacks.rb:432:in `block in make_lambda' + activesupport (4.2.7) lib/active_support/callbacks.rb:145:in `block in halting_and_conditional' + activesupport (4.2.7) lib/active_support/callbacks.rb:504:in `block in call' + activesupport (4.2.7) lib/active_support/callbacks.rb:504:in `call' + activesupport (4.2.7) lib/active_support/callbacks.rb:92:in `__run_callbacks__' + activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' + activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (4.2.7) lib/abstract_controller/callbacks.rb:19:in `process_action' + actionpack (4.2.7) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' + activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' + activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' + actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:30:in `process_action' + actionpack (4.2.7) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' + activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (4.2.7) lib/abstract_controller/base.rb:137:in `process' + actionview (4.2.7) lib/action_view/rendering.rb:30:in `process' + actionpack (4.2.7) lib/action_controller/metal.rb:196:in `dispatch' + actionpack (4.2.7) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' + actionpack (4.2.7) lib/action_controller/metal.rb:237:in `block in action' + actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' + actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:43:in `serve' + actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' + actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' + actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' + omniauth (1.3.1) lib/omniauth/strategy.rb:186:in `call!' + omniauth (1.3.1) lib/omniauth/strategy.rb:164:in `call' + omniauth (1.3.1) lib/omniauth/builder.rb:63:in `call' + rack (1.6.4) lib/rack/etag.rb:24:in `call' + rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' + rack (1.6.4) lib/rack/head.rb:13:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/params_parser.rb:27:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/flash.rb:260:in `call' + rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' + rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/cookies.rb:560:in `call' + activerecord (4.2.7) lib/active_record/query_cache.rb:36:in `call' + activerecord (4.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' + activerecord (4.2.7) lib/active_record/migration.rb:377:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' + activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' + activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' + activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/reloader.rb:73:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' + better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call' + better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call' + better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' + web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call' + web-console (2.3.0) lib/web_console/middleware.rb:18:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' + railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' + rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' + rack (1.6.4) lib/rack/runtime.rb:18:in `call' + activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' + rack (1.6.4) lib/rack/sendfile.rb:113:in `call' + railties (4.2.7) lib/rails/engine.rb:518:in `call' + railties (4.2.7) lib/rails/application.rb:165:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + rack (1.6.4) lib/rack/content_length.rb:15:in `call' + rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' + + + +Started POST "/__better_errors/e103a746a1a0c9d9/variables" for ::1 at 2016-10-23 13:36:52 -0700 + + +Started GET "/tasks/show/4" for ::1 at 2016-10-23 13:37:03 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"4"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 4]] +Redirected to http://localhost:3000/sessions/index +Filter chain halted as :check_correct_user rendered or redirected +Completed 302 Found in 9ms (ActiveRecord: 0.7ms) + + +Started GET "/sessions/index" for ::1 at 2016-10-23 13:37:03 -0700 +Processing by SessionsController#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Rendered sessions/index.html.erb within layouts/application (0.4ms) +Completed 200 OK in 19ms (Views: 17.7ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/sessions.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-10-23 13:37:03 -0700 + + +Started GET "/assets/style.self-501abb5539a43a648e005b9e181cc8715ea169335a9c131a78e67957ed879812.css?body=1" for ::1 at 2016-10-23 13:37:03 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-10-23 13:37:03 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-10-23 13:37:03 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-10-23 13:37:03 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-10-23 13:37:03 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-10-23 13:37:03 -0700 + + +Started GET "/assets/sessions.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-10-23 13:37:03 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-10-23 13:37:03 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-10-23 13:37:03 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-23 13:37:03 -0700 + + +Started GET "/tasks/index" for ::1 at 2016-10-23 13:37:51 -0700 +Processing by TasksController#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."user_id" = ? [["user_id", 1]] + Rendered tasks/index.html.erb within layouts/application (20.9ms) +Completed 200 OK in 43ms (Views: 38.0ms | ActiveRecord: 0.6ms) + + +Started GET "/assets/checkmark.png" for ::1 at 2016-10-23 13:37:51 -0700 + + +Started GET "/tasks/index" for ::1 at 2016-10-23 13:38:04 -0700 +Processing by TasksController#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."user_id" = ? [["user_id", 1]] + Rendered tasks/index.html.erb within layouts/application (4.9ms) +Completed 200 OK in 31ms (Views: 21.0ms | ActiveRecord: 0.9ms) + + +Started GET "/assets/sessions.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-10-23 13:38:04 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-10-23 13:38:04 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-10-23 13:38:04 -0700 + + +Started GET "/assets/style.self-501abb5539a43a648e005b9e181cc8715ea169335a9c131a78e67957ed879812.css?body=1" for ::1 at 2016-10-23 13:38:04 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-10-23 13:38:04 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-10-23 13:38:04 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-10-23 13:38:04 -0700 + + +Started GET "/assets/sessions.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-10-23 13:38:04 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-10-23 13:38:04 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-10-23 13:38:04 -0700 + + +Started GET "/assets/checkmark.png" for ::1 at 2016-10-23 13:38:04 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-23 13:38:04 -0700 + + +Started GET "/tasks/show/4" for ::1 at 2016-10-23 13:38:10 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"4"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 4]] +Completed 500 Internal Server Error in 15ms (ActiveRecord: 0.2ms) + +NameError - undefined local variable or method `tasks_index_path' for #: + app/controllers/tasks_controller.rb:67:in `check_correct_user' + activesupport (4.2.7) lib/active_support/callbacks.rb:432:in `block in make_lambda' + activesupport (4.2.7) lib/active_support/callbacks.rb:145:in `block in halting_and_conditional' + activesupport (4.2.7) lib/active_support/callbacks.rb:504:in `block in call' + activesupport (4.2.7) lib/active_support/callbacks.rb:504:in `call' + activesupport (4.2.7) lib/active_support/callbacks.rb:92:in `__run_callbacks__' + activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' + activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (4.2.7) lib/abstract_controller/callbacks.rb:19:in `process_action' + actionpack (4.2.7) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' + activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' + activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' + actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:30:in `process_action' + actionpack (4.2.7) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' + activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (4.2.7) lib/abstract_controller/base.rb:137:in `process' + actionview (4.2.7) lib/action_view/rendering.rb:30:in `process' + actionpack (4.2.7) lib/action_controller/metal.rb:196:in `dispatch' + actionpack (4.2.7) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' + actionpack (4.2.7) lib/action_controller/metal.rb:237:in `block in action' + actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' + actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:43:in `serve' + actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' + actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' + actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' + omniauth (1.3.1) lib/omniauth/strategy.rb:186:in `call!' + omniauth (1.3.1) lib/omniauth/strategy.rb:164:in `call' + omniauth (1.3.1) lib/omniauth/builder.rb:63:in `call' + rack (1.6.4) lib/rack/etag.rb:24:in `call' + rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' + rack (1.6.4) lib/rack/head.rb:13:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/params_parser.rb:27:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/flash.rb:260:in `call' + rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' + rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/cookies.rb:560:in `call' + activerecord (4.2.7) lib/active_record/query_cache.rb:36:in `call' + activerecord (4.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' + activerecord (4.2.7) lib/active_record/migration.rb:377:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' + activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' + activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' + activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/reloader.rb:73:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' + better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call' + better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call' + better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' + web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call' + web-console (2.3.0) lib/web_console/middleware.rb:18:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' + railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' + rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' + rack (1.6.4) lib/rack/runtime.rb:18:in `call' + activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' + rack (1.6.4) lib/rack/sendfile.rb:113:in `call' + railties (4.2.7) lib/rails/engine.rb:518:in `call' + railties (4.2.7) lib/rails/application.rb:165:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + rack (1.6.4) lib/rack/content_length.rb:15:in `call' + rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' + + + +Started POST "/__better_errors/626f23a0b2af45bc/variables" for ::1 at 2016-10-23 13:38:10 -0700 + + +Started GET "/tasks/show/4" for ::1 at 2016-10-23 13:38:30 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"4"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 4]] +Redirected to http://localhost:3000/tasks/index +Filter chain halted as :check_correct_user rendered or redirected +Completed 302 Found in 9ms (ActiveRecord: 0.7ms) + + +Started GET "/tasks/index" for ::1 at 2016-10-23 13:38:30 -0700 +Processing by TasksController#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."user_id" = ? [["user_id", 1]] + Rendered tasks/index.html.erb within layouts/application (5.2ms) +Completed 200 OK in 34ms (Views: 31.4ms | ActiveRecord: 0.3ms) + + +Started GET "/assets/sessions.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-10-23 13:38:31 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-10-23 13:38:31 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-10-23 13:38:31 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-10-23 13:38:31 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-10-23 13:38:31 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-10-23 13:38:31 -0700 + + +Started GET "/assets/style.self-501abb5539a43a648e005b9e181cc8715ea169335a9c131a78e67957ed879812.css?body=1" for ::1 at 2016-10-23 13:38:31 -0700 + + +Started GET "/assets/sessions.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-10-23 13:38:31 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-10-23 13:38:31 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-10-23 13:38:31 -0700 + + +Started GET "/assets/checkmark.png" for ::1 at 2016-10-23 13:38:31 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-23 13:38:31 -0700 + + +Started GET "/tasks/show/4" for ::1 at 2016-10-23 13:38:35 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"4"} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 4]] +Redirected to http://localhost:3000/tasks/index +Filter chain halted as :check_correct_user rendered or redirected +Completed 302 Found in 2ms (ActiveRecord: 0.3ms) + + +Started GET "/tasks/index" for ::1 at 2016-10-23 13:38:35 -0700 +Processing by TasksController#index as HTML + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."user_id" = ? [["user_id", 1]] + Rendered tasks/index.html.erb within layouts/application (1.9ms) +Completed 200 OK in 30ms (Views: 27.1ms | ActiveRecord: 0.3ms) + + +Started GET "/assets/checkmark.png" for ::1 at 2016-10-23 13:38:35 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-23 13:38:35 -0700 +  (0.2ms) begin transaction + SQL (0.9ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["name", "Bob"], ["email", "bob@bobness.com"], ["uid", 1234], ["provider", "github"], ["created_at", "2016-10-23 20:39:22.664050"], ["updated_at", "2016-10-23 20:39:22.664050"]] +  (1.0ms) commit transaction + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]] + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]] + User Load (0.5ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]] +  (0.1ms) begin transaction + SQL (1.3ms) INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Buy flowerpot"], ["description", "To grow flowers in"], ["created_at", "2016-10-23 20:40:19.823853"], ["updated_at", "2016-10-23 20:40:19.823853"]] +  (1.8ms) commit transaction + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]] +  (0.1ms) begin transaction + SQL (0.2ms) INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Buy flowerpot"], ["description", "To grow flowers in"], ["created_at", "2016-10-23 20:40:33.973480"], ["updated_at", "2016-10-23 20:40:33.973480"]] +  (2.7ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "user_id" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["user_id", 2], ["updated_at", "2016-10-23 20:40:33.978067"], ["id", 5]] +  (0.5ms) commit transaction + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."user_id" = ? [["user_id", 2]] + + +Started GET "/tasks/index" for ::1 at 2016-10-23 13:44:24 -0700 + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +Processing by TasksController#index as HTML + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."user_id" = ? [["user_id", 1]] + Rendered tasks/index.html.erb within layouts/application (7.0ms) +Completed 200 OK in 302ms (Views: 256.8ms | ActiveRecord: 0.9ms) + + +Started GET "/assets/checkmark.png" for ::1 at 2016-10-23 13:44:24 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-23 13:44:24 -0700 + + +Started GET "/tasks/show/5" for ::1 at 2016-10-23 13:44:31 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"5"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 5]] + Task Exists (0.3ms) SELECT 1 AS one FROM "tasks" WHERE "tasks"."user_id" = ? AND "tasks"."id" = ? LIMIT 1 [["user_id", 1], ["id", 5]] +Redirected to http://localhost:3000/tasks/index +Filter chain halted as :check_correct_user rendered or redirected +Completed 302 Found in 14ms (ActiveRecord: 0.5ms) + + +Started GET "/tasks/index" for ::1 at 2016-10-23 13:44:31 -0700 +Processing by TasksController#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."user_id" = ? [["user_id", 1]] + Rendered tasks/index.html.erb within layouts/application (1.4ms) +Completed 200 OK in 23ms (Views: 21.4ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/checkmark.png" for ::1 at 2016-10-23 13:44:31 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-23 13:44:31 -0700 + + +Started GET "/tasks/index" for ::1 at 2016-10-23 13:47:36 -0700 +Processing by TasksController#index as HTML + User Load (0.6ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."user_id" = ? [["user_id", 1]] + Rendered tasks/index.html.erb within layouts/application (11.3ms) +Completed 200 OK in 59ms (Views: 41.0ms | ActiveRecord: 1.3ms) + + +Started GET "/assets/sessions.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-10-23 13:47:36 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-10-23 13:47:36 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-10-23 13:47:36 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-10-23 13:47:36 -0700 + + +Started GET "/assets/style.self-501abb5539a43a648e005b9e181cc8715ea169335a9c131a78e67957ed879812.css?body=1" for ::1 at 2016-10-23 13:47:36 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-10-23 13:47:36 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-10-23 13:47:36 -0700 + + +Started GET "/assets/sessions.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-10-23 13:47:36 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-10-23 13:47:36 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-10-23 13:47:36 -0700 + + +Started GET "/assets/checkmark.png" for ::1 at 2016-10-23 13:47:36 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-23 13:47:37 -0700 + + +Started GET "/tasks/show/4" for ::1 at 2016-10-23 13:47:41 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"4"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 4]] + Task Exists (0.1ms) SELECT 1 AS one FROM "tasks" WHERE "tasks"."user_id" = ? AND "tasks"."id" = ? LIMIT 1 [["user_id", 1], ["id", 4]] +Redirected to http://localhost:3000/tasks/index +Filter chain halted as :check_correct_user rendered or redirected +Completed 302 Found in 4ms (ActiveRecord: 0.3ms) + + +Started GET "/tasks/index" for ::1 at 2016-10-23 13:47:41 -0700 +Processing by TasksController#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."user_id" = ? [["user_id", 1]] + Rendered tasks/index.html.erb within layouts/application (1.6ms) +Completed 200 OK in 19ms (Views: 16.4ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/checkmark.png" for ::1 at 2016-10-23 13:47:41 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-23 13:47:41 -0700 + + +Started GET "/tasks/5" for ::1 at 2016-10-23 13:47:47 -0700 + +ActionController::RoutingError (No route matches [GET] "/tasks/5"): + actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' + web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call' + web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch' + web-console (2.3.0) lib/web_console/middleware.rb:18:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' + railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' + rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' + rack (1.6.4) lib/rack/runtime.rb:18:in `call' + activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' + rack (1.6.4) lib/rack/sendfile.rb:113:in `call' + railties (4.2.7) lib/rails/engine.rb:518:in `call' + railties (4.2.7) lib/rails/application.rb:165:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + rack (1.6.4) lib/rack/content_length.rb:15:in `call' + rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' + + + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.0ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/routes/_table.html.erb (7.0ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (61.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.6ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.2ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.5ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (44.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.5ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (92.7ms) + + +Started GET "/sessions/new" for ::1 at 2016-10-23 13:47:51 -0700 + +ActionController::RoutingError (No route matches [GET] "/sessions/new"): + actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' + web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call' + web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch' + web-console (2.3.0) lib/web_console/middleware.rb:18:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' + railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' + rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' + rack (1.6.4) lib/rack/runtime.rb:18:in `call' + activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' + rack (1.6.4) lib/rack/sendfile.rb:113:in `call' + railties (4.2.7) lib/rails/engine.rb:518:in `call' + railties (4.2.7) lib/rails/application.rb:165:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + rack (1.6.4) lib/rack/content_length.rb:15:in `call' + rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' + + + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.1ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.9ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.2ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (56.9ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.2ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (34.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (79.5ms) + + +Started GET "/show/tasks/5" for ::1 at 2016-10-23 13:47:54 -0700 + +ActionController::RoutingError (No route matches [GET] "/show/tasks/5"): + actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' + web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call' + web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch' + web-console (2.3.0) lib/web_console/middleware.rb:18:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' + railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' + rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' + rack (1.6.4) lib/rack/runtime.rb:18:in `call' + activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' + rack (1.6.4) lib/rack/sendfile.rb:113:in `call' + railties (4.2.7) lib/rails/engine.rb:518:in `call' + railties (4.2.7) lib/rails/application.rb:165:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + rack (1.6.4) lib/rack/content_length.rb:15:in `call' + rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' + + + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.9ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (51.7ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (38.8ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.2ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (82.1ms) + + +Started GET "/tasks/show/5" for ::1 at 2016-10-23 13:48:00 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"5"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 5]] + Task Exists (0.1ms) SELECT 1 AS one FROM "tasks" WHERE "tasks"."user_id" = ? AND "tasks"."id" = ? LIMIT 1 [["user_id", 1], ["id", 5]] +Redirected to http://localhost:3000/tasks/index +Filter chain halted as :check_correct_user rendered or redirected +Completed 302 Found in 2ms (ActiveRecord: 0.2ms) + + +Started GET "/tasks/index" for ::1 at 2016-10-23 13:48:00 -0700 +Processing by TasksController#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."user_id" = ? [["user_id", 1]] + Rendered tasks/index.html.erb within layouts/application (2.9ms) +Completed 200 OK in 21ms (Views: 19.7ms | ActiveRecord: 0.3ms) + + +Started GET "/assets/checkmark.png" for ::1 at 2016-10-23 13:48:00 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-23 13:48:00 -0700 + ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations" + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +Migrating to CreateUsers (20161021000354) +  (0.1ms) begin transaction +  (0.8ms) DROP TABLE "users" + SQL (0.2ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = ? [["version", "20161021000354"]] +  (0.6ms) commit transaction +Migrating to CreateTasks (20160928210407) +  (0.1ms) begin transaction +  (0.6ms) DROP TABLE "tasks" + SQL (0.1ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = ? [["version", "20160928210407"]] +  (0.5ms) commit transaction + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  +  (0.1ms) select sqlite_version(*) +  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") +  (0.2ms) SELECT version FROM "schema_migrations" +  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('0') +  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL) +  (0.1ms) select sqlite_version(*) +  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") +  (0.2ms) SELECT version FROM "schema_migrations" +  (1.7ms) INSERT INTO "schema_migrations" (version) VALUES ('0') + ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +Migrating to CreateTasks (20160928210407) +  (0.1ms) begin transaction +  (1.3ms) CREATE TABLE "tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "description" varchar, "completed_at" datetime, "user_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  + SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160928210407"]] +  (0.6ms) commit transaction +Migrating to CreateUsers (20161021000354) +  (0.1ms) begin transaction +  (0.5ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "email" varchar, "uid" integer NOT NULL, "provider" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  + SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20161021000354"]] +  (0.7ms) commit transaction + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +  (1.8ms) CREATE TABLE "tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "description" varchar, "completed_at" datetime, "user_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  +  (1.2ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "email" varchar, "uid" integer NOT NULL, "provider" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) +  (0.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  +  (0.1ms) select sqlite_version(*) +  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") +  (0.1ms) SELECT version FROM "schema_migrations" +  (4.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20161021000354') +  (1.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20160928210407') +  (0.9ms) CREATE TABLE "tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "description" varchar, "completed_at" datetime, "user_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  +  (1.7ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "email" varchar, "uid" integer NOT NULL, "provider" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) +  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  +  (0.1ms) select sqlite_version(*) +  (1.5ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") +  (0.2ms) SELECT version FROM "schema_migrations" +  (1.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20161021000354') +  (1.2ms) INSERT INTO "schema_migrations" (version) VALUES ('20160928210407') + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" + + +Started GET "/" for ::1 at 2016-10-24 12:39:30 -0700 + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +Processing by TasksController#index as HTML + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] +Completed 500 Internal Server Error in 25ms (ActiveRecord: 0.3ms) + +NoMethodError - undefined method `tasks' for nil:NilClass: + app/controllers/tasks_controller.rb:7:in `index' + actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (4.2.7) lib/abstract_controller/base.rb:198:in `process_action' + actionpack (4.2.7) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (4.2.7) lib/abstract_controller/callbacks.rb:20:in `block in process_action' + activesupport (4.2.7) lib/active_support/callbacks.rb:117:in `call' + activesupport (4.2.7) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' + activesupport (4.2.7) lib/active_support/callbacks.rb:505:in `call' + activesupport (4.2.7) lib/active_support/callbacks.rb:92:in `__run_callbacks__' + activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' + activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (4.2.7) lib/abstract_controller/callbacks.rb:19:in `process_action' + actionpack (4.2.7) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' + activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' + activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' + actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:30:in `process_action' + actionpack (4.2.7) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' + activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (4.2.7) lib/abstract_controller/base.rb:137:in `process' + actionview (4.2.7) lib/action_view/rendering.rb:30:in `process' + actionpack (4.2.7) lib/action_controller/metal.rb:196:in `dispatch' + actionpack (4.2.7) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' + actionpack (4.2.7) lib/action_controller/metal.rb:237:in `block in action' + actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' + actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:43:in `serve' + actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' + actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' + actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' + omniauth (1.3.1) lib/omniauth/strategy.rb:186:in `call!' + omniauth (1.3.1) lib/omniauth/strategy.rb:164:in `call' + omniauth (1.3.1) lib/omniauth/builder.rb:63:in `call' + rack (1.6.4) lib/rack/etag.rb:24:in `call' + rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' + rack (1.6.4) lib/rack/head.rb:13:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/params_parser.rb:27:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/flash.rb:260:in `call' + rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' + rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/cookies.rb:560:in `call' + activerecord (4.2.7) lib/active_record/query_cache.rb:36:in `call' + activerecord (4.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' + activerecord (4.2.7) lib/active_record/migration.rb:377:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' + activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' + activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' + activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/reloader.rb:73:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' + better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call' + better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call' + better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' + web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call' + web-console (2.3.0) lib/web_console/middleware.rb:18:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' + railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' + rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' + rack (1.6.4) lib/rack/runtime.rb:18:in `call' + activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' + rack (1.6.4) lib/rack/sendfile.rb:113:in `call' + railties (4.2.7) lib/rails/engine.rb:518:in `call' + railties (4.2.7) lib/rails/application.rb:165:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + rack (1.6.4) lib/rack/content_length.rb:15:in `call' + rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' + + + +Started POST "/__better_errors/9f496f851f1b6791/variables" for ::1 at 2016-10-24 12:39:31 -0700 + + +Started GET "/" for ::1 at 2016-10-24 12:41:15 -0700 + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +Processing by SessionsController#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Rendered sessions/index.html.erb within layouts/application (1.6ms) +Completed 200 OK in 277ms (Views: 259.3ms | ActiveRecord: 0.3ms) + + +Started GET "/assets/sessions.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-10-24 12:41:15 -0700 + + +Started GET "/assets/style.self-501abb5539a43a648e005b9e181cc8715ea169335a9c131a78e67957ed879812.css?body=1" for ::1 at 2016-10-24 12:41:15 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-10-24 12:41:15 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-10-24 12:41:15 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-10-24 12:41:15 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-10-24 12:41:15 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-10-24 12:41:15 -0700 + + +Started GET "/assets/sessions.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-10-24 12:41:15 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-10-24 12:41:15 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-10-24 12:41:15 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-24 12:41:15 -0700 + + +Started POST "/auth/github/" for ::1 at 2016-10-24 12:41:18 -0700 + + +Started GET "/auth/github/callback?code=d89e7240e5f0e5b5bdb6&state=e0c5273c377459fbcd4086bda517065cea1cc30ad19a1a7d" for ::1 at 2016-10-24 12:41:18 -0700 +Processing by SessionsController#create as HTML + Parameters: {"code"=>"d89e7240e5f0e5b5bdb6", "state"=>"e0c5273c377459fbcd4086bda517065cea1cc30ad19a1a7d", "provider"=>"github"} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? AND "users"."provider" = ? LIMIT 1 [["uid", 8129934], ["provider", "github"]] +  (0.1ms) begin transaction + SQL (0.8ms) INSERT INTO "users" ("uid", "provider", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["uid", 8129934], ["provider", "github"], ["name", "Emily Abrash"], ["email", "emabrash@gmail.com"], ["created_at", "2016-10-24 19:41:19.769602"], ["updated_at", "2016-10-24 19:41:19.769602"]] +  (0.5ms) commit transaction +Redirected to http://localhost:3000/tasks/index +Completed 302 Found in 18ms (ActiveRecord: 1.7ms) + + +Started GET "/tasks/index" for ::1 at 2016-10-24 12:41:19 -0700 +Processing by TasksController#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."user_id" = ? [["user_id", 1]] + Rendered tasks/index.html.erb within layouts/application (4.7ms) +Completed 200 OK in 66ms (Views: 31.2ms | ActiveRecord: 0.5ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-24 12:41:19 -0700 + + +Started GET "/" for ::1 at 2016-10-24 12:41:30 -0700 +Processing by SessionsController#index as HTML + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Rendered sessions/index.html.erb within layouts/application (0.6ms) +Completed 200 OK in 21ms (Views: 19.4ms | ActiveRecord: 0.3ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-24 12:41:30 -0700 + + +Started GET "/tasks/index" for ::1 at 2016-10-24 12:41:35 -0700 +Processing by TasksController#index as HTML + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."user_id" = ? [["user_id", 1]] + Rendered tasks/index.html.erb within layouts/application (1.1ms) +Completed 200 OK in 28ms (Views: 24.8ms | ActiveRecord: 0.4ms) + + +Started GET "/tasks/new" for ::1 at 2016-10-24 12:41:42 -0700 +Processing by TasksController#new as HTML + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Rendered tasks/_form.html.erb (19.4ms) + Rendered tasks/new.html.erb within layouts/application (25.0ms) +Completed 200 OK in 56ms (Views: 42.2ms | ActiveRecord: 0.3ms) + + +Started POST "/tasks/create" for ::1 at 2016-10-24 12:41:49 -0700 +Processing by TasksController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"pGAR+jSUT7PvGJ9qYHftgbrL7VBXeDlubL95lDd6OGma89kEwJK7ZdbVzUbIdwZnHDONEnJs9KRHSa97TX5oaQ==", "post"=>{"title"=>"Buy massive cat", "description"=>"LARGE."}, "commit"=>"Create Task"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Buy massive cat"], ["description", "LARGE."], ["created_at", "2016-10-24 19:41:49.304071"], ["updated_at", "2016-10-24 19:41:49.304071"]] +  (0.6ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "user_id" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["user_id", 1], ["updated_at", "2016-10-24 19:41:49.314393"], ["id", 1]] +  (0.9ms) commit transaction +Redirected to http://localhost:3000/tasks/index +Completed 302 Found in 17ms (ActiveRecord: 2.4ms) + + +Started GET "/tasks/index" for ::1 at 2016-10-24 12:41:49 -0700 +Processing by TasksController#index as HTML + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."user_id" = ? [["user_id", 1]] + Rendered tasks/index.html.erb within layouts/application (3.5ms) +Completed 200 OK in 32ms (Views: 29.5ms | ActiveRecord: 0.4ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-24 12:41:49 -0700 + + +Started GET "/tasks/new" for ::1 at 2016-10-24 12:41:52 -0700 +Processing by TasksController#new as HTML + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Rendered tasks/_form.html.erb (1.4ms) + Rendered tasks/new.html.erb within layouts/application (5.0ms) +Completed 200 OK in 31ms (Views: 30.2ms | ActiveRecord: 0.1ms) + + +Started POST "/tasks/create" for ::1 at 2016-10-24 12:42:16 -0700 +Processing by TasksController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"qCg906WJL8bkiHp+Wp879tExxL2uT3AqqSIBIJDy7VSWu/UtUY/bEN1FKFLyn9AQd8mk/4tbveCC1NfP6va9VA==", "post"=>{"title"=>"Buy milk", "description"=>"FATTY."}, "commit"=>"Create Task"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] +  (0.1ms) begin transaction + SQL (0.2ms) INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "Buy milk"], ["description", "FATTY."], ["created_at", "2016-10-24 19:42:16.542884"], ["updated_at", "2016-10-24 19:42:16.542884"]] +  (0.7ms) commit transaction +  (0.1ms) begin transaction + SQL (0.4ms) UPDATE "tasks" SET "user_id" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["user_id", 1], ["updated_at", "2016-10-24 19:42:16.545782"], ["id", 2]] +  (0.8ms) commit transaction +Redirected to http://localhost:3000/tasks/index +Completed 302 Found in 9ms (ActiveRecord: 2.3ms) + + +Started GET "/tasks/index" for ::1 at 2016-10-24 12:42:16 -0700 +Processing by TasksController#index as HTML + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."user_id" = ? [["user_id", 1]] + Rendered tasks/index.html.erb within layouts/application (2.2ms) +Completed 200 OK in 21ms (Views: 18.6ms | ActiveRecord: 0.3ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-24 12:42:16 -0700 + + +Started DELETE "/sessions/destroy" for ::1 at 2016-10-24 12:42:20 -0700 +Processing by SessionsController#destroy as HTML + Parameters: {"authenticity_token"=>"l4wGcrxzf59NCYFC3x1WL+YKCLMDbHd+G+jjvMIfYSupH86MSHWLSXTE0253Hb3JQPJo8SZ4urQwHjVTuBsxKw=="} +Redirected to http://localhost:3000/sessions/index +Completed 302 Found in 1ms (ActiveRecord: 0.0ms) + + +Started GET "/sessions/index" for ::1 at 2016-10-24 12:42:20 -0700 +Processing by SessionsController#index as HTML + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 + Rendered sessions/index.html.erb within layouts/application (0.2ms) +Completed 200 OK in 15ms (Views: 14.1ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-24 12:42:20 -0700 + + +Started GET "/sessions/index" for ::1 at 2016-10-24 12:43:20 -0700 +Processing by SessionsController#index as HTML + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 + Rendered sessions/index.html.erb within layouts/application (0.2ms) +Completed 200 OK in 29ms (Views: 25.7ms | ActiveRecord: 0.4ms) + + +Started GET "/assets/style.self-501abb5539a43a648e005b9e181cc8715ea169335a9c131a78e67957ed879812.css?body=1" for ::1 at 2016-10-24 12:43:20 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-10-24 12:43:20 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-10-24 12:43:20 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-10-24 12:43:20 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-10-24 12:43:20 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-10-24 12:43:20 -0700 + + +Started GET "/assets/sessions.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-10-24 12:43:20 -0700 + + +Started GET "/assets/sessions.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-10-24 12:43:20 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-10-24 12:43:20 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-10-24 12:43:20 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-24 12:43:20 -0700 + + +Started POST "/auth/github/" for ::1 at 2016-10-24 12:43:22 -0700 + + +Started GET "/auth/github/callback?code=7f935ecc3356ab408808&state=186831add78f6af00d1b4e26c8ed7f4f04e9361d6af0dd55" for ::1 at 2016-10-24 12:43:22 -0700 +Processing by SessionsController#create as HTML + Parameters: {"code"=>"7f935ecc3356ab408808", "state"=>"186831add78f6af00d1b4e26c8ed7f4f04e9361d6af0dd55", "provider"=>"github"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? AND "users"."provider" = ? LIMIT 1 [["uid", 8129934], ["provider", "github"]] +Redirected to http://localhost:3000/tasks/index +Completed 302 Found in 4ms (ActiveRecord: 0.3ms) + + +Started GET "/tasks/index" for ::1 at 2016-10-24 12:43:24 -0700 +Processing by TasksController#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."user_id" = ? [["user_id", 1]] + Rendered tasks/index.html.erb within layouts/application (6.6ms) +Completed 200 OK in 34ms (Views: 28.0ms | ActiveRecord: 0.5ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-24 12:43:24 -0700 + + +Started GET "/" for ::1 at 2016-10-24 12:43:28 -0700 +Processing by SessionsController#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] +Redirected to http://localhost:3000/tasks/index +Completed 302 Found in 1ms (ActiveRecord: 0.1ms) + + +Started GET "/" for ::1 at 2016-10-24 12:43:28 -0700 +Processing by SessionsController#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] +Redirected to http://localhost:3000/tasks/index +Completed 302 Found in 1ms (ActiveRecord: 0.1ms) + + +Started GET "/tasks/index" for ::1 at 2016-10-24 12:43:28 -0700 +Processing by TasksController#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."user_id" = ? [["user_id", 1]] + Rendered tasks/index.html.erb within layouts/application (1.7ms) +Completed 200 OK in 15ms (Views: 13.2ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-24 12:43:28 -0700 + + +Started DELETE "/sessions/destroy" for ::1 at 2016-10-24 12:43:29 -0700 +Processing by SessionsController#destroy as HTML + Parameters: {"authenticity_token"=>"o/pNM4FpLHRqXY0Ipe2LohhGYkznfLz4rokU+dEOoLedaYXNdW/YolOQ3yQN7WBEvr4CDsJocTKFf8IWqwrwtw=="} +Redirected to http://localhost:3000/sessions/index +Completed 302 Found in 1ms (ActiveRecord: 0.0ms) + + +Started GET "/sessions/index" for ::1 at 2016-10-24 12:43:29 -0700 +Processing by SessionsController#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 + Rendered sessions/index.html.erb within layouts/application (0.4ms) +Completed 200 OK in 19ms (Views: 17.6ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-24 12:43:29 -0700 + + +Started POST "/auth/github/" for ::1 at 2016-10-24 12:43:31 -0700 + + +Started GET "/auth/github/callback?code=fcf48d84283927f71ae3&state=a61f9e3c8e965e24abf14b1e2e6ed378000aebb5d3020847" for ::1 at 2016-10-24 12:43:31 -0700 +Processing by SessionsController#create as HTML + Parameters: {"code"=>"fcf48d84283927f71ae3", "state"=>"a61f9e3c8e965e24abf14b1e2e6ed378000aebb5d3020847", "provider"=>"github"} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? AND "users"."provider" = ? LIMIT 1 [["uid", 8129934], ["provider", "github"]] +Redirected to http://localhost:3000/tasks/index +Completed 302 Found in 1ms (ActiveRecord: 0.2ms) + + +Started GET "/tasks/index" for ::1 at 2016-10-24 12:43:32 -0700 +Processing by TasksController#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."user_id" = ? [["user_id", 1]] + Rendered tasks/index.html.erb within layouts/application (1.7ms) +Completed 200 OK in 15ms (Views: 13.9ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-24 12:43:32 -0700 + + +Started GET "/tasks/index" for ::1 at 2016-10-24 12:44:12 -0700 +Processing by TasksController#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."user_id" = ? [["user_id", 1]] + Rendered tasks/index.html.erb within layouts/application (2.6ms) +Completed 200 OK in 23ms (Views: 21.0ms | ActiveRecord: 0.3ms) + + +Started GET "/assets/sessions.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-10-24 12:44:12 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-10-24 12:44:12 -0700 + + +Started GET "/assets/style.self-501abb5539a43a648e005b9e181cc8715ea169335a9c131a78e67957ed879812.css?body=1" for ::1 at 2016-10-24 12:44:12 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-10-24 12:44:12 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-10-24 12:44:12 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-10-24 12:44:12 -0700 + + +Started GET "/assets/sessions.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-10-24 12:44:12 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-10-24 12:44:12 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-10-24 12:44:12 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-10-24 12:44:12 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-24 12:44:12 -0700 + + +Started DELETE "/sessions/destroy" for ::1 at 2016-10-24 12:44:14 -0700 +Processing by SessionsController#destroy as HTML + Parameters: {"authenticity_token"=>"AdqpUrypGstptJjFWP5rJFjO/+YkIlKIp7HzCocWtWw/SWGsSK/uHVB5yunw/oDC/jafpAE2n0KMRyXl/RLlbA=="} +Redirected to http://localhost:3000/sessions/index +Completed 302 Found in 0ms (ActiveRecord: 0.0ms) + + +Started GET "/sessions/index" for ::1 at 2016-10-24 12:44:14 -0700 +Processing by SessionsController#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 + Rendered sessions/index.html.erb within layouts/application (0.5ms) +Completed 200 OK in 14ms (Views: 13.2ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-24 12:44:14 -0700 + + +Started POST "/auth/github/" for ::1 at 2016-10-24 12:44:17 -0700 + + +Started GET "/auth/github/callback?code=59557e1ec41a82769892&state=9eb410551826ccd861b1d52189161f28c5dd73b08f5701f3" for ::1 at 2016-10-24 12:44:17 -0700 +Processing by SessionsController#create as HTML + Parameters: {"code"=>"59557e1ec41a82769892", "state"=>"9eb410551826ccd861b1d52189161f28c5dd73b08f5701f3", "provider"=>"github"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? AND "users"."provider" = ? LIMIT 1 [["uid", 8129934], ["provider", "github"]] +Redirected to http://localhost:3000/tasks/index +Completed 302 Found in 1ms (ActiveRecord: 0.1ms) + + +Started GET "/tasks/index" for ::1 at 2016-10-24 12:44:19 -0700 +Processing by TasksController#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."user_id" = ? [["user_id", 1]] + Rendered tasks/index.html.erb within layouts/application (4.1ms) +Completed 200 OK in 24ms (Views: 19.1ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-24 12:44:19 -0700 + + +Started DELETE "/sessions/destroy" for ::1 at 2016-10-24 12:44:51 -0700 +Processing by SessionsController#destroy as HTML + Parameters: {"authenticity_token"=>"jyjClfk5JdDRGIcGcAqX0nSLOeckluv0SZ52/cfPtqmxuwprDT/RBujV1SrYCnw00nNZpQGCJj5iaKASvcvmqQ=="} +Redirected to http://localhost:3000/sessions/index +Completed 302 Found in 1ms (ActiveRecord: 0.0ms) + + +Started GET "/sessions/index" for ::1 at 2016-10-24 12:44:51 -0700 +Processing by SessionsController#index as HTML + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 + Rendered sessions/index.html.erb within layouts/application (0.2ms) +Completed 200 OK in 18ms (Views: 15.0ms | ActiveRecord: 0.3ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-24 12:44:51 -0700 + + +Started GET "/sessions/index" for ::1 at 2016-10-24 13:08:29 -0700 + ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" +Processing by SessionsController#index as HTML + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 + Rendered sessions/index.html.erb within layouts/application (28.2ms) +Completed 500 Internal Server Error in 61ms (ActiveRecord: 0.4ms) + +NameError - undefined local variable or method `sessions_new_path' for #<#:0x007f97d4e2a0b8> +Did you mean? sessions_index_path + sessions_create_path: + app/views/sessions/index.html.erb:3:in `_app_views_sessions_index_html_erb___47053641088363727_70145044090980' + actionview (4.2.7) lib/action_view/template.rb:145:in `block in render' + activesupport (4.2.7) lib/active_support/notifications.rb:166:in `instrument' + actionview (4.2.7) lib/action_view/template.rb:333:in `instrument' + actionview (4.2.7) lib/action_view/template.rb:143:in `render' + actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:54:in `block (2 levels) in render_template' + actionview (4.2.7) lib/action_view/renderer/abstract_renderer.rb:39:in `block in instrument' + activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' + activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' + actionview (4.2.7) lib/action_view/renderer/abstract_renderer.rb:39:in `instrument' + actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:53:in `block in render_template' + actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout' + actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:52:in `render_template' + actionview (4.2.7) lib/action_view/renderer/template_renderer.rb:14:in `render' + actionview (4.2.7) lib/action_view/renderer/renderer.rb:46:in `render_template' + actionview (4.2.7) lib/action_view/renderer/renderer.rb:27:in `render' + actionview (4.2.7) lib/action_view/rendering.rb:100:in `_render_template' + actionpack (4.2.7) lib/action_controller/metal/streaming.rb:217:in `_render_template' + actionview (4.2.7) lib/action_view/rendering.rb:83:in `render_to_body' + actionpack (4.2.7) lib/action_controller/metal/rendering.rb:32:in `render_to_body' + actionpack (4.2.7) lib/action_controller/metal/renderers.rb:37:in `render_to_body' + actionpack (4.2.7) lib/abstract_controller/rendering.rb:25:in `render' + actionpack (4.2.7) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' + activesupport (4.2.7) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/benchmark.rb:308:in `realtime' + activesupport (4.2.7) lib/active_support/core_ext/benchmark.rb:12:in `ms' + actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:44:in `block in render' + actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' + activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' + actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:43:in `render' + actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:5:in `send_action' + actionpack (4.2.7) lib/abstract_controller/base.rb:198:in `process_action' + actionpack (4.2.7) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (4.2.7) lib/abstract_controller/callbacks.rb:20:in `block in process_action' + activesupport (4.2.7) lib/active_support/callbacks.rb:117:in `call' + activesupport (4.2.7) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' + activesupport (4.2.7) lib/active_support/callbacks.rb:505:in `call' + activesupport (4.2.7) lib/active_support/callbacks.rb:92:in `__run_callbacks__' + activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' + activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (4.2.7) lib/abstract_controller/callbacks.rb:19:in `process_action' + actionpack (4.2.7) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' + activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' + activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' + actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:30:in `process_action' + actionpack (4.2.7) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' + activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (4.2.7) lib/abstract_controller/base.rb:137:in `process' + actionview (4.2.7) lib/action_view/rendering.rb:30:in `process' + actionpack (4.2.7) lib/action_controller/metal.rb:196:in `dispatch' + actionpack (4.2.7) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' + actionpack (4.2.7) lib/action_controller/metal.rb:237:in `block in action' + actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' + actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:43:in `serve' + actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' + actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' + actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' + omniauth (1.3.1) lib/omniauth/strategy.rb:186:in `call!' + omniauth (1.3.1) lib/omniauth/strategy.rb:164:in `call' + omniauth (1.3.1) lib/omniauth/strategy.rb:186:in `call!' + omniauth (1.3.1) lib/omniauth/strategy.rb:164:in `call' + omniauth (1.3.1) lib/omniauth/builder.rb:63:in `call' + rack (1.6.4) lib/rack/etag.rb:24:in `call' + rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' + rack (1.6.4) lib/rack/head.rb:13:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/params_parser.rb:27:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/flash.rb:260:in `call' + rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' + rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/cookies.rb:560:in `call' + activerecord (4.2.7) lib/active_record/query_cache.rb:36:in `call' + activerecord (4.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' + activerecord (4.2.7) lib/active_record/migration.rb:377:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' + activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' + activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' + activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/reloader.rb:73:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' + better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call' + better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call' + better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' + web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call' + web-console (2.3.0) lib/web_console/middleware.rb:18:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' + railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' + rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' + rack (1.6.4) lib/rack/runtime.rb:18:in `call' + activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' + rack (1.6.4) lib/rack/sendfile.rb:113:in `call' + railties (4.2.7) lib/rails/engine.rb:518:in `call' + railties (4.2.7) lib/rails/application.rb:165:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + rack (1.6.4) lib/rack/content_length.rb:15:in `call' + rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' + + + +Started POST "/__better_errors/ed9a7838c7904c9e/variables" for ::1 at 2016-10-24 13:08:29 -0700 + + +Started GET "/sessions/index" for ::1 at 2016-10-24 13:08:45 -0700 +Processing by SessionsController#index as HTML + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 + Rendered sessions/index.html.erb within layouts/application (0.4ms) +Completed 200 OK in 243ms (Views: 239.8ms | ActiveRecord: 0.3ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-24 13:08:45 -0700 + + +Started POST "/sessions/new" for ::1 at 2016-10-24 13:08:47 -0700 + +ActionController::RoutingError (No route matches [POST] "/sessions/new"): + actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' + web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call' + web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch' + web-console (2.3.0) lib/web_console/middleware.rb:18:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' + railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' + rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' + rack (1.6.4) lib/rack/runtime.rb:18:in `call' + activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' + rack (1.6.4) lib/rack/sendfile.rb:113:in `call' + railties (4.2.7) lib/rails/engine.rb:518:in `call' + railties (4.2.7) lib/rails/application.rb:165:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + rack (1.6.4) lib/rack/content_length.rb:15:in `call' + rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' + + + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/routes/_route.html.erb (2.6ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/routes/_table.html.erb (24.1ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.8ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (93.6ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.9ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (52.9ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.9ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (110.5ms) + + +Started GET "/sessions/index" for ::1 at 2016-10-24 13:08:58 -0700 +Processing by SessionsController#index as HTML + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 + Rendered sessions/index.html.erb within layouts/application (0.3ms) +Completed 200 OK in 35ms (Views: 32.3ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/sessions.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-10-24 13:08:58 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-10-24 13:08:58 -0700 + + +Started GET "/assets/style.self-501abb5539a43a648e005b9e181cc8715ea169335a9c131a78e67957ed879812.css?body=1" for ::1 at 2016-10-24 13:08:58 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-10-24 13:08:58 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-10-24 13:08:58 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-10-24 13:08:58 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-10-24 13:08:58 -0700 + + +Started GET "/assets/sessions.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-10-24 13:08:58 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-10-24 13:08:58 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-10-24 13:08:58 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-24 13:08:58 -0700 + + +Started POST "/sessions/new" for ::1 at 2016-10-24 13:08:59 -0700 + +ActionController::RoutingError (No route matches [POST] "/sessions/new"): + actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' + web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call' + web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch' + web-console (2.3.0) lib/web_console/middleware.rb:18:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' + railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' + rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' + rack (1.6.4) lib/rack/runtime.rb:18:in `call' + activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' + rack (1.6.4) lib/rack/sendfile.rb:113:in `call' + railties (4.2.7) lib/rails/engine.rb:518:in `call' + railties (4.2.7) lib/rails/application.rb:165:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + rack (1.6.4) lib/rack/content_length.rb:15:in `call' + rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' + + + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.0ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.0ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (57.9ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.5ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (41.0ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.6ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (88.4ms) + + +Started POST "/sessions/new" for ::1 at 2016-10-24 13:09:21 -0700 + +ActionController::RoutingError (No route matches [POST] "/sessions/new"): + actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' + web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call' + web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch' + web-console (2.3.0) lib/web_console/middleware.rb:18:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' + railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' + rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' + rack (1.6.4) lib/rack/runtime.rb:18:in `call' + activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' + rack (1.6.4) lib/rack/sendfile.rb:113:in `call' + railties (4.2.7) lib/rails/engine.rb:518:in `call' + railties (4.2.7) lib/rails/application.rb:165:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + rack (1.6.4) lib/rack/content_length.rb:15:in `call' + rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' + + + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.6ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (61.5ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (40.6ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (86.5ms) + + +Started POST "/sessions/new" for ::1 at 2016-10-24 13:09:23 -0700 + +ActionController::RoutingError (No route matches [POST] "/sessions/new"): + actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' + web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call' + web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch' + web-console (2.3.0) lib/web_console/middleware.rb:18:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' + railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' + rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' + rack (1.6.4) lib/rack/runtime.rb:18:in `call' + activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' + rack (1.6.4) lib/rack/sendfile.rb:113:in `call' + railties (4.2.7) lib/rails/engine.rb:518:in `call' + railties (4.2.7) lib/rails/application.rb:165:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + rack (1.6.4) lib/rack/content_length.rb:15:in `call' + rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' + + + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.1ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (62.9ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (42.0ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (89.6ms) + + +Started GET "/sessions/index" for ::1 at 2016-10-24 13:09:25 -0700 +Processing by SessionsController#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 + Rendered sessions/index.html.erb within layouts/application (0.4ms) +Completed 200 OK in 17ms (Views: 15.7ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/sessions.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-10-24 13:09:25 -0700 + + +Started GET "/assets/style.self-501abb5539a43a648e005b9e181cc8715ea169335a9c131a78e67957ed879812.css?body=1" for ::1 at 2016-10-24 13:09:25 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-10-24 13:09:25 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-10-24 13:09:25 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-10-24 13:09:25 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-10-24 13:09:25 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-10-24 13:09:25 -0700 + + +Started GET "/assets/sessions.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-10-24 13:09:25 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-10-24 13:09:25 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-10-24 13:09:25 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-24 13:09:25 -0700 + + +Started GET "/sessions/new" for ::1 at 2016-10-24 13:09:26 -0700 +Processing by SessionsController#new as HTML + Rendered sessions/new.html.erb within layouts/application (0.7ms) +Completed 200 OK in 16ms (Views: 14.8ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-24 13:09:26 -0700 + + +Started POST "/auth/google/" for ::1 at 2016-10-24 13:09:28 -0700 + +ActionController::RoutingError (No route matches [POST] "/auth/google"): + actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' + web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call' + web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch' + web-console (2.3.0) lib/web_console/middleware.rb:18:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' + railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' + rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' + rack (1.6.4) lib/rack/runtime.rb:18:in `call' + activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' + rack (1.6.4) lib/rack/sendfile.rb:113:in `call' + railties (4.2.7) lib/rails/engine.rb:518:in `call' + railties (4.2.7) lib/rails/application.rb:165:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + rack (1.6.4) lib/rack/content_length.rb:15:in `call' + rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' + + + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.8ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/actionpack-4.2.7/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (61.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.5ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.5ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (42.2ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.2ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms) + Rendered /Users/emilyabrash/.rvm/gems/ruby-2.3.0@rails_gemset/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (92.9ms) + + +Started POST "/auth/github/" for ::1 at 2016-10-24 13:09:36 -0700 + + +Started GET "/auth/github/callback?code=485f2d5a898299f8c318&state=4f576cb2c9f665d00cb288185e7818dbd9228bc4fe3145e2" for ::1 at 2016-10-24 13:09:37 -0700 +Processing by SessionsController#create as HTML + Parameters: {"code"=>"485f2d5a898299f8c318", "state"=>"4f576cb2c9f665d00cb288185e7818dbd9228bc4fe3145e2", "provider"=>"github"} +Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) + +RuntimeError - : + app/controllers/sessions_controller.rb:12:in `create' + actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (4.2.7) lib/abstract_controller/base.rb:198:in `process_action' + actionpack (4.2.7) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (4.2.7) lib/abstract_controller/callbacks.rb:20:in `block in process_action' + activesupport (4.2.7) lib/active_support/callbacks.rb:117:in `call' + activesupport (4.2.7) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' + activesupport (4.2.7) lib/active_support/callbacks.rb:505:in `call' + activesupport (4.2.7) lib/active_support/callbacks.rb:92:in `__run_callbacks__' + activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' + activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (4.2.7) lib/abstract_controller/callbacks.rb:19:in `process_action' + actionpack (4.2.7) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' + activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' + activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' + actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:30:in `process_action' + actionpack (4.2.7) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' + activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (4.2.7) lib/abstract_controller/base.rb:137:in `process' + actionview (4.2.7) lib/action_view/rendering.rb:30:in `process' + actionpack (4.2.7) lib/action_controller/metal.rb:196:in `dispatch' + actionpack (4.2.7) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' + actionpack (4.2.7) lib/action_controller/metal.rb:237:in `block in action' + actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' + actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:43:in `serve' + actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' + actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' + actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' + omniauth (1.3.1) lib/omniauth/strategy.rb:186:in `call!' + omniauth (1.3.1) lib/omniauth/strategy.rb:164:in `call' + omniauth (1.3.1) lib/omniauth/strategy.rb:408:in `call_app!' + omniauth (1.3.1) lib/omniauth/strategy.rb:362:in `callback_phase' + omniauth-oauth2 (1.4.0) lib/omniauth/strategies/oauth2.rb:75:in `callback_phase' + omniauth (1.3.1) lib/omniauth/strategy.rb:227:in `callback_call' + omniauth (1.3.1) lib/omniauth/strategy.rb:184:in `call!' + omniauth (1.3.1) lib/omniauth/strategy.rb:164:in `call' + omniauth (1.3.1) lib/omniauth/builder.rb:63:in `call' + rack (1.6.4) lib/rack/etag.rb:24:in `call' + rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' + rack (1.6.4) lib/rack/head.rb:13:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/params_parser.rb:27:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/flash.rb:260:in `call' + rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' + rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/cookies.rb:560:in `call' + activerecord (4.2.7) lib/active_record/query_cache.rb:36:in `call' + activerecord (4.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' + activerecord (4.2.7) lib/active_record/migration.rb:377:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' + activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' + activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' + activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/reloader.rb:73:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' + better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call' + better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call' + better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' + web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call' + web-console (2.3.0) lib/web_console/middleware.rb:18:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' + railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' + rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' + rack (1.6.4) lib/rack/runtime.rb:18:in `call' + activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' + rack (1.6.4) lib/rack/sendfile.rb:113:in `call' + railties (4.2.7) lib/rails/engine.rb:518:in `call' + railties (4.2.7) lib/rails/application.rb:165:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + rack (1.6.4) lib/rack/content_length.rb:15:in `call' + rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' + + + +Started POST "/auth/github/" for ::1 at 2016-10-24 13:09:38 -0700 + + +Started GET "/auth/github/callback?code=381b5ef3ce5acfc3830f&state=89add27bf1b72dd1a45556c2a6dba6c8197ac4e73c9e7f45" for ::1 at 2016-10-24 13:09:38 -0700 +Processing by SessionsController#create as HTML + Parameters: {"code"=>"381b5ef3ce5acfc3830f", "state"=>"89add27bf1b72dd1a45556c2a6dba6c8197ac4e73c9e7f45", "provider"=>"github"} +Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) + +RuntimeError - : + app/controllers/sessions_controller.rb:12:in `create' + actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (4.2.7) lib/abstract_controller/base.rb:198:in `process_action' + actionpack (4.2.7) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (4.2.7) lib/abstract_controller/callbacks.rb:20:in `block in process_action' + activesupport (4.2.7) lib/active_support/callbacks.rb:117:in `call' + activesupport (4.2.7) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' + activesupport (4.2.7) lib/active_support/callbacks.rb:505:in `call' + activesupport (4.2.7) lib/active_support/callbacks.rb:92:in `__run_callbacks__' + activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' + activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (4.2.7) lib/abstract_controller/callbacks.rb:19:in `process_action' + actionpack (4.2.7) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' + activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' + activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' + actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:30:in `process_action' + actionpack (4.2.7) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' + activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (4.2.7) lib/abstract_controller/base.rb:137:in `process' + actionview (4.2.7) lib/action_view/rendering.rb:30:in `process' + actionpack (4.2.7) lib/action_controller/metal.rb:196:in `dispatch' + actionpack (4.2.7) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' + actionpack (4.2.7) lib/action_controller/metal.rb:237:in `block in action' + actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' + actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:43:in `serve' + actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' + actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' + actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' + omniauth (1.3.1) lib/omniauth/strategy.rb:186:in `call!' + omniauth (1.3.1) lib/omniauth/strategy.rb:164:in `call' + omniauth (1.3.1) lib/omniauth/strategy.rb:408:in `call_app!' + omniauth (1.3.1) lib/omniauth/strategy.rb:362:in `callback_phase' + omniauth-oauth2 (1.4.0) lib/omniauth/strategies/oauth2.rb:75:in `callback_phase' + omniauth (1.3.1) lib/omniauth/strategy.rb:227:in `callback_call' + omniauth (1.3.1) lib/omniauth/strategy.rb:184:in `call!' + omniauth (1.3.1) lib/omniauth/strategy.rb:164:in `call' + omniauth (1.3.1) lib/omniauth/builder.rb:63:in `call' + rack (1.6.4) lib/rack/etag.rb:24:in `call' + rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' + rack (1.6.4) lib/rack/head.rb:13:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/params_parser.rb:27:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/flash.rb:260:in `call' + rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' + rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/cookies.rb:560:in `call' + activerecord (4.2.7) lib/active_record/query_cache.rb:36:in `call' + activerecord (4.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' + activerecord (4.2.7) lib/active_record/migration.rb:377:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' + activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' + activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' + activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/reloader.rb:73:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' + better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call' + better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call' + better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' + web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call' + web-console (2.3.0) lib/web_console/middleware.rb:18:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' + railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' + rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' + rack (1.6.4) lib/rack/runtime.rb:18:in `call' + activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' + rack (1.6.4) lib/rack/sendfile.rb:113:in `call' + railties (4.2.7) lib/rails/engine.rb:518:in `call' + railties (4.2.7) lib/rails/application.rb:165:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + rack (1.6.4) lib/rack/content_length.rb:15:in `call' + rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' + + + +Started POST "/__better_errors/9324311c412f71dd/variables" for ::1 at 2016-10-24 13:09:40 -0700 + + +Started GET "/sessions/new" for ::1 at 2016-10-24 13:11:19 -0700 +Processing by SessionsController#new as HTML + Rendered sessions/new.html.erb within layouts/application (0.8ms) +Completed 200 OK in 16ms (Views: 15.3ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-10-24 13:11:20 -0700 + + +Started GET "/assets/style.self-501abb5539a43a648e005b9e181cc8715ea169335a9c131a78e67957ed879812.css?body=1" for ::1 at 2016-10-24 13:11:20 -0700 + + +Started GET "/assets/sessions.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-10-24 13:11:20 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-10-24 13:11:20 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-10-24 13:11:20 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-10-24 13:11:20 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-10-24 13:11:20 -0700 + + +Started GET "/assets/sessions.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-10-24 13:11:20 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-10-24 13:11:20 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-10-24 13:11:20 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-24 13:11:20 -0700 + + +Started POST "/auth/google_oauth2/" for ::1 at 2016-10-24 13:11:21 -0700 + + +Started GET "/sessions/new" for ::1 at 2016-10-24 13:12:16 -0700 +Processing by SessionsController#new as HTML + Rendered sessions/new.html.erb within layouts/application (0.3ms) +Completed 200 OK in 19ms (Views: 18.6ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/sessions.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-10-24 13:12:16 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-10-24 13:12:16 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-10-24 13:12:16 -0700 + + +Started GET "/assets/style.self-501abb5539a43a648e005b9e181cc8715ea169335a9c131a78e67957ed879812.css?body=1" for ::1 at 2016-10-24 13:12:16 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-10-24 13:12:16 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-10-24 13:12:16 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-10-24 13:12:16 -0700 + + +Started GET "/assets/sessions.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-10-24 13:12:16 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-10-24 13:12:16 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-10-24 13:12:16 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-24 13:12:16 -0700 + + +Started POST "/auth/google_oauth2/" for ::1 at 2016-10-24 13:12:17 -0700 + + +Started GET "/sessions/new" for ::1 at 2016-10-24 13:13:15 -0700 + ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" +Processing by SessionsController#new as HTML + Rendered sessions/new.html.erb within layouts/application (2.0ms) +Completed 200 OK in 243ms (Views: 235.8ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/sessions.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-10-24 13:13:15 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-10-24 13:13:15 -0700 + + +Started GET "/assets/style.self-501abb5539a43a648e005b9e181cc8715ea169335a9c131a78e67957ed879812.css?body=1" for ::1 at 2016-10-24 13:13:15 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-10-24 13:13:15 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-10-24 13:13:15 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-10-24 13:13:15 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-10-24 13:13:15 -0700 + + +Started GET "/assets/sessions.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-10-24 13:13:15 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-10-24 13:13:15 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-10-24 13:13:15 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-24 13:13:15 -0700 + + +Started POST "/auth/google_oauth2/" for ::1 at 2016-10-24 13:13:16 -0700 + + +Started GET "/sessions/new" for ::1 at 2016-10-24 13:14:53 -0700 +Processing by SessionsController#new as HTML + Rendered sessions/new.html.erb within layouts/application (0.9ms) +Completed 200 OK in 43ms (Views: 42.6ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/sessions.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-10-24 13:14:53 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-10-24 13:14:53 -0700 + + +Started GET "/assets/style.self-501abb5539a43a648e005b9e181cc8715ea169335a9c131a78e67957ed879812.css?body=1" for ::1 at 2016-10-24 13:14:53 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-10-24 13:14:53 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-10-24 13:14:53 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-10-24 13:14:53 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-10-24 13:14:53 -0700 + + +Started GET "/assets/sessions.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-10-24 13:14:53 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-10-24 13:14:53 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-10-24 13:14:53 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-24 13:14:53 -0700 + + +Started POST "/auth/google_oauth2/" for ::1 at 2016-10-24 13:14:55 -0700 + + +Started GET "/auth/google_oauth2/callback?state=3241340321978928394f1e7e2b7e9414a7ebe4037999f607&code=4/2BnVORNBamtt0I7rM7JynfPrIJ7vtlxiD9av-e0_MFw" for ::1 at 2016-10-24 13:14:59 -0700 +Processing by SessionsController#create as HTML + Parameters: {"state"=>"3241340321978928394f1e7e2b7e9414a7ebe4037999f607", "code"=>"4/2BnVORNBamtt0I7rM7JynfPrIJ7vtlxiD9av-e0_MFw", "provider"=>"google_oauth2"} +Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) + +RuntimeError - : + app/controllers/sessions_controller.rb:12:in `create' + actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (4.2.7) lib/abstract_controller/base.rb:198:in `process_action' + actionpack (4.2.7) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (4.2.7) lib/abstract_controller/callbacks.rb:20:in `block in process_action' + activesupport (4.2.7) lib/active_support/callbacks.rb:117:in `call' + activesupport (4.2.7) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' + activesupport (4.2.7) lib/active_support/callbacks.rb:505:in `call' + activesupport (4.2.7) lib/active_support/callbacks.rb:92:in `__run_callbacks__' + activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' + activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (4.2.7) lib/abstract_controller/callbacks.rb:19:in `process_action' + actionpack (4.2.7) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' + activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' + activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' + actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:30:in `process_action' + actionpack (4.2.7) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' + activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (4.2.7) lib/abstract_controller/base.rb:137:in `process' + actionview (4.2.7) lib/action_view/rendering.rb:30:in `process' + actionpack (4.2.7) lib/action_controller/metal.rb:196:in `dispatch' + actionpack (4.2.7) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' + actionpack (4.2.7) lib/action_controller/metal.rb:237:in `block in action' + actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' + actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:43:in `serve' + actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' + actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' + actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' + omniauth (1.3.1) lib/omniauth/strategy.rb:408:in `call_app!' + omniauth (1.3.1) lib/omniauth/strategy.rb:362:in `callback_phase' + omniauth-oauth2 (1.4.0) lib/omniauth/strategies/oauth2.rb:75:in `callback_phase' + omniauth (1.3.1) lib/omniauth/strategy.rb:227:in `callback_call' + omniauth (1.3.1) lib/omniauth/strategy.rb:184:in `call!' + omniauth (1.3.1) lib/omniauth/strategy.rb:164:in `call' + omniauth (1.3.1) lib/omniauth/strategy.rb:186:in `call!' + omniauth (1.3.1) lib/omniauth/strategy.rb:164:in `call' + omniauth (1.3.1) lib/omniauth/builder.rb:63:in `call' + rack (1.6.4) lib/rack/etag.rb:24:in `call' + rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' + rack (1.6.4) lib/rack/head.rb:13:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/params_parser.rb:27:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/flash.rb:260:in `call' + rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' + rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/cookies.rb:560:in `call' + activerecord (4.2.7) lib/active_record/query_cache.rb:36:in `call' + activerecord (4.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' + activerecord (4.2.7) lib/active_record/migration.rb:377:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' + activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' + activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' + activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/reloader.rb:73:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' + better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call' + better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call' + better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' + web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call' + web-console (2.3.0) lib/web_console/middleware.rb:18:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' + railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' + rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' + rack (1.6.4) lib/rack/runtime.rb:18:in `call' + activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' + rack (1.6.4) lib/rack/sendfile.rb:113:in `call' + railties (4.2.7) lib/rails/engine.rb:518:in `call' + railties (4.2.7) lib/rails/application.rb:165:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + rack (1.6.4) lib/rack/content_length.rb:15:in `call' + rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' + + + +Started POST "/__better_errors/d0ea1696587dd1ea/variables" for ::1 at 2016-10-24 13:15:00 -0700 + + +Started GET "/auth/google_oauth2/callback?state=3241340321978928394f1e7e2b7e9414a7ebe4037999f607&code=4/2BnVORNBamtt0I7rM7JynfPrIJ7vtlxiD9av-e0_MFw" for ::1 at 2016-10-24 13:24:33 -0700 + +OAuth2::Error - invalid_grant: Invalid code. +{ + "error" : "invalid_grant", + "error_description" : "Invalid code." +}: + oauth2 (1.2.0) lib/oauth2/client.rb:113:in `request' + oauth2 (1.2.0) lib/oauth2/client.rb:138:in `get_token' + oauth2 (1.2.0) lib/oauth2/strategy/auth_code.rb:29:in `get_token' + omniauth-google-oauth2 (0.4.1) lib/omniauth/strategies/google_oauth2.rb:107:in `custom_build_access_token' + omniauth-oauth2 (1.4.0) lib/omniauth/strategies/oauth2.rb:73:in `callback_phase' + omniauth (1.3.1) lib/omniauth/strategy.rb:227:in `callback_call' + omniauth (1.3.1) lib/omniauth/strategy.rb:184:in `call!' + omniauth (1.3.1) lib/omniauth/strategy.rb:164:in `call' + omniauth (1.3.1) lib/omniauth/strategy.rb:186:in `call!' + omniauth (1.3.1) lib/omniauth/strategy.rb:164:in `call' + omniauth (1.3.1) lib/omniauth/builder.rb:63:in `call' + rack (1.6.4) lib/rack/etag.rb:24:in `call' + rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' + rack (1.6.4) lib/rack/head.rb:13:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/params_parser.rb:27:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/flash.rb:260:in `call' + rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' + rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/cookies.rb:560:in `call' + activerecord (4.2.7) lib/active_record/query_cache.rb:36:in `call' + activerecord (4.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' + activerecord (4.2.7) lib/active_record/migration.rb:377:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' + activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' + activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' + activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/reloader.rb:73:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' + better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call' + better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call' + better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' + web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call' + web-console (2.3.0) lib/web_console/middleware.rb:18:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' + railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' + rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' + rack (1.6.4) lib/rack/runtime.rb:18:in `call' + activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' + rack (1.6.4) lib/rack/sendfile.rb:113:in `call' + railties (4.2.7) lib/rails/engine.rb:518:in `call' + railties (4.2.7) lib/rails/application.rb:165:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + rack (1.6.4) lib/rack/content_length.rb:15:in `call' + rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' + + + +Started POST "/__better_errors/1cdcd29afd2e01f7/variables" for ::1 at 2016-10-24 13:24:33 -0700 + + +Started GET "/auth/google_oauth2/callback?state=3241340321978928394f1e7e2b7e9414a7ebe4037999f607&code=4/5lSfPl1Zddf45qjS_qtsztALF5Ke7ep2DA0Tec7kw7M" for ::1 at 2016-10-24 13:24:36 -0700 +Processing by SessionsController#create as HTML + Parameters: {"state"=>"3241340321978928394f1e7e2b7e9414a7ebe4037999f607", "code"=>"4/5lSfPl1Zddf45qjS_qtsztALF5Ke7ep2DA0Tec7kw7M", "provider"=>"google_oauth2"} +  (0.1ms) begin transaction +  (0.1ms) rollback transaction +Completed 500 Internal Server Error in 21ms (ActiveRecord: 0.5ms) + +RangeError - 115227156681275830707 is out of range for ActiveRecord::Type::Integer with limit 4: + activerecord (4.2.7) lib/active_record/type/integer.rb:45:in `ensure_in_range' + activerecord (4.2.7) lib/active_record/type/integer.rb:23:in `type_cast_for_database' + activerecord (4.2.7) lib/active_record/connection_adapters/abstract/quoting.rb:28:in `type_cast' + activerecord (4.2.7) lib/active_record/connection_adapters/sqlite3_adapter.rb:278:in `block in exec_query' + activerecord (4.2.7) lib/active_record/connection_adapters/sqlite3_adapter.rb:277:in `exec_query' + activerecord (4.2.7) lib/active_record/connection_adapters/abstract/database_statements.rb:76:in `exec_insert' + activerecord (4.2.7) lib/active_record/connection_adapters/abstract/database_statements.rb:108:in `insert' + activerecord (4.2.7) lib/active_record/connection_adapters/abstract/query_cache.rb:14:in `insert' + activerecord (4.2.7) lib/active_record/relation.rb:64:in `insert' + activerecord (4.2.7) lib/active_record/persistence.rb:524:in `_create_record' + activerecord (4.2.7) lib/active_record/counter_cache.rb:139:in `_create_record' + activerecord (4.2.7) lib/active_record/locking/optimistic.rb:75:in `_create_record' + activerecord (4.2.7) lib/active_record/attribute_methods/dirty.rb:133:in `_create_record' + activerecord (4.2.7) lib/active_record/callbacks.rb:306:in `block in _create_record' + activesupport (4.2.7) lib/active_support/callbacks.rb:117:in `call' + activesupport (4.2.7) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' + activesupport (4.2.7) lib/active_support/callbacks.rb:505:in `call' + activesupport (4.2.7) lib/active_support/callbacks.rb:92:in `__run_callbacks__' + activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_create_callbacks' + activerecord (4.2.7) lib/active_record/callbacks.rb:306:in `_create_record' + activerecord (4.2.7) lib/active_record/timestamp.rb:57:in `_create_record' + activerecord (4.2.7) lib/active_record/persistence.rb:504:in `create_or_update' + activerecord (4.2.7) lib/active_record/callbacks.rb:302:in `block in create_or_update' + activesupport (4.2.7) lib/active_support/callbacks.rb:117:in `call' + activesupport (4.2.7) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' + activesupport (4.2.7) lib/active_support/callbacks.rb:505:in `call' + activesupport (4.2.7) lib/active_support/callbacks.rb:92:in `__run_callbacks__' + activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_save_callbacks' + activerecord (4.2.7) lib/active_record/callbacks.rb:302:in `create_or_update' + activerecord (4.2.7) lib/active_record/persistence.rb:120:in `save' + activerecord (4.2.7) lib/active_record/validations.rb:37:in `save' + activerecord (4.2.7) lib/active_record/attribute_methods/dirty.rb:21:in `save' + activerecord (4.2.7) lib/active_record/transactions.rb:286:in `block (2 levels) in save' + activerecord (4.2.7) lib/active_record/transactions.rb:351:in `block in with_transaction_returning_status' + activerecord (4.2.7) lib/active_record/connection_adapters/abstract/database_statements.rb:213:in `block in transaction' + activerecord (4.2.7) lib/active_record/connection_adapters/abstract/transaction.rb:184:in `within_new_transaction' + activerecord (4.2.7) lib/active_record/connection_adapters/abstract/database_statements.rb:213:in `transaction' + activerecord (4.2.7) lib/active_record/transactions.rb:220:in `transaction' + activerecord (4.2.7) lib/active_record/transactions.rb:348:in `with_transaction_returning_status' + activerecord (4.2.7) lib/active_record/transactions.rb:286:in `block in save' + activerecord (4.2.7) lib/active_record/transactions.rb:301:in `rollback_active_record_state!' + activerecord (4.2.7) lib/active_record/transactions.rb:285:in `save' + app/controllers/sessions_controller.rb:22:in `create' + actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (4.2.7) lib/abstract_controller/base.rb:198:in `process_action' + actionpack (4.2.7) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (4.2.7) lib/abstract_controller/callbacks.rb:20:in `block in process_action' + activesupport (4.2.7) lib/active_support/callbacks.rb:117:in `call' + activesupport (4.2.7) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' + activesupport (4.2.7) lib/active_support/callbacks.rb:505:in `call' + activesupport (4.2.7) lib/active_support/callbacks.rb:92:in `__run_callbacks__' + activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' + activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (4.2.7) lib/abstract_controller/callbacks.rb:19:in `process_action' + actionpack (4.2.7) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' + activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' + activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' + actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:30:in `process_action' + actionpack (4.2.7) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' + activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (4.2.7) lib/abstract_controller/base.rb:137:in `process' + actionview (4.2.7) lib/action_view/rendering.rb:30:in `process' + actionpack (4.2.7) lib/action_controller/metal.rb:196:in `dispatch' + actionpack (4.2.7) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' + actionpack (4.2.7) lib/action_controller/metal.rb:237:in `block in action' + actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' + actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:43:in `serve' + actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' + actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' + actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' + omniauth (1.3.1) lib/omniauth/strategy.rb:408:in `call_app!' + omniauth (1.3.1) lib/omniauth/strategy.rb:362:in `callback_phase' + omniauth-oauth2 (1.4.0) lib/omniauth/strategies/oauth2.rb:75:in `callback_phase' + omniauth (1.3.1) lib/omniauth/strategy.rb:227:in `callback_call' + omniauth (1.3.1) lib/omniauth/strategy.rb:184:in `call!' + omniauth (1.3.1) lib/omniauth/strategy.rb:164:in `call' + omniauth (1.3.1) lib/omniauth/strategy.rb:186:in `call!' + omniauth (1.3.1) lib/omniauth/strategy.rb:164:in `call' + omniauth (1.3.1) lib/omniauth/builder.rb:63:in `call' + rack (1.6.4) lib/rack/etag.rb:24:in `call' + rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' + rack (1.6.4) lib/rack/head.rb:13:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/params_parser.rb:27:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/flash.rb:260:in `call' + rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' + rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/cookies.rb:560:in `call' + activerecord (4.2.7) lib/active_record/query_cache.rb:36:in `call' + activerecord (4.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' + activerecord (4.2.7) lib/active_record/migration.rb:377:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' + activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' + activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' + activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/reloader.rb:73:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' + better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call' + better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call' + better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' + web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call' + web-console (2.3.0) lib/web_console/middleware.rb:18:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' + railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' + rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' + rack (1.6.4) lib/rack/runtime.rb:18:in `call' + activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' + rack (1.6.4) lib/rack/sendfile.rb:113:in `call' + railties (4.2.7) lib/rails/engine.rb:518:in `call' + railties (4.2.7) lib/rails/application.rb:165:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + rack (1.6.4) lib/rack/content_length.rb:15:in `call' + rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' + + + +Started POST "/__better_errors/5bd305db8179c0b8/variables" for ::1 at 2016-10-24 13:24:36 -0700 + + +Started GET "/sessions/new" for ::1 at 2016-10-24 13:24:40 -0700 +Processing by SessionsController#new as HTML + Rendered sessions/new.html.erb within layouts/application (0.3ms) +Completed 200 OK in 21ms (Views: 20.4ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/sessions.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-10-24 13:24:40 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-10-24 13:24:40 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-10-24 13:24:40 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-10-24 13:24:40 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-10-24 13:24:40 -0700 + + +Started GET "/assets/style.self-501abb5539a43a648e005b9e181cc8715ea169335a9c131a78e67957ed879812.css?body=1" for ::1 at 2016-10-24 13:24:40 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-10-24 13:24:40 -0700 + + +Started GET "/assets/sessions.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-10-24 13:24:40 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-10-24 13:24:40 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-10-24 13:24:40 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-24 13:24:40 -0700 + + +Started POST "/auth/google_oauth2/" for ::1 at 2016-10-24 13:24:41 -0700 + + +Started GET "/auth/google_oauth2/callback?state=e8620d23a4bdd3a22771f9805e06ae7a5338b41e07507e65&code=4/c_C7gL5n1svfFIAtubl_X2TyYYDOhTGWfN8R7E4Cv-s" for ::1 at 2016-10-24 13:24:42 -0700 +Processing by SessionsController#create as HTML + Parameters: {"state"=>"e8620d23a4bdd3a22771f9805e06ae7a5338b41e07507e65", "code"=>"4/c_C7gL5n1svfFIAtubl_X2TyYYDOhTGWfN8R7E4Cv-s", "provider"=>"google_oauth2"} +  (0.1ms) begin transaction +  (0.0ms) rollback transaction +Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.1ms) + +RangeError - 115227156681275830707 is out of range for ActiveRecord::Type::Integer with limit 4: + activerecord (4.2.7) lib/active_record/type/integer.rb:45:in `ensure_in_range' + activerecord (4.2.7) lib/active_record/type/integer.rb:23:in `type_cast_for_database' + activerecord (4.2.7) lib/active_record/connection_adapters/abstract/quoting.rb:28:in `type_cast' + activerecord (4.2.7) lib/active_record/connection_adapters/sqlite3_adapter.rb:278:in `block in exec_query' + activerecord (4.2.7) lib/active_record/connection_adapters/sqlite3_adapter.rb:277:in `exec_query' + activerecord (4.2.7) lib/active_record/connection_adapters/abstract/database_statements.rb:76:in `exec_insert' + activerecord (4.2.7) lib/active_record/connection_adapters/abstract/database_statements.rb:108:in `insert' + activerecord (4.2.7) lib/active_record/connection_adapters/abstract/query_cache.rb:14:in `insert' + activerecord (4.2.7) lib/active_record/relation.rb:64:in `insert' + activerecord (4.2.7) lib/active_record/persistence.rb:524:in `_create_record' + activerecord (4.2.7) lib/active_record/counter_cache.rb:139:in `_create_record' + activerecord (4.2.7) lib/active_record/locking/optimistic.rb:75:in `_create_record' + activerecord (4.2.7) lib/active_record/attribute_methods/dirty.rb:133:in `_create_record' + activerecord (4.2.7) lib/active_record/callbacks.rb:306:in `block in _create_record' + activesupport (4.2.7) lib/active_support/callbacks.rb:117:in `call' + activesupport (4.2.7) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' + activesupport (4.2.7) lib/active_support/callbacks.rb:505:in `call' + activesupport (4.2.7) lib/active_support/callbacks.rb:92:in `__run_callbacks__' + activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_create_callbacks' + activerecord (4.2.7) lib/active_record/callbacks.rb:306:in `_create_record' + activerecord (4.2.7) lib/active_record/timestamp.rb:57:in `_create_record' + activerecord (4.2.7) lib/active_record/persistence.rb:504:in `create_or_update' + activerecord (4.2.7) lib/active_record/callbacks.rb:302:in `block in create_or_update' + activesupport (4.2.7) lib/active_support/callbacks.rb:117:in `call' + activesupport (4.2.7) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' + activesupport (4.2.7) lib/active_support/callbacks.rb:505:in `call' + activesupport (4.2.7) lib/active_support/callbacks.rb:92:in `__run_callbacks__' + activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_save_callbacks' + activerecord (4.2.7) lib/active_record/callbacks.rb:302:in `create_or_update' + activerecord (4.2.7) lib/active_record/persistence.rb:120:in `save' + activerecord (4.2.7) lib/active_record/validations.rb:37:in `save' + activerecord (4.2.7) lib/active_record/attribute_methods/dirty.rb:21:in `save' + activerecord (4.2.7) lib/active_record/transactions.rb:286:in `block (2 levels) in save' + activerecord (4.2.7) lib/active_record/transactions.rb:351:in `block in with_transaction_returning_status' + activerecord (4.2.7) lib/active_record/connection_adapters/abstract/database_statements.rb:213:in `block in transaction' + activerecord (4.2.7) lib/active_record/connection_adapters/abstract/transaction.rb:184:in `within_new_transaction' + activerecord (4.2.7) lib/active_record/connection_adapters/abstract/database_statements.rb:213:in `transaction' + activerecord (4.2.7) lib/active_record/transactions.rb:220:in `transaction' + activerecord (4.2.7) lib/active_record/transactions.rb:348:in `with_transaction_returning_status' + activerecord (4.2.7) lib/active_record/transactions.rb:286:in `block in save' + activerecord (4.2.7) lib/active_record/transactions.rb:301:in `rollback_active_record_state!' + activerecord (4.2.7) lib/active_record/transactions.rb:285:in `save' + app/controllers/sessions_controller.rb:22:in `create' + actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (4.2.7) lib/abstract_controller/base.rb:198:in `process_action' + actionpack (4.2.7) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (4.2.7) lib/abstract_controller/callbacks.rb:20:in `block in process_action' + activesupport (4.2.7) lib/active_support/callbacks.rb:117:in `call' + activesupport (4.2.7) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' + activesupport (4.2.7) lib/active_support/callbacks.rb:505:in `call' + activesupport (4.2.7) lib/active_support/callbacks.rb:92:in `__run_callbacks__' + activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' + activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (4.2.7) lib/abstract_controller/callbacks.rb:19:in `process_action' + actionpack (4.2.7) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' + activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' + activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' + actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:30:in `process_action' + actionpack (4.2.7) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' + activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (4.2.7) lib/abstract_controller/base.rb:137:in `process' + actionview (4.2.7) lib/action_view/rendering.rb:30:in `process' + actionpack (4.2.7) lib/action_controller/metal.rb:196:in `dispatch' + actionpack (4.2.7) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' + actionpack (4.2.7) lib/action_controller/metal.rb:237:in `block in action' + actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' + actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:43:in `serve' + actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' + actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' + actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' + omniauth (1.3.1) lib/omniauth/strategy.rb:408:in `call_app!' + omniauth (1.3.1) lib/omniauth/strategy.rb:362:in `callback_phase' + omniauth-oauth2 (1.4.0) lib/omniauth/strategies/oauth2.rb:75:in `callback_phase' + omniauth (1.3.1) lib/omniauth/strategy.rb:227:in `callback_call' + omniauth (1.3.1) lib/omniauth/strategy.rb:184:in `call!' + omniauth (1.3.1) lib/omniauth/strategy.rb:164:in `call' + omniauth (1.3.1) lib/omniauth/strategy.rb:186:in `call!' + omniauth (1.3.1) lib/omniauth/strategy.rb:164:in `call' + omniauth (1.3.1) lib/omniauth/builder.rb:63:in `call' + rack (1.6.4) lib/rack/etag.rb:24:in `call' + rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' + rack (1.6.4) lib/rack/head.rb:13:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/params_parser.rb:27:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/flash.rb:260:in `call' + rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' + rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/cookies.rb:560:in `call' + activerecord (4.2.7) lib/active_record/query_cache.rb:36:in `call' + activerecord (4.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' + activerecord (4.2.7) lib/active_record/migration.rb:377:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' + activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' + activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' + activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/reloader.rb:73:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' + better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call' + better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call' + better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' + web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call' + web-console (2.3.0) lib/web_console/middleware.rb:18:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' + railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' + rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' + rack (1.6.4) lib/rack/runtime.rb:18:in `call' + activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' + rack (1.6.4) lib/rack/sendfile.rb:113:in `call' + railties (4.2.7) lib/rails/engine.rb:518:in `call' + railties (4.2.7) lib/rails/application.rb:165:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + rack (1.6.4) lib/rack/content_length.rb:15:in `call' + rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' + + + +Started POST "/__better_errors/cbf6560aa9de3a45/variables" for ::1 at 2016-10-24 13:24:42 -0700 + + +Started GET "/sessions/new" for ::1 at 2016-10-24 13:30:46 -0700 +Processing by SessionsController#new as HTML + Rendered sessions/new.html.erb within layouts/application (0.3ms) +Completed 200 OK in 17ms (Views: 16.5ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/sessions.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-10-24 13:30:46 -0700 + + +Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-10-24 13:30:46 -0700 + + +Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-10-24 13:30:46 -0700 + + +Started GET "/assets/style.self-501abb5539a43a648e005b9e181cc8715ea169335a9c131a78e67957ed879812.css?body=1" for ::1 at 2016-10-24 13:30:46 -0700 + + +Started GET "/assets/tasks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-10-24 13:30:46 -0700 + + +Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-10-24 13:30:46 -0700 + + +Started GET "/assets/turbolinks.self-c5acd7a204f5f25ce7a1d8a0e4d92e28d34c9e2df2c7371cd7af88e147e4ad82.js?body=1" for ::1 at 2016-10-24 13:30:46 -0700 + + +Started GET "/assets/sessions.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-10-24 13:30:46 -0700 + + +Started GET "/assets/tasks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-10-24 13:30:46 -0700 + + +Started GET "/assets/application.self-3b8dabdc891efe46b9a144b400ad69e37d7e5876bdc39dee783419a69d7ca819.js?body=1" for ::1 at 2016-10-24 13:30:46 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-24 13:30:46 -0700 + ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" + ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations".* FROM "schema_migrations" +Migrating to CreateUsers (20161021000354) +  (0.0ms) begin transaction +  (0.6ms) DROP TABLE "users" + SQL (0.3ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = ? [["version", "20161021000354"]] +  (0.5ms) commit transaction +Migrating to CreateTasks (20160928210407) +  (0.1ms) begin transaction +  (0.8ms) DROP TABLE "tasks" + SQL (0.1ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = ? [["version", "20160928210407"]] +  (0.5ms) commit transaction + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +Migrating to CreateTasks (20160928210407) +  (0.1ms) begin transaction +  (0.4ms) CREATE TABLE "tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "description" varchar, "completed_at" datetime, "user_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  + SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160928210407"]] +  (0.5ms) commit transaction +Migrating to CreateUsers (20161021000354) +  (0.1ms) begin transaction +  (0.3ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "email" varchar, "uid" integer(8) NOT NULL, "provider" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  + SQL (0.1ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20161021000354"]] +  (0.6ms) commit transaction + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +  (1.1ms) CREATE TABLE "tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "description" varchar, "completed_at" datetime, "user_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  +  (0.8ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "email" varchar, "uid" integer(8) NOT NULL, "provider" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) +  (1.4ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  +  (0.1ms) select sqlite_version(*) +  (0.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") +  (0.1ms) SELECT version FROM "schema_migrations" +  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20161021000354') +  (1.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20160928210407') +  (0.9ms) CREATE TABLE "tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "description" varchar, "completed_at" datetime, "user_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  +  (1.5ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "email" varchar, "uid" integer(8) NOT NULL, "provider" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) +  (0.9ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  +  (0.1ms) select sqlite_version(*) +  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") +  (0.1ms) SELECT version FROM "schema_migrations" +  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20161021000354') +  (2.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20160928210407') + ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" + + +Started GET "/" for ::1 at 2016-10-24 13:31:59 -0700 + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +Processing by SessionsController#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 + Rendered sessions/index.html.erb within layouts/application (1.5ms) +Completed 200 OK in 271ms (Views: 253.5ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-24 13:31:59 -0700 + + +Started GET "/sessions/new" for ::1 at 2016-10-24 13:32:01 -0700 +Processing by SessionsController#new as HTML + Rendered sessions/new.html.erb within layouts/application (1.9ms) +Completed 200 OK in 21ms (Views: 20.3ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-24 13:32:01 -0700 + + +Started POST "/auth/google_oauth2/" for ::1 at 2016-10-24 13:32:02 -0700 + + +Started GET "/auth/google_oauth2/callback?state=8cf0c4538665691d93bd3d6b30ace3364506514083454e58&code=4/0ErIrkMY80LXK4r-X2-xNbxNOixkbVx7KSmXIG47Fys" for ::1 at 2016-10-24 13:32:04 -0700 +Processing by SessionsController#create as HTML + Parameters: {"state"=>"8cf0c4538665691d93bd3d6b30ace3364506514083454e58", "code"=>"4/0ErIrkMY80LXK4r-X2-xNbxNOixkbVx7KSmXIG47Fys", "provider"=>"google_oauth2"} +  (0.1ms) begin transaction +  (0.1ms) rollback transaction +Completed 500 Internal Server Error in 29ms (ActiveRecord: 0.5ms) + +RangeError - 115227156681275830707 is out of range for ActiveRecord::Type::Integer with limit 8: + activerecord (4.2.7) lib/active_record/type/integer.rb:45:in `ensure_in_range' + activerecord (4.2.7) lib/active_record/type/integer.rb:23:in `type_cast_for_database' + activerecord (4.2.7) lib/active_record/connection_adapters/abstract/quoting.rb:28:in `type_cast' + activerecord (4.2.7) lib/active_record/connection_adapters/sqlite3_adapter.rb:278:in `block in exec_query' + activerecord (4.2.7) lib/active_record/connection_adapters/sqlite3_adapter.rb:277:in `exec_query' + activerecord (4.2.7) lib/active_record/connection_adapters/abstract/database_statements.rb:76:in `exec_insert' + activerecord (4.2.7) lib/active_record/connection_adapters/abstract/database_statements.rb:108:in `insert' + activerecord (4.2.7) lib/active_record/connection_adapters/abstract/query_cache.rb:14:in `insert' + activerecord (4.2.7) lib/active_record/relation.rb:64:in `insert' + activerecord (4.2.7) lib/active_record/persistence.rb:524:in `_create_record' + activerecord (4.2.7) lib/active_record/counter_cache.rb:139:in `_create_record' + activerecord (4.2.7) lib/active_record/locking/optimistic.rb:75:in `_create_record' + activerecord (4.2.7) lib/active_record/attribute_methods/dirty.rb:133:in `_create_record' + activerecord (4.2.7) lib/active_record/callbacks.rb:306:in `block in _create_record' + activesupport (4.2.7) lib/active_support/callbacks.rb:117:in `call' + activesupport (4.2.7) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' + activesupport (4.2.7) lib/active_support/callbacks.rb:505:in `call' + activesupport (4.2.7) lib/active_support/callbacks.rb:92:in `__run_callbacks__' + activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_create_callbacks' + activerecord (4.2.7) lib/active_record/callbacks.rb:306:in `_create_record' + activerecord (4.2.7) lib/active_record/timestamp.rb:57:in `_create_record' + activerecord (4.2.7) lib/active_record/persistence.rb:504:in `create_or_update' + activerecord (4.2.7) lib/active_record/callbacks.rb:302:in `block in create_or_update' + activesupport (4.2.7) lib/active_support/callbacks.rb:117:in `call' + activesupport (4.2.7) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' + activesupport (4.2.7) lib/active_support/callbacks.rb:505:in `call' + activesupport (4.2.7) lib/active_support/callbacks.rb:92:in `__run_callbacks__' + activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_save_callbacks' + activerecord (4.2.7) lib/active_record/callbacks.rb:302:in `create_or_update' + activerecord (4.2.7) lib/active_record/persistence.rb:120:in `save' + activerecord (4.2.7) lib/active_record/validations.rb:37:in `save' + activerecord (4.2.7) lib/active_record/attribute_methods/dirty.rb:21:in `save' + activerecord (4.2.7) lib/active_record/transactions.rb:286:in `block (2 levels) in save' + activerecord (4.2.7) lib/active_record/transactions.rb:351:in `block in with_transaction_returning_status' + activerecord (4.2.7) lib/active_record/connection_adapters/abstract/database_statements.rb:213:in `block in transaction' + activerecord (4.2.7) lib/active_record/connection_adapters/abstract/transaction.rb:184:in `within_new_transaction' + activerecord (4.2.7) lib/active_record/connection_adapters/abstract/database_statements.rb:213:in `transaction' + activerecord (4.2.7) lib/active_record/transactions.rb:220:in `transaction' + activerecord (4.2.7) lib/active_record/transactions.rb:348:in `with_transaction_returning_status' + activerecord (4.2.7) lib/active_record/transactions.rb:286:in `block in save' + activerecord (4.2.7) lib/active_record/transactions.rb:301:in `rollback_active_record_state!' + activerecord (4.2.7) lib/active_record/transactions.rb:285:in `save' + app/controllers/sessions_controller.rb:22:in `create' + actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (4.2.7) lib/abstract_controller/base.rb:198:in `process_action' + actionpack (4.2.7) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (4.2.7) lib/abstract_controller/callbacks.rb:20:in `block in process_action' + activesupport (4.2.7) lib/active_support/callbacks.rb:117:in `call' + activesupport (4.2.7) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' + activesupport (4.2.7) lib/active_support/callbacks.rb:505:in `call' + activesupport (4.2.7) lib/active_support/callbacks.rb:92:in `__run_callbacks__' + activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' + activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (4.2.7) lib/abstract_controller/callbacks.rb:19:in `process_action' + actionpack (4.2.7) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' + activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' + activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' + actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:30:in `process_action' + actionpack (4.2.7) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' + activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (4.2.7) lib/abstract_controller/base.rb:137:in `process' + actionview (4.2.7) lib/action_view/rendering.rb:30:in `process' + actionpack (4.2.7) lib/action_controller/metal.rb:196:in `dispatch' + actionpack (4.2.7) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' + actionpack (4.2.7) lib/action_controller/metal.rb:237:in `block in action' + actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' + actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:43:in `serve' + actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' + actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' + actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' + omniauth (1.3.1) lib/omniauth/strategy.rb:408:in `call_app!' + omniauth (1.3.1) lib/omniauth/strategy.rb:362:in `callback_phase' + omniauth-oauth2 (1.4.0) lib/omniauth/strategies/oauth2.rb:75:in `callback_phase' + omniauth (1.3.1) lib/omniauth/strategy.rb:227:in `callback_call' + omniauth (1.3.1) lib/omniauth/strategy.rb:184:in `call!' + omniauth (1.3.1) lib/omniauth/strategy.rb:164:in `call' + omniauth (1.3.1) lib/omniauth/strategy.rb:186:in `call!' + omniauth (1.3.1) lib/omniauth/strategy.rb:164:in `call' + omniauth (1.3.1) lib/omniauth/builder.rb:63:in `call' + rack (1.6.4) lib/rack/etag.rb:24:in `call' + rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' + rack (1.6.4) lib/rack/head.rb:13:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/params_parser.rb:27:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/flash.rb:260:in `call' + rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' + rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/cookies.rb:560:in `call' + activerecord (4.2.7) lib/active_record/query_cache.rb:36:in `call' + activerecord (4.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' + activerecord (4.2.7) lib/active_record/migration.rb:377:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' + activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' + activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' + activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/reloader.rb:73:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' + better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call' + better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call' + better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' + web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call' + web-console (2.3.0) lib/web_console/middleware.rb:18:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' + railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' + rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' + rack (1.6.4) lib/rack/runtime.rb:18:in `call' + activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' + rack (1.6.4) lib/rack/sendfile.rb:113:in `call' + railties (4.2.7) lib/rails/engine.rb:518:in `call' + railties (4.2.7) lib/rails/application.rb:165:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + rack (1.6.4) lib/rack/content_length.rb:15:in `call' + rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' + + + +Started POST "/__better_errors/b865599a277875b6/variables" for ::1 at 2016-10-24 13:32:04 -0700 + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" + ActiveRecord::SchemaMigration Load (0.0ms) SELECT "schema_migrations".* FROM "schema_migrations" +Migrating to CreateUsers (20161021000354) +  (0.0ms) begin transaction +  (0.4ms) DROP TABLE "users" + SQL (0.2ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = ? [["version", "20161021000354"]] +  (0.5ms) commit transaction +Migrating to CreateTasks (20160928210407) +  (0.0ms) begin transaction +  (0.3ms) DROP TABLE "tasks" + SQL (0.1ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = ? [["version", "20160928210407"]] +  (0.5ms) commit transaction + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +Migrating to CreateTasks (20160928210407) +  (0.1ms) begin transaction +  (0.4ms) CREATE TABLE "tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "description" varchar, "completed_at" datetime, "user_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  + SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160928210407"]] +  (1.3ms) commit transaction +Migrating to CreateUsers (20161021000354) +  (0.1ms) begin transaction +  (0.4ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "email" varchar, "uid" varchar, "provider" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  + SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20161021000354"]] +  (0.7ms) commit transaction + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +  (0.9ms) CREATE TABLE "tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "description" varchar, "completed_at" datetime, "user_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  +  (0.9ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "email" varchar, "uid" varchar, "provider" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) +  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  +  (0.1ms) select sqlite_version(*) +  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") +  (0.1ms) SELECT version FROM "schema_migrations" +  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20161021000354') +  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20160928210407') +  (0.8ms) CREATE TABLE "tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "description" varchar, "completed_at" datetime, "user_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  +  (0.9ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "email" varchar, "uid" varchar, "provider" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) +  (1.3ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  +  (0.1ms) select sqlite_version(*) +  (1.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") +  (0.3ms) SELECT version FROM "schema_migrations" +  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20161021000354') +  (1.1ms) INSERT INTO "schema_migrations" (version) VALUES ('20160928210407') + ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" + + +Started GET "/" for ::1 at 2016-10-24 13:35:37 -0700 + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +Processing by SessionsController#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 + Rendered sessions/index.html.erb within layouts/application (1.4ms) +Completed 200 OK in 263ms (Views: 247.7ms | ActiveRecord: 0.3ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-24 13:35:37 -0700 + + +Started GET "/sessions/new" for ::1 at 2016-10-24 13:35:38 -0700 +Processing by SessionsController#new as HTML + Rendered sessions/new.html.erb within layouts/application (1.0ms) +Completed 200 OK in 18ms (Views: 17.4ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-24 13:35:38 -0700 + + +Started POST "/auth/google_oauth2/" for ::1 at 2016-10-24 13:35:39 -0700 + + +Started GET "/auth/google_oauth2/callback?state=5a05d7d4ba7e2ef052e1d507497f08264ae7a76097fd2d50&code=4/rwgm9hSckczirWCWaAS6xulmRH7ecary1OnjM_PWoXI" for ::1 at 2016-10-24 13:35:41 -0700 +Processing by SessionsController#create as HTML + Parameters: {"state"=>"5a05d7d4ba7e2ef052e1d507497f08264ae7a76097fd2d50", "code"=>"4/rwgm9hSckczirWCWaAS6xulmRH7ecary1OnjM_PWoXI", "provider"=>"google_oauth2"} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? AND "users"."provider" = ? LIMIT 1 [["uid", "115227156681275830707"], ["provider", "google_oauth2"]] +  (0.1ms) begin transaction + SQL (0.4ms) INSERT INTO "users" ("uid", "provider", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["uid", "115227156681275830707"], ["provider", "google_oauth2"], ["name", "Emily Abrash"], ["email", "emabrash@gmail.com"], ["created_at", "2016-10-24 20:35:42.915147"], ["updated_at", "2016-10-24 20:35:42.915147"]] +  (0.7ms) commit transaction +Redirected to http://localhost:3000/tasks/index +Completed 302 Found in 28ms (ActiveRecord: 1.6ms) + + +Started GET "/tasks/index" for ::1 at 2016-10-24 13:35:42 -0700 +Processing by TasksController#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Task Load (0.6ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."user_id" = ? [["user_id", 1]] + Rendered tasks/index.html.erb within layouts/application (4.2ms) +Completed 200 OK in 71ms (Views: 30.9ms | ActiveRecord: 1.6ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-24 13:35:43 -0700 + + +Started GET "/tasks/index" for ::1 at 2016-10-24 13:35:55 -0700 +Processing by TasksController#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."user_id" = ? [["user_id", 1]] + Rendered tasks/index.html.erb within layouts/application (1.6ms) +Completed 200 OK in 29ms (Views: 26.9ms | ActiveRecord: 0.2ms) + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +Migrating to CreateUsers (20161021000354) +  (0.1ms) begin transaction +  (0.4ms) DROP TABLE "users" + SQL (0.2ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = ? [["version", "20161021000354"]] +  (1.3ms) commit transaction +Migrating to CreateTasks (20160928210407) +  (0.1ms) begin transaction +  (0.3ms) DROP TABLE "tasks" + SQL (0.1ms) DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = ? [["version", "20160928210407"]] +  (0.6ms) commit transaction + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +Migrating to CreateTasks (20160928210407) +  (0.1ms) begin transaction +  (0.4ms) CREATE TABLE "tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "description" varchar, "completed_at" datetime, "user_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  + SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20160928210407"]] +  (1.4ms) commit transaction +Migrating to CreateUsers (20161021000354) +  (0.1ms) begin transaction +  (0.5ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "email" varchar, "uid" varchar, "image" varchar, "provider" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  + SQL (0.2ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20161021000354"]] +  (0.7ms) commit transaction + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +  (1.9ms) CREATE TABLE "tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "description" varchar, "completed_at" datetime, "user_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  +  (0.9ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "email" varchar, "uid" varchar, "image" varchar, "provider" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) +  (1.6ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  +  (0.1ms) select sqlite_version(*) +  (0.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") +  (0.2ms) SELECT version FROM "schema_migrations" +  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20161021000354') +  (0.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20160928210407') +  (2.1ms) CREATE TABLE "tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "description" varchar, "completed_at" datetime, "user_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  +  (0.9ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "email" varchar, "uid" varchar, "image" varchar, "provider" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) +  (0.7ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  +  (0.1ms) select sqlite_version(*) +  (0.6ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") +  (0.1ms) SELECT version FROM "schema_migrations" +  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20161021000354') +  (0.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20160928210407') + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" + + +Started GET "/tasks/index" for ::1 at 2016-10-24 13:41:22 -0700 + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +Processing by TasksController#index as HTML + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] +Completed 500 Internal Server Error in 28ms (ActiveRecord: 0.4ms) + +NoMethodError - undefined method `tasks' for nil:NilClass: + app/controllers/tasks_controller.rb:7:in `index' + actionpack (4.2.7) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (4.2.7) lib/abstract_controller/base.rb:198:in `process_action' + actionpack (4.2.7) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (4.2.7) lib/abstract_controller/callbacks.rb:20:in `block in process_action' + activesupport (4.2.7) lib/active_support/callbacks.rb:117:in `call' + activesupport (4.2.7) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' + activesupport (4.2.7) lib/active_support/callbacks.rb:505:in `call' + activesupport (4.2.7) lib/active_support/callbacks.rb:92:in `__run_callbacks__' + activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' + activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (4.2.7) lib/abstract_controller/callbacks.rb:19:in `process_action' + actionpack (4.2.7) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' + activesupport (4.2.7) lib/active_support/notifications.rb:164:in `block in instrument' + activesupport (4.2.7) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (4.2.7) lib/active_support/notifications.rb:164:in `instrument' + actionpack (4.2.7) lib/action_controller/metal/instrumentation.rb:30:in `process_action' + actionpack (4.2.7) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' + activerecord (4.2.7) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (4.2.7) lib/abstract_controller/base.rb:137:in `process' + actionview (4.2.7) lib/action_view/rendering.rb:30:in `process' + actionpack (4.2.7) lib/action_controller/metal.rb:196:in `dispatch' + actionpack (4.2.7) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' + actionpack (4.2.7) lib/action_controller/metal.rb:237:in `block in action' + actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:74:in `dispatch' + actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:43:in `serve' + actionpack (4.2.7) lib/action_dispatch/journey/router.rb:43:in `block in serve' + actionpack (4.2.7) lib/action_dispatch/journey/router.rb:30:in `serve' + actionpack (4.2.7) lib/action_dispatch/routing/route_set.rb:817:in `call' + omniauth (1.3.1) lib/omniauth/strategy.rb:186:in `call!' + omniauth (1.3.1) lib/omniauth/strategy.rb:164:in `call' + omniauth (1.3.1) lib/omniauth/strategy.rb:186:in `call!' + omniauth (1.3.1) lib/omniauth/strategy.rb:164:in `call' + omniauth (1.3.1) lib/omniauth/builder.rb:63:in `call' + rack (1.6.4) lib/rack/etag.rb:24:in `call' + rack (1.6.4) lib/rack/conditionalget.rb:25:in `call' + rack (1.6.4) lib/rack/head.rb:13:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/params_parser.rb:27:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/flash.rb:260:in `call' + rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context' + rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/cookies.rb:560:in `call' + activerecord (4.2.7) lib/active_record/query_cache.rb:36:in `call' + activerecord (4.2.7) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' + activerecord (4.2.7) lib/active_record/migration.rb:377:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' + activesupport (4.2.7) lib/active_support/callbacks.rb:88:in `__run_callbacks__' + activesupport (4.2.7) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' + activesupport (4.2.7) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (4.2.7) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/reloader.rb:73:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' + better_errors (2.1.1) lib/better_errors/middleware.rb:84:in `protected_app_call' + better_errors (2.1.1) lib/better_errors/middleware.rb:79:in `better_errors_call' + better_errors (2.1.1) lib/better_errors/middleware.rb:57:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' + web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call' + web-console (2.3.0) lib/web_console/middleware.rb:18:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' + railties (4.2.7) lib/rails/rack/logger.rb:38:in `call_app' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `block in call' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `block in tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:26:in `tagged' + activesupport (4.2.7) lib/active_support/tagged_logging.rb:68:in `tagged' + railties (4.2.7) lib/rails/rack/logger.rb:20:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/request_id.rb:21:in `call' + rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' + rack (1.6.4) lib/rack/runtime.rb:18:in `call' + activesupport (4.2.7) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + actionpack (4.2.7) lib/action_dispatch/middleware/static.rb:120:in `call' + rack (1.6.4) lib/rack/sendfile.rb:113:in `call' + railties (4.2.7) lib/rails/engine.rb:518:in `call' + railties (4.2.7) lib/rails/application.rb:165:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + rack (1.6.4) lib/rack/content_length.rb:15:in `call' + rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run' + /Users/emilyabrash/.rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread' + + + +Started POST "/__better_errors/a04247ec7e49063b/variables" for ::1 at 2016-10-24 13:41:22 -0700 + + +Started GET "/" for ::1 at 2016-10-24 13:41:30 -0700 +Processing by SessionsController#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Rendered sessions/index.html.erb within layouts/application (1.1ms) +Completed 200 OK in 238ms (Views: 236.7ms | ActiveRecord: 0.1ms) + + +Started GET "/" for ::1 at 2016-10-24 13:41:30 -0700 +Processing by SessionsController#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Rendered sessions/index.html.erb within layouts/application (0.2ms) +Completed 200 OK in 15ms (Views: 13.7ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-24 13:41:30 -0700 + + +Started GET "/sessions/new" for ::1 at 2016-10-24 13:41:32 -0700 +Processing by SessionsController#new as HTML + Rendered sessions/new.html.erb within layouts/application (0.9ms) +Completed 200 OK in 45ms (Views: 44.1ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-24 13:41:32 -0700 + + +Started POST "/auth/google_oauth2/" for ::1 at 2016-10-24 13:41:33 -0700 + + +Started GET "/auth/google_oauth2/callback?state=2b5733239e9b1dea710f3afbbc54d34498c93e0e9d4dff85&code=4/TJRMA3_e-CoaVhXVU3wNZkxWCFBfoT2nzkHEbKVClHw" for ::1 at 2016-10-24 13:41:35 -0700 +Processing by SessionsController#create as HTML + Parameters: {"state"=>"2b5733239e9b1dea710f3afbbc54d34498c93e0e9d4dff85", "code"=>"4/TJRMA3_e-CoaVhXVU3wNZkxWCFBfoT2nzkHEbKVClHw", "provider"=>"google_oauth2"} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? AND "users"."provider" = ? LIMIT 1 [["uid", "115227156681275830707"], ["provider", "google_oauth2"]] +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "users" ("uid", "provider", "name", "email", "image", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "115227156681275830707"], ["provider", "google_oauth2"], ["name", "Emily Abrash"], ["email", "emabrash@gmail.com"], ["image", "https://lh4.googleusercontent.com/-IdN29MQ__Iw/AAAAAAAAAAI/AAAAAAAAA_I/BBu4j-wiN2A/photo.jpg"], ["created_at", "2016-10-24 20:41:35.820270"], ["updated_at", "2016-10-24 20:41:35.820270"]] +  (1.5ms) commit transaction +Redirected to http://localhost:3000/tasks/index +Completed 302 Found in 19ms (ActiveRecord: 2.4ms) + + +Started GET "/tasks/index" for ::1 at 2016-10-24 13:41:35 -0700 +Processing by TasksController#index as HTML + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."user_id" = ? [["user_id", 1]] + Rendered tasks/index.html.erb within layouts/application (1.5ms) +Completed 200 OK in 49ms (Views: 16.4ms | ActiveRecord: 0.4ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-24 13:41:35 -0700 + + +Started DELETE "/sessions/destroy" for ::1 at 2016-10-24 13:41:47 -0700 +Processing by SessionsController#destroy as HTML + Parameters: {"authenticity_token"=>"uaeNaRvvEWv4cMsai/OT3dUoAKNOlFx0PR2SqSr65KSHNEWX7+nlvcG9mTYj83g7c9Bg4WuAkb4W60RGUP60pA=="} +Redirected to http://localhost:3000/sessions/index +Completed 302 Found in 1ms (ActiveRecord: 0.0ms) + + +Started GET "/sessions/index" for ::1 at 2016-10-24 13:41:47 -0700 +Processing by SessionsController#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 + Rendered sessions/index.html.erb within layouts/application (0.2ms) +Completed 200 OK in 16ms (Views: 14.5ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-24 13:41:47 -0700 + + +Started GET "/sessions/new" for ::1 at 2016-10-24 13:41:48 -0700 +Processing by SessionsController#new as HTML + Rendered sessions/new.html.erb within layouts/application (0.2ms) +Completed 200 OK in 16ms (Views: 15.4ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-24 13:41:48 -0700 + + +Started POST "/auth/github/" for ::1 at 2016-10-24 13:41:50 -0700 + + +Started GET "/auth/github/callback?code=11e0314d4fc736869b5d&state=90e9635e2045fd2743e8ef39e6c2bb2ad7d04df77122c236" for ::1 at 2016-10-24 13:41:51 -0700 +Processing by SessionsController#create as HTML + Parameters: {"code"=>"11e0314d4fc736869b5d", "state"=>"90e9635e2045fd2743e8ef39e6c2bb2ad7d04df77122c236", "provider"=>"github"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? AND "users"."provider" = ? LIMIT 1 [["uid", "8129934"], ["provider", "github"]] +  (0.0ms) begin transaction + SQL (0.3ms) INSERT INTO "users" ("uid", "provider", "name", "email", "image", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "8129934"], ["provider", "github"], ["name", "Emily Abrash"], ["email", "emabrash@gmail.com"], ["image", "https://avatars.githubusercontent.com/u/8129934?v=3"], ["created_at", "2016-10-24 20:41:52.115937"], ["updated_at", "2016-10-24 20:41:52.115937"]] +  (1.5ms) commit transaction +Redirected to http://localhost:3000/tasks/index +Completed 302 Found in 4ms (ActiveRecord: 1.9ms) + + +Started GET "/tasks/index" for ::1 at 2016-10-24 13:41:52 -0700 +Processing by TasksController#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]] + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."user_id" = ? [["user_id", 2]] + Rendered tasks/index.html.erb within layouts/application (1.5ms) +Completed 200 OK in 18ms (Views: 16.5ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-24 13:41:52 -0700 + + +Started GET "/tasks/index" for ::1 at 2016-10-24 13:43:05 -0700 +Processing by TasksController#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]] + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."user_id" = ? [["user_id", 2]] + Rendered tasks/index.html.erb within layouts/application (2.0ms) +Completed 200 OK in 37ms (Views: 35.2ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/new" for ::1 at 2016-10-24 13:43:06 -0700 +Processing by TasksController#new as HTML + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]] + Rendered tasks/_form.html.erb (18.7ms) + Rendered tasks/new.html.erb within layouts/application (33.0ms) +Completed 200 OK in 56ms (Views: 49.9ms | ActiveRecord: 0.3ms) + + +Started POST "/tasks/create" for ::1 at 2016-10-24 13:43:16 -0700 +Processing by TasksController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"p4qR628F0w77LBWcUG9Qzz7q4hOmswsZkeeojL5eDf2ZGVkVmwMn2MLhR7D4b7spmBKCUYOnxtO6EX5jxFpd/Q==", "post"=>{"title"=>"GOOGLE: Feed the cat", "description"=>"Cat foodz."}, "commit"=>"Create Task"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]] +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "GOOGLE: Feed the cat"], ["description", "Cat foodz."], ["created_at", "2016-10-24 20:43:16.442362"], ["updated_at", "2016-10-24 20:43:16.442362"]] +  (1.0ms) commit transaction +  (0.1ms) begin transaction + SQL (0.4ms) UPDATE "tasks" SET "user_id" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["user_id", 2], ["updated_at", "2016-10-24 20:43:16.454272"], ["id", 1]] +  (0.5ms) commit transaction +Redirected to http://localhost:3000/tasks/index +Completed 302 Found in 17ms (ActiveRecord: 2.5ms) + + +Started GET "/tasks/index" for ::1 at 2016-10-24 13:43:16 -0700 +Processing by TasksController#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]] + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."user_id" = ? [["user_id", 2]] + Rendered tasks/index.html.erb within layouts/application (2.8ms) +Completed 200 OK in 24ms (Views: 22.2ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-24 13:43:16 -0700 + + +Started DELETE "/sessions/destroy" for ::1 at 2016-10-24 13:43:18 -0700 +Processing by SessionsController#destroy as HTML + Parameters: {"authenticity_token"=>"5E7d22bpiWTDwUXgzsC7/Yzpq7/d1B5BRb9PwiaXLWXa3RUlku99svoMF8xmwFAbKhHL/fjA04tuSZktXJN9ZQ=="} +Redirected to http://localhost:3000/sessions/index +Completed 302 Found in 1ms (ActiveRecord: 0.0ms) + + +Started GET "/sessions/index" for ::1 at 2016-10-24 13:43:18 -0700 +Processing by SessionsController#index as HTML + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 + Rendered sessions/index.html.erb within layouts/application (0.2ms) +Completed 200 OK in 29ms (Views: 25.9ms | ActiveRecord: 0.3ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-24 13:43:18 -0700 + + +Started GET "/sessions/new" for ::1 at 2016-10-24 13:43:22 -0700 +Processing by SessionsController#new as HTML + Rendered sessions/new.html.erb within layouts/application (0.3ms) +Completed 200 OK in 26ms (Views: 25.6ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-24 13:43:22 -0700 + + +Started POST "/auth/github/" for ::1 at 2016-10-24 13:43:23 -0700 + + +Started GET "/auth/github/callback?code=332d2b10061af99d8eb5&state=96600ccd2018ef4efe70cc4f49601b239a90bad0d7a2af5a" for ::1 at 2016-10-24 13:43:24 -0700 +Processing by SessionsController#create as HTML + Parameters: {"code"=>"332d2b10061af99d8eb5", "state"=>"96600ccd2018ef4efe70cc4f49601b239a90bad0d7a2af5a", "provider"=>"github"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? AND "users"."provider" = ? LIMIT 1 [["uid", "8129934"], ["provider", "github"]] +Redirected to http://localhost:3000/tasks/index +Completed 302 Found in 1ms (ActiveRecord: 0.1ms) + + +Started GET "/tasks/index" for ::1 at 2016-10-24 13:43:25 -0700 +Processing by TasksController#index as HTML +Redirected to http://localhost:3000/sessions/index +Filter chain halted as :check_login rendered or redirected +Completed 302 Found in 1ms (ActiveRecord: 0.0ms) + + +Started GET "/tasks/index" for ::1 at 2016-10-24 13:43:25 -0700 +Processing by TasksController#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]] + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."user_id" = ? [["user_id", 2]] + Rendered tasks/index.html.erb within layouts/application (1.5ms) +Completed 200 OK in 16ms (Views: 14.4ms | ActiveRecord: 0.2ms) + + +Started GET "/sessions/index" for ::1 at 2016-10-24 13:43:25 -0700 +Processing by SessionsController#index as HTML + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 + Rendered sessions/index.html.erb within layouts/application (0.5ms) +Completed 200 OK in 40ms (Views: 38.4ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-24 13:43:25 -0700 + + +Started GET "/tasks/1/edit" for ::1 at 2016-10-24 13:43:28 -0700 +Processing by TasksController#edit as HTML + Parameters: {"id"=>"1"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]] + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 1]] + Task Exists (0.1ms) SELECT 1 AS one FROM "tasks" WHERE "tasks"."user_id" = ? AND "tasks"."id" = ? LIMIT 1 [["user_id", 2], ["id", 1]] + Rendered tasks/_form.html.erb (1.0ms) + Rendered tasks/edit.html.erb within layouts/application (2.7ms) +Completed 200 OK in 33ms (Views: 18.5ms | ActiveRecord: 0.4ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-24 13:43:28 -0700 + + +Started PATCH "/tasks/1/update" for ::1 at 2016-10-24 13:43:36 -0700 +Processing by TasksController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"er0pt+ja8pb73nIj/0MUYiBbvx6z5ktKxlNp9mjlyvRELuFJHNwGQMITIA9XQ/+EhqPfXJbyhoDtpb8ZEuGa9A==", "patch"=>{"title"=>"GITHUB: Feed the cat", "description"=>"Cat foodz."}, "commit"=>"Update Task", "id"=>"1"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]] + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 1]] + Task Exists (0.1ms) SELECT 1 AS one FROM "tasks" WHERE "tasks"."user_id" = ? AND "tasks"."id" = ? LIMIT 1 [["user_id", 2], ["id", 1]] +  (0.1ms) begin transaction + SQL (0.8ms) UPDATE "tasks" SET "title" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["title", "GITHUB: Feed the cat"], ["updated_at", "2016-10-24 20:43:36.007194"], ["id", 1]] +  (1.5ms) commit transaction +Redirected to http://localhost:3000/tasks/show/1 +Completed 302 Found in 11ms (ActiveRecord: 2.6ms) + + +Started GET "/tasks/show/1" for ::1 at 2016-10-24 13:43:36 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"1"} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]] + Task Load (0.5ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 1]] + Task Exists (0.1ms) SELECT 1 AS one FROM "tasks" WHERE "tasks"."user_id" = ? AND "tasks"."id" = ? LIMIT 1 [["user_id", 2], ["id", 1]] + Rendered tasks/show.html.erb within layouts/application (1.7ms) +Completed 200 OK in 33ms (Views: 27.4ms | ActiveRecord: 0.8ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-24 13:43:36 -0700 + + +Started GET "/tasks/index" for ::1 at 2016-10-24 13:43:37 -0700 +Processing by TasksController#index as HTML + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]] + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."user_id" = ? [["user_id", 2]] + Rendered tasks/index.html.erb within layouts/application (1.8ms) +Completed 200 OK in 25ms (Views: 22.4ms | ActiveRecord: 0.3ms) + + +Started DELETE "/sessions/destroy" for ::1 at 2016-10-24 13:43:39 -0700 +Processing by SessionsController#destroy as HTML + Parameters: {"authenticity_token"=>"nxRaqz8vt6IboEJ/iVz/WakbXjOOa51Voh6WVjIFoEuhh5JVyylDdCJtEFMhXBS/D+M+cat/UJ+J6EC5SAHwSw=="} +Redirected to http://localhost:3000/sessions/index +Completed 302 Found in 1ms (ActiveRecord: 0.0ms) + + +Started GET "/sessions/index" for ::1 at 2016-10-24 13:43:39 -0700 +Processing by SessionsController#index as HTML + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 + Rendered sessions/index.html.erb within layouts/application (0.3ms) +Completed 200 OK in 18ms (Views: 15.9ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-24 13:43:39 -0700 + + +Started GET "/sessions/new" for ::1 at 2016-10-24 13:43:41 -0700 +Processing by SessionsController#new as HTML + Rendered sessions/new.html.erb within layouts/application (0.3ms) +Completed 200 OK in 19ms (Views: 18.2ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-24 13:43:41 -0700 + + +Started POST "/auth/google_oauth2/" for ::1 at 2016-10-24 13:43:42 -0700 + + +Started GET "/auth/google_oauth2/callback?state=615dda9b4f09744e522a5e72b0f9a433d5d9d6901b589578&code=4/j1jaMgYtGByNXpuePsLMb24jPz4_ATwE-pqaPHi3zVc" for ::1 at 2016-10-24 13:43:44 -0700 +Processing by SessionsController#create as HTML + Parameters: {"state"=>"615dda9b4f09744e522a5e72b0f9a433d5d9d6901b589578", "code"=>"4/j1jaMgYtGByNXpuePsLMb24jPz4_ATwE-pqaPHi3zVc", "provider"=>"google_oauth2"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? AND "users"."provider" = ? LIMIT 1 [["uid", "115227156681275830707"], ["provider", "google_oauth2"]] +Redirected to http://localhost:3000/tasks/index +Completed 302 Found in 1ms (ActiveRecord: 0.1ms) + + +Started GET "/tasks/index" for ::1 at 2016-10-24 13:43:45 -0700 +Processing by TasksController#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."user_id" = ? [["user_id", 1]] + Rendered tasks/index.html.erb within layouts/application (0.7ms) +Completed 200 OK in 18ms (Views: 16.3ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-24 13:43:45 -0700 + + +Started GET "/tasks/index" for ::1 at 2016-10-24 13:43:47 -0700 +Processing by TasksController#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."user_id" = ? [["user_id", 1]] + Rendered tasks/index.html.erb within layouts/application (0.8ms) +Completed 200 OK in 43ms (Views: 40.8ms | ActiveRecord: 0.2ms) + + +Started GET "/tasks/new" for ::1 at 2016-10-24 13:43:51 -0700 +Processing by TasksController#new as HTML + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Rendered tasks/_form.html.erb (1.3ms) + Rendered tasks/new.html.erb within layouts/application (3.0ms) +Completed 200 OK in 26ms (Views: 24.2ms | ActiveRecord: 0.1ms) + + +Started POST "/tasks/create" for ::1 at 2016-10-24 13:44:04 -0700 +Processing by TasksController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"SeUwSQg9PiKKMhjQKX/DQ1Z4Mh6Y190MYSCmBZZV4EZ3dvi3/DvK9LP/SvyBfyil8IBSXL3DEMZK1nDq7FGwRg==", "post"=>{"title"=>"GOOGLE: Feed the dog", "description"=>"Dog foodz."}, "commit"=>"Create Task"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "GOOGLE: Feed the dog"], ["description", "Dog foodz."], ["created_at", "2016-10-24 20:44:04.782620"], ["updated_at", "2016-10-24 20:44:04.782620"]] +  (0.6ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "user_id" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["user_id", 1], ["updated_at", "2016-10-24 20:44:04.785892"], ["id", 2]] +  (0.8ms) commit transaction +Redirected to http://localhost:3000/tasks/index +Completed 302 Found in 8ms (ActiveRecord: 2.2ms) + + +Started GET "/tasks/index" for ::1 at 2016-10-24 13:44:04 -0700 +Processing by TasksController#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."user_id" = ? [["user_id", 1]] + Rendered tasks/index.html.erb within layouts/application (2.2ms) +Completed 200 OK in 27ms (Views: 25.5ms | ActiveRecord: 0.3ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-24 13:44:04 -0700 + + +Started DELETE "/sessions/destroy" for ::1 at 2016-10-24 13:44:14 -0700 +Processing by SessionsController#destroy as HTML + Parameters: {"authenticity_token"=>"EC/ybOlQAMSZ/vbrS6WuqKRIYZB7xoGkt5TNqgEFYPIuvDqSHVb0EqAzpMfjpUVOArAB0l7STG6cYhtFewEw8g=="} +Redirected to http://localhost:3000/sessions/index +Completed 302 Found in 1ms (ActiveRecord: 0.0ms) + + +Started GET "/sessions/index" for ::1 at 2016-10-24 13:44:14 -0700 +Processing by SessionsController#index as HTML + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 + Rendered sessions/index.html.erb within layouts/application (0.2ms) +Completed 200 OK in 15ms (Views: 13.5ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-24 13:44:14 -0700 + + +Started GET "/sessions/new" for ::1 at 2016-10-24 13:44:15 -0700 +Processing by SessionsController#new as HTML + Rendered sessions/new.html.erb within layouts/application (0.3ms) +Completed 200 OK in 15ms (Views: 14.6ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-24 13:44:15 -0700 + + +Started POST "/auth/google_oauth2/" for ::1 at 2016-10-24 13:44:16 -0700 + + +Started GET "/auth/google_oauth2/callback?state=18dd7f87642c1eb3cc7ebb8a9c649f8219e21df11387f437&code=4/OWwpBbOgb4YEmrl6afaHeHt5Lu0ouynqlH-jGhUzn4A" for ::1 at 2016-10-24 13:44:23 -0700 +Processing by SessionsController#create as HTML + Parameters: {"state"=>"18dd7f87642c1eb3cc7ebb8a9c649f8219e21df11387f437", "code"=>"4/OWwpBbOgb4YEmrl6afaHeHt5Lu0ouynqlH-jGhUzn4A", "provider"=>"google_oauth2"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? AND "users"."provider" = ? LIMIT 1 [["uid", "112839165481931430708"], ["provider", "google_oauth2"]] +  (0.1ms) begin transaction + SQL (0.3ms) INSERT INTO "users" ("uid", "provider", "name", "email", "image", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?, ?) [["uid", "112839165481931430708"], ["provider", "google_oauth2"], ["name", "Emily Abrash"], ["email", "eabrash@alumni.stanford.edu"], ["image", "https://lh3.googleusercontent.com/-XdUIqdMkCWA/AAAAAAAAAAI/AAAAAAAAAAA/4252rscbv5M/photo.jpg"], ["created_at", "2016-10-24 20:44:24.268964"], ["updated_at", "2016-10-24 20:44:24.268964"]] +  (1.6ms) commit transaction +Redirected to http://localhost:3000/tasks/index +Completed 302 Found in 6ms (ActiveRecord: 2.2ms) + + +Started GET "/tasks/index" for ::1 at 2016-10-24 13:44:24 -0700 +Processing by TasksController#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 3]] + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."user_id" = ? [["user_id", 3]] + Rendered tasks/index.html.erb within layouts/application (0.9ms) +Completed 200 OK in 18ms (Views: 16.2ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-24 13:44:24 -0700 + + +Started GET "/tasks/index" for ::1 at 2016-10-24 13:44:27 -0700 +Processing by TasksController#index as HTML + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 3]] + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."user_id" = ? [["user_id", 3]] + Rendered tasks/index.html.erb within layouts/application (0.8ms) +Completed 200 OK in 23ms (Views: 20.0ms | ActiveRecord: 0.3ms) + + +Started GET "/tasks/new" for ::1 at 2016-10-24 13:44:28 -0700 +Processing by TasksController#new as HTML + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 3]] + Rendered tasks/_form.html.erb (1.1ms) + Rendered tasks/new.html.erb within layouts/application (2.5ms) +Completed 200 OK in 27ms (Views: 25.4ms | ActiveRecord: 0.2ms) + + +Started POST "/tasks/create" for ::1 at 2016-10-24 13:44:43 -0700 +Processing by TasksController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"4xKwkxhVnDGmkyNpaY7V1p0Ui1PkU/mlSsWSiGXV1LPdgXht7FNo559ecUXBjj4wO+zrEcFHNG9hM0RnH9GEsw==", "post"=>{"title"=>"GOOGLE ALUM: Feed the parakeet", "description"=>"Parakeet foodz."}, "commit"=>"Create Task"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 3]] +  (0.0ms) begin transaction + SQL (0.4ms) INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "GOOGLE ALUM: Feed the parakeet"], ["description", "Parakeet foodz."], ["created_at", "2016-10-24 20:44:43.435640"], ["updated_at", "2016-10-24 20:44:43.435640"]] +  (0.6ms) commit transaction +  (0.1ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "user_id" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["user_id", 3], ["updated_at", "2016-10-24 20:44:43.439157"], ["id", 3]] +  (0.6ms) commit transaction +Redirected to http://localhost:3000/tasks/index +Completed 302 Found in 8ms (ActiveRecord: 2.1ms) + + +Started GET "/tasks/index" for ::1 at 2016-10-24 13:44:43 -0700 +Processing by TasksController#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 3]] + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."user_id" = ? [["user_id", 3]] + Rendered tasks/index.html.erb within layouts/application (2.3ms) +Completed 200 OK in 33ms (Views: 31.0ms | ActiveRecord: 0.3ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-24 13:44:43 -0700 + + +Started DELETE "/sessions/destroy" for ::1 at 2016-10-24 13:44:44 -0700 +Processing by SessionsController#destroy as HTML + Parameters: {"authenticity_token"=>"blv0FVMJWhPYXyOdj3TYkh6Rb+PLXK7N5/stghFN6OlQyDzrpw+uxeGScbEndDN0uGkPoe5IYwfMDftta0m46Q=="} +Redirected to http://localhost:3000/sessions/index +Completed 302 Found in 1ms (ActiveRecord: 0.0ms) + + +Started GET "/sessions/index" for ::1 at 2016-10-24 13:44:44 -0700 +Processing by SessionsController#index as HTML + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 + Rendered sessions/index.html.erb within layouts/application (0.2ms) +Completed 200 OK in 17ms (Views: 15.4ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-24 13:44:45 -0700 + + +Started GET "/sessions/new" for ::1 at 2016-10-24 13:44:46 -0700 +Processing by SessionsController#new as HTML + Rendered sessions/new.html.erb within layouts/application (0.2ms) +Completed 200 OK in 14ms (Views: 14.1ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-24 13:44:46 -0700 + + +Started POST "/auth/google_oauth2/" for ::1 at 2016-10-24 13:44:48 -0700 + + +Started GET "/auth/google_oauth2/callback?state=8f0386f555729767c8d4cf61f6a014b67b9b2be6b5101822&code=4/EIiNDxnVFrKT4n1ejOH-B2Se0fIjzKu6O_AsDhF5qZc" for ::1 at 2016-10-24 13:44:49 -0700 +Processing by SessionsController#create as HTML + Parameters: {"state"=>"8f0386f555729767c8d4cf61f6a014b67b9b2be6b5101822", "code"=>"4/EIiNDxnVFrKT4n1ejOH-B2Se0fIjzKu6O_AsDhF5qZc", "provider"=>"google_oauth2"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? AND "users"."provider" = ? LIMIT 1 [["uid", "112839165481931430708"], ["provider", "google_oauth2"]] +Redirected to http://localhost:3000/tasks/index +Completed 302 Found in 1ms (ActiveRecord: 0.1ms) + + +Started GET "/tasks/index" for ::1 at 2016-10-24 13:44:49 -0700 +Processing by TasksController#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 3]] + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."user_id" = ? [["user_id", 3]] + Rendered tasks/index.html.erb within layouts/application (1.6ms) +Completed 200 OK in 16ms (Views: 14.7ms | ActiveRecord: 0.3ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-24 13:44:49 -0700 + + +Started DELETE "/sessions/destroy" for ::1 at 2016-10-24 13:44:52 -0700 +Processing by SessionsController#destroy as HTML + Parameters: {"authenticity_token"=>"arnm09X1gvYsH/4TnHlB5SyVWxqBHIzUtaiMm4EpXQ1UKi4tIfN2IBXSrD80eaoDim07WKQIQR6eXlp0+y0NDQ=="} +Redirected to http://localhost:3000/sessions/index +Completed 302 Found in 1ms (ActiveRecord: 0.0ms) + + +Started GET "/sessions/index" for ::1 at 2016-10-24 13:44:52 -0700 +Processing by SessionsController#index as HTML + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 + Rendered sessions/index.html.erb within layouts/application (0.3ms) +Completed 200 OK in 22ms (Views: 19.8ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-24 13:44:52 -0700 + + +Started GET "/" for ::1 at 2016-10-25 22:12:14 -0700 + ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" +Processing by SessionsController#index as HTML + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 + Rendered sessions/index.html.erb within layouts/application (1.7ms) +Completed 200 OK in 299ms (Views: 281.5ms | ActiveRecord: 0.5ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-25 22:12:14 -0700 + + +Started GET "/tasks/new" for ::1 at 2016-10-25 22:12:16 -0700 +Processing by TasksController#new as HTML +Redirected to http://localhost:3000/sessions/index +Filter chain halted as :check_login rendered or redirected +Completed 302 Found in 1ms (ActiveRecord: 0.0ms) + + +Started GET "/sessions/index" for ::1 at 2016-10-25 22:12:16 -0700 +Processing by SessionsController#index as HTML + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 + Rendered sessions/index.html.erb within layouts/application (0.3ms) +Completed 200 OK in 26ms (Views: 22.1ms | ActiveRecord: 0.3ms) + + +Started GET "/tasks/show/4" for ::1 at 2016-10-25 22:12:21 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"4"} +Redirected to http://localhost:3000/sessions/index +Filter chain halted as :check_login rendered or redirected +Completed 302 Found in 1ms (ActiveRecord: 0.0ms) + + +Started GET "/sessions/index" for ::1 at 2016-10-25 22:12:21 -0700 +Processing by SessionsController#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 + Rendered sessions/index.html.erb within layouts/application (0.2ms) +Completed 200 OK in 40ms (Views: 38.5ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-25 22:12:21 -0700 + + +Started GET "/sessions/new" for ::1 at 2016-10-25 22:12:25 -0700 +Processing by SessionsController#new as HTML + Rendered sessions/new.html.erb within layouts/application (0.9ms) +Completed 200 OK in 38ms (Views: 37.3ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-25 22:12:25 -0700 + + +Started POST "/auth/github/" for ::1 at 2016-10-25 22:12:27 -0700 + + +Started GET "/auth/github/callback?code=d6c7212329e745ec2587&state=78ea3189c2735f330db3a0c46fd6250e3d7cb25db6d81920" for ::1 at 2016-10-25 22:12:27 -0700 +Processing by SessionsController#create as HTML + Parameters: {"code"=>"d6c7212329e745ec2587", "state"=>"78ea3189c2735f330db3a0c46fd6250e3d7cb25db6d81920", "provider"=>"github"} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? AND "users"."provider" = ? LIMIT 1 [["uid", "8129934"], ["provider", "github"]] +Redirected to http://localhost:3000/tasks/index +Completed 302 Found in 14ms (ActiveRecord: 0.3ms) + + +Started GET "/tasks/index" for ::1 at 2016-10-25 22:12:28 -0700 +Processing by TasksController#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]] + Task Load (0.4ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."user_id" = ? [["user_id", 2]] + Rendered tasks/index.html.erb within layouts/application (9.8ms) +Completed 200 OK in 49ms (Views: 26.3ms | ActiveRecord: 0.8ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-25 22:12:28 -0700 + + +Started GET "/tasks/index" for ::1 at 2016-10-25 22:12:34 -0700 +Processing by TasksController#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]] + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."user_id" = ? [["user_id", 2]] + Rendered tasks/index.html.erb within layouts/application (2.6ms) +Completed 200 OK in 30ms (Views: 27.8ms | ActiveRecord: 0.3ms) + + +Started GET "/tasks/index" for ::1 at 2016-10-25 22:12:38 -0700 +Processing by TasksController#index as HTML + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]] + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."user_id" = ? [["user_id", 2]] + Rendered tasks/index.html.erb within layouts/application (2.1ms) +Completed 200 OK in 38ms (Views: 35.3ms | ActiveRecord: 0.4ms) + + +Started GET "/tasks/new" for ::1 at 2016-10-25 22:12:40 -0700 +Processing by TasksController#new as HTML + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]] + Rendered tasks/_form.html.erb (19.3ms) + Rendered tasks/new.html.erb within layouts/application (38.0ms) +Completed 200 OK in 54ms (Views: 52.6ms | ActiveRecord: 0.1ms) + + +Started POST "/tasks/create" for ::1 at 2016-10-25 22:12:50 -0700 +Processing by TasksController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"BGuoy599cQKFuWAg4D3UUQRGeikbsxjlhGIlfCh+SusqPlXNrE3P3Koti0kl4yiARAMVRsfa3hn/DUGwk6J+QQ==", "post"=>{"title"=>"GITHUB: Buy carrots", "description"=>"LARGE."}, "commit"=>"Create Task"} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]] +  (0.1ms) begin transaction + SQL (1.9ms) INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "GITHUB: Buy carrots"], ["description", "LARGE."], ["created_at", "2016-10-26 05:12:50.131279"], ["updated_at", "2016-10-26 05:12:50.131279"]] +  (0.9ms) commit transaction +  (0.2ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "user_id" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["user_id", 2], ["updated_at", "2016-10-26 05:12:50.138089"], ["id", 4]] +  (0.6ms) commit transaction +Redirected to http://localhost:3000/tasks/index +Completed 302 Found in 12ms (ActiveRecord: 4.0ms) + + +Started GET "/tasks/index" for ::1 at 2016-10-25 22:12:50 -0700 +Processing by TasksController#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]] + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."user_id" = ? [["user_id", 2]] + Rendered tasks/index.html.erb within layouts/application (1.5ms) +Completed 200 OK in 17ms (Views: 16.1ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-25 22:12:50 -0700 + + +Started DELETE "/sessions/destroy" for ::1 at 2016-10-25 22:12:53 -0700 +Processing by SessionsController#destroy as HTML + Parameters: {"authenticity_token"=>"E2txGpe8oFX4JhvOBSMI2aggYQ40lE/6GCTmROiRoHs9PowcpIwei9ey8KfA/fQI6GUOYej9iQZjS4KIU02U0Q=="} +Redirected to http://localhost:3000/sessions/index +Completed 302 Found in 1ms (ActiveRecord: 0.0ms) + + +Started GET "/sessions/index" for ::1 at 2016-10-25 22:12:53 -0700 +Processing by SessionsController#index as HTML + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 + Rendered sessions/index.html.erb within layouts/application (0.2ms) +Completed 200 OK in 18ms (Views: 16.2ms | ActiveRecord: 0.4ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-25 22:12:53 -0700 + + +Started GET "/sessions/new" for ::1 at 2016-10-25 22:12:55 -0700 +Processing by SessionsController#new as HTML + Rendered sessions/new.html.erb within layouts/application (0.4ms) +Completed 200 OK in 17ms (Views: 16.9ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-25 22:12:55 -0700 + + +Started POST "/auth/google_oauth2/" for ::1 at 2016-10-25 22:12:57 -0700 + + +Started GET "/auth/google_oauth2/callback?state=513f71d3291ea418d11a2b774201f75046eea1f8570dd1cc&code=4/m2gK6Wr7tnTd6NNvVC3gnRz4oEoxxAbEwPVmX7jP-Wc" for ::1 at 2016-10-25 22:12:58 -0700 +Processing by SessionsController#create as HTML + Parameters: {"state"=>"513f71d3291ea418d11a2b774201f75046eea1f8570dd1cc", "code"=>"4/m2gK6Wr7tnTd6NNvVC3gnRz4oEoxxAbEwPVmX7jP-Wc", "provider"=>"google_oauth2"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? AND "users"."provider" = ? LIMIT 1 [["uid", "115227156681275830707"], ["provider", "google_oauth2"]] +Redirected to http://localhost:3000/tasks/index +Completed 302 Found in 1ms (ActiveRecord: 0.1ms) + + +Started GET "/tasks/index" for ::1 at 2016-10-25 22:12:58 -0700 +Processing by TasksController#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."user_id" = ? [["user_id", 1]] + Rendered tasks/index.html.erb within layouts/application (1.2ms) +Completed 200 OK in 16ms (Views: 15.2ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-25 22:12:58 -0700 + + +Started GET "/tasks/new" for ::1 at 2016-10-25 22:13:01 -0700 +Processing by TasksController#new as HTML + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Rendered tasks/_form.html.erb (1.4ms) + Rendered tasks/new.html.erb within layouts/application (3.7ms) +Completed 200 OK in 31ms (Views: 28.8ms | ActiveRecord: 0.2ms) + + +Started POST "/tasks/create" for ::1 at 2016-10-25 22:13:20 -0700 +Processing by TasksController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"rhK+XXKXcq/mMgMD7oFmLYBBsfj2sl+d5PdDQURxqNmAR0NbQafMccmm6GorX5r8wATelyrbmWGfmCeN/62ccw==", "post"=>{"title"=>"GOOGLE: Eat vegetables", "description"=>"YUMMMZ."}, "commit"=>"Create Task"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] +  (0.0ms) begin transaction + SQL (0.2ms) INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "GOOGLE: Eat vegetables"], ["description", "YUMMMZ."], ["created_at", "2016-10-26 05:13:20.384786"], ["updated_at", "2016-10-26 05:13:20.384786"]] +  (0.6ms) commit transaction +  (0.0ms) begin transaction + SQL (0.7ms) UPDATE "tasks" SET "user_id" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["user_id", 1], ["updated_at", "2016-10-26 05:13:20.387035"], ["id", 5]] +  (0.6ms) commit transaction +Redirected to http://localhost:3000/tasks/index +Completed 302 Found in 6ms (ActiveRecord: 2.2ms) + + +Started GET "/tasks/index" for ::1 at 2016-10-25 22:13:20 -0700 +Processing by TasksController#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 1]] + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."user_id" = ? [["user_id", 1]] + Rendered tasks/index.html.erb within layouts/application (1.6ms) +Completed 200 OK in 18ms (Views: 16.4ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-25 22:13:20 -0700 + + +Started DELETE "/sessions/destroy" for ::1 at 2016-10-25 22:13:23 -0700 +Processing by SessionsController#destroy as HTML + Parameters: {"authenticity_token"=>"UQS7wK/okKor2FvsHH7DOxk5+rZBbwkmzxlN9V4ZB7t/UUbGnNgudARMsIXZoD/qWXyV2Z0Gz9q0dik55cUzEQ=="} +Redirected to http://localhost:3000/sessions/index +Completed 302 Found in 1ms (ActiveRecord: 0.0ms) + + +Started GET "/sessions/index" for ::1 at 2016-10-25 22:13:23 -0700 +Processing by SessionsController#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 + Rendered sessions/index.html.erb within layouts/application (0.2ms) +Completed 200 OK in 16ms (Views: 14.8ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-25 22:13:23 -0700 + + +Started GET "/sessions/new" for ::1 at 2016-10-25 22:13:25 -0700 +Processing by SessionsController#new as HTML + Rendered sessions/new.html.erb within layouts/application (0.3ms) +Completed 200 OK in 14ms (Views: 14.1ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-25 22:13:25 -0700 + + +Started POST "/auth/google_oauth2/" for ::1 at 2016-10-25 22:13:26 -0700 + + +Started GET "/auth/google_oauth2/callback?state=f342771c0eda6a2d17bc45a642c2c65d58c3fbfbda515360&code=4/lXXkSmG4v6MIPc2SrFIN9kdZ4bwzo5Ql_Nv-eFjYA9o" for ::1 at 2016-10-25 22:13:28 -0700 +Processing by SessionsController#create as HTML + Parameters: {"state"=>"f342771c0eda6a2d17bc45a642c2c65d58c3fbfbda515360", "code"=>"4/lXXkSmG4v6MIPc2SrFIN9kdZ4bwzo5Ql_Nv-eFjYA9o", "provider"=>"google_oauth2"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? AND "users"."provider" = ? LIMIT 1 [["uid", "112839165481931430708"], ["provider", "google_oauth2"]] +Redirected to http://localhost:3000/tasks/index +Completed 302 Found in 1ms (ActiveRecord: 0.1ms) + + +Started GET "/tasks/index" for ::1 at 2016-10-25 22:13:28 -0700 +Processing by TasksController#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 3]] + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."user_id" = ? [["user_id", 3]] + Rendered tasks/index.html.erb within layouts/application (1.2ms) +Completed 200 OK in 16ms (Views: 14.8ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-25 22:13:28 -0700 + + +Started GET "/tasks/index" for ::1 at 2016-10-25 22:13:30 -0700 +Processing by TasksController#index as HTML + User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 3]] + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."user_id" = ? [["user_id", 3]] + Rendered tasks/index.html.erb within layouts/application (1.9ms) +Completed 200 OK in 34ms (Views: 30.0ms | ActiveRecord: 0.8ms) + + +Started GET "/tasks/new" for ::1 at 2016-10-25 22:13:34 -0700 +Processing by TasksController#new as HTML + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 3]] + Rendered tasks/_form.html.erb (2.0ms) + Rendered tasks/new.html.erb within layouts/application (12.2ms) +Completed 200 OK in 39ms (Views: 37.5ms | ActiveRecord: 0.2ms) + + +Started POST "/tasks/create" for ::1 at 2016-10-25 22:13:47 -0700 +Processing by TasksController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"0V1ljS12KEvwaCMLbg7Fedhgg4wVrbyI/KEGl9n0Bh//CJiLHkaWld/8yGKr0DmomCXs48nEenSHzmJbYigytQ==", "post"=>{"title"=>"GOOGLE ALUM: Dance with wolves", "description"=>"CAREFULLY."}, "commit"=>"Create Task"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 3]] +  (0.0ms) begin transaction + SQL (0.2ms) INSERT INTO "tasks" ("title", "description", "created_at", "updated_at") VALUES (?, ?, ?, ?) [["title", "GOOGLE ALUM: Dance with wolves"], ["description", "CAREFULLY."], ["created_at", "2016-10-26 05:13:47.471785"], ["updated_at", "2016-10-26 05:13:47.471785"]] +  (0.6ms) commit transaction +  (0.1ms) begin transaction + SQL (0.2ms) UPDATE "tasks" SET "user_id" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["user_id", 3], ["updated_at", "2016-10-26 05:13:47.474167"], ["id", 6]] +  (0.5ms) commit transaction +Redirected to http://localhost:3000/tasks/index +Completed 302 Found in 6ms (ActiveRecord: 1.8ms) + + +Started GET "/tasks/index" for ::1 at 2016-10-25 22:13:47 -0700 +Processing by TasksController#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 3]] + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."user_id" = ? [["user_id", 3]] + Rendered tasks/index.html.erb within layouts/application (1.4ms) +Completed 200 OK in 18ms (Views: 17.1ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-25 22:13:47 -0700 + + +Started PATCH "/tasks/3/update" for ::1 at 2016-10-25 22:13:49 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"LV+fqhVqaBB+mSbv6/fHjcu0V6VO4NNwAA96zSIC/mMDCmKsJlrWzlENzYYuKTtci/E4ypKJFYx7YB4Bmd7KyQ==", "id"=>"3"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 3]] + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 3]] + Task Exists (0.1ms) SELECT 1 AS one FROM "tasks" WHERE "tasks"."user_id" = ? AND "tasks"."id" = ? LIMIT 1 [["user_id", 3], ["id", 3]] +  (0.0ms) begin transaction + SQL (0.4ms) UPDATE "tasks" SET "completed_at" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["completed_at", "2016-10-26 05:13:49.903500"], ["updated_at", "2016-10-26 05:13:49.904237"], ["id", 3]] +  (0.5ms) commit transaction +Redirected to http://localhost:3000/tasks/index +Completed 302 Found in 16ms (ActiveRecord: 1.3ms) + + +Started GET "/tasks/index" for ::1 at 2016-10-25 22:13:49 -0700 +Processing by TasksController#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 3]] + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."user_id" = ? [["user_id", 3]] + Rendered tasks/index.html.erb within layouts/application (1.6ms) +Completed 200 OK in 18ms (Views: 15.9ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/checkmark.png" for ::1 at 2016-10-25 22:13:49 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-25 22:13:49 -0700 + + +Started GET "/tasks/6/edit" for ::1 at 2016-10-25 22:13:51 -0700 +Processing by TasksController#edit as HTML + Parameters: {"id"=>"6"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 3]] + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 6]] + Task Exists (0.1ms) SELECT 1 AS one FROM "tasks" WHERE "tasks"."user_id" = ? AND "tasks"."id" = ? LIMIT 1 [["user_id", 3], ["id", 6]] + Rendered tasks/_form.html.erb (4.2ms) + Rendered tasks/edit.html.erb within layouts/application (6.9ms) +Completed 200 OK in 23ms (Views: 19.7ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-25 22:13:51 -0700 + + +Started PATCH "/tasks/6/update" for ::1 at 2016-10-25 22:13:55 -0700 +Processing by TasksController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"r2fyPeu/yzZ6gIcYN2lF64KP3n3x+u8DLf+cddLyZ5aBMg872I916FUUbHHyt7k6wsqxEi2TKf9WkPi5aS5TPA==", "patch"=>{"title"=>"GOOGLE ALUM: Dance with wolves", "description"=>"CAREFULLY...."}, "commit"=>"Update Task", "id"=>"6"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 3]] + Task Load (0.0ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 6]] + Task Exists (0.0ms) SELECT 1 AS one FROM "tasks" WHERE "tasks"."user_id" = ? AND "tasks"."id" = ? LIMIT 1 [["user_id", 3], ["id", 6]] +  (0.0ms) begin transaction + SQL (0.3ms) UPDATE "tasks" SET "description" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["description", "CAREFULLY...."], ["updated_at", "2016-10-26 05:13:55.220744"], ["id", 6]] +  (0.5ms) commit transaction +Redirected to http://localhost:3000/tasks/show/6 +Completed 302 Found in 4ms (ActiveRecord: 1.0ms) + + +Started GET "/tasks/show/6" for ::1 at 2016-10-25 22:13:55 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"6"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 3]] + Task Load (0.0ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 6]] + Task Exists (0.0ms) SELECT 1 AS one FROM "tasks" WHERE "tasks"."user_id" = ? AND "tasks"."id" = ? LIMIT 1 [["user_id", 3], ["id", 6]] + Rendered tasks/show.html.erb within layouts/application (1.2ms) +Completed 200 OK in 18ms (Views: 16.6ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-25 22:13:55 -0700 + + +Started GET "/tasks/index" for ::1 at 2016-10-25 22:13:58 -0700 +Processing by TasksController#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 3]] + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."user_id" = ? [["user_id", 3]] + Rendered tasks/index.html.erb within layouts/application (2.9ms) +Completed 200 OK in 31ms (Views: 27.6ms | ActiveRecord: 0.3ms) + + +Started GET "/assets/checkmark.png" for ::1 at 2016-10-25 22:13:58 -0700 + + +Started GET "/tasks/show/6" for ::1 at 2016-10-25 22:13:59 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"6"} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 3]] + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 6]] + Task Exists (0.1ms) SELECT 1 AS one FROM "tasks" WHERE "tasks"."user_id" = ? AND "tasks"."id" = ? LIMIT 1 [["user_id", 3], ["id", 6]] + Rendered tasks/show.html.erb within layouts/application (0.7ms) +Completed 200 OK in 38ms (Views: 33.4ms | ActiveRecord: 0.4ms) + + +Started PATCH "/tasks/6/update" for ::1 at 2016-10-25 22:14:02 -0700 +Processing by TasksController#update as HTML + Parameters: {"authenticity_token"=>"KD7Jp/BzXezbcesKDBHryzkX1ZqDwBN3j1Pi/VO1adAGazShw0PjMvTlAGPJzxcaeVK69V+p1Yv0PIYx6Gldeg==", "id"=>"6"} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 3]] + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 6]] + Task Exists (0.1ms) SELECT 1 AS one FROM "tasks" WHERE "tasks"."user_id" = ? AND "tasks"."id" = ? LIMIT 1 [["user_id", 3], ["id", 6]] +  (0.1ms) begin transaction + SQL (0.7ms) UPDATE "tasks" SET "completed_at" = ?, "updated_at" = ? WHERE "tasks"."id" = ? [["completed_at", "2016-10-26 05:14:02.355408"], ["updated_at", "2016-10-26 05:14:02.356300"], ["id", 6]] +  (1.4ms) commit transaction +Redirected to http://localhost:3000/tasks/show/6 +Completed 302 Found in 10ms (ActiveRecord: 2.6ms) + + +Started GET "/tasks/show/6" for ::1 at 2016-10-25 22:14:02 -0700 +Processing by TasksController#show as HTML + Parameters: {"id"=>"6"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 3]] + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 6]] + Task Exists (0.1ms) SELECT 1 AS one FROM "tasks" WHERE "tasks"."user_id" = ? AND "tasks"."id" = ? LIMIT 1 [["user_id", 3], ["id", 6]] + Rendered tasks/show.html.erb within layouts/application (0.4ms) +Completed 200 OK in 17ms (Views: 14.9ms | ActiveRecord: 0.2ms) + + +Started GET "/assets/checkmark.png" for ::1 at 2016-10-25 22:14:02 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-25 22:14:02 -0700 + + +Started GET "/tasks/index" for ::1 at 2016-10-25 22:14:05 -0700 +Processing by TasksController#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 3]] + Task Load (0.1ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."user_id" = ? [["user_id", 3]] + Rendered tasks/index.html.erb within layouts/application (6.7ms) +Completed 200 OK in 33ms (Views: 30.0ms | ActiveRecord: 0.3ms) + + +Started GET "/tasks/index" for ::1 at 2016-10-25 22:17:24 -0700 + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +Processing by TasksController#index as HTML + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 3]] + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."user_id" = ? [["user_id", 3]] + Rendered tasks/index.html.erb within layouts/application (11.0ms) +Completed 200 OK in 317ms (Views: 268.0ms | ActiveRecord: 0.9ms) + + +Started GET "/assets/checkmark.png" for ::1 at 2016-10-25 22:17:24 -0700 + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-25 22:17:24 -0700 + + +Started DELETE "/sessions/destroy" for ::1 at 2016-10-25 22:17:26 -0700 +Processing by SessionsController#destroy as HTML + Parameters: {"authenticity_token"=>"u539n/C7oFY9Eem5cfW6dlw6EQmEq0mLvdsixgqnyXiVyACZw4seiBKFAtC0K0anHH9+ZljCj3fGtEYKsXv90g=="} +Redirected to http://localhost:3000/sessions/index +Completed 302 Found in 2ms (ActiveRecord: 0.0ms) + + +Started GET "/sessions/index" for ::1 at 2016-10-25 22:17:26 -0700 +Processing by SessionsController#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 + Rendered sessions/index.html.erb within layouts/application (0.5ms) +Completed 200 OK in 25ms (Views: 23.5ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-25 22:17:26 -0700 + + +Started GET "/sessions/new" for ::1 at 2016-10-25 22:17:27 -0700 +Processing by SessionsController#new as HTML + Rendered sessions/new.html.erb within layouts/application (1.6ms) +Completed 200 OK in 47ms (Views: 46.7ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-25 22:17:27 -0700 + + +Started POST "/auth/github/" for ::1 at 2016-10-25 22:17:28 -0700 + + +Started GET "/auth/github/callback?code=e4f8f6552818f9f7d08c&state=879f183398a985a0b65afd74ce3c7a75f95c4cbf565b0d5c" for ::1 at 2016-10-25 22:17:28 -0700 +Processing by SessionsController#create as HTML + Parameters: {"code"=>"e4f8f6552818f9f7d08c", "state"=>"879f183398a985a0b65afd74ce3c7a75f95c4cbf565b0d5c", "provider"=>"github"} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? AND "users"."provider" = ? LIMIT 1 [["uid", "8129934"], ["provider", "github"]] +Redirected to http://localhost:3000/tasks/index +Completed 302 Found in 2ms (ActiveRecord: 0.2ms) + + +Started GET "/tasks/index" for ::1 at 2016-10-25 22:17:30 -0700 +Processing by TasksController#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 2]] + Task Load (0.6ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."user_id" = ? [["user_id", 2]] + Rendered tasks/index.html.erb within layouts/application (3.2ms) +Completed 200 OK in 31ms (Views: 28.4ms | ActiveRecord: 0.7ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-25 22:17:30 -0700 + + +Started DELETE "/sessions/destroy" for ::1 at 2016-10-25 22:17:52 -0700 +Processing by SessionsController#destroy as HTML + Parameters: {"authenticity_token"=>"CaUH/p270++VT7F+KO6mv+vmNbHAqBwc4eCtJRzdFnMn8Pr4rottMbrbWhftMFpuq6Na3hzB2uCaj8nppwEi2Q=="} +Redirected to http://localhost:3000/sessions/index +Completed 302 Found in 1ms (ActiveRecord: 0.0ms) + + +Started GET "/sessions/index" for ::1 at 2016-10-25 22:17:52 -0700 +Processing by SessionsController#index as HTML + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" IS NULL LIMIT 1 + Rendered sessions/index.html.erb within layouts/application (0.2ms) +Completed 200 OK in 17ms (Views: 15.7ms | ActiveRecord: 0.1ms) + + +Started GET "/assets/IMGP0233.JPG" for ::1 at 2016-10-25 22:17:52 -0700 + ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations" + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" diff --git a/log/test.log b/log/test.log new file mode 100644 index 000000000..0e553a38b --- /dev/null +++ b/log/test.log @@ -0,0 +1,1942 @@ +  (1.0ms) CREATE TABLE "tasks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" varchar, "description" varchar, "completed_at" datetime, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)  +  (1.0ms) CREATE TABLE "users" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "email" varchar, "uid" integer NOT NULL, "provider" varchar NOT NULL, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL) +  (0.8ms) CREATE TABLE "schema_migrations" ("version" varchar NOT NULL)  +  (0.1ms) select sqlite_version(*) +  (0.7ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") +  (0.1ms) SELECT version FROM "schema_migrations" +  (0.7ms) INSERT INTO "schema_migrations" (version) VALUES ('20161021000354') +  (0.6ms) INSERT INTO "schema_migrations" (version) VALUES ('20160928210407') + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +  (0.1ms) begin transaction + Fixture Delete (0.2ms) DELETE FROM "tasks" + Fixture Insert (0.1ms) INSERT INTO "tasks" ("title", "description", "completed_at", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', '2016-09-28 14:04:07.000000', '2016-10-21 05:32:47', '2016-10-21 05:32:47', 980190962) + Fixture Insert (0.0ms) INSERT INTO "tasks" ("title", "description", "completed_at", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', '2016-09-28 14:04:07.000000', '2016-10-21 05:32:47', '2016-10-21 05:32:47', 298486374) + Fixture Delete (0.1ms) DELETE FROM "users" + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES ('Bob the Industrious', 'bob@bobness.com', 1, 'github', '2016-10-21 05:32:47', '2016-10-21 05:32:47', 902541635) + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES ('Jane "Conquers Tasks" Smith', 'jane@janesworld.com', 2, 'github', '2016-10-21 05:32:47', '2016-10-21 05:32:47', 980204181) + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES (NULL, 'winniethepooh@hundredacrewoods.com', 3, 'github', '2016-10-21 05:32:47', '2016-10-21 05:32:47', 449349069) +  (0.6ms) commit transaction +  (0.0ms) begin transaction +------------------------------------------------- +UserTest: test_A_user_must_have_a_uid_to_be_valid +------------------------------------------------- + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 902541635]] + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 449349069]] +  (0.2ms) rollback transaction +  (0.1ms) begin transaction +-------------------------------------------------------------------- +UserTest: test_A_user_can_be_correctly_built_from_a_Github_auth_hash +-------------------------------------------------------------------- +  (0.1ms) rollback transaction +  (1.0ms) begin transaction +------------------------------------------------------ +UserTest: test_A_user_must_have_a_provider_to_be_valid +------------------------------------------------------ + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 902541635]] + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 449349069]] +  (0.2ms) rollback transaction +  (0.1ms) begin transaction +---------------------------------------------------- +UserTest: test_A_user_must_have_an_email_to_be_valid +---------------------------------------------------- + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 902541635]] + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 449349069]] +  (0.1ms) rollback transaction + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +  (0.1ms) begin transaction + Fixture Delete (0.4ms) DELETE FROM "tasks" + Fixture Insert (0.2ms) INSERT INTO "tasks" ("title", "description", "completed_at", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', '2016-09-28 14:04:07.000000', '2016-10-21 05:36:59', '2016-10-21 05:36:59', 980190962) + Fixture Insert (0.1ms) INSERT INTO "tasks" ("title", "description", "completed_at", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', '2016-09-28 14:04:07.000000', '2016-10-21 05:36:59', '2016-10-21 05:36:59', 298486374) + Fixture Delete (0.1ms) DELETE FROM "users" + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES ('Bob the Industrious', 'bob@bobness.com', 1, 'github', '2016-10-21 05:36:59', '2016-10-21 05:36:59', 902541635) + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES ('Jane "Conquers Tasks" Smith', 'jane@janesworld.com', 2, 'github', '2016-10-21 05:36:59', '2016-10-21 05:36:59', 980204181) + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES (NULL, 'winniethepooh@hundredacrewoods.com', 3, 'github', '2016-10-21 05:36:59', '2016-10-21 05:36:59', 449349069) +  (1.4ms) commit transaction +  (0.1ms) begin transaction +------------------------------------------------- +UserTest: test_A_user_must_have_a_uid_to_be_valid +------------------------------------------------- + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 902541635]] + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 449349069]] +  (0.1ms) rollback transaction +  (0.0ms) begin transaction +-------------------------------------------------------------------- +UserTest: test_A_user_can_be_correctly_built_from_a_Github_auth_hash +-------------------------------------------------------------------- +  (0.0ms) rollback transaction +  (0.1ms) begin transaction +---------------------------------------------------- +UserTest: test_A_user_must_have_an_email_to_be_valid +---------------------------------------------------- + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 902541635]] + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 449349069]] +  (0.1ms) rollback transaction +  (0.0ms) begin transaction +------------------------------------------------------ +UserTest: test_A_user_must_have_a_provider_to_be_valid +------------------------------------------------------ + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 902541635]] + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 449349069]] +  (0.1ms) rollback transaction + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +  (0.1ms) begin transaction + Fixture Delete (0.3ms) DELETE FROM "tasks" + Fixture Insert (0.1ms) INSERT INTO "tasks" ("title", "description", "completed_at", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', '2016-09-28 14:04:07.000000', '2016-10-21 05:39:44', '2016-10-21 05:39:44', 980190962) + Fixture Insert (0.0ms) INSERT INTO "tasks" ("title", "description", "completed_at", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', '2016-09-28 14:04:07.000000', '2016-10-21 05:39:44', '2016-10-21 05:39:44', 298486374) + Fixture Delete (0.1ms) DELETE FROM "users" + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES ('Bob the Industrious', 'bob@bobness.com', 1, 'github', '2016-10-21 05:39:44', '2016-10-21 05:39:44', 902541635) + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES ('Jane "Conquers Tasks" Smith', 'jane@janesworld.com', 2, 'github', '2016-10-21 05:39:44', '2016-10-21 05:39:44', 980204181) + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES (NULL, 'winniethepooh@hundredacrewoods.com', 3, 'github', '2016-10-21 05:39:44', '2016-10-21 05:39:44', 449349069) +  (1.4ms) commit transaction +  (0.1ms) begin transaction +-------------------------------------------------------------------- +UserTest: test_A_user_can_be_correctly_built_from_a_Github_auth_hash +-------------------------------------------------------------------- +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +------------------------------------------------------ +UserTest: test_A_user_must_have_a_provider_to_be_valid +------------------------------------------------------ + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 902541635]] + User Load (1.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 449349069]] +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +------------------------------------------------- +UserTest: test_A_user_must_have_a_uid_to_be_valid +------------------------------------------------- + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 902541635]] + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 449349069]] +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +---------------------------------------------------- +UserTest: test_A_user_must_have_an_email_to_be_valid +---------------------------------------------------- + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 902541635]] + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 449349069]] +  (0.0ms) rollback transaction + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +  (0.1ms) begin transaction + Fixture Delete (0.2ms) DELETE FROM "tasks" + Fixture Insert (0.1ms) INSERT INTO "tasks" ("title", "description", "completed_at", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', '2016-09-28 14:04:07.000000', '2016-10-21 05:40:10', '2016-10-21 05:40:10', 980190962) + Fixture Insert (0.1ms) INSERT INTO "tasks" ("title", "description", "completed_at", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', '2016-09-28 14:04:07.000000', '2016-10-21 05:40:10', '2016-10-21 05:40:10', 298486374) + Fixture Delete (0.1ms) DELETE FROM "users" + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES ('Bob the Industrious', 'bob@bobness.com', 1, 'github', '2016-10-21 05:40:10', '2016-10-21 05:40:10', 902541635) + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES ('Jane "Conquers Tasks" Smith', 'jane@janesworld.com', 2, 'github', '2016-10-21 05:40:10', '2016-10-21 05:40:10', 980204181) + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES (NULL, 'winniethepooh@hundredacrewoods.com', 3, 'github', '2016-10-21 05:40:10', '2016-10-21 05:40:10', 449349069) +  (1.6ms) commit transaction +  (0.1ms) begin transaction +-------------------------------------------------------------------- +UserTest: test_A_user_can_be_correctly_built_from_a_Github_auth_hash +-------------------------------------------------------------------- +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +---------------------------------------------------- +UserTest: test_A_user_must_have_an_email_to_be_valid +---------------------------------------------------- + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 902541635]] + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 449349069]] +  (0.1ms) rollback transaction +  (1.1ms) begin transaction +------------------------------------------------------ +UserTest: test_A_user_must_have_a_provider_to_be_valid +------------------------------------------------------ + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 902541635]] + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 449349069]] +  (0.1ms) rollback transaction +  (0.7ms) begin transaction +------------------------------------------------- +UserTest: test_A_user_must_have_a_uid_to_be_valid +------------------------------------------------- + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 902541635]] + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 449349069]] +  (0.2ms) rollback transaction + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +  (0.1ms) begin transaction + Fixture Delete (0.3ms) DELETE FROM "tasks" + Fixture Insert (0.2ms) INSERT INTO "tasks" ("title", "description", "completed_at", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', '2016-09-28 14:04:07.000000', '2016-10-21 05:47:22', '2016-10-21 05:47:22', 980190962) + Fixture Insert (0.1ms) INSERT INTO "tasks" ("title", "description", "completed_at", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', '2016-09-28 14:04:07.000000', '2016-10-21 05:47:22', '2016-10-21 05:47:22', 298486374) + Fixture Delete (0.1ms) DELETE FROM "users" + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES ('Bob the Industrious', 'bob@bobness.com', 1, 'github', '2016-10-21 05:47:22', '2016-10-21 05:47:22', 902541635) + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES ('Jane "Conquers Tasks" Smith', 'jane@janesworld.com', 2, 'github', '2016-10-21 05:47:22', '2016-10-21 05:47:22', 980204181) + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES (NULL, 'winniethepooh@hundredacrewoods.com', 3, 'github', '2016-10-21 05:47:22', '2016-10-21 05:47:22', 449349069) +  (1.5ms) commit transaction +  (0.1ms) begin transaction +---------------------------------------------------------------------------------------------------------- +UserTest: test_Building_a_user_from_an_insufficient_Github_auth_hash_does_not_increase_the_number_of_users +---------------------------------------------------------------------------------------------------------- +  (0.1ms) SELECT COUNT(*) FROM "users" +  (0.1ms) SELECT COUNT(*) FROM "users" +  (0.1ms) rollback transaction +  (0.0ms) begin transaction +--------------------------------------------------------------------------- +UserTest: test_A_user_cannot_be_built_from_an_insufficient_Github_auth_hash +--------------------------------------------------------------------------- +  (0.0ms) rollback transaction +  (0.0ms) begin transaction +------------------------------------------------- +UserTest: test_A_user_must_have_a_uid_to_be_valid +------------------------------------------------- + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 902541635]] + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 449349069]] +  (0.1ms) rollback transaction +  (1.3ms) begin transaction +---------------------------------------------------------------------------- +UserTest: test_A_user_can_be_correctly_built_from_a_minimal_Github_auth_hash +---------------------------------------------------------------------------- +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +---------------------------------------------------- +UserTest: test_A_user_must_have_an_email_to_be_valid +---------------------------------------------------- + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 902541635]] + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 449349069]] +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +------------------------------------------------------ +UserTest: test_A_user_must_have_a_provider_to_be_valid +------------------------------------------------------ + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 902541635]] + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 449349069]] +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +------------------------------------------------------------------------------------------- +UserTest: test_Building_a_user_from_a_normal_Github_auth_hash_increases_the_number_of_users +------------------------------------------------------------------------------------------- +  (0.1ms) SELECT COUNT(*) FROM "users" +  (0.1ms) SELECT COUNT(*) FROM "users" +  (0.1ms) rollback transaction +  (0.0ms) begin transaction +--------------------------------------------------------------------------- +UserTest: test_A_user_can_be_correctly_built_from_a_normal_Github_auth_hash +--------------------------------------------------------------------------- +  (0.1ms) rollback transaction + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +  (0.1ms) begin transaction + Fixture Delete (0.3ms) DELETE FROM "tasks" + Fixture Insert (0.2ms) INSERT INTO "tasks" ("title", "description", "completed_at", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', '2016-09-28 14:04:07.000000', '2016-10-21 05:49:28', '2016-10-21 05:49:28', 980190962) + Fixture Insert (0.1ms) INSERT INTO "tasks" ("title", "description", "completed_at", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', '2016-09-28 14:04:07.000000', '2016-10-21 05:49:28', '2016-10-21 05:49:28', 298486374) + Fixture Delete (0.1ms) DELETE FROM "users" + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES ('Bob the Industrious', 'bob@bobness.com', 1, 'github', '2016-10-21 05:49:28', '2016-10-21 05:49:28', 902541635) + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES ('Jane "Conquers Tasks" Smith', 'jane@janesworld.com', 2, 'github', '2016-10-21 05:49:28', '2016-10-21 05:49:28', 980204181) + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES (NULL, 'winniethepooh@hundredacrewoods.com', 3, 'github', '2016-10-21 05:49:28', '2016-10-21 05:49:28', 449349069) +  (1.7ms) commit transaction +  (0.1ms) begin transaction +--------------------------------------------------------------------------- +UserTest: test_A_user_can_be_correctly_built_from_a_normal_Github_auth_hash +--------------------------------------------------------------------------- +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +---------------------------------------------------------------------------- +UserTest: test_A_user_can_be_correctly_built_from_a_minimal_Github_auth_hash +---------------------------------------------------------------------------- +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +------------------------------------------------- +UserTest: test_A_user_must_have_a_uid_to_be_valid +------------------------------------------------- + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 902541635]] + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 449349069]] +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +---------------------------------------------------- +UserTest: test_A_user_must_have_an_email_to_be_valid +---------------------------------------------------- + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 902541635]] + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 449349069]] +  (0.0ms) rollback transaction +  (0.1ms) begin transaction +------------------------------------------------------ +UserTest: test_A_user_must_have_a_provider_to_be_valid +------------------------------------------------------ + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 902541635]] + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 449349069]] +  (0.0ms) rollback transaction +  (0.1ms) begin transaction +---------------------------------------------------------------------------------------------------------- +UserTest: test_Building_a_user_from_an_insufficient_Github_auth_hash_does_not_increase_the_number_of_users +---------------------------------------------------------------------------------------------------------- +  (0.1ms) SELECT COUNT(*) FROM "users" +  (0.0ms) SELECT COUNT(*) FROM "users" +  (0.0ms) rollback transaction +  (0.0ms) begin transaction +------------------------------------------------------------------------------------------- +UserTest: test_Building_a_user_from_a_normal_Github_auth_hash_increases_the_number_of_users +------------------------------------------------------------------------------------------- +  (0.1ms) SELECT COUNT(*) FROM "users" +  (0.0ms) SELECT COUNT(*) FROM "users" +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +--------------------------------------------------------------------------- +UserTest: test_A_user_cannot_be_built_from_an_insufficient_Github_auth_hash +--------------------------------------------------------------------------- +  (0.0ms) rollback transaction + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +  (0.1ms) begin transaction + Fixture Delete (0.3ms) DELETE FROM "tasks" + Fixture Insert (0.2ms) INSERT INTO "tasks" ("title", "description", "completed_at", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', '2016-09-28 14:04:07.000000', '2016-10-21 05:50:35', '2016-10-21 05:50:35', 980190962) + Fixture Insert (0.1ms) INSERT INTO "tasks" ("title", "description", "completed_at", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', '2016-09-28 14:04:07.000000', '2016-10-21 05:50:35', '2016-10-21 05:50:35', 298486374) + Fixture Delete (0.1ms) DELETE FROM "users" + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES ('Bob the Industrious', 'bob@bobness.com', 1, 'github', '2016-10-21 05:50:35', '2016-10-21 05:50:35', 902541635) + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES ('Jane "Conquers Tasks" Smith', 'jane@janesworld.com', 2, 'github', '2016-10-21 05:50:35', '2016-10-21 05:50:35', 980204181) + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES (NULL, 'winniethepooh@hundredacrewoods.com', 3, 'github', '2016-10-21 05:50:35', '2016-10-21 05:50:35', 449349069) +  (1.4ms) commit transaction +  (0.1ms) begin transaction +--------------------------------------------------------------------------- +UserTest: test_A_user_cannot_be_built_from_an_insufficient_Github_auth_hash +--------------------------------------------------------------------------- +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +--------------------------------------------------------------------------- +UserTest: test_A_user_can_be_correctly_built_from_a_normal_Github_auth_hash +--------------------------------------------------------------------------- +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +---------------------------------------------------- +UserTest: test_A_user_must_have_an_email_to_be_valid +---------------------------------------------------- + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 902541635]] + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 449349069]] +  (0.0ms) rollback transaction +  (0.1ms) begin transaction +------------------------------------------------------------------------------------------- +UserTest: test_Building_a_user_from_a_normal_Github_auth_hash_increases_the_number_of_users +------------------------------------------------------------------------------------------- +  (0.1ms) SELECT COUNT(*) FROM "users" +  (0.0ms) SELECT COUNT(*) FROM "users" +  (0.0ms) rollback transaction +  (0.1ms) begin transaction +---------------------------------------------------------------------------- +UserTest: test_A_user_can_be_correctly_built_from_a_minimal_Github_auth_hash +---------------------------------------------------------------------------- +  (0.0ms) rollback transaction +  (0.0ms) begin transaction +---------------------------------------------------------------------------------------------------------- +UserTest: test_Building_a_user_from_an_insufficient_Github_auth_hash_does_not_increase_the_number_of_users +---------------------------------------------------------------------------------------------------------- +  (0.2ms) SELECT COUNT(*) FROM "users" +  (0.1ms) SELECT COUNT(*) FROM "users" +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +------------------------------------------------------ +UserTest: test_A_user_must_have_a_provider_to_be_valid +------------------------------------------------------ + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 902541635]] + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 449349069]] +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +------------------------------------------------- +UserTest: test_A_user_must_have_a_uid_to_be_valid +------------------------------------------------- + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 902541635]] + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 449349069]] +  (0.1ms) rollback transaction + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +  (0.1ms) begin transaction + Fixture Delete (0.3ms) DELETE FROM "tasks" + Fixture Insert (0.2ms) INSERT INTO "tasks" ("title", "description", "completed_at", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', '2016-09-28 14:04:07.000000', '2016-10-21 05:51:52', '2016-10-21 05:51:52', 980190962) + Fixture Insert (0.1ms) INSERT INTO "tasks" ("title", "description", "completed_at", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', '2016-09-28 14:04:07.000000', '2016-10-21 05:51:52', '2016-10-21 05:51:52', 298486374) + Fixture Delete (0.1ms) DELETE FROM "users" + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES ('Bob the Industrious', 'bob@bobness.com', 1, 'github', '2016-10-21 05:51:52', '2016-10-21 05:51:52', 902541635) + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES ('Jane "Conquers Tasks" Smith', 'jane@janesworld.com', 2, 'github', '2016-10-21 05:51:52', '2016-10-21 05:51:52', 980204181) + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES (NULL, 'winniethepooh@hundredacrewoods.com', 3, 'github', '2016-10-21 05:51:52', '2016-10-21 05:51:52', 449349069) +  (1.3ms) commit transaction +  (0.1ms) begin transaction +------------------------------------------------------ +UserTest: test_A_user_must_have_a_provider_to_be_valid +------------------------------------------------------ + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 902541635]] + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 449349069]] +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +------------------------------------------------- +UserTest: test_A_user_must_have_a_uid_to_be_valid +------------------------------------------------- + User Load (0.7ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 902541635]] + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 449349069]] +  (0.1ms) rollback transaction +  (0.2ms) begin transaction +---------------------------------------------------------------------------- +UserTest: test_A_user_can_be_correctly_built_from_a_minimal_Github_auth_hash +---------------------------------------------------------------------------- +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +--------------------------------------------------------------------------- +UserTest: test_A_user_cannot_be_built_from_an_insufficient_Github_auth_hash +--------------------------------------------------------------------------- +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +---------------------------------------------------- +UserTest: test_A_user_must_have_an_email_to_be_valid +---------------------------------------------------- + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 902541635]] + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 449349069]] +  (0.1ms) rollback transaction +  (0.2ms) begin transaction +--------------------------------------------------------------------------- +UserTest: test_A_user_can_be_correctly_built_from_a_normal_Github_auth_hash +--------------------------------------------------------------------------- +  (0.1ms) rollback transaction + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +  (0.1ms) begin transaction + Fixture Delete (0.8ms) DELETE FROM "tasks" + Fixture Insert (0.1ms) INSERT INTO "tasks" ("title", "description", "completed_at", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', '2016-09-28 14:04:07.000000', '2016-10-21 05:53:39', '2016-10-21 05:53:39', 980190962) + Fixture Insert (0.0ms) INSERT INTO "tasks" ("title", "description", "completed_at", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', '2016-09-28 14:04:07.000000', '2016-10-21 05:53:39', '2016-10-21 05:53:39', 298486374) + Fixture Delete (0.1ms) DELETE FROM "users" + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES ('Bob the Industrious', 'bob@bobness.com', 1, 'github', '2016-10-21 05:53:39', '2016-10-21 05:53:39', 902541635) + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES ('Jane "Conquers Tasks" Smith', 'jane@janesworld.com', 2, 'github', '2016-10-21 05:53:39', '2016-10-21 05:53:39', 980204181) + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES (NULL, 'winniethepooh@hundredacrewoods.com', 3, 'github', '2016-10-21 05:53:39', '2016-10-21 05:53:39', 449349069) +  (1.3ms) commit transaction +  (0.1ms) begin transaction +--------------------------------------------------------------------------- +UserTest: test_A_user_can_be_correctly_built_from_a_normal_Github_auth_hash +--------------------------------------------------------------------------- +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +--------------------------------------------------------------------------- +UserTest: test_A_user_cannot_be_built_from_an_insufficient_Github_auth_hash +--------------------------------------------------------------------------- +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +---------------------------------------------------- +UserTest: test_A_user_must_have_an_email_to_be_valid +---------------------------------------------------- + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 902541635]] + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 449349069]] +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +------------------------------------------------------ +UserTest: test_A_user_must_have_a_provider_to_be_valid +------------------------------------------------------ + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 902541635]] + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 449349069]] +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +------------------------------------------------- +UserTest: test_A_user_must_have_a_uid_to_be_valid +------------------------------------------------- + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 902541635]] + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 449349069]] +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +---------------------------------------------------------------------------- +UserTest: test_A_user_can_be_correctly_built_from_a_minimal_Github_auth_hash +---------------------------------------------------------------------------- +  (0.1ms) rollback transaction + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +  (0.1ms) begin transaction + Fixture Delete (0.2ms) DELETE FROM "tasks" + Fixture Insert (0.2ms) INSERT INTO "tasks" ("title", "description", "completed_at", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', '2016-09-28 14:04:07.000000', '2016-10-21 15:05:50', '2016-10-21 15:05:50', 980190962) + Fixture Insert (0.1ms) INSERT INTO "tasks" ("title", "description", "completed_at", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', '2016-09-28 14:04:07.000000', '2016-10-21 15:05:50', '2016-10-21 15:05:50', 298486374) + Fixture Delete (0.1ms) DELETE FROM "users" + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES ('Bob the Industrious', 'bob@bobness.com', 1, 'github', '2016-10-21 15:05:50', '2016-10-21 15:05:50', 902541635) + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES ('Jane "Conquers Tasks" Smith', 'jane@janesworld.com', 2, 'github', '2016-10-21 15:05:50', '2016-10-21 15:05:50', 980204181) + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES (NULL, 'winniethepooh@hundredacrewoods.com', 3, 'github', '2016-10-21 15:05:50', '2016-10-21 15:05:50', 449349069) +  (1.4ms) commit transaction +  (0.1ms) begin transaction +--------------------------------------------------------------------------- +UserTest: test_A_user_cannot_be_built_from_an_insufficient_Github_auth_hash +--------------------------------------------------------------------------- +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +---------------------------------------------------------------------------- +UserTest: test_A_user_can_be_correctly_built_from_a_minimal_Github_auth_hash +---------------------------------------------------------------------------- +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +--------------------------------------------------------------------------- +UserTest: test_A_user_can_be_correctly_built_from_a_normal_Github_auth_hash +--------------------------------------------------------------------------- +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +------------------------------------------------------ +UserTest: test_A_user_must_have_a_provider_to_be_valid +------------------------------------------------------ + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 902541635]] + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 449349069]] +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +------------------------------------------------- +UserTest: test_A_user_must_have_a_uid_to_be_valid +------------------------------------------------- + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 902541635]] + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 449349069]] +  (0.2ms) rollback transaction +  (0.1ms) begin transaction +---------------------------------------------------- +UserTest: test_A_user_must_have_an_email_to_be_valid +---------------------------------------------------- + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 902541635]] + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 449349069]] +  (0.2ms) rollback transaction + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +  (0.1ms) begin transaction + Fixture Delete (0.3ms) DELETE FROM "tasks" + Fixture Insert (0.1ms) INSERT INTO "tasks" ("title", "description", "completed_at", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', '2016-09-28 14:04:07.000000', '2016-10-21 15:17:44', '2016-10-21 15:17:44', 980190962) + Fixture Insert (0.1ms) INSERT INTO "tasks" ("title", "description", "completed_at", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', '2016-09-28 14:04:07.000000', '2016-10-21 15:17:44', '2016-10-21 15:17:44', 298486374) + Fixture Delete (0.1ms) DELETE FROM "users" + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES ('Bob the Industrious', 'bob@bobness.com', 1, 'github', '2016-10-21 15:17:44', '2016-10-21 15:17:44', 902541635) + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES ('Jane "Conquers Tasks" Smith', 'jane@janesworld.com', 2, 'github', '2016-10-21 15:17:44', '2016-10-21 15:17:44', 980204181) + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES (NULL, 'winniethepooh@hundredacrewoods.com', 3, 'github', '2016-10-21 15:17:44', '2016-10-21 15:17:44', 449349069) +  (0.6ms) commit transaction +  (0.1ms) begin transaction +--------------------------------------------------------------------------- +UserTest: test_A_user_cannot_be_built_from_an_insufficient_Github_auth_hash +--------------------------------------------------------------------------- +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +------------------------------------------------------ +UserTest: test_A_user_must_have_a_provider_to_be_valid +------------------------------------------------------ + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 902541635]] + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 449349069]] +  (0.0ms) rollback transaction +  (0.0ms) begin transaction +---------------------------------------------------- +UserTest: test_A_user_must_have_an_email_to_be_valid +---------------------------------------------------- + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 902541635]] + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 449349069]] +  (0.0ms) rollback transaction +  (0.0ms) begin transaction +------------------------------------------------- +UserTest: test_A_user_must_have_a_uid_to_be_valid +------------------------------------------------- + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 902541635]] + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 449349069]] +  (0.0ms) rollback transaction +  (0.1ms) begin transaction +---------------------------------------------------------------------------- +UserTest: test_A_user_can_be_correctly_built_from_a_minimal_Github_auth_hash +---------------------------------------------------------------------------- +  (0.1ms) rollback transaction +  (0.2ms) begin transaction +--------------------------------------------------------------------------- +UserTest: test_A_user_can_be_correctly_built_from_a_normal_Github_auth_hash +--------------------------------------------------------------------------- +  (0.1ms) rollback transaction + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +  (0.1ms) begin transaction + Fixture Delete (0.3ms) DELETE FROM "tasks" + Fixture Insert (0.2ms) INSERT INTO "tasks" ("title", "description", "completed_at", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', '2016-09-28 14:04:07.000000', '2016-10-21 15:17:56', '2016-10-21 15:17:56', 980190962) + Fixture Insert (0.1ms) INSERT INTO "tasks" ("title", "description", "completed_at", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', '2016-09-28 14:04:07.000000', '2016-10-21 15:17:56', '2016-10-21 15:17:56', 298486374) + Fixture Delete (0.1ms) DELETE FROM "users" + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES ('Bob the Industrious', 'bob@bobness.com', 1, 'github', '2016-10-21 15:17:56', '2016-10-21 15:17:56', 902541635) + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES ('Jane "Conquers Tasks" Smith', 'jane@janesworld.com', 2, 'github', '2016-10-21 15:17:56', '2016-10-21 15:17:56', 980204181) + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES (NULL, 'winniethepooh@hundredacrewoods.com', 3, 'github', '2016-10-21 15:17:56', '2016-10-21 15:17:56', 449349069) +  (1.4ms) commit transaction +  (0.1ms) begin transaction +--------------------------------------------------------------------------- +UserTest: test_A_user_can_be_correctly_built_from_a_normal_Github_auth_hash +--------------------------------------------------------------------------- +  (0.0ms) rollback transaction +  (0.1ms) begin transaction +------------------------------------------------- +UserTest: test_A_user_must_have_a_uid_to_be_valid +------------------------------------------------- + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 902541635]] + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 449349069]] +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +---------------------------------------------------------------------------- +UserTest: test_A_user_can_be_correctly_built_from_a_minimal_Github_auth_hash +---------------------------------------------------------------------------- +  (0.0ms) rollback transaction +  (0.0ms) begin transaction +------------------------------------------------------ +UserTest: test_A_user_must_have_a_provider_to_be_valid +------------------------------------------------------ + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 902541635]] + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 449349069]] +  (0.1ms) rollback transaction +  (0.0ms) begin transaction +---------------------------------------------------- +UserTest: test_A_user_must_have_an_email_to_be_valid +---------------------------------------------------- + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 902541635]] + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 449349069]] +  (0.0ms) rollback transaction +  (0.0ms) begin transaction +--------------------------------------------------------------------------- +UserTest: test_A_user_cannot_be_built_from_an_insufficient_Github_auth_hash +--------------------------------------------------------------------------- +  (0.1ms) rollback transaction + ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" +  (0.1ms) begin transaction + Fixture Delete (0.4ms) DELETE FROM "tasks" + Fixture Insert (0.3ms) INSERT INTO "tasks" ("title", "description", "completed_at", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', '2016-09-28 14:04:07.000000', '2016-10-23 20:49:45', '2016-10-23 20:49:45', 980190962) + Fixture Insert (0.1ms) INSERT INTO "tasks" ("title", "description", "completed_at", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', '2016-09-28 14:04:07.000000', '2016-10-23 20:49:45', '2016-10-23 20:49:45', 298486374) + Fixture Delete (0.1ms) DELETE FROM "users" + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES ('Bob the Industrious', 'bob@bobness.com', 1, 'github', '2016-10-23 20:49:45', '2016-10-23 20:49:45', 902541635) + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES ('Jane "Conquers Tasks" Smith', 'jane@janesworld.com', 2, 'github', '2016-10-23 20:49:45', '2016-10-23 20:49:45', 980204181) + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES (NULL, 'winniethepooh@hundredacrewoods.com', 3, 'github', '2016-10-23 20:49:45', '2016-10-23 20:49:45', 449349069) +  (0.6ms) commit transaction +  (0.0ms) begin transaction +--------------------------------------------------------------------------- +UserTest: test_A_user_can_be_correctly_built_from_a_normal_Github_auth_hash +--------------------------------------------------------------------------- +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +---------------------------------------------------------------------------- +UserTest: test_A_user_can_be_correctly_built_from_a_minimal_Github_auth_hash +---------------------------------------------------------------------------- +  (0.1ms) rollback transaction +  (0.0ms) begin transaction +------------------------------------------------- +UserTest: test_A_user_must_have_a_uid_to_be_valid +------------------------------------------------- + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 902541635]] + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 449349069]] +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +---------------------------------------------------- +UserTest: test_A_user_must_have_an_email_to_be_valid +---------------------------------------------------- + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 902541635]] + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 449349069]] +  (0.1ms) rollback transaction +  (0.0ms) begin transaction +--------------------------------------------------------------------------- +UserTest: test_A_user_cannot_be_built_from_an_insufficient_Github_auth_hash +--------------------------------------------------------------------------- +  (0.1ms) rollback transaction +  (0.0ms) begin transaction +------------------------------------------------------ +UserTest: test_A_user_must_have_a_provider_to_be_valid +------------------------------------------------------ + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 902541635]] + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 449349069]] +  (0.0ms) rollback transaction + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +  (0.1ms) begin transaction + Fixture Delete (1.1ms) DELETE FROM "tasks" + Fixture Insert (0.2ms) INSERT INTO "tasks" ("title", "description", "completed_at", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', '2016-09-28 14:04:07.000000', '2016-10-23 20:49:52', '2016-10-23 20:49:52', 980190962) + Fixture Insert (0.1ms) INSERT INTO "tasks" ("title", "description", "completed_at", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', '2016-09-28 14:04:07.000000', '2016-10-23 20:49:52', '2016-10-23 20:49:52', 298486374) + Fixture Delete (0.1ms) DELETE FROM "users" + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES ('Bob the Industrious', 'bob@bobness.com', 1, 'github', '2016-10-23 20:49:52', '2016-10-23 20:49:52', 902541635) + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES ('Jane "Conquers Tasks" Smith', 'jane@janesworld.com', 2, 'github', '2016-10-23 20:49:52', '2016-10-23 20:49:52', 980204181) + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES (NULL, 'winniethepooh@hundredacrewoods.com', 3, 'github', '2016-10-23 20:49:52', '2016-10-23 20:49:52', 449349069) +  (1.5ms) commit transaction +  (0.1ms) begin transaction +------------------------------------------- +TasksControllerTest: test_should_get_update +------------------------------------------- +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +---------------------------------------- +TasksControllerTest: test_should_get_new +---------------------------------------- +Processing by TasksController#new as HTML +Redirected to http://test.host/sessions/index +Filter chain halted as :check_login rendered or redirected +Completed 302 Found in 0ms (ActiveRecord: 0.0ms) +  (0.0ms) rollback transaction +  (0.0ms) begin transaction +----------------------------------------- +TasksControllerTest: test_should_get_show +----------------------------------------- +  (0.0ms) rollback transaction +  (0.1ms) begin transaction +-------------------------------------------- +TasksControllerTest: test_should_get_destroy +-------------------------------------------- +  (0.0ms) rollback transaction +  (0.0ms) begin transaction +----------------------------------------- +TasksControllerTest: test_should_get_edit +----------------------------------------- +  (0.0ms) rollback transaction +  (0.0ms) begin transaction +------------------------------------------- +TasksControllerTest: test_should_get_create +------------------------------------------- +Processing by TasksController#create as HTML +Redirected to http://test.host/sessions/index +Filter chain halted as :check_login rendered or redirected +Completed 302 Found in 0ms (ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction +------------------------------------------ +TasksControllerTest: test_should_get_index +------------------------------------------ +Processing by TasksController#index as HTML +Redirected to http://test.host/sessions/index +Filter chain halted as :check_login rendered or redirected +Completed 302 Found in 0ms (ActiveRecord: 0.0ms) +  (0.0ms) rollback transaction +  (0.0ms) begin transaction +---------------------------------------------- +SessionsControllerTest: test_should_get_create +---------------------------------------------- +Processing by SessionsController#create as HTML +Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) +  (0.0ms) rollback transaction +  (0.0ms) begin transaction +----------------------------------------------- +SessionsControllerTest: test_should_get_destroy +----------------------------------------------- +Processing by SessionsController#destroy as HTML +Redirected to http://test.host/sessions/index +Completed 302 Found in 0ms (ActiveRecord: 0.0ms) +  (0.0ms) rollback transaction + ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" +  (0.1ms) begin transaction + Fixture Delete (0.4ms) DELETE FROM "tasks" + Fixture Insert (0.3ms) INSERT INTO "tasks" ("title", "description", "completed_at", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', '2016-09-28 14:04:07.000000', '2016-10-23 21:12:42', '2016-10-23 21:12:42', 980190962) + Fixture Insert (0.1ms) INSERT INTO "tasks" ("title", "description", "completed_at", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', '2016-09-28 14:04:07.000000', '2016-10-23 21:12:42', '2016-10-23 21:12:42', 298486374) + Fixture Delete (0.1ms) DELETE FROM "users" + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES ('Bob the Industrious', 'bob@bobness.com', 1, 'github', '2016-10-23 21:12:42', '2016-10-23 21:12:42', 902541635) + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES ('Jane "Conquers Tasks" Smith', 'jane@janesworld.com', 2, 'github', '2016-10-23 21:12:42', '2016-10-23 21:12:42', 980204181) + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES (NULL, 'winniethepooh@hundredacrewoods.com', 3, 'github', '2016-10-23 21:12:42', '2016-10-23 21:12:42', 449349069) +  (0.6ms) commit transaction +  (0.0ms) begin transaction +----------------------------------------------- +SessionsControllerTest: test_should_get_destroy +----------------------------------------------- +Processing by SessionsController#destroy as HTML +Redirected to http://test.host/sessions/index +Completed 302 Found in 1ms (ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +---------------------------------------------- +SessionsControllerTest: test_should_get_create +---------------------------------------------- +Processing by SessionsController#create as HTML +Completed 500 Internal Server Error in 1ms (ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +-------------------------------------------- +TasksControllerTest: test_should_get_destroy +-------------------------------------------- +  (0.1ms) rollback transaction +  (0.0ms) begin transaction +---------------------------------------- +TasksControllerTest: test_should_get_new +---------------------------------------- +Processing by TasksController#new as HTML +Redirected to http://test.host/sessions/index +Filter chain halted as :check_login rendered or redirected +Completed 302 Found in 0ms (ActiveRecord: 0.0ms) +  (0.0ms) rollback transaction +  (0.0ms) begin transaction +------------------------------------------ +TasksControllerTest: test_should_get_index +------------------------------------------ +Processing by TasksController#index as HTML +Redirected to http://test.host/sessions/index +Filter chain halted as :check_login rendered or redirected +Completed 302 Found in 0ms (ActiveRecord: 0.0ms) +  (0.0ms) rollback transaction +  (0.0ms) begin transaction +----------------------------------------- +TasksControllerTest: test_should_get_edit +----------------------------------------- +  (0.0ms) rollback transaction +  (0.1ms) begin transaction +----------------------------------------- +TasksControllerTest: test_should_get_show +----------------------------------------- +  (0.0ms) rollback transaction +  (0.0ms) begin transaction +------------------------------------------- +TasksControllerTest: test_should_get_create +------------------------------------------- +Processing by TasksController#create as HTML +Redirected to http://test.host/sessions/index +Filter chain halted as :check_login rendered or redirected +Completed 302 Found in 0ms (ActiveRecord: 0.0ms) +  (0.0ms) rollback transaction +  (0.1ms) begin transaction +------------------------------------------- +TasksControllerTest: test_should_get_update +------------------------------------------- +  (0.1ms) rollback transaction + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +  (0.1ms) begin transaction + Fixture Delete (0.2ms) DELETE FROM "tasks" + Fixture Insert (0.1ms) INSERT INTO "tasks" ("title", "description", "completed_at", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', '2016-09-28 14:04:07.000000', '2016-10-23 21:12:49', '2016-10-23 21:12:49', 980190962) + Fixture Insert (0.0ms) INSERT INTO "tasks" ("title", "description", "completed_at", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', '2016-09-28 14:04:07.000000', '2016-10-23 21:12:49', '2016-10-23 21:12:49', 298486374) + Fixture Delete (0.1ms) DELETE FROM "users" + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES ('Bob the Industrious', 'bob@bobness.com', 1, 'github', '2016-10-23 21:12:49', '2016-10-23 21:12:49', 902541635) + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES ('Jane "Conquers Tasks" Smith', 'jane@janesworld.com', 2, 'github', '2016-10-23 21:12:49', '2016-10-23 21:12:49', 980204181) + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES (NULL, 'winniethepooh@hundredacrewoods.com', 3, 'github', '2016-10-23 21:12:49', '2016-10-23 21:12:49', 449349069) +  (1.5ms) commit transaction +  (0.0ms) begin transaction +---------------------------------------------------- +UserTest: test_A_user_must_have_an_email_to_be_valid +---------------------------------------------------- + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 902541635]] + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 449349069]] +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +---------------------------------------------------------------------------- +UserTest: test_A_user_can_be_correctly_built_from_a_minimal_Github_auth_hash +---------------------------------------------------------------------------- +  (0.0ms) rollback transaction +  (0.0ms) begin transaction +--------------------------------------------------------------------------- +UserTest: test_A_user_cannot_be_built_from_an_insufficient_Github_auth_hash +--------------------------------------------------------------------------- +  (0.0ms) rollback transaction +  (0.0ms) begin transaction +------------------------------------------------- +UserTest: test_A_user_must_have_a_uid_to_be_valid +------------------------------------------------- + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 902541635]] + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 449349069]] +  (0.1ms) rollback transaction +  (1.4ms) begin transaction +--------------------------------------------------------------------------- +UserTest: test_A_user_can_be_correctly_built_from_a_normal_Github_auth_hash +--------------------------------------------------------------------------- +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +------------------------------------------------------ +UserTest: test_A_user_must_have_a_provider_to_be_valid +------------------------------------------------------ + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 902541635]] + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 449349069]] +  (0.0ms) rollback transaction + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +  (0.1ms) begin transaction + Fixture Delete (0.2ms) DELETE FROM "tasks" + Fixture Insert (0.1ms) INSERT INTO "tasks" ("title", "description", "completed_at", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', '2016-09-28 14:04:07.000000', '2016-10-23 21:15:07', '2016-10-23 21:15:07', 980190962) + Fixture Insert (0.1ms) INSERT INTO "tasks" ("title", "description", "completed_at", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', '2016-09-28 14:04:07.000000', '2016-10-23 21:15:07', '2016-10-23 21:15:07', 298486374) + Fixture Delete (0.1ms) DELETE FROM "users" + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES ('Bob the Industrious', 'bob@bobness.com', 1, 'github', '2016-10-23 21:15:07', '2016-10-23 21:15:07', 902541635) + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES ('Jane "Conquers Tasks" Smith', 'jane@janesworld.com', 2, 'github', '2016-10-23 21:15:07', '2016-10-23 21:15:07', 980204181) + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES (NULL, 'winniethepooh@hundredacrewoods.com', 3, 'github', '2016-10-23 21:15:07', '2016-10-23 21:15:07', 449349069) +  (1.5ms) commit transaction +  (0.0ms) begin transaction +--------------------------------------------------------------------------- +UserTest: test_A_user_cannot_be_built_from_an_insufficient_Github_auth_hash +--------------------------------------------------------------------------- +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +------------------------------------------------- +UserTest: test_A_user_must_have_a_uid_to_be_valid +------------------------------------------------- + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 902541635]] + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 449349069]] +  (0.0ms) rollback transaction +  (0.0ms) begin transaction +---------------------------------------------------- +UserTest: test_A_user_must_have_an_email_to_be_valid +---------------------------------------------------- + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 902541635]] + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 449349069]] +  (1.3ms) rollback transaction +  (0.1ms) begin transaction +--------------------------------------------------------------------------- +UserTest: test_A_user_can_be_correctly_built_from_a_normal_Github_auth_hash +--------------------------------------------------------------------------- +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +---------------------------------------------------------------------------- +UserTest: test_A_user_can_be_correctly_built_from_a_minimal_Github_auth_hash +---------------------------------------------------------------------------- +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +------------------------------------------------------ +UserTest: test_A_user_must_have_a_provider_to_be_valid +------------------------------------------------------ + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 902541635]] + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 449349069]] +  (0.1ms) rollback transaction + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +  (0.1ms) begin transaction + Fixture Delete (0.3ms) DELETE FROM "tasks" + Fixture Insert (0.1ms) INSERT INTO "tasks" ("title", "description", "completed_at", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', '2016-09-28 14:04:07.000000', '2016-10-23 21:20:17', '2016-10-23 21:20:17', 980190962) + Fixture Insert (0.1ms) INSERT INTO "tasks" ("title", "description", "completed_at", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', '2016-09-28 14:04:07.000000', '2016-10-23 21:20:17', '2016-10-23 21:20:17', 298486374) + Fixture Delete (0.1ms) DELETE FROM "users" + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES ('Bob the Industrious', 'bob@bobness.com', 1, 'github', '2016-10-23 21:20:17', '2016-10-23 21:20:17', 902541635) + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES ('Jane "Conquers Tasks" Smith', 'jane@janesworld.com', 2, 'github', '2016-10-23 21:20:17', '2016-10-23 21:20:17', 980204181) + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES (NULL, 'winniethepooh@hundredacrewoods.com', 3, 'github', '2016-10-23 21:20:17', '2016-10-23 21:20:17', 449349069) +  (1.5ms) commit transaction +  (0.0ms) begin transaction +---------------------------------------------------------------------------- +UserTest: test_A_user_can_be_correctly_built_from_a_minimal_Github_auth_hash +---------------------------------------------------------------------------- +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +---------------------------------------------------- +UserTest: test_A_user_must_have_an_email_to_be_valid +---------------------------------------------------- + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 902541635]] + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 449349069]] +  (0.0ms) rollback transaction +  (0.1ms) begin transaction +--------------------------------------------------------------------------- +UserTest: test_A_user_cannot_be_built_from_an_insufficient_Github_auth_hash +--------------------------------------------------------------------------- +  (0.0ms) rollback transaction +  (0.0ms) begin transaction +--------------------------------------------------------------------------- +UserTest: test_A_user_can_be_correctly_built_from_a_normal_Github_auth_hash +--------------------------------------------------------------------------- +  (0.0ms) rollback transaction +  (0.1ms) begin transaction +------------------------------------------------- +UserTest: test_A_user_must_have_a_uid_to_be_valid +------------------------------------------------- + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 902541635]] + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 449349069]] +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +------------------------------------------------------ +UserTest: test_A_user_must_have_a_provider_to_be_valid +------------------------------------------------------ + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 902541635]] + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."id" = ? LIMIT 1 [["id", 449349069]] +  (0.1ms) rollback transaction + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +  (0.1ms) begin transaction + Fixture Delete (0.3ms) DELETE FROM "tasks" + Fixture Insert (0.1ms) INSERT INTO "tasks" ("title", "description", "completed_at", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', '2016-09-28 14:04:07.000000', '2016-10-23 21:27:34', '2016-10-23 21:27:34', 980190962) + Fixture Insert (0.1ms) INSERT INTO "tasks" ("title", "description", "completed_at", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', '2016-09-28 14:04:07.000000', '2016-10-23 21:27:34', '2016-10-23 21:27:34', 298486374) + Fixture Delete (0.1ms) DELETE FROM "users" + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES ('Bob the Industrious', 'bob@bobness.com', 1, 'github', '2016-10-23 21:27:34', '2016-10-23 21:27:34', 902541635) + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES ('Jane "Conquers Tasks" Smith', 'jane@janesworld.com', 2, 'github', '2016-10-23 21:27:34', '2016-10-23 21:27:34', 980204181) + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES (NULL, 'winniethepooh@hundredacrewoods.com', 3, 'github', '2016-10-23 21:27:34', '2016-10-23 21:27:34', 449349069) +  (1.5ms) commit transaction +  (0.0ms) begin transaction +---------------------------------------------- +SessionsControllerTest: test_Can_Create_a_user +---------------------------------------------- +  (0.1ms) SELECT COUNT(*) FROM "users" +Processing by SessionsController#create as HTML + Parameters: {"provider"=>"github"} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? AND "users"."provider" = ? LIMIT 1 [["uid", 123545], ["provider", "github"]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "users" ("uid", "provider", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["uid", 123545], ["provider", "github"], ["name", "Satine"], ["email", "satine@catworld.com"], ["created_at", "2016-10-23 21:27:34.090174"], ["updated_at", "2016-10-23 21:27:34.090174"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/tasks/index +Completed 302 Found in 22ms (ActiveRecord: 0.6ms) +  (0.3ms) rollback transaction + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +  (0.1ms) begin transaction + Fixture Delete (0.2ms) DELETE FROM "tasks" + Fixture Insert (0.1ms) INSERT INTO "tasks" ("title", "description", "completed_at", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', '2016-09-28 14:04:07.000000', '2016-10-23 21:28:13', '2016-10-23 21:28:13', 980190962) + Fixture Insert (0.0ms) INSERT INTO "tasks" ("title", "description", "completed_at", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', '2016-09-28 14:04:07.000000', '2016-10-23 21:28:13', '2016-10-23 21:28:13', 298486374) + Fixture Delete (0.1ms) DELETE FROM "users" + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES ('Bob the Industrious', 'bob@bobness.com', 1, 'github', '2016-10-23 21:28:13', '2016-10-23 21:28:13', 902541635) + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES ('Jane "Conquers Tasks" Smith', 'jane@janesworld.com', 2, 'github', '2016-10-23 21:28:13', '2016-10-23 21:28:13', 980204181) + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES (NULL, 'winniethepooh@hundredacrewoods.com', 3, 'github', '2016-10-23 21:28:13', '2016-10-23 21:28:13', 449349069) +  (1.6ms) commit transaction +  (0.0ms) begin transaction +---------------------------------------------- +SessionsControllerTest: test_Can_Create_a_user +---------------------------------------------- +  (0.1ms) SELECT COUNT(*) FROM "users" +Processing by SessionsController#create as HTML + Parameters: {"provider"=>"github"} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? AND "users"."provider" = ? LIMIT 1 [["uid", 123545], ["provider", "github"]] +  (0.2ms) SAVEPOINT active_record_1 + SQL (0.7ms) INSERT INTO "users" ("uid", "provider", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["uid", 123545], ["provider", "github"], ["name", "Satine"], ["email", "satine@catworld.com"], ["created_at", "2016-10-23 21:28:14.064604"], ["updated_at", "2016-10-23 21:28:14.064604"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/tasks/index +Completed 302 Found in 24ms (ActiveRecord: 1.2ms) +  (1.1ms) rollback transaction + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +  (0.1ms) begin transaction + Fixture Delete (0.2ms) DELETE FROM "tasks" + Fixture Insert (0.1ms) INSERT INTO "tasks" ("title", "description", "completed_at", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', '2016-09-28 14:04:07.000000', '2016-10-23 21:28:28', '2016-10-23 21:28:28', 980190962) + Fixture Insert (0.0ms) INSERT INTO "tasks" ("title", "description", "completed_at", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', '2016-09-28 14:04:07.000000', '2016-10-23 21:28:28', '2016-10-23 21:28:28', 298486374) + Fixture Delete (0.1ms) DELETE FROM "users" + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES ('Bob the Industrious', 'bob@bobness.com', 1, 'github', '2016-10-23 21:28:28', '2016-10-23 21:28:28', 902541635) + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES ('Jane "Conquers Tasks" Smith', 'jane@janesworld.com', 2, 'github', '2016-10-23 21:28:28', '2016-10-23 21:28:28', 980204181) + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES (NULL, 'winniethepooh@hundredacrewoods.com', 3, 'github', '2016-10-23 21:28:28', '2016-10-23 21:28:28', 449349069) +  (1.5ms) commit transaction +  (0.1ms) begin transaction +---------------------------------------------- +SessionsControllerTest: test_Can_Create_a_user +---------------------------------------------- +  (0.1ms) SELECT COUNT(*) FROM "users" +Processing by SessionsController#create as HTML + Parameters: {"provider"=>"github"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? AND "users"."provider" = ? LIMIT 1 [["uid", 123545], ["provider", "github"]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "users" ("uid", "provider", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["uid", 123545], ["provider", "github"], ["name", "Satine"], ["email", "satine@catworld.com"], ["created_at", "2016-10-23 21:28:28.951830"], ["updated_at", "2016-10-23 21:28:28.951830"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/tasks/index +Completed 302 Found in 21ms (ActiveRecord: 0.5ms) +  (0.1ms) SELECT COUNT(*) FROM "users" +  (0.9ms) rollback transaction + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +  (0.1ms) begin transaction + Fixture Delete (0.2ms) DELETE FROM "tasks" + Fixture Insert (0.1ms) INSERT INTO "tasks" ("title", "description", "completed_at", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', '2016-09-28 14:04:07.000000', '2016-10-23 21:29:42', '2016-10-23 21:29:42', 980190962) + Fixture Insert (0.0ms) INSERT INTO "tasks" ("title", "description", "completed_at", "created_at", "updated_at", "id") VALUES ('MyString', 'MyString', '2016-09-28 14:04:07.000000', '2016-10-23 21:29:42', '2016-10-23 21:29:42', 298486374) + Fixture Delete (0.1ms) DELETE FROM "users" + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES ('Bob the Industrious', 'bob@bobness.com', 1, 'github', '2016-10-23 21:29:42', '2016-10-23 21:29:42', 902541635) + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES ('Jane "Conquers Tasks" Smith', 'jane@janesworld.com', 2, 'github', '2016-10-23 21:29:42', '2016-10-23 21:29:42', 980204181) + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES (NULL, 'winniethepooh@hundredacrewoods.com', 3, 'github', '2016-10-23 21:29:42', '2016-10-23 21:29:42', 449349069) +  (1.5ms) commit transaction +  (0.0ms) begin transaction +---------------------------------------------- +SessionsControllerTest: test_Can_Create_a_user +---------------------------------------------- +  (0.1ms) SELECT COUNT(*) FROM "users" +Processing by SessionsController#create as HTML + Parameters: {"provider"=>"github"} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? AND "users"."provider" = ? LIMIT 1 [["uid", 123545], ["provider", "github"]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("uid", "provider", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["uid", 123545], ["provider", "github"], ["name", "Satine"], ["email", "satine@catworld.com"], ["created_at", "2016-10-23 21:29:42.805698"], ["updated_at", "2016-10-23 21:29:42.805698"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/tasks/index +Completed 302 Found in 23ms (ActiveRecord: 0.6ms) +  (0.1ms) SELECT COUNT(*) FROM "users" +  (1.2ms) rollback transaction +  (0.1ms) begin transaction +------------------------------------------------------------------------------------- +SessionsControllerTest: test_If_a_user_logs_in_twice,_it_doesn't_create_a_second_user +------------------------------------------------------------------------------------- +  (0.1ms) SELECT COUNT(*) FROM "users" +Processing by SessionsController#create as HTML + Parameters: {"provider"=>"github"} + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? AND "users"."provider" = ? LIMIT 1 [["uid", 123545], ["provider", "github"]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "users" ("uid", "provider", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["uid", 123545], ["provider", "github"], ["name", "Satine"], ["email", "satine@catworld.com"], ["created_at", "2016-10-23 21:29:42.812254"], ["updated_at", "2016-10-23 21:29:42.812254"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/tasks/index +Completed 302 Found in 2ms (ActiveRecord: 0.3ms) +  (0.0ms) SELECT COUNT(*) FROM "users" +  (0.0ms) SELECT COUNT(*) FROM "users" +Processing by SessionsController#create as HTML + Parameters: {"provider"=>"github"} + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? AND "users"."provider" = ? LIMIT 1 [["uid", 123545], ["provider", "github"]] +Redirected to http://test.host/tasks/index +Completed 302 Found in 0ms (ActiveRecord: 0.0ms) +  (0.0ms) SELECT COUNT(*) FROM "users" +  (0.3ms) rollback transaction + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +  (0.1ms) begin transaction + Fixture Delete (1.0ms) DELETE FROM "tasks" +  (1.2ms) rollback transaction +  (0.1ms) begin transaction + Fixture Delete (0.2ms) DELETE FROM "tasks" +  (0.2ms) rollback transaction +  (0.0ms) begin transaction + Fixture Delete (0.2ms) DELETE FROM "tasks" +  (0.2ms) rollback transaction + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +  (0.1ms) begin transaction +  (0.0ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) rollback transaction + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +  (0.1ms) begin transaction +  (0.0ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) rollback transaction + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +  (0.1ms) begin transaction + Fixture Delete (0.2ms) DELETE FROM "tasks" + Fixture Delete (0.1ms) DELETE FROM "users" + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES ('Bob the Industrious', 'bob@bobness.com', 1, 'github', '2016-10-23 21:35:25', '2016-10-23 21:35:25', 902541635) + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES ('Jane "Conquers Tasks" Smith', 'jane@janesworld.com', 2, 'github', '2016-10-23 21:35:25', '2016-10-23 21:35:25', 980204181) + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES (NULL, 'winniethepooh@hundredacrewoods.com', 3, 'github', '2016-10-23 21:35:25', '2016-10-23 21:35:25', 449349069) +  (1.8ms) commit transaction +  (0.1ms) begin transaction +---------------------------------------------- +SessionsControllerTest: test_Can_Create_a_user +---------------------------------------------- +  (0.2ms) SELECT COUNT(*) FROM "users" +Processing by SessionsController#create as HTML + Parameters: {"provider"=>"github"} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? AND "users"."provider" = ? LIMIT 1 [["uid", 123545], ["provider", "github"]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "users" ("uid", "provider", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["uid", 123545], ["provider", "github"], ["name", "Satine"], ["email", "satine@catworld.com"], ["created_at", "2016-10-23 21:35:25.229565"], ["updated_at", "2016-10-23 21:35:25.229565"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/tasks/index +Completed 302 Found in 22ms (ActiveRecord: 0.5ms) +  (0.2ms) SELECT COUNT(*) FROM "users" +  (1.3ms) rollback transaction +  (0.1ms) begin transaction +------------------------------------------------------------------------------------- +SessionsControllerTest: test_If_a_user_logs_in_twice,_it_doesn't_create_a_second_user +------------------------------------------------------------------------------------- +  (0.1ms) SELECT COUNT(*) FROM "users" +Processing by SessionsController#create as HTML + Parameters: {"provider"=>"github"} + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? AND "users"."provider" = ? LIMIT 1 [["uid", 123545], ["provider", "github"]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "users" ("uid", "provider", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["uid", 123545], ["provider", "github"], ["name", "Satine"], ["email", "satine@catworld.com"], ["created_at", "2016-10-23 21:35:25.236601"], ["updated_at", "2016-10-23 21:35:25.236601"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/tasks/index +Completed 302 Found in 2ms (ActiveRecord: 0.3ms) +  (0.1ms) SELECT COUNT(*) FROM "users" +  (0.0ms) SELECT COUNT(*) FROM "users" +Processing by SessionsController#create as HTML + Parameters: {"provider"=>"github"} + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? AND "users"."provider" = ? LIMIT 1 [["uid", 123545], ["provider", "github"]] +Redirected to http://test.host/tasks/index +Completed 302 Found in 0ms (ActiveRecord: 0.0ms) +  (0.0ms) SELECT COUNT(*) FROM "users" +  (0.3ms) rollback transaction + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +  (0.1ms) begin transaction +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) rollback transaction + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +  (0.1ms) begin transaction + Fixture Delete (0.2ms) DELETE FROM "tasks" + Fixture Insert (0.1ms) INSERT INTO "tasks" ("title", "description", "completed_at", "created_at", "updated_at", "id") VALUES ('Wash the dog', 'With shampoo', '2016-09-28 14:04:07.000000', '2016-10-23 21:37:26', '2016-10-23 21:37:26', 662813897) + Fixture Insert (0.1ms) INSERT INTO "tasks" ("title", "description", "completed_at", "created_at", "updated_at", "id") VALUES ('Wash the cat', 'With kitty shampoo', '2016-09-28 14:04:07.000000', '2016-10-23 21:37:26', '2016-10-23 21:37:26', 955500060) + Fixture Delete (0.1ms) DELETE FROM "users" + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES ('Bob the Industrious', 'bob@bobness.com', 1, 'github', '2016-10-23 21:37:26', '2016-10-23 21:37:26', 902541635) + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES ('Jane "Conquers Tasks" Smith', 'jane@janesworld.com', 2, 'github', '2016-10-23 21:37:26', '2016-10-23 21:37:26', 980204181) + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES (NULL, 'winniethepooh@hundredacrewoods.com', 3, 'github', '2016-10-23 21:37:26', '2016-10-23 21:37:26', 449349069) +  (1.4ms) commit transaction +  (0.0ms) begin transaction +---------------------------------------------- +SessionsControllerTest: test_Can_Create_a_user +---------------------------------------------- +  (0.1ms) SELECT COUNT(*) FROM "users" +Processing by SessionsController#create as HTML + Parameters: {"provider"=>"github"} + User Load (0.3ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? AND "users"."provider" = ? LIMIT 1 [["uid", 123545], ["provider", "github"]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("uid", "provider", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["uid", 123545], ["provider", "github"], ["name", "Satine"], ["email", "satine@catworld.com"], ["created_at", "2016-10-23 21:37:26.998404"], ["updated_at", "2016-10-23 21:37:26.998404"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/tasks/index +Completed 302 Found in 22ms (ActiveRecord: 0.7ms) +  (0.1ms) SELECT COUNT(*) FROM "users" +  (1.2ms) rollback transaction +  (0.1ms) begin transaction +------------------------------------------------------------------------------------- +SessionsControllerTest: test_If_a_user_logs_in_twice,_it_doesn't_create_a_second_user +------------------------------------------------------------------------------------- +  (0.1ms) SELECT COUNT(*) FROM "users" +Processing by SessionsController#create as HTML + Parameters: {"provider"=>"github"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? AND "users"."provider" = ? LIMIT 1 [["uid", 123545], ["provider", "github"]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "users" ("uid", "provider", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["uid", 123545], ["provider", "github"], ["name", "Satine"], ["email", "satine@catworld.com"], ["created_at", "2016-10-23 21:37:27.005190"], ["updated_at", "2016-10-23 21:37:27.005190"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/tasks/index +Completed 302 Found in 2ms (ActiveRecord: 0.3ms) +  (0.0ms) SELECT COUNT(*) FROM "users" +  (0.0ms) SELECT COUNT(*) FROM "users" +Processing by SessionsController#create as HTML + Parameters: {"provider"=>"github"} + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? AND "users"."provider" = ? LIMIT 1 [["uid", 123545], ["provider", "github"]] +Redirected to http://test.host/tasks/index +Completed 302 Found in 0ms (ActiveRecord: 0.0ms) +  (0.0ms) SELECT COUNT(*) FROM "users" +  (0.3ms) rollback transaction + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +  (0.1ms) begin transaction +  (0.0ms) rollback transaction +  (0.1ms) begin transaction +  (0.0ms) rollback transaction + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +  (0.1ms) begin transaction + Fixture Delete (0.3ms) DELETE FROM "tasks" +  (1.3ms) rollback transaction +  (0.1ms) begin transaction + Fixture Delete (0.2ms) DELETE FROM "tasks" +  (0.3ms) rollback transaction + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +  (0.1ms) begin transaction + Fixture Delete (0.3ms) DELETE FROM "tasks" +  (1.2ms) rollback transaction +  (0.1ms) begin transaction + Fixture Delete (0.2ms) DELETE FROM "tasks" +  (0.3ms) rollback transaction + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +  (0.2ms) begin transaction + Fixture Delete (0.4ms) DELETE FROM "tasks" + Fixture Insert (0.2ms) INSERT INTO "tasks" ("title", "description", "user_id", "completed_at", "created_at", "updated_at", "id") VALUES ('Wash the dog', 'With shampoo', 1, '2016-09-28 14:04:07.000000', '2016-10-23 21:53:35', '2016-10-23 21:53:35', 662813897) + Fixture Insert (0.1ms) INSERT INTO "tasks" ("title", "user_id", "description", "completed_at", "created_at", "updated_at", "id") VALUES ('Wash the cat', 2, 'With kitty shampoo', '2016-09-28 14:04:07.000000', '2016-10-23 21:53:35', '2016-10-23 21:53:35', 955500060) + Fixture Delete (0.1ms) DELETE FROM "users" + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES ('Bob the Industrious', 'bob@bobness.com', 1, 'github', '2016-10-23 21:53:35', '2016-10-23 21:53:35', 902541635) + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES ('Jane "Conquers Tasks" Smith', 'jane@janesworld.com', 2, 'github', '2016-10-23 21:53:35', '2016-10-23 21:53:35', 980204181) + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES (NULL, 'winniethepooh@hundredacrewoods.com', 3, 'github', '2016-10-23 21:53:35', '2016-10-23 21:53:35', 449349069) +  (1.4ms) commit transaction +  (0.1ms) begin transaction +---------------------------------------------- +SessionsControllerTest: test_Can_Create_a_user +---------------------------------------------- +  (0.1ms) SELECT COUNT(*) FROM "users" +Processing by SessionsController#create as HTML + Parameters: {"provider"=>"github"} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? AND "users"."provider" = ? LIMIT 1 [["uid", 123545], ["provider", "github"]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("uid", "provider", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["uid", 123545], ["provider", "github"], ["name", "Satine"], ["email", "satine@catworld.com"], ["created_at", "2016-10-23 21:53:35.864817"], ["updated_at", "2016-10-23 21:53:35.864817"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/tasks/index +Completed 302 Found in 21ms (ActiveRecord: 0.5ms) +  (0.1ms) SELECT COUNT(*) FROM "users" +  (0.5ms) rollback transaction +  (0.1ms) begin transaction +------------------------------------------------------------------------------------- +SessionsControllerTest: test_If_a_user_logs_in_twice,_it_doesn't_create_a_second_user +------------------------------------------------------------------------------------- +  (0.1ms) SELECT COUNT(*) FROM "users" +Processing by SessionsController#create as HTML + Parameters: {"provider"=>"github"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? AND "users"."provider" = ? LIMIT 1 [["uid", 123545], ["provider", "github"]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("uid", "provider", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["uid", 123545], ["provider", "github"], ["name", "Satine"], ["email", "satine@catworld.com"], ["created_at", "2016-10-23 21:53:35.871693"], ["updated_at", "2016-10-23 21:53:35.871693"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/tasks/index +Completed 302 Found in 3ms (ActiveRecord: 0.4ms) +  (0.1ms) SELECT COUNT(*) FROM "users" +  (0.1ms) SELECT COUNT(*) FROM "users" +Processing by SessionsController#create as HTML + Parameters: {"provider"=>"github"} + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? AND "users"."provider" = ? LIMIT 1 [["uid", 123545], ["provider", "github"]] +Redirected to http://test.host/tasks/index +Completed 302 Found in 1ms (ActiveRecord: 0.0ms) +  (0.1ms) SELECT COUNT(*) FROM "users" +  (0.3ms) rollback transaction + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +  (0.1ms) begin transaction + Fixture Delete (0.4ms) DELETE FROM "tasks" + Fixture Insert (0.2ms) INSERT INTO "tasks" ("title", "description", "completed_at", "created_at", "updated_at", "id", "user_id") VALUES ('Wash the dog', 'With shampoo', '2016-09-28 14:04:07.000000', '2016-10-23 21:55:36', '2016-10-23 21:55:36', 662813897, 902541635) + Fixture Insert (0.1ms) INSERT INTO "tasks" ("title", "description", "completed_at", "created_at", "updated_at", "id", "user_id") VALUES ('Wash the cat', 'With kitty shampoo', '2016-09-28 14:04:07.000000', '2016-10-23 21:55:36', '2016-10-23 21:55:36', 955500060, 1037800622) + Fixture Delete (0.1ms) DELETE FROM "users" + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES ('Bob the Industrious', 'bob@bobness.com', 1, 'github', '2016-10-23 21:55:36', '2016-10-23 21:55:36', 902541635) + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES ('Jane "Conquers Tasks" Smith', 'jane@janesworld.com', 2, 'github', '2016-10-23 21:55:36', '2016-10-23 21:55:36', 980204181) + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES (NULL, 'winniethepooh@hundredacrewoods.com', 3, 'github', '2016-10-23 21:55:36', '2016-10-23 21:55:36', 449349069) + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES ('Satine', 'satine@catworld.com', 123545, 'github', '2016-10-23 21:55:36', '2016-10-23 21:55:36', 1037800622) +  (1.3ms) commit transaction +  (0.1ms) begin transaction +---------------------------------------------- +SessionsControllerTest: test_Can_Create_a_user +---------------------------------------------- +  (0.2ms) SELECT COUNT(*) FROM "users" +Processing by SessionsController#create as HTML + Parameters: {"provider"=>"github"} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? AND "users"."provider" = ? LIMIT 1 [["uid", 123545], ["provider", "github"]] +Redirected to http://test.host/tasks/index +Completed 302 Found in 16ms (ActiveRecord: 0.2ms) +  (0.1ms) SELECT COUNT(*) FROM "users" +  (0.0ms) rollback transaction +  (0.0ms) begin transaction +------------------------------------------------------------------------------------- +SessionsControllerTest: test_If_a_user_logs_in_twice,_it_doesn't_create_a_second_user +------------------------------------------------------------------------------------- +  (0.1ms) SELECT COUNT(*) FROM "users" +Processing by SessionsController#create as HTML + Parameters: {"provider"=>"github"} + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? AND "users"."provider" = ? LIMIT 1 [["uid", 123545], ["provider", "github"]] +Redirected to http://test.host/tasks/index +Completed 302 Found in 1ms (ActiveRecord: 0.0ms) +  (0.1ms) SELECT COUNT(*) FROM "users" +  (0.0ms) rollback transaction + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +  (0.1ms) begin transaction + Fixture Delete (0.2ms) DELETE FROM "tasks" + Fixture Insert (0.1ms) INSERT INTO "tasks" ("title", "description", "completed_at", "created_at", "updated_at", "id", "user_id") VALUES ('Wash the dog', 'With shampoo', '2016-09-28 14:04:07.000000', '2016-10-23 21:57:28', '2016-10-23 21:57:28', 662813897, 902541635) + Fixture Insert (0.0ms) INSERT INTO "tasks" ("title", "description", "completed_at", "created_at", "updated_at", "id", "user_id") VALUES ('Wash the cat', 'With kitty shampoo', '2016-09-28 14:04:07.000000', '2016-10-23 21:57:28', '2016-10-23 21:57:28', 955500060, 1037800622) + Fixture Delete (0.1ms) DELETE FROM "users" + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES ('Bob the Industrious', 'bob@bobness.com', 1, 'github', '2016-10-23 21:57:28', '2016-10-23 21:57:28', 902541635) + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES ('Jane "Conquers Tasks" Smith', 'jane@janesworld.com', 2, 'github', '2016-10-23 21:57:28', '2016-10-23 21:57:28', 980204181) + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES (NULL, 'winniethepooh@hundredacrewoods.com', 3, 'github', '2016-10-23 21:57:28', '2016-10-23 21:57:28', 449349069) + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES ('Satine', 'satine@catworld.com', 123545, 'github', '2016-10-23 21:57:28', '2016-10-23 21:57:28', 1037800622) +  (1.5ms) commit transaction +  (0.1ms) begin transaction +----------------------------------------------------------------------------------- +SessionsControllerTest: test_If_a_user_is_not_logged_in_they_cannot_see_their_task. +----------------------------------------------------------------------------------- + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 662813897]] +  (0.1ms) rollback transaction + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +  (0.1ms) begin transaction + Fixture Delete (0.2ms) DELETE FROM "tasks" + Fixture Insert (0.1ms) INSERT INTO "tasks" ("title", "description", "completed_at", "created_at", "updated_at", "id", "user_id") VALUES ('Wash the dog', 'With shampoo', '2016-09-28 14:04:07.000000', '2016-10-23 21:57:59', '2016-10-23 21:57:59', 662813897, 902541635) + Fixture Insert (0.0ms) INSERT INTO "tasks" ("title", "description", "completed_at", "created_at", "updated_at", "id", "user_id") VALUES ('Wash the cat', 'With kitty shampoo', '2016-09-28 14:04:07.000000', '2016-10-23 21:57:59', '2016-10-23 21:57:59', 955500060, 1037800622) + Fixture Delete (0.1ms) DELETE FROM "users" + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES ('Bob the Industrious', 'bob@bobness.com', 1, 'github', '2016-10-23 21:57:59', '2016-10-23 21:57:59', 902541635) + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES ('Jane "Conquers Tasks" Smith', 'jane@janesworld.com', 2, 'github', '2016-10-23 21:57:59', '2016-10-23 21:57:59', 980204181) + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES (NULL, 'winniethepooh@hundredacrewoods.com', 3, 'github', '2016-10-23 21:57:59', '2016-10-23 21:57:59', 449349069) + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES ('Satine', 'satine@catworld.com', 123545, 'github', '2016-10-23 21:57:59', '2016-10-23 21:57:59', 1037800622) +  (1.4ms) commit transaction +  (0.1ms) begin transaction +----------------------------------------------------------------------------------- +SessionsControllerTest: test_If_a_user_is_not_logged_in_they_cannot_see_their_task. +----------------------------------------------------------------------------------- + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 662813897]] +  (0.1ms) rollback transaction + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +  (0.1ms) begin transaction + Fixture Delete (0.2ms) DELETE FROM "tasks" + Fixture Insert (0.2ms) INSERT INTO "tasks" ("title", "description", "completed_at", "created_at", "updated_at", "id", "user_id") VALUES ('Wash the dog', 'With shampoo', '2016-09-28 14:04:07.000000', '2016-10-23 21:58:36', '2016-10-23 21:58:36', 662813897, 902541635) + Fixture Insert (0.1ms) INSERT INTO "tasks" ("title", "description", "completed_at", "created_at", "updated_at", "id", "user_id") VALUES ('Wash the cat', 'With kitty shampoo', '2016-09-28 14:04:07.000000', '2016-10-23 21:58:36', '2016-10-23 21:58:36', 955500060, 1037800622) + Fixture Delete (0.1ms) DELETE FROM "users" + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES ('Bob the Industrious', 'bob@bobness.com', 1, 'github', '2016-10-23 21:58:36', '2016-10-23 21:58:36', 902541635) + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES ('Jane "Conquers Tasks" Smith', 'jane@janesworld.com', 2, 'github', '2016-10-23 21:58:36', '2016-10-23 21:58:36', 980204181) + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES (NULL, 'winniethepooh@hundredacrewoods.com', 3, 'github', '2016-10-23 21:58:36', '2016-10-23 21:58:36', 449349069) + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES ('Satine', 'satine@catworld.com', 123545, 'github', '2016-10-23 21:58:36', '2016-10-23 21:58:36', 1037800622) +  (1.3ms) commit transaction +  (0.0ms) begin transaction +----------------------------------------------------------------------------------- +SessionsControllerTest: test_If_a_user_is_not_logged_in_they_cannot_see_their_task. +----------------------------------------------------------------------------------- +  (0.1ms) rollback transaction + ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" +  (0.1ms) begin transaction + Fixture Delete (0.2ms) DELETE FROM "tasks" + Fixture Insert (0.2ms) INSERT INTO "tasks" ("title", "description", "completed_at", "created_at", "updated_at", "id", "user_id") VALUES ('Wash the dog', 'With shampoo', '2016-09-28 14:04:07.000000', '2016-10-23 22:01:24', '2016-10-23 22:01:24', 662813897, 902541635) + Fixture Insert (0.1ms) INSERT INTO "tasks" ("title", "description", "completed_at", "created_at", "updated_at", "id", "user_id") VALUES ('Wash the cat', 'With kitty shampoo', '2016-09-28 14:04:07.000000', '2016-10-23 22:01:24', '2016-10-23 22:01:24', 955500060, 1037800622) + Fixture Delete (0.2ms) DELETE FROM "users" + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES ('Bob the Industrious', 'bob@bobness.com', 1, 'github', '2016-10-23 22:01:24', '2016-10-23 22:01:24', 902541635) + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES ('Jane "Conquers Tasks" Smith', 'jane@janesworld.com', 2, 'github', '2016-10-23 22:01:24', '2016-10-23 22:01:24', 980204181) + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES (NULL, 'winniethepooh@hundredacrewoods.com', 3, 'github', '2016-10-23 22:01:24', '2016-10-23 22:01:24', 449349069) + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES ('Satine', 'satine@catworld.com', 123545, 'github', '2016-10-23 22:01:24', '2016-10-23 22:01:24', 1037800622) +  (1.5ms) commit transaction +  (0.1ms) begin transaction +------------------------------------------------------------------------------------- +SessionsControllerTest: test_If_a_user_logs_in_twice,_it_doesn't_create_a_second_user +------------------------------------------------------------------------------------- +  (0.2ms) SELECT COUNT(*) FROM "users" +Processing by SessionsController#create as HTML + Parameters: {"provider"=>"github"} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? AND "users"."provider" = ? LIMIT 1 [["uid", 123545], ["provider", "github"]] +Redirected to http://test.host/tasks/index +Completed 302 Found in 27ms (ActiveRecord: 0.2ms) +  (0.1ms) SELECT COUNT(*) FROM "users" +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +---------------------------------------------- +SessionsControllerTest: test_Can_Create_a_user +---------------------------------------------- +  (0.1ms) SELECT COUNT(*) FROM "users" +Processing by SessionsController#create as HTML + Parameters: {"provider"=>"github"} + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? AND "users"."provider" = ? LIMIT 1 [["uid", 123545], ["provider", "github"]] +Redirected to http://test.host/tasks/index +Completed 302 Found in 1ms (ActiveRecord: 0.0ms) +  (0.1ms) SELECT COUNT(*) FROM "users" +  (0.0ms) rollback transaction +  (0.1ms) begin transaction +----------------------------------------------------------------------------------- +SessionsControllerTest: test_If_a_user_is_not_logged_in_they_cannot_see_their_task. +----------------------------------------------------------------------------------- +  (0.0ms) rollback transaction + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +  (0.1ms) begin transaction + Fixture Delete (0.2ms) DELETE FROM "tasks" + Fixture Insert (0.2ms) INSERT INTO "tasks" ("title", "description", "completed_at", "created_at", "updated_at", "id", "user_id") VALUES ('Wash the dog', 'With shampoo', '2016-09-28 14:04:07.000000', '2016-10-23 22:01:39', '2016-10-23 22:01:39', 662813897, 902541635) + Fixture Insert (0.1ms) INSERT INTO "tasks" ("title", "description", "completed_at", "created_at", "updated_at", "id", "user_id") VALUES ('Wash the cat', 'With kitty shampoo', '2016-09-28 14:04:07.000000', '2016-10-23 22:01:39', '2016-10-23 22:01:39', 955500060, 1037800622) + Fixture Delete (0.1ms) DELETE FROM "users" + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES ('Bob the Industrious', 'bob@bobness.com', 1, 'github', '2016-10-23 22:01:39', '2016-10-23 22:01:39', 902541635) + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES ('Jane "Conquers Tasks" Smith', 'jane@janesworld.com', 2, 'github', '2016-10-23 22:01:39', '2016-10-23 22:01:39', 980204181) + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES (NULL, 'winniethepooh@hundredacrewoods.com', 3, 'github', '2016-10-23 22:01:39', '2016-10-23 22:01:39', 449349069) + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES ('Satine', 'satine@catworld.com', 123545, 'github', '2016-10-23 22:01:39', '2016-10-23 22:01:39', 1037800622) +  (1.4ms) commit transaction +  (0.1ms) begin transaction +----------------------------------------------------------------------------------- +SessionsControllerTest: test_If_a_user_is_not_logged_in_they_cannot_see_their_task. +----------------------------------------------------------------------------------- +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +------------------------------------------------------------------------------------- +SessionsControllerTest: test_If_a_user_logs_in_twice,_it_doesn't_create_a_second_user +------------------------------------------------------------------------------------- +  (0.1ms) SELECT COUNT(*) FROM "users" +Processing by SessionsController#create as HTML + Parameters: {"provider"=>"github"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? AND "users"."provider" = ? LIMIT 1 [["uid", 123545], ["provider", "github"]] +Redirected to http://test.host/tasks/index +Completed 302 Found in 15ms (ActiveRecord: 0.1ms) +  (0.1ms) SELECT COUNT(*) FROM "users" +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +---------------------------------------------- +SessionsControllerTest: test_Can_Create_a_user +---------------------------------------------- +  (0.1ms) SELECT COUNT(*) FROM "users" +Processing by SessionsController#create as HTML + Parameters: {"provider"=>"github"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? AND "users"."provider" = ? LIMIT 1 [["uid", 123545], ["provider", "github"]] +Redirected to http://test.host/tasks/index +Completed 302 Found in 1ms (ActiveRecord: 0.1ms) +  (0.1ms) SELECT COUNT(*) FROM "users" +  (0.1ms) rollback transaction + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +  (0.1ms) begin transaction + Fixture Delete (0.2ms) DELETE FROM "tasks" + Fixture Insert (0.2ms) INSERT INTO "tasks" ("title", "description", "completed_at", "created_at", "updated_at", "id", "user_id") VALUES ('Wash the dog', 'With shampoo', '2016-09-28 14:04:07.000000', '2016-10-23 22:01:54', '2016-10-23 22:01:54', 662813897, 902541635) + Fixture Insert (0.1ms) INSERT INTO "tasks" ("title", "description", "completed_at", "created_at", "updated_at", "id", "user_id") VALUES ('Wash the cat', 'With kitty shampoo', '2016-09-28 14:04:07.000000', '2016-10-23 22:01:54', '2016-10-23 22:01:54', 955500060, 1037800622) + Fixture Delete (0.1ms) DELETE FROM "users" + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES ('Bob the Industrious', 'bob@bobness.com', 1, 'github', '2016-10-23 22:01:54', '2016-10-23 22:01:54', 902541635) + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES ('Jane "Conquers Tasks" Smith', 'jane@janesworld.com', 2, 'github', '2016-10-23 22:01:54', '2016-10-23 22:01:54', 980204181) + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES (NULL, 'winniethepooh@hundredacrewoods.com', 3, 'github', '2016-10-23 22:01:54', '2016-10-23 22:01:54', 449349069) + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES ('Satine', 'satine@catworld.com', 123545, 'github', '2016-10-23 22:01:54', '2016-10-23 22:01:54', 1037800622) +  (1.4ms) commit transaction +  (0.0ms) begin transaction +---------------------------------------------- +SessionsControllerTest: test_Can_Create_a_user +---------------------------------------------- +  (0.1ms) SELECT COUNT(*) FROM "users" +Processing by SessionsController#create as HTML + Parameters: {"provider"=>"github"} + User Load (0.4ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? AND "users"."provider" = ? LIMIT 1 [["uid", 123545], ["provider", "github"]] +Redirected to http://test.host/tasks/index +Completed 302 Found in 16ms (ActiveRecord: 0.4ms) +  (0.1ms) SELECT COUNT(*) FROM "users" +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +----------------------------------------------------------------------------------- +SessionsControllerTest: test_If_a_user_is_not_logged_in_they_cannot_see_their_task. +----------------------------------------------------------------------------------- +  (0.0ms) rollback transaction +  (0.1ms) begin transaction +------------------------------------------------------------------------------------- +SessionsControllerTest: test_If_a_user_logs_in_twice,_it_doesn't_create_a_second_user +------------------------------------------------------------------------------------- +  (0.1ms) SELECT COUNT(*) FROM "users" +Processing by SessionsController#create as HTML + Parameters: {"provider"=>"github"} + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? AND "users"."provider" = ? LIMIT 1 [["uid", 123545], ["provider", "github"]] +Redirected to http://test.host/tasks/index +Completed 302 Found in 1ms (ActiveRecord: 0.0ms) +  (0.0ms) SELECT COUNT(*) FROM "users" +  (0.0ms) rollback transaction + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +  (0.1ms) begin transaction + Fixture Delete (0.3ms) DELETE FROM "tasks" + Fixture Insert (0.1ms) INSERT INTO "tasks" ("title", "description", "completed_at", "created_at", "updated_at", "id", "user_id") VALUES ('Wash the dog', 'With shampoo', '2016-09-28 14:04:07.000000', '2016-10-23 22:02:05', '2016-10-23 22:02:05', 662813897, 902541635) + Fixture Insert (0.0ms) INSERT INTO "tasks" ("title", "description", "completed_at", "created_at", "updated_at", "id", "user_id") VALUES ('Wash the cat', 'With kitty shampoo', '2016-09-28 14:04:07.000000', '2016-10-23 22:02:05', '2016-10-23 22:02:05', 955500060, 1037800622) + Fixture Delete (0.1ms) DELETE FROM "users" + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES ('Bob the Industrious', 'bob@bobness.com', 1, 'github', '2016-10-23 22:02:05', '2016-10-23 22:02:05', 902541635) + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES ('Jane "Conquers Tasks" Smith', 'jane@janesworld.com', 2, 'github', '2016-10-23 22:02:05', '2016-10-23 22:02:05', 980204181) + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES (NULL, 'winniethepooh@hundredacrewoods.com', 3, 'github', '2016-10-23 22:02:05', '2016-10-23 22:02:05', 449349069) + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES ('Satine', 'satine@catworld.com', 123545, 'github', '2016-10-23 22:02:05', '2016-10-23 22:02:05', 1037800622) +  (1.5ms) commit transaction +  (0.1ms) begin transaction +---------------------------------------------- +SessionsControllerTest: test_Can_Create_a_user +---------------------------------------------- +  (0.2ms) SELECT COUNT(*) FROM "users" +Processing by SessionsController#create as HTML + Parameters: {"provider"=>"github"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? AND "users"."provider" = ? LIMIT 1 [["uid", 123545], ["provider", "github"]] +Redirected to http://test.host/tasks/index +Completed 302 Found in 15ms (ActiveRecord: 0.1ms) +  (0.1ms) SELECT COUNT(*) FROM "users" +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +------------------------------------------------------------------------------------- +SessionsControllerTest: test_If_a_user_logs_in_twice,_it_doesn't_create_a_second_user +------------------------------------------------------------------------------------- +  (0.1ms) SELECT COUNT(*) FROM "users" +Processing by SessionsController#create as HTML + Parameters: {"provider"=>"github"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? AND "users"."provider" = ? LIMIT 1 [["uid", 123545], ["provider", "github"]] +Redirected to http://test.host/tasks/index +Completed 302 Found in 1ms (ActiveRecord: 0.1ms) +  (0.1ms) SELECT COUNT(*) FROM "users" +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +----------------------------------------------------------------------------------- +SessionsControllerTest: test_If_a_user_is_not_logged_in_they_cannot_see_their_task. +----------------------------------------------------------------------------------- +  (0.0ms) rollback transaction + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +  (0.1ms) begin transaction + Fixture Delete (0.2ms) DELETE FROM "tasks" + Fixture Insert (0.2ms) INSERT INTO "tasks" ("title", "description", "completed_at", "created_at", "updated_at", "id", "user_id") VALUES ('Wash the dog', 'With shampoo', '2016-09-28 14:04:07.000000', '2016-10-23 22:02:42', '2016-10-23 22:02:42', 662813897, 902541635) + Fixture Insert (0.1ms) INSERT INTO "tasks" ("title", "description", "completed_at", "created_at", "updated_at", "id", "user_id") VALUES ('Wash the cat', 'With kitty shampoo', '2016-09-28 14:04:07.000000', '2016-10-23 22:02:42', '2016-10-23 22:02:42', 955500060, 1037800622) + Fixture Delete (0.1ms) DELETE FROM "users" + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES ('Bob the Industrious', 'bob@bobness.com', 1, 'github', '2016-10-23 22:02:42', '2016-10-23 22:02:42', 902541635) + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES ('Jane "Conquers Tasks" Smith', 'jane@janesworld.com', 2, 'github', '2016-10-23 22:02:42', '2016-10-23 22:02:42', 980204181) + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES (NULL, 'winniethepooh@hundredacrewoods.com', 3, 'github', '2016-10-23 22:02:42', '2016-10-23 22:02:42', 449349069) +  (1.4ms) commit transaction +  (0.1ms) begin transaction +---------------------------------------------- +SessionsControllerTest: test_Can_Create_a_user +---------------------------------------------- +  (0.1ms) SELECT COUNT(*) FROM "users" +Processing by SessionsController#create as HTML + Parameters: {"provider"=>"github"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? AND "users"."provider" = ? LIMIT 1 [["uid", 123545], ["provider", "github"]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("uid", "provider", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["uid", 123545], ["provider", "github"], ["name", "Satine"], ["email", "satine@catworld.com"], ["created_at", "2016-10-23 22:02:42.554820"], ["updated_at", "2016-10-23 22:02:42.554820"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/tasks/index +Completed 302 Found in 21ms (ActiveRecord: 0.6ms) +  (0.1ms) SELECT COUNT(*) FROM "users" +  (1.2ms) rollback transaction +  (0.1ms) begin transaction +------------------------------------------------------------------------------------- +SessionsControllerTest: test_If_a_user_logs_in_twice,_it_doesn't_create_a_second_user +------------------------------------------------------------------------------------- +  (0.1ms) SELECT COUNT(*) FROM "users" +Processing by SessionsController#create as HTML + Parameters: {"provider"=>"github"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? AND "users"."provider" = ? LIMIT 1 [["uid", 123545], ["provider", "github"]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.5ms) INSERT INTO "users" ("uid", "provider", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["uid", 123545], ["provider", "github"], ["name", "Satine"], ["email", "satine@catworld.com"], ["created_at", "2016-10-23 22:02:42.563472"], ["updated_at", "2016-10-23 22:02:42.563472"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/tasks/index +Completed 302 Found in 5ms (ActiveRecord: 0.7ms) +  (0.1ms) SELECT COUNT(*) FROM "users" +  (0.1ms) SELECT COUNT(*) FROM "users" +Processing by SessionsController#create as HTML + Parameters: {"provider"=>"github"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? AND "users"."provider" = ? LIMIT 1 [["uid", 123545], ["provider", "github"]] +Redirected to http://test.host/tasks/index +Completed 302 Found in 1ms (ActiveRecord: 0.1ms) +  (0.1ms) SELECT COUNT(*) FROM "users" +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +----------------------------------------------------------------------------------- +SessionsControllerTest: test_If_a_user_is_not_logged_in_they_cannot_see_their_task. +----------------------------------------------------------------------------------- +  (0.0ms) rollback transaction + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +  (0.1ms) begin transaction + Fixture Delete (0.3ms) DELETE FROM "tasks" + Fixture Insert (0.2ms) INSERT INTO "tasks" ("title", "description", "completed_at", "created_at", "updated_at", "id", "user_id") VALUES ('Wash the dog', 'With shampoo', '2016-09-28 14:04:07.000000', '2016-10-23 22:05:53', '2016-10-23 22:05:53', 662813897, 902541635) + Fixture Insert (0.1ms) INSERT INTO "tasks" ("title", "description", "completed_at", "created_at", "updated_at", "id", "user_id") VALUES ('Wash the cat', 'With kitty shampoo', '2016-09-28 14:04:07.000000', '2016-10-23 22:05:53', '2016-10-23 22:05:53', 955500060, 1037800622) + Fixture Delete (0.1ms) DELETE FROM "users" + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES ('Bob the Industrious', 'bob@bobness.com', 1, 'github', '2016-10-23 22:05:53', '2016-10-23 22:05:53', 902541635) + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES ('Jane "Conquers Tasks" Smith', 'jane@janesworld.com', 2, 'github', '2016-10-23 22:05:53', '2016-10-23 22:05:53', 980204181) + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES (NULL, 'winniethepooh@hundredacrewoods.com', 3, 'github', '2016-10-23 22:05:53', '2016-10-23 22:05:53', 449349069) +  (1.4ms) commit transaction +  (0.0ms) begin transaction +---------------------------------------------- +SessionsControllerTest: test_Can_Create_a_user +---------------------------------------------- +  (0.1ms) SELECT COUNT(*) FROM "users" +Processing by SessionsController#create as HTML + Parameters: {"provider"=>"github"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? AND "users"."provider" = ? LIMIT 1 [["uid", 123545], ["provider", "github"]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("uid", "provider", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["uid", 123545], ["provider", "github"], ["name", "Satine"], ["email", "satine@catworld.com"], ["created_at", "2016-10-23 22:05:54.037275"], ["updated_at", "2016-10-23 22:05:54.037275"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/tasks/index +Completed 302 Found in 20ms (ActiveRecord: 0.5ms) +  (0.1ms) SELECT COUNT(*) FROM "users" +  (1.0ms) rollback transaction +  (0.1ms) begin transaction +----------------------------------------------------------------------------------- +SessionsControllerTest: test_If_a_user_is_not_logged_in_they_cannot_see_their_task. +----------------------------------------------------------------------------------- + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 662813897]] +Processing by TasksController#show as HTML + Parameters: {"id"=>"662813897"} +Redirected to http://test.host/sessions/index +Filter chain halted as :check_login rendered or redirected +Completed 302 Found in 1ms (ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +------------------------------------------------------------------------------------- +SessionsControllerTest: test_If_a_user_logs_in_twice,_it_doesn't_create_a_second_user +------------------------------------------------------------------------------------- +  (0.1ms) SELECT COUNT(*) FROM "users" +Processing by SessionsController#create as HTML + Parameters: {"provider"=>"github"} + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? AND "users"."provider" = ? LIMIT 1 [["uid", 123545], ["provider", "github"]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (1.0ms) INSERT INTO "users" ("uid", "provider", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["uid", 123545], ["provider", "github"], ["name", "Satine"], ["email", "satine@catworld.com"], ["created_at", "2016-10-23 22:05:54.074605"], ["updated_at", "2016-10-23 22:05:54.074605"]] +  (0.4ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/tasks/index +Completed 302 Found in 6ms (ActiveRecord: 1.5ms) +  (0.1ms) SELECT COUNT(*) FROM "users" +  (0.1ms) SELECT COUNT(*) FROM "users" +Processing by SessionsController#create as HTML + Parameters: {"provider"=>"github"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? AND "users"."provider" = ? LIMIT 1 [["uid", 123545], ["provider", "github"]] +Redirected to http://test.host/tasks/index +Completed 302 Found in 3ms (ActiveRecord: 0.1ms) +  (0.1ms) SELECT COUNT(*) FROM "users" +  (1.1ms) rollback transaction + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +  (0.1ms) begin transaction + Fixture Delete (0.3ms) DELETE FROM "tasks" + Fixture Insert (0.1ms) INSERT INTO "tasks" ("title", "description", "completed_at", "created_at", "updated_at", "id", "user_id") VALUES ('Wash the dog', 'With shampoo', '2016-09-28 14:04:07.000000', '2016-10-23 22:06:07', '2016-10-23 22:06:07', 662813897, 902541635) + Fixture Insert (0.0ms) INSERT INTO "tasks" ("title", "description", "completed_at", "created_at", "updated_at", "id", "user_id") VALUES ('Wash the cat', 'With kitty shampoo', '2016-09-28 14:04:07.000000', '2016-10-23 22:06:07', '2016-10-23 22:06:07', 955500060, 1037800622) + Fixture Delete (0.1ms) DELETE FROM "users" + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES ('Bob the Industrious', 'bob@bobness.com', 1, 'github', '2016-10-23 22:06:07', '2016-10-23 22:06:07', 902541635) + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES ('Jane "Conquers Tasks" Smith', 'jane@janesworld.com', 2, 'github', '2016-10-23 22:06:07', '2016-10-23 22:06:07', 980204181) + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES (NULL, 'winniethepooh@hundredacrewoods.com', 3, 'github', '2016-10-23 22:06:07', '2016-10-23 22:06:07', 449349069) +  (1.4ms) commit transaction +  (0.1ms) begin transaction +---------------------------------------------- +SessionsControllerTest: test_Can_Create_a_user +---------------------------------------------- +  (0.3ms) SELECT COUNT(*) FROM "users" +Processing by SessionsController#create as HTML + Parameters: {"provider"=>"github"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? AND "users"."provider" = ? LIMIT 1 [["uid", 123545], ["provider", "github"]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "users" ("uid", "provider", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["uid", 123545], ["provider", "github"], ["name", "Satine"], ["email", "satine@catworld.com"], ["created_at", "2016-10-23 22:06:07.612174"], ["updated_at", "2016-10-23 22:06:07.612174"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/tasks/index +Completed 302 Found in 17ms (ActiveRecord: 0.6ms) +  (0.1ms) SELECT COUNT(*) FROM "users" +  (1.3ms) rollback transaction +  (0.1ms) begin transaction +----------------------------------------------------------------------------------- +SessionsControllerTest: test_If_a_user_is_not_logged_in_they_cannot_see_their_task. +----------------------------------------------------------------------------------- + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 662813897]] +Processing by TasksController#show as HTML + Parameters: {"id"=>"662813897"} +Redirected to http://test.host/sessions/index +Filter chain halted as :check_login rendered or redirected +Completed 302 Found in 0ms (ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction +------------------------------------------------------------------------------------- +SessionsControllerTest: test_If_a_user_logs_in_twice,_it_doesn't_create_a_second_user +------------------------------------------------------------------------------------- +  (0.1ms) SELECT COUNT(*) FROM "users" +Processing by SessionsController#create as HTML + Parameters: {"provider"=>"github"} + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? AND "users"."provider" = ? LIMIT 1 [["uid", 123545], ["provider", "github"]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "users" ("uid", "provider", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["uid", 123545], ["provider", "github"], ["name", "Satine"], ["email", "satine@catworld.com"], ["created_at", "2016-10-23 22:06:07.630410"], ["updated_at", "2016-10-23 22:06:07.630410"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/tasks/index +Completed 302 Found in 2ms (ActiveRecord: 0.4ms) +  (0.1ms) SELECT COUNT(*) FROM "users" +  (0.0ms) SELECT COUNT(*) FROM "users" +Processing by SessionsController#create as HTML + Parameters: {"provider"=>"github"} + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? AND "users"."provider" = ? LIMIT 1 [["uid", 123545], ["provider", "github"]] +Redirected to http://test.host/tasks/index +Completed 302 Found in 0ms (ActiveRecord: 0.0ms) +  (0.1ms) SELECT COUNT(*) FROM "users" +  (0.3ms) rollback transaction + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +  (0.1ms) begin transaction + Fixture Delete (0.2ms) DELETE FROM "tasks" + Fixture Insert (0.1ms) INSERT INTO "tasks" ("title", "description", "completed_at", "created_at", "updated_at", "id", "user_id") VALUES ('Wash the dog', 'With shampoo', '2016-09-28 14:04:07.000000', '2016-10-23 22:07:14', '2016-10-23 22:07:14', 662813897, 902541635) + Fixture Insert (0.1ms) INSERT INTO "tasks" ("title", "description", "completed_at", "created_at", "updated_at", "id", "user_id") VALUES ('Wash the cat', 'With kitty shampoo', '2016-09-28 14:04:07.000000', '2016-10-23 22:07:14', '2016-10-23 22:07:14', 955500060, 1037800622) + Fixture Delete (0.1ms) DELETE FROM "users" + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES ('Bob the Industrious', 'bob@bobness.com', 1, 'github', '2016-10-23 22:07:14', '2016-10-23 22:07:14', 902541635) + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES ('Jane "Conquers Tasks" Smith', 'jane@janesworld.com', 2, 'github', '2016-10-23 22:07:14', '2016-10-23 22:07:14', 980204181) + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES (NULL, 'winniethepooh@hundredacrewoods.com', 3, 'github', '2016-10-23 22:07:14', '2016-10-23 22:07:14', 449349069) +  (1.4ms) commit transaction +  (0.2ms) begin transaction +------------------------------------------------------------------------------------- +SessionsControllerTest: test_If_a_user_logs_in_twice,_it_doesn't_create_a_second_user +------------------------------------------------------------------------------------- +  (0.1ms) SELECT COUNT(*) FROM "users" +Processing by SessionsController#create as HTML + Parameters: {"provider"=>"github"} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? AND "users"."provider" = ? LIMIT 1 [["uid", 123545], ["provider", "github"]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("uid", "provider", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["uid", 123545], ["provider", "github"], ["name", "Satine"], ["email", "satine@catworld.com"], ["created_at", "2016-10-23 22:07:14.165289"], ["updated_at", "2016-10-23 22:07:14.165289"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/tasks/index +Completed 302 Found in 23ms (ActiveRecord: 0.5ms) +  (0.1ms) SELECT COUNT(*) FROM "users" +  (0.1ms) SELECT COUNT(*) FROM "users" +Processing by SessionsController#create as HTML + Parameters: {"provider"=>"github"} + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? AND "users"."provider" = ? LIMIT 1 [["uid", 123545], ["provider", "github"]] +Redirected to http://test.host/tasks/index +Completed 302 Found in 1ms (ActiveRecord: 0.0ms) +  (0.1ms) SELECT COUNT(*) FROM "users" +  (1.1ms) rollback transaction +  (0.1ms) begin transaction +---------------------------------------------- +SessionsControllerTest: test_Can_Create_a_user +---------------------------------------------- +  (0.1ms) SELECT COUNT(*) FROM "users" +Processing by SessionsController#create as HTML + Parameters: {"provider"=>"github"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? AND "users"."provider" = ? LIMIT 1 [["uid", 123545], ["provider", "github"]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (1.3ms) INSERT INTO "users" ("uid", "provider", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["uid", 123545], ["provider", "github"], ["name", "Satine"], ["email", "satine@catworld.com"], ["created_at", "2016-10-23 22:07:14.175400"], ["updated_at", "2016-10-23 22:07:14.175400"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/tasks/index +Completed 302 Found in 6ms (ActiveRecord: 1.5ms) +  (0.1ms) SELECT COUNT(*) FROM "users" +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +----------------------------------------------------------------------------------- +SessionsControllerTest: test_If_a_user_is_not_logged_in_they_cannot_see_their_task. +----------------------------------------------------------------------------------- + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 662813897]] +Processing by TasksController#show as HTML + Parameters: {"id"=>"662813897"} +Redirected to http://test.host/sessions/index +Filter chain halted as :check_login rendered or redirected +Completed 302 Found in 0ms (ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +  (0.1ms) begin transaction + Fixture Delete (0.2ms) DELETE FROM "tasks" + Fixture Insert (0.2ms) INSERT INTO "tasks" ("title", "description", "completed_at", "created_at", "updated_at", "id", "user_id") VALUES ('Wash the dog', 'With shampoo', '2016-09-28 14:04:07.000000', '2016-10-23 22:09:24', '2016-10-23 22:09:24', 662813897, 902541635) + Fixture Insert (0.1ms) INSERT INTO "tasks" ("title", "description", "completed_at", "created_at", "updated_at", "id", "user_id") VALUES ('Wash the cat', 'With kitty shampoo', '2016-09-28 14:04:07.000000', '2016-10-23 22:09:24', '2016-10-23 22:09:24', 955500060, 1037800622) + Fixture Delete (0.1ms) DELETE FROM "users" + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES ('Bob the Industrious', 'bob@bobness.com', 1, 'github', '2016-10-23 22:09:24', '2016-10-23 22:09:24', 902541635) + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES ('Jane "Conquers Tasks" Smith', 'jane@janesworld.com', 2, 'github', '2016-10-23 22:09:24', '2016-10-23 22:09:24', 980204181) + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES (NULL, 'winniethepooh@hundredacrewoods.com', 3, 'github', '2016-10-23 22:09:24', '2016-10-23 22:09:24', 449349069) +  (1.4ms) commit transaction +  (0.0ms) begin transaction +--------------------------------------------------------------------------------- +TasksControllerTest: test_If_a_user_is_not_logged_in,_they_cannot_see_their_task. +--------------------------------------------------------------------------------- + Task Load (0.4ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 662813897]] +Processing by TasksController#show as HTML + Parameters: {"id"=>"662813897"} +Redirected to http://test.host/sessions/index +Filter chain halted as :check_login rendered or redirected +Completed 302 Found in 0ms (ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.0ms) begin transaction +------------------------------------------------------------------------------------- +SessionsControllerTest: test_If_a_user_logs_in_twice,_it_doesn't_create_a_second_user +------------------------------------------------------------------------------------- +  (0.1ms) SELECT COUNT(*) FROM "users" +Processing by SessionsController#create as HTML + Parameters: {"provider"=>"github"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? AND "users"."provider" = ? LIMIT 1 [["uid", 123545], ["provider", "github"]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("uid", "provider", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["uid", 123545], ["provider", "github"], ["name", "Satine"], ["email", "satine@catworld.com"], ["created_at", "2016-10-23 22:09:24.697051"], ["updated_at", "2016-10-23 22:09:24.697051"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/tasks/index +Completed 302 Found in 10ms (ActiveRecord: 0.6ms) +  (0.1ms) SELECT COUNT(*) FROM "users" +  (0.1ms) SELECT COUNT(*) FROM "users" +Processing by SessionsController#create as HTML + Parameters: {"provider"=>"github"} + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? AND "users"."provider" = ? LIMIT 1 [["uid", 123545], ["provider", "github"]] +Redirected to http://test.host/tasks/index +Completed 302 Found in 1ms (ActiveRecord: 0.0ms) +  (0.1ms) SELECT COUNT(*) FROM "users" +  (1.1ms) rollback transaction +  (0.1ms) begin transaction +---------------------------------------------- +SessionsControllerTest: test_Can_Create_a_user +---------------------------------------------- +  (0.2ms) SELECT COUNT(*) FROM "users" +Processing by SessionsController#create as HTML + Parameters: {"provider"=>"github"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? AND "users"."provider" = ? LIMIT 1 [["uid", 123545], ["provider", "github"]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("uid", "provider", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["uid", 123545], ["provider", "github"], ["name", "Satine"], ["email", "satine@catworld.com"], ["created_at", "2016-10-23 22:09:24.707863"], ["updated_at", "2016-10-23 22:09:24.707863"]] +  (0.2ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/tasks/index +Completed 302 Found in 4ms (ActiveRecord: 0.8ms) +  (0.1ms) SELECT COUNT(*) FROM "users" +  (0.3ms) rollback transaction + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +  (0.1ms) begin transaction + Fixture Delete (0.3ms) DELETE FROM "tasks" + Fixture Insert (0.2ms) INSERT INTO "tasks" ("title", "description", "completed_at", "created_at", "updated_at", "id", "user_id") VALUES ('Wash the dog', 'With shampoo', '2016-09-28 14:04:07.000000', '2016-10-23 22:13:02', '2016-10-23 22:13:02', 662813897, 902541635) + Fixture Insert (0.1ms) INSERT INTO "tasks" ("title", "description", "completed_at", "created_at", "updated_at", "id", "user_id") VALUES ('Wash the cat', 'With kitty shampoo', '2016-09-28 14:04:07.000000', '2016-10-23 22:13:02', '2016-10-23 22:13:02', 955500060, 1037800622) + Fixture Delete (0.1ms) DELETE FROM "users" + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES ('Bob the Industrious', 'bob@bobness.com', 1, 'github', '2016-10-23 22:13:02', '2016-10-23 22:13:02', 902541635) + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES ('Jane "Conquers Tasks" Smith', 'jane@janesworld.com', 2, 'github', '2016-10-23 22:13:02', '2016-10-23 22:13:02', 980204181) + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES (NULL, 'winniethepooh@hundredacrewoods.com', 3, 'github', '2016-10-23 22:13:02', '2016-10-23 22:13:02', 449349069) +  (1.3ms) commit transaction +  (0.0ms) begin transaction +------------------------------------------------------------------------------------- +SessionsControllerTest: test_If_a_user_logs_in_twice,_it_doesn't_create_a_second_user +------------------------------------------------------------------------------------- +Processing by SessionsController#create as HTML + Parameters: {"provider"=>"github"} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? AND "users"."provider" = ? LIMIT 1 [["uid", 123545], ["provider", "github"]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "users" ("uid", "provider", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["uid", 123545], ["provider", "github"], ["name", "Satine"], ["email", "satine@catworld.com"], ["created_at", "2016-10-23 22:13:03.021656"], ["updated_at", "2016-10-23 22:13:03.021656"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/tasks/index +Completed 302 Found in 21ms (ActiveRecord: 0.7ms) +  (0.1ms) SELECT COUNT(*) FROM "users" +Processing by SessionsController#create as HTML + Parameters: {"provider"=>"github"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? AND "users"."provider" = ? LIMIT 1 [["uid", 123545], ["provider", "github"]] +Redirected to http://test.host/tasks/index +Completed 302 Found in 1ms (ActiveRecord: 0.1ms) +  (0.1ms) SELECT COUNT(*) FROM "users" +  (1.1ms) rollback transaction +  (0.1ms) begin transaction +---------------------------------------------- +SessionsControllerTest: test_Can_Create_a_user +---------------------------------------------- +  (0.1ms) SELECT COUNT(*) FROM "users" +Processing by SessionsController#create as HTML + Parameters: {"provider"=>"github"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? AND "users"."provider" = ? LIMIT 1 [["uid", 123545], ["provider", "github"]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "users" ("uid", "provider", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["uid", 123545], ["provider", "github"], ["name", "Satine"], ["email", "satine@catworld.com"], ["created_at", "2016-10-23 22:13:03.033247"], ["updated_at", "2016-10-23 22:13:03.033247"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/tasks/index +Completed 302 Found in 4ms (ActiveRecord: 0.7ms) +  (0.3ms) SELECT COUNT(*) FROM "users" +  (0.7ms) rollback transaction +  (0.1ms) begin transaction +--------------------------------------------------------------------------- +SessionsControllerTest: test_If_a_user_logs_out,_their_session_is_destroyed +--------------------------------------------------------------------------- +Processing by SessionsController#create as HTML + Parameters: {"provider"=>"github"} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? AND "users"."provider" = ? LIMIT 1 [["uid", 123545], ["provider", "github"]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.4ms) INSERT INTO "users" ("uid", "provider", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["uid", 123545], ["provider", "github"], ["name", "Satine"], ["email", "satine@catworld.com"], ["created_at", "2016-10-23 22:13:03.042797"], ["updated_at", "2016-10-23 22:13:03.042797"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/tasks/index +Completed 302 Found in 4ms (ActiveRecord: 0.8ms) +Processing by SessionsController#destroy as HTML +Redirected to http://test.host/sessions/index +Completed 302 Found in 0ms (ActiveRecord: 0.0ms) +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +--------------------------------------------------------------------------------- +TasksControllerTest: test_If_a_user_is_not_logged_in,_they_cannot_see_their_task. +--------------------------------------------------------------------------------- + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 662813897]] +Processing by TasksController#show as HTML + Parameters: {"id"=>"662813897"} +Redirected to http://test.host/sessions/index +Filter chain halted as :check_login rendered or redirected +Completed 302 Found in 2ms (ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +  (0.1ms) begin transaction + Fixture Delete (0.2ms) DELETE FROM "tasks" + Fixture Insert (0.2ms) INSERT INTO "tasks" ("title", "description", "completed_at", "created_at", "updated_at", "id", "user_id") VALUES ('Wash the dog', 'With shampoo', '2016-09-28 14:04:07.000000', '2016-10-23 22:13:13', '2016-10-23 22:13:13', 662813897, 902541635) + Fixture Insert (0.1ms) INSERT INTO "tasks" ("title", "description", "completed_at", "created_at", "updated_at", "id", "user_id") VALUES ('Wash the cat', 'With kitty shampoo', '2016-09-28 14:04:07.000000', '2016-10-23 22:13:13', '2016-10-23 22:13:13', 955500060, 1037800622) + Fixture Delete (0.1ms) DELETE FROM "users" + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES ('Bob the Industrious', 'bob@bobness.com', 1, 'github', '2016-10-23 22:13:13', '2016-10-23 22:13:13', 902541635) + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES ('Jane "Conquers Tasks" Smith', 'jane@janesworld.com', 2, 'github', '2016-10-23 22:13:13', '2016-10-23 22:13:13', 980204181) + Fixture Insert (0.1ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES (NULL, 'winniethepooh@hundredacrewoods.com', 3, 'github', '2016-10-23 22:13:13', '2016-10-23 22:13:13', 449349069) +  (1.3ms) commit transaction +  (0.0ms) begin transaction +--------------------------------------------------------------------------------- +TasksControllerTest: test_If_a_user_is_not_logged_in,_they_cannot_see_their_task. +--------------------------------------------------------------------------------- + Task Load (0.2ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 662813897]] +Processing by TasksController#show as HTML + Parameters: {"id"=>"662813897"} +Redirected to http://test.host/sessions/index +Filter chain halted as :check_login rendered or redirected +Completed 302 Found in 1ms (ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction +  (0.1ms) begin transaction +--------------------------------------------------------------------------- +SessionsControllerTest: test_If_a_user_logs_out,_their_session_is_destroyed +--------------------------------------------------------------------------- +Processing by SessionsController#create as HTML + Parameters: {"provider"=>"github"} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? AND "users"."provider" = ? LIMIT 1 [["uid", 123545], ["provider", "github"]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("uid", "provider", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["uid", 123545], ["provider", "github"], ["name", "Satine"], ["email", "satine@catworld.com"], ["created_at", "2016-10-23 22:13:13.932834"], ["updated_at", "2016-10-23 22:13:13.932834"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/tasks/index +Completed 302 Found in 10ms (ActiveRecord: 0.6ms) +Processing by SessionsController#destroy as HTML +Redirected to http://test.host/sessions/index +Completed 302 Found in 0ms (ActiveRecord: 0.0ms) +  (1.4ms) rollback transaction +  (0.1ms) begin transaction +---------------------------------------------- +SessionsControllerTest: test_Can_Create_a_user +---------------------------------------------- +  (0.1ms) SELECT COUNT(*) FROM "users" +Processing by SessionsController#create as HTML + Parameters: {"provider"=>"github"} + User Load (0.0ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? AND "users"."provider" = ? LIMIT 1 [["uid", 123545], ["provider", "github"]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "users" ("uid", "provider", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["uid", 123545], ["provider", "github"], ["name", "Satine"], ["email", "satine@catworld.com"], ["created_at", "2016-10-23 22:13:13.942812"], ["updated_at", "2016-10-23 22:13:13.942812"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/tasks/index +Completed 302 Found in 2ms (ActiveRecord: 0.3ms) +  (0.1ms) SELECT COUNT(*) FROM "users" +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +------------------------------------------------------------------------------------- +SessionsControllerTest: test_If_a_user_logs_in_twice,_it_doesn't_create_a_second_user +------------------------------------------------------------------------------------- +Processing by SessionsController#create as HTML + Parameters: {"provider"=>"github"} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? AND "users"."provider" = ? LIMIT 1 [["uid", 123545], ["provider", "github"]] +  (0.1ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("uid", "provider", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["uid", 123545], ["provider", "github"], ["name", "Satine"], ["email", "satine@catworld.com"], ["created_at", "2016-10-23 22:13:13.949196"], ["updated_at", "2016-10-23 22:13:13.949196"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/tasks/index +Completed 302 Found in 4ms (ActiveRecord: 0.8ms) +  (0.5ms) SELECT COUNT(*) FROM "users" +Processing by SessionsController#create as HTML + Parameters: {"provider"=>"github"} + User Load (0.2ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? AND "users"."provider" = ? LIMIT 1 [["uid", 123545], ["provider", "github"]] +Redirected to http://test.host/tasks/index +Completed 302 Found in 2ms (ActiveRecord: 0.2ms) +  (0.1ms) SELECT COUNT(*) FROM "users" +  (0.3ms) rollback transaction + ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations" +  (0.1ms) begin transaction + Fixture Delete (0.2ms) DELETE FROM "tasks" + Fixture Insert (0.1ms) INSERT INTO "tasks" ("title", "description", "completed_at", "created_at", "updated_at", "id", "user_id") VALUES ('Wash the dog', 'With shampoo', '2016-09-28 14:04:07.000000', '2016-10-26 15:19:55', '2016-10-26 15:19:55', 662813897, 902541635) + Fixture Insert (0.0ms) INSERT INTO "tasks" ("title", "description", "completed_at", "created_at", "updated_at", "id", "user_id") VALUES ('Wash the cat', 'With kitty shampoo', '2016-09-28 14:04:07.000000', '2016-10-26 15:19:55', '2016-10-26 15:19:55', 955500060, 1037800622) + Fixture Delete (0.1ms) DELETE FROM "users" + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES ('Bob the Industrious', 'bob@bobness.com', '1', 'github', '2016-10-26 15:19:55', '2016-10-26 15:19:55', 902541635) + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES ('Jane "Conquers Tasks" Smith', 'jane@janesworld.com', '2', 'github', '2016-10-26 15:19:55', '2016-10-26 15:19:55', 980204181) + Fixture Insert (0.0ms) INSERT INTO "users" ("name", "email", "uid", "provider", "created_at", "updated_at", "id") VALUES (NULL, 'winniethepooh@hundredacrewoods.com', '3', 'github', '2016-10-26 15:19:55', '2016-10-26 15:19:55', 449349069) +  (0.6ms) commit transaction +  (0.0ms) begin transaction +---------------------------------------------- +SessionsControllerTest: test_Can_Create_a_user +---------------------------------------------- +  (0.2ms) SELECT COUNT(*) FROM "users" +Processing by SessionsController#create as HTML + Parameters: {"provider"=>"github"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? AND "users"."provider" = ? LIMIT 1 [["uid", "123545"], ["provider", "github"]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.3ms) INSERT INTO "users" ("uid", "provider", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["uid", "123545"], ["provider", "github"], ["name", "Satine"], ["email", "satine@catworld.com"], ["created_at", "2016-10-26 15:19:55.331134"], ["updated_at", "2016-10-26 15:19:55.331134"]] +  (0.1ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/tasks/index +Completed 302 Found in 14ms (ActiveRecord: 0.5ms) +  (0.1ms) SELECT COUNT(*) FROM "users" +  (0.4ms) rollback transaction +  (0.1ms) begin transaction +------------------------------------------------------------------------------------- +SessionsControllerTest: test_If_a_user_logs_in_twice,_it_doesn't_create_a_second_user +------------------------------------------------------------------------------------- +Processing by SessionsController#create as HTML + Parameters: {"provider"=>"github"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? AND "users"."provider" = ? LIMIT 1 [["uid", "123545"], ["provider", "github"]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "users" ("uid", "provider", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["uid", "123545"], ["provider", "github"], ["name", "Satine"], ["email", "satine@catworld.com"], ["created_at", "2016-10-26 15:19:55.336345"], ["updated_at", "2016-10-26 15:19:55.336345"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/tasks/index +Completed 302 Found in 2ms (ActiveRecord: 0.4ms) +  (0.1ms) SELECT COUNT(*) FROM "users" +Processing by SessionsController#create as HTML + Parameters: {"provider"=>"github"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? AND "users"."provider" = ? LIMIT 1 [["uid", "123545"], ["provider", "github"]] +Redirected to http://test.host/tasks/index +Completed 302 Found in 1ms (ActiveRecord: 0.1ms) +  (0.1ms) SELECT COUNT(*) FROM "users" +  (0.3ms) rollback transaction +  (0.0ms) begin transaction +--------------------------------------------------------------------------- +SessionsControllerTest: test_If_a_user_logs_out,_their_session_is_destroyed +--------------------------------------------------------------------------- +Processing by SessionsController#create as HTML + Parameters: {"provider"=>"github"} + User Load (0.1ms) SELECT "users".* FROM "users" WHERE "users"."uid" = ? AND "users"."provider" = ? LIMIT 1 [["uid", "123545"], ["provider", "github"]] +  (0.0ms) SAVEPOINT active_record_1 + SQL (0.2ms) INSERT INTO "users" ("uid", "provider", "name", "email", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?, ?) [["uid", "123545"], ["provider", "github"], ["name", "Satine"], ["email", "satine@catworld.com"], ["created_at", "2016-10-26 15:19:55.342993"], ["updated_at", "2016-10-26 15:19:55.342993"]] +  (0.0ms) RELEASE SAVEPOINT active_record_1 +Redirected to http://test.host/tasks/index +Completed 302 Found in 2ms (ActiveRecord: 0.3ms) +Processing by SessionsController#destroy as HTML +Redirected to http://test.host/sessions/index +Completed 302 Found in 0ms (ActiveRecord: 0.0ms) +  (0.3ms) rollback transaction +  (0.0ms) begin transaction +--------------------------------------------------------------------------------- +TasksControllerTest: test_If_a_user_is_not_logged_in,_they_cannot_see_their_task. +--------------------------------------------------------------------------------- + Task Load (0.3ms) SELECT "tasks".* FROM "tasks" WHERE "tasks"."id" = ? LIMIT 1 [["id", 662813897]] +Processing by TasksController#show as HTML + Parameters: {"id"=>"662813897"} +Redirected to http://test.host/sessions/index +Filter chain halted as :check_login rendered or redirected +Completed 302 Found in 0ms (ActiveRecord: 0.0ms) +  (0.1ms) rollback transaction diff --git a/public/404.html b/public/404.html new file mode 100644 index 000000000..b612547fc --- /dev/null +++ b/public/404.html @@ -0,0 +1,67 @@ + + + + The page you were looking for doesn't exist (404) + + + + + + +
+
+

The page you were looking for doesn't exist.

+

You may have mistyped the address or the page may have moved.

+
+

If you are the application owner check the logs for more information.

+
+ + diff --git a/public/422.html b/public/422.html new file mode 100644 index 000000000..a21f82b3b --- /dev/null +++ b/public/422.html @@ -0,0 +1,67 @@ + + + + The change you wanted was rejected (422) + + + + + + +
+
+

The change you wanted was rejected.

+

Maybe you tried to change something you didn't have access to.

+
+

If you are the application owner check the logs for more information.

+
+ + diff --git a/public/500.html b/public/500.html new file mode 100644 index 000000000..061abc587 --- /dev/null +++ b/public/500.html @@ -0,0 +1,66 @@ + + + + We're sorry, but something went wrong (500) + + + + + + +
+
+

We're sorry, but something went wrong.

+
+

If you are the application owner check the logs for more information.

+
+ + diff --git a/public/favicon.ico b/public/favicon.ico new file mode 100644 index 000000000..e69de29bb diff --git a/public/robots.txt b/public/robots.txt new file mode 100644 index 000000000..3c9c7c01f --- /dev/null +++ b/public/robots.txt @@ -0,0 +1,5 @@ +# See http://www.robotstxt.org/robotstxt.html for documentation on how to use the robots.txt file +# +# To ban all spiders from the entire site uncomment the next two lines: +# User-agent: * +# Disallow: / diff --git a/test/controllers/.keep b/test/controllers/.keep new file mode 100644 index 000000000..e69de29bb diff --git a/test/controllers/sessions_controller_test.rb b/test/controllers/sessions_controller_test.rb new file mode 100644 index 000000000..bab1c562d --- /dev/null +++ b/test/controllers/sessions_controller_test.rb @@ -0,0 +1,35 @@ +require 'test_helper' + +class SessionsControllerTest < ActionController::TestCase + + def login_a_user + request.env['omniauth.auth'] = OmniAuth.config.mock_auth[:github] + get :create, {provider: "github"} + end + + test "Can Create a user" do + assert_difference('User.count', 1) do + login_a_user + assert_response :redirect + assert_redirected_to index_path + end + end + + test "If a user logs in twice, it doesn't create a second user" do + login_a_user + assert_no_difference('User.count') do + login_a_user + assert_response :redirect + assert_redirected_to index_path + end + end + + test "If a user logs out, their session is destroyed" do + login_a_user + get :destroy + assert session[:user] == nil + assert_response :redirect + assert_redirected_to sessions_index_path + end + +end diff --git a/test/controllers/tasks_controller_test.rb b/test/controllers/tasks_controller_test.rb new file mode 100644 index 000000000..8216df810 --- /dev/null +++ b/test/controllers/tasks_controller_test.rb @@ -0,0 +1,48 @@ +require 'test_helper' + +class TasksControllerTest < ActionController::TestCase + + test "If a user is not logged in, they cannot see their task." do + session[:user_id] = nil # ensure no one is logged in + get :show, id: tasks(:wash_dog).id + # if they are not logged in they cannot see the resource and are redirected to login. + assert_redirected_to sessions_index_path + assert_equal "Please log in first!", flash[:notice] + end + + # test "should get index" do + # get :index + # assert_response :success + # end + # + # test "should get new" do + # get :new + # assert_response :success + # end + # + # test "should get update" do + # get :update + # assert_response :success + # end + # + # test "should get show" do + # get :show + # assert_response :success + # end + # + # test "should get create" do + # get :create + # assert_response :success + # end + # + # test "should get edit" do + # get :edit + # assert_response :success + # end + # + # test "should get destroy" do + # get :destroy + # assert_response :success + # end + +end diff --git a/test/fixtures/.keep b/test/fixtures/.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..50c7c201b --- /dev/null +++ b/test/fixtures/tasks.yml @@ -0,0 +1,13 @@ +# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html + +wash_dog: + title: "Wash the dog" + description: "With shampoo" + user: bob + completed_at: 2016-09-28 14:04:07 + +wash_cat: + title: "Wash the cat" + user: satine + description: "With kitty shampoo" + completed_at: 2016-09-28 14:04:07 diff --git a/test/fixtures/users.yml b/test/fixtures/users.yml new file mode 100644 index 000000000..49a1d5f8f --- /dev/null +++ b/test/fixtures/users.yml @@ -0,0 +1,25 @@ +# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html + +bob: + name: Bob the Industrious + email: bob@bobness.com + uid: 1 + provider: github + +jane: + name: Jane "Conquers Tasks" Smith + email: jane@janesworld.com + uid: 2 + provider: github + +nameless: + name: + email: winniethepooh@hundredacrewoods.com + uid: 3 + provider: github + +# satine: +# name: Satine +# email: satine@catworld.com +# uid: 123545 +# provider: github 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/models/user_test.rb b/test/models/user_test.rb new file mode 100644 index 000000000..ad08bdd9b --- /dev/null +++ b/test/models/user_test.rb @@ -0,0 +1,69 @@ +require 'test_helper' + +class UserTest < ActiveSupport::TestCase + # test "the truth" do + # assert true + # end + + # validates :email presence - positive, negative, minimal + # bob is a normal user + # nameless is a minimal user (lacking name but having all required attributes) + + test "A user must have an email to be valid" do + assert users(:bob).valid? + users(:bob).email = nil + assert_not users(:bob).valid? + + assert users(:nameless).valid? + users(:nameless).email = nil + assert_not users(:nameless).valid? + end + + # validates :uid presence + test "A user must have a uid to be valid" do + assert users(:bob).valid? + users(:bob).uid = nil + assert_not users(:bob).valid? + + assert users(:nameless).valid? + users(:nameless).uid = nil + assert_not users(:nameless).valid? + end + + # validates :provider presence + test "A user must have a provider to be valid" do + assert users(:bob).valid? + users(:bob).provider = nil + assert_not users(:bob).valid? + + assert users(:nameless).valid? + users(:nameless).provider = nil + assert_not users(:nameless).valid? + end + + # build_from_github(auth_hash) custom method + test "A user can be correctly built from a normal Github auth hash" do + user = User.build_from_github(OmniAuth.config.mock_auth[:github]) + assert user + assert_equal(user.name, 'Satine') + assert_equal(user.uid, '123545'.to_i) + assert_equal(user.provider, 'github') + assert_equal(user.email, 'satine@catworld.com') + end + + test "A user can be correctly built from a minimal Github auth hash" do + user = User.build_from_github(OmniAuth::AuthHash.new({:provider => 'github', :uid => '123545', :info => {:email => 'satine@catworld.com'}})) + assert user + assert_equal(user.uid, '123545'.to_i) + assert_equal(user.provider, 'github') + assert_equal(user.email, 'satine@catworld.com') + end + + test "A user cannot be built from an insufficient Github auth hash" do + user = User.build_from_github(OmniAuth::AuthHash.new({:provider => 'github', :info => {:email => 'satine@catworld.com'}})) + assert_not user.valid? + user = User.build_from_github(OmniAuth::AuthHash.new({:provider => 'github', :uid => '123545', :info => {}})) + assert_not user.valid? + end + +end diff --git a/test/test_helper.rb b/test/test_helper.rb new file mode 100644 index 000000000..9ea031aff --- /dev/null +++ b/test/test_helper.rb @@ -0,0 +1,17 @@ +ENV['RAILS_ENV'] ||= 'test' +require File.expand_path('../../config/environment', __FILE__) +require 'rails/test_help' +require "minitest/reporters" + +class ActiveSupport::TestCase + # Setup all fixtures in test/fixtures/*.yml for all tests in alphabetical order. + fixtures :all + Minitest::Reporters.use! + # Add more helper methods to be used by all tests here... + + def setup + OmniAuth.config.test_mode = true + OmniAuth.config.mock_auth[:github] = OmniAuth::AuthHash.new({:provider => 'github',:uid => '123545',:info => {:name => 'Satine', :email => 'satine@catworld.com'}}) + end + +end diff --git a/vendor/assets/javascripts/.keep b/vendor/assets/javascripts/.keep new file mode 100644 index 000000000..e69de29bb diff --git a/vendor/assets/stylesheets/.keep b/vendor/assets/stylesheets/.keep new file mode 100644 index 000000000..e69de29bb