diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000..5008ddf Binary files /dev/null and b/.DS_Store differ diff --git a/Gemfile b/Gemfile new file mode 100644 index 0000000..2125283 --- /dev/null +++ b/Gemfile @@ -0,0 +1,52 @@ +source 'https://rubygems.org' + + +# Bundle edge Rails instead: gem 'rails', github: 'rails/rails' +gem 'rails', '4.2.5' +# Use postgresql as the database for Active Record +gem 'pg', '~> 0.15' +# 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' + +# 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 + +# angular templates +gem 'angular-rails-templates', '~> 0.1.5' + +# Use bootstrap for styling +gem 'bootstrap-sass', '~> 3.3.6' + +# 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' +end + +group :development do + # Access an IRB console on exception pages or by using <%= console %> in views + gem 'web-console', '~> 2.0' + + # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring + gem 'spring' +end + diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 0000000..cfd8e7a --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,170 @@ +GEM + remote: https://rubygems.org/ + specs: + actionmailer (4.2.5) + actionpack (= 4.2.5) + actionview (= 4.2.5) + activejob (= 4.2.5) + mail (~> 2.5, >= 2.5.4) + rails-dom-testing (~> 1.0, >= 1.0.5) + actionpack (4.2.5) + actionview (= 4.2.5) + activesupport (= 4.2.5) + 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.5) + activesupport (= 4.2.5) + 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.5) + activesupport (= 4.2.5) + globalid (>= 0.3.0) + activemodel (4.2.5) + activesupport (= 4.2.5) + builder (~> 3.1) + activerecord (4.2.5) + activemodel (= 4.2.5) + activesupport (= 4.2.5) + arel (~> 6.0) + activesupport (4.2.5) + i18n (~> 0.7) + json (~> 1.7, >= 1.7.7) + minitest (~> 5.1) + thread_safe (~> 0.3, >= 0.3.4) + tzinfo (~> 1.1) + angular-rails-templates (0.1.5) + railties (>= 3.1) + sprockets (~> 2) + tilt + arel (6.0.3) + autoprefixer-rails (6.2.3) + execjs + json + binding_of_caller (0.7.2) + debug_inspector (>= 0.0.1) + bootstrap-sass (3.3.6) + autoprefixer-rails (>= 5.2.1) + sass (>= 3.3.4) + builder (3.2.2) + byebug (8.2.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) + debug_inspector (0.0.2) + erubis (2.7.0) + execjs (2.6.0) + globalid (0.3.6) + activesupport (>= 4.1.0) + hike (1.2.3) + i18n (0.7.0) + jbuilder (2.4.0) + activesupport (>= 3.0.0, < 5.1) + multi_json (~> 1.2) + jquery-rails (4.1.0) + rails-dom-testing (~> 1.0) + railties (>= 4.2.0) + thor (>= 0.14, < 2.0) + json (1.8.3) + loofah (2.0.3) + nokogiri (>= 1.5.9) + mail (2.6.3) + mime-types (>= 1.16, < 3) + mime-types (2.99) + mini_portile2 (2.0.0) + minitest (5.8.4) + multi_json (1.11.2) + nokogiri (1.6.7.2) + mini_portile2 (~> 2.0.0.rc2) + pg (0.18.4) + rack (1.6.4) + rack-test (0.6.3) + rack (>= 1.0) + rails (4.2.5) + actionmailer (= 4.2.5) + actionpack (= 4.2.5) + actionview (= 4.2.5) + activejob (= 4.2.5) + activemodel (= 4.2.5) + activerecord (= 4.2.5) + activesupport (= 4.2.5) + bundler (>= 1.3.0, < 2.0) + railties (= 4.2.5) + 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) + railties (4.2.5) + actionpack (= 4.2.5) + activesupport (= 4.2.5) + rake (>= 0.8.7) + thor (>= 0.18.1, < 2.0) + rake (10.5.0) + rdoc (4.2.1) + json (~> 1.4) + sass (3.4.21) + sass-rails (5.0.4) + railties (>= 4.0.0, < 5.0) + sass (~> 3.1) + sprockets (>= 2.8, < 4.0) + sprockets-rails (>= 2.0, < 4.0) + tilt (>= 1.1, < 3) + sdoc (0.4.1) + json (~> 1.7, >= 1.7.7) + rdoc (~> 4.0) + spring (1.6.2) + sprockets (2.12.4) + hike (~> 1.2) + multi_json (~> 1.0) + rack (~> 1.0) + tilt (~> 1.1, != 1.3.0) + sprockets-rails (2.3.3) + actionpack (>= 3.0) + activesupport (>= 3.0) + sprockets (>= 2.8, < 4.0) + thor (0.19.1) + thread_safe (0.3.5) + tilt (1.4.1) + tzinfo (1.2.2) + thread_safe (~> 0.1) + uglifier (2.7.2) + execjs (>= 0.3.0) + json (>= 1.8.0) + web-console (2.2.1) + activemodel (>= 4.0) + binding_of_caller (>= 0.7.2) + railties (>= 4.0) + sprockets-rails (>= 2.0, < 4.0) + +PLATFORMS + ruby + +DEPENDENCIES + angular-rails-templates (~> 0.1.5) + bootstrap-sass (~> 3.3.6) + byebug + coffee-rails (~> 4.1.0) + jbuilder (~> 2.0) + jquery-rails + pg (~> 0.15) + rails (= 4.2.5) + sass-rails (~> 5.0) + sdoc (~> 0.4.0) + spring + uglifier (>= 1.3.0) + web-console (~> 2.0) + +BUNDLED WITH + 1.10.6 diff --git a/README.rdoc b/README.rdoc new file mode 100644 index 0000000..dd4e97e --- /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 0000000..ba6b733 --- /dev/null +++ b/Rakefile @@ -0,0 +1,6 @@ +# Add your own tasks in files placed in lib/tasks ending in .rake, +# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. + +require File.expand_path('../config/application', __FILE__) + +Rails.application.load_tasks diff --git a/app/assets/images/.keep b/app/assets/images/.keep new file mode 100644 index 0000000..e69de29 diff --git a/app/assets/javascripts/api/questions.coffee b/app/assets/javascripts/api/questions.coffee new file mode 100644 index 0000000..24f83d1 --- /dev/null +++ b/app/assets/javascripts/api/questions.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/app.js b/app/assets/javascripts/app.js new file mode 100644 index 0000000..c0abf00 --- /dev/null +++ b/app/assets/javascripts/app.js @@ -0,0 +1,56 @@ +var app = angular.module('baseApp', ['ngRoute', 'ngResource', 'templates']); + +app.config(['$routeProvider', '$locationProvider', + function ($routeProvider, $locationProvider) { + $routeProvider + .when('/', { + templateUrl: 'home.html', + controller: 'HomeCtrl' + }) + .otherwise({ + redirectTo: '/' + }); + + $locationProvider.html5Mode({ + enabled: true, + requireBase: false + }); + } +]); + +app.factory("Question", ['$resource', function($resource) { + return $resource("api/questions/:id", {id: '@id'}, { + query: { + isArray: true, + transformResponse: function(data) { + return angular.fromJson(data); + } + } + }); +}]); + +app.controller('HomeCtrl', ['$scope', '$location', 'Question', function($scope, $location, Question) { + $scope.homeTest = "Welcome to the homepage!"; + + $scope.questions = Question.query(); + + $scope.addQuestion = function() { + var newQuestion = Question.save($scope.question); + $scope.questions.push(newQuestion); + $scope.question = {}; + }; + + $scope.editQuestion = function() { + Question.update({id: question.id}); + }; + + $scope.deleteQuestion = function(question) { + Question.delete({id: question.id}); + var foundQuestion = $scope.questions.filter(function(eachQuestion) { + return eachQuestion.id === question.id; + })[0]; + var foundQuestionIndex = $scope.questions.indexOf(foundQuestion); + $scope.questions.splice(foundQuestionIndex, 1); + $location.path('/'); + }; +}]); diff --git a/app/assets/javascripts/application.js b/app/assets/javascripts/application.js new file mode 100644 index 0000000..7f09b57 --- /dev/null +++ b/app/assets/javascripts/application.js @@ -0,0 +1,17 @@ +// 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 angular-rails-templates +//= require_tree ../templates +//= require app diff --git a/app/assets/javascripts/site_controller.coffee b/app/assets/javascripts/site_controller.coffee new file mode 100644 index 0000000..24f83d1 --- /dev/null +++ b/app/assets/javascripts/site_controller.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/api/questions.scss b/app/assets/stylesheets/api/questions.scss new file mode 100644 index 0000000..ed9b968 --- /dev/null +++ b/app/assets/stylesheets/api/questions.scss @@ -0,0 +1,3 @@ +// Place all the styles related to the api/todos 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/application.scss b/app/assets/stylesheets/application.scss new file mode 100644 index 0000000..f9003d4 --- /dev/null +++ b/app/assets/stylesheets/application.scss @@ -0,0 +1,21 @@ +/* + * 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 + */ +@import 'bootstrap-sprockets'; +@import 'bootstrap'; + +.container { + margin-top: 70px; +} \ No newline at end of file diff --git a/app/assets/stylesheets/site_controller.scss b/app/assets/stylesheets/site_controller.scss new file mode 100644 index 0000000..705eb21 --- /dev/null +++ b/app/assets/stylesheets/site_controller.scss @@ -0,0 +1,3 @@ +// Place all the styles related to the SiteController 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/templates/home.html b/app/assets/templates/home.html new file mode 100644 index 0000000..3c2d65a --- /dev/null +++ b/app/assets/templates/home.html @@ -0,0 +1,19 @@ +

Q&A

+
+
+
+ {{question.title}} : {{question.body}} + + +
+
+
+
+
+ +
+
+ +
+ +
diff --git a/app/controllers/api/questions_controller.rb b/app/controllers/api/questions_controller.rb new file mode 100644 index 0000000..9c4a54e --- /dev/null +++ b/app/controllers/api/questions_controller.rb @@ -0,0 +1,32 @@ +class Api::QuestionsController < ApplicationController + def index + @questions = Question.all + render json: @questions + end + + def create + @question = Question.new(question_params) + if @question.save + render json: @question + else + render json: { errors: @question.errors.full_messages.join(", ") }, status: unprocessable_entity + end + end + + def show + end + + def update + Question.find_by_id(params[:id]).update_attributes(question_params) + end + + def destroy + Question.find_by_id(params[:id]).destroy + end + + private + def question_params + params.require(:question).permit(:title, :body) + end + +end diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb new file mode 100644 index 0000000..ee1fb34 --- /dev/null +++ b/app/controllers/application_controller.rb @@ -0,0 +1,17 @@ +class ApplicationController < ActionController::Base + # Prevent CSRF attacks by raising an exception. + # For APIs, you may want to use :null_session instead. + protect_from_forgery + after_filter :set_csrf_cookie_for_ng + + protected + def verified_request? + super || valid_authenticity_token?(session, request.headers['X-XSRF-TOKEN']) + end + + private + def set_csrf_cookie_for_ng + cookies['XSRF-TOKEN'] = form_authenticity_token if protect_against_forgery? + end +end + diff --git a/app/controllers/concerns/.keep b/app/controllers/concerns/.keep new file mode 100644 index 0000000..e69de29 diff --git a/app/controllers/site_controller.rb b/app/controllers/site_controller.rb new file mode 100644 index 0000000..3d71b98 --- /dev/null +++ b/app/controllers/site_controller.rb @@ -0,0 +1,4 @@ +class SiteController < ApplicationController + def index + end +end diff --git a/app/helpers/api/questions_helper.rb b/app/helpers/api/questions_helper.rb new file mode 100644 index 0000000..32a619b --- /dev/null +++ b/app/helpers/api/questions_helper.rb @@ -0,0 +1,2 @@ +module Api::QuestionsHelper +end diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb new file mode 100644 index 0000000..de6be79 --- /dev/null +++ b/app/helpers/application_helper.rb @@ -0,0 +1,2 @@ +module ApplicationHelper +end diff --git a/app/helpers/site_controller_helper.rb b/app/helpers/site_controller_helper.rb new file mode 100644 index 0000000..bce72e1 --- /dev/null +++ b/app/helpers/site_controller_helper.rb @@ -0,0 +1,2 @@ +module SiteControllerHelper +end diff --git a/app/mailers/.keep b/app/mailers/.keep new file mode 100644 index 0000000..e69de29 diff --git a/app/models/.keep b/app/models/.keep new file mode 100644 index 0000000..e69de29 diff --git a/app/models/answer.rb b/app/models/answer.rb new file mode 100644 index 0000000..0380a8c --- /dev/null +++ b/app/models/answer.rb @@ -0,0 +1,4 @@ +class Answer < ActiveRecord::Base + + belongs_to :question +end diff --git a/app/models/concerns/.keep b/app/models/concerns/.keep new file mode 100644 index 0000000..e69de29 diff --git a/app/models/question.rb b/app/models/question.rb new file mode 100644 index 0000000..e6df2d6 --- /dev/null +++ b/app/models/question.rb @@ -0,0 +1,5 @@ +class Question < ActiveRecord::Base + + has_many :answers, dependent: :destroy +end + diff --git a/app/views/api/questions/edit.html.erb b/app/views/api/questions/edit.html.erb new file mode 100644 index 0000000..18f58c8 --- /dev/null +++ b/app/views/api/questions/edit.html.erb @@ -0,0 +1,2 @@ +

Api::Todos#edit

+

Find me in app/views/api/todos/edit.html.erb

diff --git a/app/views/api/questions/index.html.erb b/app/views/api/questions/index.html.erb new file mode 100644 index 0000000..fbf8663 --- /dev/null +++ b/app/views/api/questions/index.html.erb @@ -0,0 +1,2 @@ +

Api::Todos#index

+

Find me in app/views/api/todos/index.html.erb

diff --git a/app/views/api/questions/new.html.erb b/app/views/api/questions/new.html.erb new file mode 100644 index 0000000..3e089b8 --- /dev/null +++ b/app/views/api/questions/new.html.erb @@ -0,0 +1,2 @@ +

Api::Todos#new

+

Find me in app/views/api/todos/new.html.erb

diff --git a/app/views/api/questions/show.html.erb b/app/views/api/questions/show.html.erb new file mode 100644 index 0000000..8df03bd --- /dev/null +++ b/app/views/api/questions/show.html.erb @@ -0,0 +1,2 @@ +

Api::Todos#show

+

Find me in app/views/api/todos/show.html.erb

diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb new file mode 100644 index 0000000..b22c3ab --- /dev/null +++ b/app/views/layouts/application.html.erb @@ -0,0 +1,27 @@ + + + + <%= csrf_meta_tags %> + + + <%= stylesheet_link_tag 'application', media: 'all' %> + + + + + + + + + + + <%= javascript_include_tag 'application' %> + + RailsAngBase + + + +<%= yield %> + + + diff --git a/app/views/site/index.html.erb b/app/views/site/index.html.erb new file mode 100644 index 0000000..313e77b --- /dev/null +++ b/app/views/site/index.html.erb @@ -0,0 +1,24 @@ + +
+
+
\ No newline at end of file diff --git a/bin/bundle b/bin/bundle new file mode 100755 index 0000000..66e9889 --- /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 0000000..0138d79 --- /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 0000000..d87d5f5 --- /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 0000000..acdb2c1 --- /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 0000000..62ec28f --- /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 } + gem 'spring', match[1] + require 'spring/binstub' + end +end diff --git a/config.ru b/config.ru new file mode 100644 index 0000000..bd83b25 --- /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 0000000..2a488a5 --- /dev/null +++ b/config/application.rb @@ -0,0 +1,35 @@ +require File.expand_path('../boot', __FILE__) + +require "rails" +# Pick the frameworks you want: +require "active_model/railtie" +require "active_job/railtie" +require "active_record/railtie" +require "action_controller/railtie" +require "action_mailer/railtie" +require "action_view/railtie" +require "sprockets/railtie" +# require "rails/test_unit/railtie" + +# Require the gems listed in Gemfile, including any gems +# you've limited to :test, :development, or :production. +Bundler.require(*Rails.groups) + +module RailsAngBase + 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 0000000..6b750f0 --- /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 0000000..3b73b4e --- /dev/null +++ b/config/database.yml @@ -0,0 +1,85 @@ +# PostgreSQL. Versions 8.2 and up are supported. +# +# Install the pg driver: +# gem install pg +# On OS X with Homebrew: +# gem install pg -- --with-pg-config=/usr/local/bin/pg_config +# On OS X with MacPorts: +# gem install pg -- --with-pg-config=/opt/local/lib/postgresql84/bin/pg_config +# On Windows: +# gem install pg +# Choose the win32 build. +# Install PostgreSQL and put its /bin directory on your path. +# +# Configure Using Gemfile +# gem 'pg' +# +default: &default + adapter: postgresql + encoding: unicode + # For details on connection pooling, see rails configuration guide + # http://guides.rubyonrails.org/configuring.html#database-pooling + pool: 5 + +development: + <<: *default + database: rails-ang-base_development + + # The specified database role being used to connect to postgres. + # To create additional roles in postgres see `$ createuser --help`. + # When left blank, postgres will use the default role. This is + # the same name as the operating system user that initialized the database. + #username: rails-ang-base + + # The password associated with the postgres role (username). + #password: + + # Connect on a TCP socket. Omitted by default since the client uses a + # domain socket that doesn't need configuration. Windows does not have + # domain sockets, so uncomment these lines. + #host: localhost + + # The TCP port the server listens on. Defaults to 5432. + # If your server runs on a different port number, change accordingly. + #port: 5432 + + # Schema search path. The server defaults to $user,public + #schema_search_path: myapp,sharedapp,public + + # Minimum log levels, in increasing order: + # debug5, debug4, debug3, debug2, debug1, + # log, notice, warning, error, fatal, and panic + # Defaults to warning. + #min_messages: notice + +# 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: rails-ang-base_test + +# As with config/secrets.yml, you never want to store sensitive information, +# like your database password, in your source code. If your source code is +# ever seen by anyone, they now have access to your database. +# +# Instead, provide the password as a unix environment variable when you boot +# the app. Read http://guides.rubyonrails.org/configuring.html#configuring-a-database +# for a full rundown on how to provide these environment variables in a +# production deployment. +# +# On Heroku and other platform providers, you may have a full connection URL +# available as an environment variable. For example: +# +# DATABASE_URL="postgres://myuser:mypass@localhost/somedatabase" +# +# You can use this database configuration with: +# +# production: +# url: <%= ENV['DATABASE_URL'] %> +# +production: + <<: *default + database: rails-ang-base_production + username: rails-ang-base + password: <%= ENV['RAILS-ANG-BASE_DATABASE_PASSWORD'] %> diff --git a/config/environment.rb b/config/environment.rb new file mode 100644 index 0000000..ee8d90d --- /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 0000000..b55e214 --- /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 0000000..5c1b32e --- /dev/null +++ b/config/environments/production.rb @@ -0,0 +1,79 @@ +Rails.application.configure do + # Settings specified here will take precedence over those in config/application.rb. + + # Code is not reloaded between requests. + config.cache_classes = true + + # Eager load code on boot. This eager loads most of Rails and + # your application in memory, allowing both threaded web servers + # and those relying on copy on write to perform better. + # Rake tasks automatically ignore this option for performance. + config.eager_load = true + + # Full error reports are disabled and caching is turned on. + config.consider_all_requests_local = false + config.action_controller.perform_caching = true + + # Enable Rack::Cache to put a simple HTTP cache in front of your application + # Add `rack-cache` to your Gemfile before enabling this. + # For large-scale production use, consider using a caching reverse proxy like + # NGINX, varnish or squid. + # config.action_dispatch.rack_cache = true + + # Disable serving static files from the `/public` folder by default since + # Apache or NGINX already handles this. + config.serve_static_files = ENV['RAILS_SERVE_STATIC_FILES'].present? + + # Compress JavaScripts and CSS. + config.assets.js_compressor = :uglifier + # config.assets.css_compressor = :sass + + # Do not fallback to assets pipeline if a precompiled asset is missed. + config.assets.compile = false + + # Asset digests allow you to set far-future HTTP expiration dates on all assets, + # yet still be able to expire them through the digest params. + config.assets.digest = true + + # `config.assets.precompile` and `config.assets.version` have moved to config/initializers/assets.rb + + # Specifies the header that your server uses for sending files. + # config.action_dispatch.x_sendfile_header = 'X-Sendfile' # for Apache + # config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for NGINX + + # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies. + # config.force_ssl = true + + # Use the lowest log level to ensure availability of diagnostic information + # when problems arise. + config.log_level = :debug + + # Prepend all log lines with the following tags. + # config.log_tags = [ :subdomain, :uuid ] + + # Use a different logger for distributed setups. + # config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new) + + # Use a different cache store in production. + # config.cache_store = :mem_cache_store + + # Enable serving of images, stylesheets, and JavaScripts from an asset server. + # config.action_controller.asset_host = 'http://assets.example.com' + + # Ignore bad email addresses and do not raise email delivery errors. + # Set this to true and configure the email server for immediate delivery to raise delivery errors. + # config.action_mailer.raise_delivery_errors = false + + # Enable locale fallbacks for I18n (makes lookups for any locale fall back to + # the I18n.default_locale when a translation cannot be found). + config.i18n.fallbacks = true + + # Send deprecation notices to registered listeners. + config.active_support.deprecation = :notify + + # Use default logging formatter so that PID and timestamp are not suppressed. + config.log_formatter = ::Logger::Formatter.new + + # Do not dump schema after migrations. + config.active_record.dump_schema_after_migration = false +end diff --git a/config/environments/test.rb b/config/environments/test.rb new file mode 100644 index 0000000..1c19f08 --- /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 0000000..01ef3e6 --- /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 0000000..59385cd --- /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 0000000..7f70458 --- /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 0000000..4a994e1 --- /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 0000000..ac033bf --- /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 0000000..dc18996 --- /dev/null +++ b/config/initializers/mime_types.rb @@ -0,0 +1,4 @@ +# Be sure to restart your server when you modify this file. + +# Add new mime types for use in respond_to blocks: +# Mime::Type.register "text/richtext", :rtf diff --git a/config/initializers/session_store.rb b/config/initializers/session_store.rb new file mode 100644 index 0000000..87f0f40 --- /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: '_rails-ang-base_session' diff --git a/config/initializers/wrap_parameters.rb b/config/initializers/wrap_parameters.rb new file mode 100644 index 0000000..33725e9 --- /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 0000000..0653957 --- /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 0000000..f8d8731 --- /dev/null +++ b/config/routes.rb @@ -0,0 +1,11 @@ +Rails.application.routes.draw do + root 'site#index' + + namespace :api, defaults: { format: :json } do + resources :questions, except: [:new, :edit] do + resources :answers + end + end + + get '*path', to: 'site#index' +end diff --git a/config/secrets.yml b/config/secrets.yml new file mode 100644 index 0000000..8202c83 --- /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: 5e2de2ce4a1915241f6e83d4d660846a8f6f32899ca7a6d840cbb16e42a2ad1123f97fc6fbedb9847fd8c195286807d8ffbba39556a1d11ac7ac192b2ade472a + +test: + secret_key_base: 88e91bb60d8013790d1e28d03e0a9fd79c3d79130ece6aa16359536ca8f4020d85a9d8aee1cfe3aa6419cde2237cafb8af4dd2c2d8086e7aae1a170c4305b8fa + +# 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/migrate/20160125231324_create_questions.rb b/db/migrate/20160125231324_create_questions.rb new file mode 100644 index 0000000..123449e --- /dev/null +++ b/db/migrate/20160125231324_create_questions.rb @@ -0,0 +1,10 @@ +class CreateQuestions < ActiveRecord::Migration + def change + create_table :questions do |t| + t.string :title + t.string :body + + t.timestamps null: false + end + end +end diff --git a/db/migrate/20160125231818_create_answers.rb b/db/migrate/20160125231818_create_answers.rb new file mode 100644 index 0000000..cc91cab --- /dev/null +++ b/db/migrate/20160125231818_create_answers.rb @@ -0,0 +1,9 @@ +class CreateAnswers < ActiveRecord::Migration + def change + create_table :answers do |t| + t.string :body + t.belongs_to :question + t.timestamps null: false + end + end +end diff --git a/db/schema.rb b/db/schema.rb new file mode 100644 index 0000000..b228899 --- /dev/null +++ b/db/schema.rb @@ -0,0 +1,33 @@ +# 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: 20160125231818) do + + # These are extensions that must be enabled in order to support this database + enable_extension "plpgsql" + + create_table "answers", force: :cascade do |t| + t.string "body" + t.integer "question_id" + t.datetime "created_at", null: false + t.datetime "updated_at", null: false + end + + create_table "questions", force: :cascade do |t| + t.string "title" + t.string "body" + 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 0000000..4edb1e8 --- /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/lib/assets/.keep b/lib/assets/.keep new file mode 100644 index 0000000..e69de29 diff --git a/lib/tasks/.keep b/lib/tasks/.keep new file mode 100644 index 0000000..e69de29 diff --git a/log/.keep b/log/.keep new file mode 100644 index 0000000..e69de29 diff --git a/log/development.log b/log/development.log new file mode 100644 index 0000000..3d84364 --- /dev/null +++ b/log/development.log @@ -0,0 +1,5051 @@ + + +Started GET "/" for ::1 at 2016-01-25 14:15:39 -0800 + +LoadError (Unable to autoload constant SiteController, expected /Users/adamabeyta/develop/rails-ang-base/app/controllers/site_controller.rb to define it): + activesupport (4.2.5) lib/active_support/dependencies.rb:495:in `load_missing_constant' + activesupport (4.2.5) lib/active_support/dependencies.rb:184:in `const_missing' + activesupport (4.2.5) lib/active_support/inflector/methods.rb:261:in `const_get' + activesupport (4.2.5) lib/active_support/inflector/methods.rb:261:in `block in constantize' + activesupport (4.2.5) lib/active_support/inflector/methods.rb:259:in `each' + activesupport (4.2.5) lib/active_support/inflector/methods.rb:259:in `inject' + activesupport (4.2.5) lib/active_support/inflector/methods.rb:259:in `constantize' + activesupport (4.2.5) lib/active_support/dependencies.rb:566:in `get' + activesupport (4.2.5) lib/active_support/dependencies.rb:597:in `constantize' + actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:72:in `controller_reference' + actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:62:in `controller' + actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:41:in `serve' + actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' + actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' + actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' + actionpack (4.2.5) 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.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' + actionpack (4.2.5) 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.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' + activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' + activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' + activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' + activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' + activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' + activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' + web-console (2.2.1) lib/web_console/middleware.rb:39:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' + railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' + railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' + activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' + activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' + activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' + railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' + rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' + rack (1.6.4) lib/rack/runtime.rb:18:in `call' + activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' + rack (1.6.4) lib/rack/sendfile.rb:113:in `call' + railties (4.2.5) lib/rails/engine.rb:518:in `call' + railties (4.2.5) lib/rails/application.rb:165:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + rack (1.6.4) lib/rack/content_length.rb:15:in `call' + rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' + /Users/adamabeyta/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' + /Users/adamabeyta/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' + /Users/adamabeyta/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' + + + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.7ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.6ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (10.9ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (74.3ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/_markup.html.erb (0.4ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.4ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/console.js.erb within layouts/javascript (51.8ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/main.js.erb within layouts/javascript (0.4ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/index.html.erb (117.8ms) + + +Started GET "/" for ::1 at 2016-01-25 14:15:39 -0800 + +LoadError (Unable to autoload constant SiteController, expected /Users/adamabeyta/develop/rails-ang-base/app/controllers/site_controller.rb to define it): + activesupport (4.2.5) lib/active_support/dependencies.rb:495:in `load_missing_constant' + activesupport (4.2.5) lib/active_support/dependencies.rb:184:in `const_missing' + activesupport (4.2.5) lib/active_support/inflector/methods.rb:261:in `const_get' + activesupport (4.2.5) lib/active_support/inflector/methods.rb:261:in `block in constantize' + activesupport (4.2.5) lib/active_support/inflector/methods.rb:259:in `each' + activesupport (4.2.5) lib/active_support/inflector/methods.rb:259:in `inject' + activesupport (4.2.5) lib/active_support/inflector/methods.rb:259:in `constantize' + activesupport (4.2.5) lib/active_support/dependencies.rb:566:in `get' + activesupport (4.2.5) lib/active_support/dependencies.rb:597:in `constantize' + actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:72:in `controller_reference' + actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:62:in `controller' + actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:41:in `serve' + actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' + actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' + actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' + actionpack (4.2.5) 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.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' + actionpack (4.2.5) 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.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' + activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' + activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' + activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' + activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' + activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' + activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' + web-console (2.2.1) lib/web_console/middleware.rb:39:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' + railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' + railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' + activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' + activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' + activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' + railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' + rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' + rack (1.6.4) lib/rack/runtime.rb:18:in `call' + activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' + rack (1.6.4) lib/rack/sendfile.rb:113:in `call' + railties (4.2.5) lib/rails/engine.rb:518:in `call' + railties (4.2.5) lib/rails/application.rb:165:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + rack (1.6.4) lib/rack/content_length.rb:15:in `call' + rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' + /Users/adamabeyta/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' + /Users/adamabeyta/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' + /Users/adamabeyta/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' + + + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.7ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.0ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (50.6ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/_markup.html.erb (0.4ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/console.js.erb within layouts/javascript (46.7ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/index.html.erb (105.0ms) + + +Started GET "/" for ::1 at 2016-01-25 14:16:45 -0800 + +LoadError (Unable to autoload constant SiteController, expected /Users/adamabeyta/develop/rails-ang-base/app/controllers/site_controller.rb to define it): + activesupport (4.2.5) lib/active_support/dependencies.rb:495:in `load_missing_constant' + activesupport (4.2.5) lib/active_support/dependencies.rb:184:in `const_missing' + activesupport (4.2.5) lib/active_support/inflector/methods.rb:261:in `const_get' + activesupport (4.2.5) lib/active_support/inflector/methods.rb:261:in `block in constantize' + activesupport (4.2.5) lib/active_support/inflector/methods.rb:259:in `each' + activesupport (4.2.5) lib/active_support/inflector/methods.rb:259:in `inject' + activesupport (4.2.5) lib/active_support/inflector/methods.rb:259:in `constantize' + activesupport (4.2.5) lib/active_support/dependencies.rb:566:in `get' + activesupport (4.2.5) lib/active_support/dependencies.rb:597:in `constantize' + actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:72:in `controller_reference' + actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:62:in `controller' + actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:41:in `serve' + actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' + actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' + actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' + actionpack (4.2.5) 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.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' + actionpack (4.2.5) 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.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' + activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' + activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' + activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' + activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' + activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' + activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' + web-console (2.2.1) lib/web_console/middleware.rb:39:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' + railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' + railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' + activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' + activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' + activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' + railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' + rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' + rack (1.6.4) lib/rack/runtime.rb:18:in `call' + activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' + rack (1.6.4) lib/rack/sendfile.rb:113:in `call' + railties (4.2.5) lib/rails/engine.rb:518:in `call' + railties (4.2.5) lib/rails/application.rb:165:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + rack (1.6.4) lib/rack/content_length.rb:15:in `call' + rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' + /Users/adamabeyta/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' + /Users/adamabeyta/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' + /Users/adamabeyta/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' + + + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.5ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.3ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (63.2ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/_markup.html.erb (0.5ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (1.5ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.5ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.5ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/console.js.erb within layouts/javascript (85.9ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/main.js.erb within layouts/javascript (2.1ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/error_page.js.erb within layouts/javascript (1.9ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/index.html.erb (198.7ms) + + +Started GET "/" for ::1 at 2016-01-25 14:17:06 -0800 +Processing by SiteController#index as HTML + Rendered site/index.html.erb within layouts/application (1.1ms) +Completed 500 Internal Server Error in 15ms (ActiveRecord: 0.0ms) + +SyntaxError (/Users/adamabeyta/develop/rails-ang-base/app/views/layouts/application.html.erb:7: syntax error, unexpected =>, expecting ')' +... 'application', media: 'all'=> true );@output_buffer.safe_a... +... ^): + app/views/layouts/application.html.erb:7: syntax error, unexpected =>, expecting ')' + + + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (9.4ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.4ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (63.8ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/_markup.html.erb (0.4ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.4ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/console.js.erb within layouts/javascript (44.0ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/index.html.erb (98.6ms) + + +Started GET "/" for ::1 at 2016-01-25 14:18:38 -0800 +Processing by SiteController#index as HTML + Rendered site/index.html.erb within layouts/application (0.2ms) +Completed 500 Internal Server Error in 91ms (ActiveRecord: 0.0ms) + +ActionView::Template::Error (File to import not found or unreadable: bootstrap-sass. +Load paths: + /Users/adamabeyta/develop/rails-ang-base/app/assets/images + /Users/adamabeyta/develop/rails-ang-base/app/assets/javascripts + /Users/adamabeyta/develop/rails-ang-base/app/assets/stylesheets + /Users/adamabeyta/develop/rails-ang-base/app/assets/templates + /Users/adamabeyta/develop/rails-ang-base/vendor/assets/javascripts + /Users/adamabeyta/develop/rails-ang-base/vendor/assets/stylesheets + /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/angular-rails-templates-0.1.5/vendor/assets/javascripts + /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/jquery-rails-4.1.0/vendor/assets/javascripts + /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/coffee-rails-4.1.1/lib/assets/javascripts + /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/bootstrap-sass-3.3.6/assets/stylesheets + /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/bootstrap-sass-3.3.6/assets/javascripts + /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/bootstrap-sass-3.3.6/assets/fonts + /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/bootstrap-sass-3.3.6/assets/images + /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/bootstrap-sass-3.3.6/assets/stylesheets + (in /Users/adamabeyta/develop/rails-ang-base/app/assets/stylesheets/application.scss:18)): + 4: <%= csrf_meta_tags %> + 5: + 6: + 7: <%= stylesheet_link_tag 'application', media: 'all' %> + 8: + 9: + 10: + app/assets/stylesheets/application.scss:18 + app/views/layouts/application.html.erb:7:in `_app_views_layouts_application_html_erb___2153259427220533437_70097210480060' + + + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.0ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.2ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (61.3ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/_markup.html.erb (0.4ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.4ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.4ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/console.js.erb within layouts/javascript (47.2ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/index.html.erb (107.2ms) + + +Started GET "/" for ::1 at 2016-01-25 14:19:36 -0800 +Processing by SiteController#index as HTML + Rendered site/index.html.erb within layouts/application (0.0ms) +Completed 500 Internal Server Error in 2623ms (ActiveRecord: 0.0ms) + +ActionView::Template::Error (couldn't find file 'angular.min' + (in /Users/adamabeyta/develop/rails-ang-base/app/assets/javascripts/application.js:15)): + 12: + 13: + 14: + 15: <%= javascript_include_tag 'application' %> + 16: + 17: RailsAngBase + 18: + app/views/layouts/application.html.erb:15:in `_app_views_layouts_application_html_erb___2153259427220533437_70097210480060' + + + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (15.8ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.8ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (85.8ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/_markup.html.erb (0.4ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/console.js.erb within layouts/javascript (45.7ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.6ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/index.html.erb (106.1ms) + + +Started GET "/" for ::1 at 2016-01-25 14:20:35 -0800 +Processing by SiteController#index as HTML + Rendered site/index.html.erb within layouts/application (0.1ms) +Completed 200 OK in 106ms (Views: 105.4ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/application-7c3ec728bf0f1938823037af43e4357d.css?body=1" for ::1 at 2016-01-25 14:20:35 -0800 + + +Started GET "/assets/site_controller-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 14:20:35 -0800 + + +Started GET "/assets/jquery-15d98e252d1bc53debcefc7f63af0a94.js?body=1" for ::1 at 2016-01-25 14:20:35 -0800 + + +Started GET "/assets/home-b586f17330ae6305700e8b471879c50c.js?body=1" for ::1 at 2016-01-25 14:20:35 -0800 + + +Started GET "/assets/jquery_ujs-6a46a54103e97b9ac13f2c6101ad27a5.js?body=1" for ::1 at 2016-01-25 14:20:35 -0800 + + +Started GET "/assets/app-dfbf8a1845b0e7dc0dcc0560757cb5fb.js?body=1" for ::1 at 2016-01-25 14:20:35 -0800 + + +Started GET "/assets/application-71a893962e81a9c0ec195ff47440e485.js?body=1" for ::1 at 2016-01-25 14:20:35 -0800 + + +Started GET "/" for ::1 at 2016-01-25 14:20:39 -0800 +Processing by SiteController#index as HTML + Rendered site/index.html.erb within layouts/application (0.0ms) +Completed 200 OK in 44ms (Views: 44.3ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/site_controller-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 14:20:40 -0800 + + +Started GET "/assets/jquery_ujs-6a46a54103e97b9ac13f2c6101ad27a5.js?body=1" for ::1 at 2016-01-25 14:20:40 -0800 + + +Started GET "/assets/application-7c3ec728bf0f1938823037af43e4357d.css?body=1" for ::1 at 2016-01-25 14:20:40 -0800 + + +Started GET "/assets/home-b586f17330ae6305700e8b471879c50c.js?body=1" for ::1 at 2016-01-25 14:20:40 -0800 + + +Started GET "/assets/jquery-15d98e252d1bc53debcefc7f63af0a94.js?body=1" for ::1 at 2016-01-25 14:20:40 -0800 + + +Started GET "/assets/app-dfbf8a1845b0e7dc0dcc0560757cb5fb.js?body=1" for ::1 at 2016-01-25 14:20:40 -0800 + + +Started GET "/assets/application-71a893962e81a9c0ec195ff47440e485.js?body=1" for ::1 at 2016-01-25 14:20:40 -0800 + + +Started GET "/assets/site_controller-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 14:20:43 -0800 + + +Started GET "/assets/application-7c3ec728bf0f1938823037af43e4357d.css?body=1" for ::1 at 2016-01-25 14:20:43 -0800 + + +Started GET "/" for ::1 at 2016-01-25 14:21:18 -0800 +Processing by SiteController#index as HTML + Rendered site/index.html.erb within layouts/application (0.1ms) +Completed 200 OK in 76ms (Views: 75.8ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/site_controller-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 14:21:18 -0800 + + +Started GET "/assets/jquery_ujs-6a46a54103e97b9ac13f2c6101ad27a5.js?body=1" for ::1 at 2016-01-25 14:21:18 -0800 + + +Started GET "/assets/application-29e3d00f81008f0a5564ebbc21d47f6f.js?body=1" for ::1 at 2016-01-25 14:21:18 -0800 + + +Started GET "/assets/jquery-15d98e252d1bc53debcefc7f63af0a94.js?body=1" for ::1 at 2016-01-25 14:21:18 -0800 + + +Started GET "/assets/application-7c3ec728bf0f1938823037af43e4357d.css?body=1" for ::1 at 2016-01-25 14:21:18 -0800 + + +Started GET "/assets/app-dfbf8a1845b0e7dc0dcc0560757cb5fb.js?body=1" for ::1 at 2016-01-25 14:21:18 -0800 + + +Started GET "/" for ::1 at 2016-01-25 14:26:00 -0800 +Processing by SiteController#index as HTML + Rendered site/index.html.erb within layouts/application (0.0ms) +Completed 200 OK in 96ms (Views: 95.7ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/site_controller-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 14:26:00 -0800 + + +Started GET "/assets/application-7c3ec728bf0f1938823037af43e4357d.css?body=1" for ::1 at 2016-01-25 14:26:00 -0800 + + +Started GET "/assets/app-807af6fe1a74e314f2b72939ad346e39.js?body=1" for ::1 at 2016-01-25 14:26:00 -0800 + + +Started GET "/assets/jquery_ujs-6a46a54103e97b9ac13f2c6101ad27a5.js?body=1" for ::1 at 2016-01-25 14:26:00 -0800 + + +Started GET "/assets/jquery-15d98e252d1bc53debcefc7f63af0a94.js?body=1" for ::1 at 2016-01-25 14:26:00 -0800 + + +Started GET "/assets/application-0619349cad1021071ba67899388736db.js?body=1" for ::1 at 2016-01-25 14:26:00 -0800 + + +Started GET "/" for ::1 at 2016-01-25 14:26:16 -0800 +Processing by SiteController#index as HTML + Rendered site/index.html.erb within layouts/application (0.1ms) +Completed 200 OK in 69ms (Views: 68.7ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/site_controller-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 14:26:17 -0800 + + +Started GET "/assets/home-b586f17330ae6305700e8b471879c50c.js?body=1" for ::1 at 2016-01-25 14:26:17 -0800 + + +Started GET "/assets/application-7c3ec728bf0f1938823037af43e4357d.css?body=1" for ::1 at 2016-01-25 14:26:17 -0800 + + +Started GET "/assets/jquery_ujs-6a46a54103e97b9ac13f2c6101ad27a5.js?body=1" for ::1 at 2016-01-25 14:26:17 -0800 + + +Started GET "/assets/app-807af6fe1a74e314f2b72939ad346e39.js?body=1" for ::1 at 2016-01-25 14:26:17 -0800 + + +Started GET "/assets/jquery-15d98e252d1bc53debcefc7f63af0a94.js?body=1" for ::1 at 2016-01-25 14:26:17 -0800 + + +Started GET "/assets/application-5e35ff7c3d505ced7f2617779cee11e2.js?body=1" for ::1 at 2016-01-25 14:26:17 -0800 + + +Started GET "/" for ::1 at 2016-01-25 14:26:35 -0800 +Processing by SiteController#index as HTML + Rendered site/index.html.erb within layouts/application (0.1ms) +Completed 200 OK in 76ms (Views: 75.3ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/application-7c3ec728bf0f1938823037af43e4357d.css?body=1" for ::1 at 2016-01-25 14:26:35 -0800 + + +Started GET "/assets/site_controller-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 14:26:35 -0800 + + +Started GET "/assets/home-b586f17330ae6305700e8b471879c50c.js?body=1" for ::1 at 2016-01-25 14:26:35 -0800 + + +Started GET "/assets/jquery-15d98e252d1bc53debcefc7f63af0a94.js?body=1" for ::1 at 2016-01-25 14:26:35 -0800 + + +Started GET "/assets/jquery_ujs-6a46a54103e97b9ac13f2c6101ad27a5.js?body=1" for ::1 at 2016-01-25 14:26:35 -0800 + + +Started GET "/assets/app-dfbf8a1845b0e7dc0dcc0560757cb5fb.js?body=1" for ::1 at 2016-01-25 14:26:35 -0800 + + +Started GET "/assets/application-71a893962e81a9c0ec195ff47440e485.js?body=1" for ::1 at 2016-01-25 14:26:35 -0800 + + +Started GET "/" for ::1 at 2016-01-25 14:27:38 -0800 +Processing by SiteController#index as HTML + Rendered site/index.html.erb within layouts/application (0.0ms) +Completed 200 OK in 95ms (Views: 95.3ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/angular-rails-templates-8410c681a5deb0bf79346a772ef86f7e.js?body=1" for ::1 at 2016-01-25 14:27:39 -0800 + + +Started GET "/assets/application-a802a59f84e13f861429e10fff0b478a.js?body=1" for ::1 at 2016-01-25 14:27:39 -0800 + + +Started GET "/assets/site_controller-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 14:27:39 -0800 + + +Started GET "/assets/jquery-15d98e252d1bc53debcefc7f63af0a94.js?body=1" for ::1 at 2016-01-25 14:27:39 -0800 + + +Started GET "/assets/app-dfbf8a1845b0e7dc0dcc0560757cb5fb.js?body=1" for ::1 at 2016-01-25 14:27:39 -0800 + + +Started GET "/assets/application-7c3ec728bf0f1938823037af43e4357d.css?body=1" for ::1 at 2016-01-25 14:27:39 -0800 + + +Started GET "/assets/jquery_ujs-6a46a54103e97b9ac13f2c6101ad27a5.js?body=1" for ::1 at 2016-01-25 14:27:39 -0800 + + +Started GET "/assets/home-b586f17330ae6305700e8b471879c50c.js?body=1" for ::1 at 2016-01-25 14:27:39 -0800 + + +Started GET "/" for ::1 at 2016-01-25 14:28:32 -0800 +Processing by SiteController#index as HTML + Rendered site/index.html.erb within layouts/application (0.1ms) +Completed 200 OK in 103ms (Views: 103.2ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/home-a1a628334faaf34b10768c665c9ba1b0.js?body=1" for ::1 at 2016-01-25 14:28:33 -0800 + + +Started GET "/assets/site_controller-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 14:28:33 -0800 + + +Started GET "/assets/application-7c3ec728bf0f1938823037af43e4357d.css?body=1" for ::1 at 2016-01-25 14:28:33 -0800 + + +Started GET "/assets/jquery-15d98e252d1bc53debcefc7f63af0a94.js?body=1" for ::1 at 2016-01-25 14:28:33 -0800 + + +Started GET "/assets/application-4a32fa569396eb4c5b861ee531aeedd9.js?body=1" for ::1 at 2016-01-25 14:28:33 -0800 + + +Started GET "/assets/jquery_ujs-6a46a54103e97b9ac13f2c6101ad27a5.js?body=1" for ::1 at 2016-01-25 14:28:33 -0800 + + +Started GET "/assets/angular-rails-templates-8410c681a5deb0bf79346a772ef86f7e.js?body=1" for ::1 at 2016-01-25 14:28:33 -0800 + + +Started GET "/assets/app-dfbf8a1845b0e7dc0dcc0560757cb5fb.js?body=1" for ::1 at 2016-01-25 14:28:33 -0800 + + +Started POST "/" for ::1 at 2016-01-25 15:03:36 -0800 + +ActionController::RoutingError (No route matches [POST] "/"): + actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' + web-console (2.2.1) lib/web_console/middleware.rb:39:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' + railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' + railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' + activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' + activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' + activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' + railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' + rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' + rack (1.6.4) lib/rack/runtime.rb:18:in `call' + activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' + rack (1.6.4) lib/rack/sendfile.rb:113:in `call' + railties (4.2.5) lib/rails/engine.rb:518:in `call' + railties (4.2.5) lib/rails/application.rb:165:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + rack (1.6.4) lib/rack/content_length.rb:15:in `call' + rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' + /Users/adamabeyta/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' + /Users/adamabeyta/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' + /Users/adamabeyta/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' + + + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.2ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.9ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/routes/_table.html.erb (24.9ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (6.0ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (112.3ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/_markup.html.erb (0.9ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.6ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.4ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.5ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/console.js.erb within layouts/javascript (55.8ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/main.js.erb within layouts/javascript (0.4ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/index.html.erb (118.1ms) + + +Started GET "/" for ::1 at 2016-01-25 15:03:52 -0800 +Processing by SiteController#index as */* + Rendered site/index.html.erb within layouts/application (0.6ms) +Completed 500 Internal Server Error in 1872ms (Views: 1865.8ms | ActiveRecord: 0.0ms) + +NoMethodError (undefined method `Set_csrf_cookie_for_ng' for #): + activesupport (4.2.5) lib/active_support/callbacks.rb:432:in `block in make_lambda' + activesupport (4.2.5) lib/active_support/callbacks.rb:239:in `call' + activesupport (4.2.5) lib/active_support/callbacks.rb:239:in `block in halting' + activesupport (4.2.5) lib/active_support/callbacks.rb:506:in `call' + activesupport (4.2.5) lib/active_support/callbacks.rb:506:in `block in call' + activesupport (4.2.5) lib/active_support/callbacks.rb:506:in `each' + activesupport (4.2.5) lib/active_support/callbacks.rb:506:in `call' + activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' + activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' + activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' + actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' + activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' + activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' + actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' + actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' + activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' + actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' + actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' + actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' + actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' + actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' + actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' + actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' + actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' + actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' + actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' + actionpack (4.2.5) 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.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' + actionpack (4.2.5) 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.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' + activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' + activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' + activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' + activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' + activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' + activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' + web-console (2.2.1) lib/web_console/middleware.rb:39:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' + railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' + railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' + activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' + activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' + activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' + railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' + rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' + rack (1.6.4) lib/rack/runtime.rb:18:in `call' + activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' + rack (1.6.4) lib/rack/sendfile.rb:113:in `call' + railties (4.2.5) lib/rails/engine.rb:518:in `call' + railties (4.2.5) lib/rails/application.rb:165:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + rack (1.6.4) lib/rack/content_length.rb:15:in `call' + rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' + /Users/adamabeyta/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' + /Users/adamabeyta/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' + /Users/adamabeyta/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' + + + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.4ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.5ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (61.7ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/_markup.html.erb (0.4ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.6ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.4ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/console.js.erb within layouts/javascript (49.9ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.5ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/index.html.erb (104.9ms) + + +Started GET "/api/questions" for ::1 at 2016-01-25 15:04:13 -0800 + +SyntaxError (/Users/adamabeyta/develop/rails-ang-base/app/controllers/api/questions_controller.rb:15: syntax error, unexpected tIDENTIFIER, expecting keyword_end +...ll_messages.join(", ") } status: unprocessable_entity +... ^): + app/controllers/api/questions_controller.rb:15: syntax error, unexpected tIDENTIFIER, expecting keyword_end + + + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.8ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.2ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (59.9ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/_markup.html.erb (0.3ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.4ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/console.js.erb within layouts/javascript (51.1ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/index.html.erb (99.9ms) + + +Started GET "/api/questions" for ::1 at 2016-01-25 15:04:39 -0800 + +SyntaxError (/Users/adamabeyta/develop/rails-ang-base/app/controllers/api/questions_controller.rb:15: syntax error, unexpected tIDENTIFIER, expecting keyword_end +...ll_messages.join(", ") } status: unprocessable_entity +... ^): + app/controllers/api/questions_controller.rb:15: syntax error, unexpected tIDENTIFIER, expecting keyword_end + + + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (7.0ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (7.5ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (82.9ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/_markup.html.erb (0.7ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.4ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/console.js.erb within layouts/javascript (49.5ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/main.js.erb within layouts/javascript (0.4ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.5ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/index.html.erb (108.8ms) + + +Started GET "/api/questions" for ::1 at 2016-01-25 15:05:16 -0800 + +SyntaxError (/Users/adamabeyta/develop/rails-ang-base/app/controllers/api/questions_controller.rb:15: syntax error, unexpected tIDENTIFIER, expecting keyword_end +...ll_messages.join(", ") } status: unprocessable_entity +... ^): + app/controllers/api/questions_controller.rb:15: syntax error, unexpected tIDENTIFIER, expecting keyword_end + + + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.3ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.0ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (60.4ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/_markup.html.erb (0.3ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/console.js.erb within layouts/javascript (44.5ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/main.js.erb within layouts/javascript (0.2ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.3ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/index.html.erb (95.5ms) + + +Started GET "/api/questions" for ::1 at 2016-01-25 15:08:44 -0800 + +SyntaxError (/Users/adamabeyta/develop/rails-ang-base/app/controllers/api/questions_controller.rb:15: syntax error, unexpected tIDENTIFIER, expecting keyword_end +...ll_messages.join(", ") } status: unprocessable_entity +... ^): + app/controllers/api/questions_controller.rb:15: syntax error, unexpected tIDENTIFIER, expecting keyword_end + + + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.3ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.5ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (61.2ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/_markup.html.erb (0.4ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.4ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/console.js.erb within layouts/javascript (50.4ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.3ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/index.html.erb (109.0ms) + + +Started GET "/api/questions" for ::1 at 2016-01-25 15:08:50 -0800 + +SyntaxError (/Users/adamabeyta/develop/rails-ang-base/app/controllers/api/questions_controller.rb:15: syntax error, unexpected tIDENTIFIER, expecting keyword_end +...ll_messages.join(", ") } status: unprocessable_entity +... ^): + app/controllers/api/questions_controller.rb:15: syntax error, unexpected tIDENTIFIER, expecting keyword_end + + + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.9ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.8ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.8ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (67.3ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/_markup.html.erb (0.4ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.4ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/console.js.erb within layouts/javascript (41.6ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/index.html.erb (93.1ms) + + +Started GET "/api/questions" for ::1 at 2016-01-25 15:11:21 -0800 + +SyntaxError (/Users/adamabeyta/develop/rails-ang-base/app/controllers/api/questions_controller.rb:15: syntax error, unexpected tIDENTIFIER, expecting keyword_end +...ll_messages.join(", ") } status: unprocessable_entity +... ^): + app/controllers/api/questions_controller.rb:15: syntax error, unexpected tIDENTIFIER, expecting keyword_end + + + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.4ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.7ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (60.2ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/_markup.html.erb (0.4ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.5ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.5ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/console.js.erb within layouts/javascript (53.2ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/main.js.erb within layouts/javascript (0.4ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.3ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/index.html.erb (112.5ms) + + +Started GET "/api/questions" for ::1 at 2016-01-25 15:11:59 -0800 +Processing by Api::QuestionsController#index as JSON +Completed 500 Internal Server Error in 2ms (ActiveRecord: 0.0ms) + +NameError (uninitialized constant Api::QuestionsController::Question): + app/controllers/api/questions_controller.rb:3:in `index' + + + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.4ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (54.0ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/_markup.html.erb (0.4ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/console.js.erb within layouts/javascript (43.8ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/index.html.erb (100.1ms) + + +Started GET "/api/questions" for ::1 at 2016-01-25 15:12:09 -0800 +Processing by Api::QuestionsController#index as JSON +Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms) + +NameError (uninitialized constant Api::QuestionsController::Question): + app/controllers/api/questions_controller.rb:3:in `index' + + + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.9ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.5ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (56.8ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/_markup.html.erb (0.4ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.4ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.4ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/console.js.erb within layouts/javascript (46.7ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/main.js.erb within layouts/javascript (0.4ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.5ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/index.html.erb (98.7ms) +  (40.8ms) CREATE TABLE "schema_migrations" ("version" character varying NOT NULL)  +  (4.8ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version") + ActiveRecord::SchemaMigration Load (0.8ms) SELECT "schema_migrations".* FROM "schema_migrations" +Migrating to CreateQuestions (20160125231324) +  (0.5ms) BEGIN +  (14.9ms) CREATE TABLE "questions" ("id" serial primary key, "title" character varying, "body" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  + SQL (1.9ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20160125231324"]] +  (0.4ms) COMMIT + ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations" +  (7.8ms) SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete +FROM pg_constraint c +JOIN pg_class t1 ON c.conrelid = t1.oid +JOIN pg_class t2 ON c.confrelid = t2.oid +JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid +JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid +JOIN pg_namespace t3 ON c.connamespace = t3.oid +WHERE c.contype = 'f' + AND t1.relname = 'questions' + AND t3.nspname = ANY (current_schemas(false)) +ORDER BY c.conname + + + +Started GET "/api/questions" for ::1 at 2016-01-25 15:14:15 -0800 + ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations" +Processing by Api::QuestionsController#index as JSON + Question Load (1.5ms) SELECT "questions".* FROM "questions" ORDER BY created_at DESC +Completed 500 Internal Server Error in 10ms (Views: 1.7ms | ActiveRecord: 2.6ms) + +NoMethodError (undefined method `Set_csrf_cookie_for_ng' for #): + activesupport (4.2.5) lib/active_support/callbacks.rb:432:in `block in make_lambda' + activesupport (4.2.5) lib/active_support/callbacks.rb:239:in `call' + activesupport (4.2.5) lib/active_support/callbacks.rb:239:in `block in halting' + activesupport (4.2.5) lib/active_support/callbacks.rb:506:in `call' + activesupport (4.2.5) lib/active_support/callbacks.rb:506:in `block in call' + activesupport (4.2.5) lib/active_support/callbacks.rb:506:in `each' + activesupport (4.2.5) lib/active_support/callbacks.rb:506:in `call' + activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' + activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' + activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' + actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' + activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' + activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' + actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' + actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' + activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' + actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' + actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' + actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' + actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' + actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' + actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' + actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' + actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' + actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' + actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' + actionpack (4.2.5) 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.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' + actionpack (4.2.5) 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.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' + activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' + activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' + activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' + activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' + activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' + activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' + web-console (2.2.1) lib/web_console/middleware.rb:39:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' + railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' + railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' + activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' + activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' + activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' + railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' + rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' + rack (1.6.4) lib/rack/runtime.rb:18:in `call' + activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' + rack (1.6.4) lib/rack/sendfile.rb:113:in `call' + railties (4.2.5) lib/rails/engine.rb:518:in `call' + railties (4.2.5) lib/rails/application.rb:165:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + rack (1.6.4) lib/rack/content_length.rb:15:in `call' + rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' + /Users/adamabeyta/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' + /Users/adamabeyta/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' + /Users/adamabeyta/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' + + + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (8.5ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.8ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (69.7ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/_markup.html.erb (0.5ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.6ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.5ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.4ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/console.js.erb within layouts/javascript (55.8ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/main.js.erb within layouts/javascript (0.3ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/index.html.erb (115.5ms) + + +Started GET "/api/questions" for ::1 at 2016-01-25 15:14:58 -0800 +Processing by Api::QuestionsController#index as JSON + Question Load (0.3ms) SELECT "questions".* FROM "questions" +Completed 500 Internal Server Error in 9ms (Views: 1.2ms | ActiveRecord: 1.3ms) + +NoMethodError (undefined method `Set_csrf_cookie_for_ng' for #): + activesupport (4.2.5) lib/active_support/callbacks.rb:432:in `block in make_lambda' + activesupport (4.2.5) lib/active_support/callbacks.rb:239:in `call' + activesupport (4.2.5) lib/active_support/callbacks.rb:239:in `block in halting' + activesupport (4.2.5) lib/active_support/callbacks.rb:506:in `call' + activesupport (4.2.5) lib/active_support/callbacks.rb:506:in `block in call' + activesupport (4.2.5) lib/active_support/callbacks.rb:506:in `each' + activesupport (4.2.5) lib/active_support/callbacks.rb:506:in `call' + activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' + activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' + activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' + actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' + activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' + activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' + actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' + actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' + activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' + actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' + actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' + actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' + actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' + actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' + actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' + actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' + actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' + actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' + actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' + actionpack (4.2.5) 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.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' + actionpack (4.2.5) 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.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' + activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' + activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' + activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' + activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' + activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' + activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' + web-console (2.2.1) lib/web_console/middleware.rb:39:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' + railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' + railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' + activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' + activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' + activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' + railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' + rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' + rack (1.6.4) lib/rack/runtime.rb:18:in `call' + activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' + rack (1.6.4) lib/rack/sendfile.rb:113:in `call' + railties (4.2.5) lib/rails/engine.rb:518:in `call' + railties (4.2.5) lib/rails/application.rb:165:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + rack (1.6.4) lib/rack/content_length.rb:15:in `call' + rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' + /Users/adamabeyta/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' + /Users/adamabeyta/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' + /Users/adamabeyta/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' + + + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.1ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.1ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (59.5ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/_markup.html.erb (0.4ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.5ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.4ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/style.css.erb within layouts/inlined_string (1.5ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/console.js.erb within layouts/javascript (51.7ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/main.js.erb within layouts/javascript (0.4ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.9ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/index.html.erb (112.3ms) + + +Started GET "/api/questions" for ::1 at 2016-01-25 15:15:53 -0800 +Processing by Api::QuestionsController#index as JSON + Question Load (0.3ms) SELECT "questions".* FROM "questions" +Completed 500 Internal Server Error in 7ms (Views: 1.0ms | ActiveRecord: 1.3ms) + +NoMethodError (undefined method `Set_csrf_cookie_for_ng' for #): + activesupport (4.2.5) lib/active_support/callbacks.rb:432:in `block in make_lambda' + activesupport (4.2.5) lib/active_support/callbacks.rb:239:in `call' + activesupport (4.2.5) lib/active_support/callbacks.rb:239:in `block in halting' + activesupport (4.2.5) lib/active_support/callbacks.rb:506:in `call' + activesupport (4.2.5) lib/active_support/callbacks.rb:506:in `block in call' + activesupport (4.2.5) lib/active_support/callbacks.rb:506:in `each' + activesupport (4.2.5) lib/active_support/callbacks.rb:506:in `call' + activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' + activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' + activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' + actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' + activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' + activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' + actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' + actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' + activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' + actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' + actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' + actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' + actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' + actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' + actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' + actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' + actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' + actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' + actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' + actionpack (4.2.5) 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.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' + actionpack (4.2.5) 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.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' + activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' + activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' + activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' + activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' + activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' + activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' + web-console (2.2.1) lib/web_console/middleware.rb:39:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' + railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' + railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' + activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' + activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' + activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' + railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' + rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' + rack (1.6.4) lib/rack/runtime.rb:18:in `call' + activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' + rack (1.6.4) lib/rack/sendfile.rb:113:in `call' + railties (4.2.5) lib/rails/engine.rb:518:in `call' + railties (4.2.5) lib/rails/application.rb:165:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + rack (1.6.4) lib/rack/content_length.rb:15:in `call' + rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' + /Users/adamabeyta/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' + /Users/adamabeyta/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' + /Users/adamabeyta/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' + + + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.2ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.8ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (59.4ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/_markup.html.erb (0.4ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.5ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/console.js.erb within layouts/javascript (52.8ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/main.js.erb within layouts/javascript (0.4ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/index.html.erb (108.9ms) + + +Started GET "/api/questions" for ::1 at 2016-01-25 15:16:01 -0800 +Processing by Api::QuestionsController#index as JSON + Question Load (0.3ms) SELECT "questions".* FROM "questions" +Completed 200 OK in 4ms (Views: 0.8ms | ActiveRecord: 1.1ms) + + +Started GET "/api/questions" for ::1 at 2016-01-25 15:16:11 -0800 +Processing by Api::QuestionsController#index as JSON + Question Load (0.3ms) SELECT "questions".* FROM "questions" +Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.3ms) + ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations" +Migrating to CreateAnswers (20160125231818) +  (0.2ms) BEGIN +  (12.8ms) CREATE TABLE "answers" ("id" serial primary key, "body" character varying, "question_id" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)  + SQL (1.0ms) INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20160125231818"]] +  (1.7ms) COMMIT + ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations" +  (4.3ms) SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete +FROM pg_constraint c +JOIN pg_class t1 ON c.conrelid = t1.oid +JOIN pg_class t2 ON c.confrelid = t2.oid +JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid +JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid +JOIN pg_namespace t3 ON c.connamespace = t3.oid +WHERE c.contype = 'f' + AND t1.relname = 'answers' + AND t3.nspname = ANY (current_schemas(false)) +ORDER BY c.conname + +  (4.7ms) SELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete +FROM pg_constraint c +JOIN pg_class t1 ON c.conrelid = t1.oid +JOIN pg_class t2 ON c.confrelid = t2.oid +JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid +JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid +JOIN pg_namespace t3 ON c.connamespace = t3.oid +WHERE c.contype = 'f' + AND t1.relname = 'questions' + AND t3.nspname = ANY (current_schemas(false)) +ORDER BY c.conname + + + +Started GET "/" for ::1 at 2016-01-25 15:23:35 -0800 + ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations" +Processing by SiteController#index as HTML + Rendered site/index.html.erb within layouts/application (1.0ms) +Completed 200 OK in 170ms (Views: 169.7ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/api/questions-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 15:23:36 -0800 + + +Started GET "/assets/application-7c3ec728bf0f1938823037af43e4357d.css?body=1" for ::1 at 2016-01-25 15:23:36 -0800 + + +Started GET "/assets/app-c6c97487a1142a30144c0fb655d52b0b.js?body=1" for ::1 at 2016-01-25 15:23:36 -0800 + + +Started GET "/assets/jquery_ujs-6a46a54103e97b9ac13f2c6101ad27a5.js?body=1" for ::1 at 2016-01-25 15:23:36 -0800 + + +Started GET "/assets/site_controller-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 15:23:36 -0800 + + +Started GET "/assets/jquery-15d98e252d1bc53debcefc7f63af0a94.js?body=1" for ::1 at 2016-01-25 15:23:36 -0800 + + +Started GET "/assets/angular-rails-templates-8410c681a5deb0bf79346a772ef86f7e.js?body=1" for ::1 at 2016-01-25 15:23:36 -0800 + + +Started GET "/assets/application-ff7437f6ec681c007d64e34d13642ea5.js?body=1" for ::1 at 2016-01-25 15:23:36 -0800 + + +Started GET "/assets/home-a1a628334faaf34b10768c665c9ba1b0.js?body=1" for ::1 at 2016-01-25 15:23:36 -0800 + + +Started GET "/" for ::1 at 2016-01-25 15:23:48 -0800 +Processing by SiteController#index as HTML + Rendered site/index.html.erb within layouts/application (0.4ms) +Completed 200 OK in 57ms (Views: 57.1ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/api/questions-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 15:23:49 -0800 + + +Started GET "/assets/site_controller-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 15:23:49 -0800 + + +Started GET "/assets/jquery_ujs-6a46a54103e97b9ac13f2c6101ad27a5.js?body=1" for ::1 at 2016-01-25 15:23:49 -0800 + + +Started GET "/assets/application-7c3ec728bf0f1938823037af43e4357d.css?body=1" for ::1 at 2016-01-25 15:23:49 -0800 + + +Started GET "/assets/jquery-15d98e252d1bc53debcefc7f63af0a94.js?body=1" for ::1 at 2016-01-25 15:23:49 -0800 + + +Started GET "/assets/angular-rails-templates-8410c681a5deb0bf79346a772ef86f7e.js?body=1" for ::1 at 2016-01-25 15:23:49 -0800 + + +Started GET "/assets/home-a1a628334faaf34b10768c665c9ba1b0.js?body=1" for ::1 at 2016-01-25 15:23:49 -0800 + + +Started GET "/assets/app-c6c97487a1142a30144c0fb655d52b0b.js?body=1" for ::1 at 2016-01-25 15:23:49 -0800 + + +Started GET "/assets/application-ff7437f6ec681c007d64e34d13642ea5.js?body=1" for ::1 at 2016-01-25 15:23:49 -0800 + + +Started GET "/" for ::1 at 2016-01-25 15:24:58 -0800 +Processing by SiteController#index as HTML + Rendered site/index.html.erb within layouts/application (0.0ms) +Completed 200 OK in 1778ms (Views: 1778.2ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/application-845393c384a858a496be931413bb1b6b.css?body=1" for ::1 at 2016-01-25 15:25:00 -0800 + + +Started GET "/assets/api/questions-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 15:25:01 -0800 + + +Started GET "/assets/jquery-15d98e252d1bc53debcefc7f63af0a94.js?body=1" for ::1 at 2016-01-25 15:25:01 -0800 + + +Started GET "/assets/angular-rails-templates-8410c681a5deb0bf79346a772ef86f7e.js?body=1" for ::1 at 2016-01-25 15:25:01 -0800 + + +Started GET "/assets/site_controller-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 15:25:01 -0800 + + +Started GET "/assets/jquery_ujs-6a46a54103e97b9ac13f2c6101ad27a5.js?body=1" for ::1 at 2016-01-25 15:25:01 -0800 + + +Started GET "/assets/app-c6c97487a1142a30144c0fb655d52b0b.js?body=1" for ::1 at 2016-01-25 15:25:01 -0800 + + +Started GET "/assets/home-a1a628334faaf34b10768c665c9ba1b0.js?body=1" for ::1 at 2016-01-25 15:25:01 -0800 + + +Started GET "/assets/application-ff7437f6ec681c007d64e34d13642ea5.js?body=1" for ::1 at 2016-01-25 15:25:01 -0800 + + +Started GET "/" for ::1 at 2016-01-25 15:25:41 -0800 +Processing by SiteController#index as HTML + Rendered site/index.html.erb within layouts/application (0.4ms) +Completed 200 OK in 56ms (Views: 55.8ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/api/questions-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 15:25:41 -0800 + + +Started GET "/assets/site_controller-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 15:25:41 -0800 + + +Started GET "/assets/jquery_ujs-6a46a54103e97b9ac13f2c6101ad27a5.js?body=1" for ::1 at 2016-01-25 15:25:41 -0800 + + +Started GET "/assets/application-845393c384a858a496be931413bb1b6b.css?body=1" for ::1 at 2016-01-25 15:25:41 -0800 + + +Started GET "/assets/jquery-15d98e252d1bc53debcefc7f63af0a94.js?body=1" for ::1 at 2016-01-25 15:25:41 -0800 + + +Started GET "/assets/angular-rails-templates-8410c681a5deb0bf79346a772ef86f7e.js?body=1" for ::1 at 2016-01-25 15:25:41 -0800 + + +Started GET "/assets/home-a1a628334faaf34b10768c665c9ba1b0.js?body=1" for ::1 at 2016-01-25 15:25:41 -0800 + + +Started GET "/assets/app-c6c97487a1142a30144c0fb655d52b0b.js?body=1" for ::1 at 2016-01-25 15:25:41 -0800 + + +Started GET "/assets/application-ff7437f6ec681c007d64e34d13642ea5.js?body=1" for ::1 at 2016-01-25 15:25:41 -0800 + + +Started GET "/assets/jquery-15d98e252d1bc53debcefc7f63af0a94.js?body=1" for ::1 at 2016-01-25 15:25:41 -0800 + + +Started GET "/" for ::1 at 2016-01-25 15:25:57 -0800 +Processing by SiteController#index as HTML + Rendered site/index.html.erb within layouts/application (0.0ms) +Completed 200 OK in 1696ms (Views: 1695.4ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/api/questions-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 15:25:59 -0800 + + +Started GET "/assets/site_controller-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 15:25:59 -0800 + + +Started GET "/assets/application-7c3ec728bf0f1938823037af43e4357d.css?body=1" for ::1 at 2016-01-25 15:25:59 -0800 + + +Started GET "/assets/angular-rails-templates-8410c681a5deb0bf79346a772ef86f7e.js?body=1" for ::1 at 2016-01-25 15:25:59 -0800 + + +Started GET "/assets/jquery_ujs-6a46a54103e97b9ac13f2c6101ad27a5.js?body=1" for ::1 at 2016-01-25 15:25:59 -0800 + + +Started GET "/assets/jquery-15d98e252d1bc53debcefc7f63af0a94.js?body=1" for ::1 at 2016-01-25 15:25:59 -0800 + + +Started GET "/assets/home-a1a628334faaf34b10768c665c9ba1b0.js?body=1" for ::1 at 2016-01-25 15:25:59 -0800 + + +Started GET "/assets/app-c6c97487a1142a30144c0fb655d52b0b.js?body=1" for ::1 at 2016-01-25 15:25:59 -0800 + + +Started GET "/assets/application-ff7437f6ec681c007d64e34d13642ea5.js?body=1" for ::1 at 2016-01-25 15:25:59 -0800 + + +Started GET "/" for ::1 at 2016-01-25 15:26:20 -0800 +Processing by SiteController#index as HTML + Rendered site/index.html.erb within layouts/application (0.0ms) +Completed 200 OK in 1648ms (Views: 1647.5ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/application-1effd678c76ad97c3f8fa1b9a738774c.css?body=1" for ::1 at 2016-01-25 15:26:22 -0800 + + +Started GET "/assets/api/questions-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 15:26:22 -0800 + + +Started GET "/assets/jquery-15d98e252d1bc53debcefc7f63af0a94.js?body=1" for ::1 at 2016-01-25 15:26:22 -0800 + + +Started GET "/assets/jquery_ujs-6a46a54103e97b9ac13f2c6101ad27a5.js?body=1" for ::1 at 2016-01-25 15:26:22 -0800 + + +Started GET "/assets/site_controller-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 15:26:22 -0800 + + +Started GET "/assets/angular-rails-templates-8410c681a5deb0bf79346a772ef86f7e.js?body=1" for ::1 at 2016-01-25 15:26:22 -0800 + + +Started GET "/assets/home-a1a628334faaf34b10768c665c9ba1b0.js?body=1" for ::1 at 2016-01-25 15:26:22 -0800 + + +Started GET "/assets/app-c6c97487a1142a30144c0fb655d52b0b.js?body=1" for ::1 at 2016-01-25 15:26:22 -0800 + + +Started GET "/assets/application-ff7437f6ec681c007d64e34d13642ea5.js?body=1" for ::1 at 2016-01-25 15:26:22 -0800 + + +Started GET "/" for ::1 at 2016-01-25 15:26:50 -0800 +Processing by SiteController#index as HTML + Rendered site/index.html.erb within layouts/application (0.4ms) +Completed 200 OK in 86ms (Views: 85.7ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/api/questions-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 15:26:50 -0800 + + +Started GET "/assets/site_controller-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 15:26:51 -0800 + + +Started GET "/assets/jquery_ujs-6a46a54103e97b9ac13f2c6101ad27a5.js?body=1" for ::1 at 2016-01-25 15:26:51 -0800 + + +Started GET "/assets/application-1effd678c76ad97c3f8fa1b9a738774c.css?body=1" for ::1 at 2016-01-25 15:26:51 -0800 + + +Started GET "/assets/angular-rails-templates-8410c681a5deb0bf79346a772ef86f7e.js?body=1" for ::1 at 2016-01-25 15:26:51 -0800 + + +Started GET "/assets/jquery-15d98e252d1bc53debcefc7f63af0a94.js?body=1" for ::1 at 2016-01-25 15:26:51 -0800 + + +Started GET "/assets/home-a1a628334faaf34b10768c665c9ba1b0.js?body=1" for ::1 at 2016-01-25 15:26:51 -0800 + + +Started GET "/assets/app-c6c97487a1142a30144c0fb655d52b0b.js?body=1" for ::1 at 2016-01-25 15:26:51 -0800 + + +Started GET "/assets/application-ff7437f6ec681c007d64e34d13642ea5.js?body=1" for ::1 at 2016-01-25 15:26:51 -0800 + + +Started GET "/" for ::1 at 2016-01-25 15:27:10 -0800 +Processing by SiteController#index as HTML + Rendered site/index.html.erb within layouts/application (0.6ms) +Completed 200 OK in 60ms (Views: 59.4ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/api/questions-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 15:27:10 -0800 + + +Started GET "/assets/jquery_ujs-6a46a54103e97b9ac13f2c6101ad27a5.js?body=1" for ::1 at 2016-01-25 15:27:10 -0800 + + +Started GET "/assets/site_controller-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 15:27:10 -0800 + + +Started GET "/assets/jquery-15d98e252d1bc53debcefc7f63af0a94.js?body=1" for ::1 at 2016-01-25 15:27:10 -0800 + + +Started GET "/assets/application-1effd678c76ad97c3f8fa1b9a738774c.css?body=1" for ::1 at 2016-01-25 15:27:10 -0800 + + +Started GET "/assets/angular-rails-templates-8410c681a5deb0bf79346a772ef86f7e.js?body=1" for ::1 at 2016-01-25 15:27:10 -0800 + + +Started GET "/assets/home-a1a628334faaf34b10768c665c9ba1b0.js?body=1" for ::1 at 2016-01-25 15:27:10 -0800 + + +Started GET "/assets/app-c6c97487a1142a30144c0fb655d52b0b.js?body=1" for ::1 at 2016-01-25 15:27:10 -0800 + + +Started GET "/assets/application-ff7437f6ec681c007d64e34d13642ea5.js?body=1" for ::1 at 2016-01-25 15:27:10 -0800 + + +Started GET "/assets/jquery-15d98e252d1bc53debcefc7f63af0a94.js?body=1" for ::1 at 2016-01-25 15:27:11 -0800 + + +Started GET "/assets/jquery_ujs-6a46a54103e97b9ac13f2c6101ad27a5.js?body=1" for ::1 at 2016-01-25 15:27:11 -0800 + + +Started GET "/assets/angular-rails-templates-8410c681a5deb0bf79346a772ef86f7e.js?body=1" for ::1 at 2016-01-25 15:27:11 -0800 + + +Started GET "/assets/home-a1a628334faaf34b10768c665c9ba1b0.js?body=1" for ::1 at 2016-01-25 15:27:11 -0800 + + +Started GET "/assets/app-c6c97487a1142a30144c0fb655d52b0b.js?body=1" for ::1 at 2016-01-25 15:27:11 -0800 + + +Started GET "/assets/application-ff7437f6ec681c007d64e34d13642ea5.js?body=1" for ::1 at 2016-01-25 15:27:11 -0800 + + +Started GET "/" for ::1 at 2016-01-25 15:55:06 -0800 +Processing by SiteController#index as HTML + Rendered site/index.html.erb within layouts/application (0.1ms) +Completed 200 OK in 127ms (Views: 126.9ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/site_controller-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 15:55:06 -0800 + + +Started GET "/assets/api/questions-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 15:55:06 -0800 + + +Started GET "/assets/home-764ae981498c1f06d94c6eb6e9576432.js?body=1" for ::1 at 2016-01-25 15:55:06 -0800 + + +Started GET "/assets/application-1effd678c76ad97c3f8fa1b9a738774c.css?body=1" for ::1 at 2016-01-25 15:55:06 -0800 + + +Started GET "/assets/jquery-15d98e252d1bc53debcefc7f63af0a94.js?body=1" for ::1 at 2016-01-25 15:55:06 -0800 + + +Started GET "/assets/jquery_ujs-6a46a54103e97b9ac13f2c6101ad27a5.js?body=1" for ::1 at 2016-01-25 15:55:06 -0800 + + +Started GET "/assets/angular-rails-templates-8410c681a5deb0bf79346a772ef86f7e.js?body=1" for ::1 at 2016-01-25 15:55:06 -0800 + + +Started GET "/assets/application-c37a64f14ec214e33167b0d10fa10dca.js?body=1" for ::1 at 2016-01-25 15:55:07 -0800 + + +Started GET "/assets/app-cd4f61941df8bb6b81d270fcf8abce07.js?body=1" for ::1 at 2016-01-25 15:55:07 -0800 + + +Started GET "/api/questions" for ::1 at 2016-01-25 15:55:07 -0800 +Processing by Api::QuestionsController#index as JSON + Question Load (0.6ms) SELECT "questions".* FROM "questions" +Completed 200 OK in 10ms (Views: 1.3ms | ActiveRecord: 2.2ms) + + +Started GET "/" for ::1 at 2016-01-25 15:55:46 -0800 +Processing by SiteController#index as HTML + Rendered site/index.html.erb within layouts/application (0.1ms) +Completed 200 OK in 124ms (Views: 123.7ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/home-7cb44523e94fd695e3e98ccf8edcb4c9.js?body=1" for ::1 at 2016-01-25 15:55:47 -0800 + + +Started GET "/assets/api/questions-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 15:55:47 -0800 + + +Started GET "/assets/jquery-15d98e252d1bc53debcefc7f63af0a94.js?body=1" for ::1 at 2016-01-25 15:55:47 -0800 + + +Started GET "/assets/site_controller-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 15:55:47 -0800 + + +Started GET "/assets/jquery_ujs-6a46a54103e97b9ac13f2c6101ad27a5.js?body=1" for ::1 at 2016-01-25 15:55:47 -0800 + + +Started GET "/assets/application-1effd678c76ad97c3f8fa1b9a738774c.css?body=1" for ::1 at 2016-01-25 15:55:47 -0800 + + +Started GET "/assets/angular-rails-templates-8410c681a5deb0bf79346a772ef86f7e.js?body=1" for ::1 at 2016-01-25 15:55:47 -0800 + + +Started GET "/assets/app-cd4f61941df8bb6b81d270fcf8abce07.js?body=1" for ::1 at 2016-01-25 15:55:47 -0800 + + +Started GET "/assets/application-015d7d462f0880a93748bb9b339de3fb.js?body=1" for ::1 at 2016-01-25 15:55:47 -0800 + + +Started GET "/api/questions" for ::1 at 2016-01-25 15:55:47 -0800 +Processing by Api::QuestionsController#index as JSON + Question Load (0.3ms) SELECT "questions".* FROM "questions" +Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.3ms) + + +Started GET "/" for ::1 at 2016-01-25 15:55:52 -0800 +Processing by SiteController#index as HTML + Rendered site/index.html.erb within layouts/application (0.1ms) +Completed 200 OK in 107ms (Views: 106.5ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/api/questions-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 15:55:52 -0800 + + +Started GET "/assets/home-d7baac15defe3bf6e74a6e10b0b9a0d3.js?body=1" for ::1 at 2016-01-25 15:55:52 -0800 + + +Started GET "/assets/application-0442542aa6112fc012aa8b0f2bfc6df2.js?body=1" for ::1 at 2016-01-25 15:55:52 -0800 + + +Started GET "/assets/site_controller-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 15:55:52 -0800 + + +Started GET "/assets/jquery-15d98e252d1bc53debcefc7f63af0a94.js?body=1" for ::1 at 2016-01-25 15:55:52 -0800 + + +Started GET "/assets/application-1effd678c76ad97c3f8fa1b9a738774c.css?body=1" for ::1 at 2016-01-25 15:55:52 -0800 + + +Started GET "/assets/jquery_ujs-6a46a54103e97b9ac13f2c6101ad27a5.js?body=1" for ::1 at 2016-01-25 15:55:52 -0800 + + +Started GET "/assets/angular-rails-templates-8410c681a5deb0bf79346a772ef86f7e.js?body=1" for ::1 at 2016-01-25 15:55:52 -0800 + + +Started GET "/assets/app-cd4f61941df8bb6b81d270fcf8abce07.js?body=1" for ::1 at 2016-01-25 15:55:52 -0800 + + +Started GET "/api/questions" for ::1 at 2016-01-25 15:55:53 -0800 +Processing by Api::QuestionsController#index as JSON + Question Load (0.3ms) SELECT "questions".* FROM "questions" +Completed 200 OK in 2ms (Views: 0.7ms | ActiveRecord: 0.3ms) + + +Started GET "/" for ::1 at 2016-01-25 15:55:58 -0800 +Processing by SiteController#index as HTML + Rendered site/index.html.erb within layouts/application (0.0ms) +Completed 200 OK in 87ms (Views: 86.5ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/home-b8bebd451939022e9be8387abadb7006.js?body=1" for ::1 at 2016-01-25 15:55:58 -0800 + + +Started GET "/assets/api/questions-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 15:55:58 -0800 + + +Started GET "/assets/jquery-15d98e252d1bc53debcefc7f63af0a94.js?body=1" for ::1 at 2016-01-25 15:55:58 -0800 + + +Started GET "/assets/application-ab8cf94391d7a7edee08342bfb47e88a.js?body=1" for ::1 at 2016-01-25 15:55:58 -0800 + + +Started GET "/assets/site_controller-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 15:55:58 -0800 + + +Started GET "/assets/application-1effd678c76ad97c3f8fa1b9a738774c.css?body=1" for ::1 at 2016-01-25 15:55:58 -0800 + + +Started GET "/assets/jquery_ujs-6a46a54103e97b9ac13f2c6101ad27a5.js?body=1" for ::1 at 2016-01-25 15:55:59 -0800 + + +Started GET "/assets/angular-rails-templates-8410c681a5deb0bf79346a772ef86f7e.js?body=1" for ::1 at 2016-01-25 15:55:59 -0800 + + +Started GET "/assets/app-cd4f61941df8bb6b81d270fcf8abce07.js?body=1" for ::1 at 2016-01-25 15:55:59 -0800 + + +Started GET "/api/questions" for ::1 at 2016-01-25 15:55:59 -0800 +Processing by Api::QuestionsController#index as JSON + Question Load (0.3ms) SELECT "questions".* FROM "questions" +Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.3ms) + + +Started GET "/assets/api/questions-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 15:56:50 -0800 + + +Started GET "/assets/application-1effd678c76ad97c3f8fa1b9a738774c.css?body=1" for ::1 at 2016-01-25 15:56:50 -0800 + + +Started GET "/assets/site_controller-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 15:56:50 -0800 + + +Started GET "/" for ::1 at 2016-01-25 15:57:44 -0800 +Processing by SiteController#index as HTML + Rendered site/index.html.erb within layouts/application (0.1ms) +Completed 200 OK in 112ms (Views: 112.2ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/app-2069426fea12fe087f84f3a70a3bd1c8.js?body=1" for ::1 at 2016-01-25 15:57:44 -0800 + + +Started GET "/assets/site_controller-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 15:57:44 -0800 + + +Started GET "/assets/api/questions-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 15:57:44 -0800 + + +Started GET "/assets/application-1effd678c76ad97c3f8fa1b9a738774c.css?body=1" for ::1 at 2016-01-25 15:57:44 -0800 + + +Started GET "/assets/angular-rails-templates-8410c681a5deb0bf79346a772ef86f7e.js?body=1" for ::1 at 2016-01-25 15:57:44 -0800 + + +Started GET "/assets/jquery_ujs-6a46a54103e97b9ac13f2c6101ad27a5.js?body=1" for ::1 at 2016-01-25 15:57:44 -0800 + + +Started GET "/assets/jquery-15d98e252d1bc53debcefc7f63af0a94.js?body=1" for ::1 at 2016-01-25 15:57:44 -0800 + + +Started GET "/assets/home-b8bebd451939022e9be8387abadb7006.js?body=1" for ::1 at 2016-01-25 15:57:44 -0800 + + +Started GET "/assets/application-dfbc8ec2d0ad293f2bfddce673585b09.js?body=1" for ::1 at 2016-01-25 15:57:44 -0800 + + +Started GET "/api/questions" for ::1 at 2016-01-25 15:57:44 -0800 +Processing by Api::QuestionsController#index as JSON + Question Load (0.3ms) SELECT "questions".* FROM "questions" +Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.3ms) + + +Started GET "/" for ::1 at 2016-01-25 16:00:13 -0800 +Processing by SiteController#index as HTML + Rendered site/index.html.erb within layouts/application (0.0ms) +Completed 200 OK in 87ms (Views: 86.3ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/api/questions-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 16:00:14 -0800 + + +Started GET "/assets/site_controller-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 16:00:14 -0800 + + +Started GET "/assets/angular-rails-templates-8410c681a5deb0bf79346a772ef86f7e.js?body=1" for ::1 at 2016-01-25 16:00:14 -0800 + + +Started GET "/assets/application-1effd678c76ad97c3f8fa1b9a738774c.css?body=1" for ::1 at 2016-01-25 16:00:14 -0800 + + +Started GET "/assets/app-bfe13299f6b4e39b2a8e9cae73ac2e8d.js?body=1" for ::1 at 2016-01-25 16:00:14 -0800 + + +Started GET "/assets/jquery-15d98e252d1bc53debcefc7f63af0a94.js?body=1" for ::1 at 2016-01-25 16:00:14 -0800 + + +Started GET "/assets/jquery_ujs-6a46a54103e97b9ac13f2c6101ad27a5.js?body=1" for ::1 at 2016-01-25 16:00:14 -0800 + + +Started GET "/assets/home-b8bebd451939022e9be8387abadb7006.js?body=1" for ::1 at 2016-01-25 16:00:14 -0800 + + +Started GET "/assets/application-133fd83055e8d8d5e86d1f2b56dbe006.js?body=1" for ::1 at 2016-01-25 16:00:14 -0800 + + +Started GET "/api/questions" for ::1 at 2016-01-25 16:00:14 -0800 +Processing by Api::QuestionsController#index as JSON + Question Load (0.3ms) SELECT "questions".* FROM "questions" +Completed 200 OK in 2ms (Views: 0.6ms | ActiveRecord: 0.3ms) + + +Started GET "/" for ::1 at 2016-01-25 16:01:09 -0800 +Processing by SiteController#index as HTML + Rendered site/index.html.erb within layouts/application (0.1ms) +Completed 200 OK in 50ms (Views: 49.9ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/api/questions-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 16:01:09 -0800 + + +Started GET "/assets/site_controller-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 16:01:09 -0800 + + +Started GET "/assets/application-1effd678c76ad97c3f8fa1b9a738774c.css?body=1" for ::1 at 2016-01-25 16:01:09 -0800 + + +Started GET "/assets/jquery_ujs-6a46a54103e97b9ac13f2c6101ad27a5.js?body=1" for ::1 at 2016-01-25 16:01:10 -0800 + + +Started GET "/assets/jquery-15d98e252d1bc53debcefc7f63af0a94.js?body=1" for ::1 at 2016-01-25 16:01:10 -0800 + + +Started GET "/assets/angular-rails-templates-8410c681a5deb0bf79346a772ef86f7e.js?body=1" for ::1 at 2016-01-25 16:01:10 -0800 + + +Started GET "/assets/home-b8bebd451939022e9be8387abadb7006.js?body=1" for ::1 at 2016-01-25 16:01:10 -0800 + + +Started GET "/assets/app-bfe13299f6b4e39b2a8e9cae73ac2e8d.js?body=1" for ::1 at 2016-01-25 16:01:10 -0800 + + +Started GET "/assets/application-133fd83055e8d8d5e86d1f2b56dbe006.js?body=1" for ::1 at 2016-01-25 16:01:10 -0800 + + +Started GET "/api/questions" for ::1 at 2016-01-25 16:01:10 -0800 +Processing by Api::QuestionsController#index as JSON + Question Load (0.4ms) SELECT "questions".* FROM "questions" +Completed 200 OK in 6ms (Views: 1.0ms | ActiveRecord: 1.3ms) + + +Started GET "/" for ::1 at 2016-01-25 16:07:17 -0800 + ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations" +Processing by SiteController#index as HTML + Rendered site/index.html.erb within layouts/application (1.7ms) +Completed 200 OK in 149ms (Views: 148.2ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/api/questions-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 16:07:18 -0800 + + +Started GET "/assets/application-1effd678c76ad97c3f8fa1b9a738774c.css?body=1" for ::1 at 2016-01-25 16:07:18 -0800 + + +Started GET "/assets/site_controller-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 16:07:18 -0800 + + +Started GET "/assets/jquery-15d98e252d1bc53debcefc7f63af0a94.js?body=1" for ::1 at 2016-01-25 16:07:18 -0800 + + +Started GET "/assets/jquery_ujs-6a46a54103e97b9ac13f2c6101ad27a5.js?body=1" for ::1 at 2016-01-25 16:07:18 -0800 + + +Started GET "/assets/home-b8bebd451939022e9be8387abadb7006.js?body=1" for ::1 at 2016-01-25 16:07:18 -0800 + + +Started GET "/assets/angular-rails-templates-8410c681a5deb0bf79346a772ef86f7e.js?body=1" for ::1 at 2016-01-25 16:07:18 -0800 + + +Started GET "/assets/app-bfe13299f6b4e39b2a8e9cae73ac2e8d.js?body=1" for ::1 at 2016-01-25 16:07:18 -0800 + + +Started GET "/assets/application-133fd83055e8d8d5e86d1f2b56dbe006.js?body=1" for ::1 at 2016-01-25 16:07:18 -0800 + + +Started GET "/api/questions" for ::1 at 2016-01-25 16:07:18 -0800 +Processing by Api::QuestionsController#index as JSON + Question Load (0.6ms) SELECT "questions".* FROM "questions" +Completed 200 OK in 9ms (Views: 1.4ms | ActiveRecord: 1.7ms) + + +Started GET "/" for ::1 at 2016-01-25 16:09:40 -0800 +Processing by SiteController#index as HTML + Rendered site/index.html.erb within layouts/application (0.0ms) +Completed 200 OK in 103ms (Views: 102.5ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/home-1ea6fd895a16e12f845e06c301331620.js?body=1" for ::1 at 2016-01-25 16:09:40 -0800 + + +Started GET "/assets/api/questions-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 16:09:40 -0800 + + +Started GET "/assets/site_controller-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 16:09:40 -0800 + + +Started GET "/assets/application-1effd678c76ad97c3f8fa1b9a738774c.css?body=1" for ::1 at 2016-01-25 16:09:40 -0800 + + +Started GET "/assets/jquery-15d98e252d1bc53debcefc7f63af0a94.js?body=1" for ::1 at 2016-01-25 16:09:40 -0800 + + +Started GET "/assets/application-e81e784d865a52f59bb356a8a74a7cfc.js?body=1" for ::1 at 2016-01-25 16:09:40 -0800 + + +Started GET "/assets/jquery_ujs-6a46a54103e97b9ac13f2c6101ad27a5.js?body=1" for ::1 at 2016-01-25 16:09:40 -0800 + + +Started GET "/assets/angular-rails-templates-8410c681a5deb0bf79346a772ef86f7e.js?body=1" for ::1 at 2016-01-25 16:09:40 -0800 + + +Started GET "/assets/app-bfe13299f6b4e39b2a8e9cae73ac2e8d.js?body=1" for ::1 at 2016-01-25 16:09:40 -0800 + + +Started GET "/api/questions" for ::1 at 2016-01-25 16:09:40 -0800 +Processing by Api::QuestionsController#index as JSON + Question Load (1.6ms) SELECT "questions".* FROM "questions" +Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 1.6ms) + + +Started GET "/" for ::1 at 2016-01-25 16:10:26 -0800 +Processing by SiteController#index as HTML + Rendered site/index.html.erb within layouts/application (0.1ms) +Completed 200 OK in 106ms (Views: 106.1ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/app-a3ac51bede7468b31eaf3c300a58afb9.js?body=1" for ::1 at 2016-01-25 16:10:26 -0800 + + +Started GET "/assets/api/questions-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 16:10:26 -0800 + + +Started GET "/assets/application-1effd678c76ad97c3f8fa1b9a738774c.css?body=1" for ::1 at 2016-01-25 16:10:26 -0800 + + +Started GET "/assets/site_controller-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 16:10:26 -0800 + + +Started GET "/assets/jquery-15d98e252d1bc53debcefc7f63af0a94.js?body=1" for ::1 at 2016-01-25 16:10:26 -0800 + + +Started GET "/assets/jquery_ujs-6a46a54103e97b9ac13f2c6101ad27a5.js?body=1" for ::1 at 2016-01-25 16:10:26 -0800 + + +Started GET "/assets/angular-rails-templates-8410c681a5deb0bf79346a772ef86f7e.js?body=1" for ::1 at 2016-01-25 16:10:26 -0800 + + +Started GET "/assets/home-1ea6fd895a16e12f845e06c301331620.js?body=1" for ::1 at 2016-01-25 16:10:26 -0800 + + +Started GET "/assets/application-135d82780f63d793e6d325a07ed8d107.js?body=1" for ::1 at 2016-01-25 16:10:26 -0800 + + +Started GET "/api/questions" for ::1 at 2016-01-25 16:10:27 -0800 +Processing by Api::QuestionsController#index as JSON + Question Load (0.3ms) SELECT "questions".* FROM "questions" +Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.3ms) + + +Started GET "/" for ::1 at 2016-01-25 16:11:04 -0800 +Processing by SiteController#index as HTML + Rendered site/index.html.erb within layouts/application (0.0ms) +Completed 200 OK in 59ms (Views: 58.9ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/site_controller-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 16:11:05 -0800 + + +Started GET "/assets/api/questions-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 16:11:05 -0800 + + +Started GET "/assets/application-1effd678c76ad97c3f8fa1b9a738774c.css?body=1" for ::1 at 2016-01-25 16:11:05 -0800 + + +Started GET "/assets/jquery-15d98e252d1bc53debcefc7f63af0a94.js?body=1" for ::1 at 2016-01-25 16:11:05 -0800 + + +Started GET "/assets/jquery_ujs-6a46a54103e97b9ac13f2c6101ad27a5.js?body=1" for ::1 at 2016-01-25 16:11:05 -0800 + + +Started GET "/assets/angular-rails-templates-8410c681a5deb0bf79346a772ef86f7e.js?body=1" for ::1 at 2016-01-25 16:11:05 -0800 + + +Started GET "/assets/home-1ea6fd895a16e12f845e06c301331620.js?body=1" for ::1 at 2016-01-25 16:11:05 -0800 + + +Started GET "/assets/app-a3ac51bede7468b31eaf3c300a58afb9.js?body=1" for ::1 at 2016-01-25 16:11:05 -0800 + + +Started GET "/assets/application-135d82780f63d793e6d325a07ed8d107.js?body=1" for ::1 at 2016-01-25 16:11:05 -0800 + + +Started GET "/api/questions" for ::1 at 2016-01-25 16:11:05 -0800 +Processing by Api::QuestionsController#index as JSON + Question Load (1.0ms) SELECT "questions".* FROM "questions" +Completed 200 OK in 3ms (Views: 0.7ms | ActiveRecord: 1.0ms) + + +Started GET "/" for ::1 at 2016-01-25 16:16:08 -0800 +Processing by SiteController#index as HTML + Rendered site/index.html.erb within layouts/application (0.1ms) +Completed 200 OK in 103ms (Views: 102.7ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/api/questions-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 16:16:09 -0800 + + +Started GET "/assets/site_controller-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 16:16:09 -0800 + + +Started GET "/assets/jquery_ujs-6a46a54103e97b9ac13f2c6101ad27a5.js?body=1" for ::1 at 2016-01-25 16:16:09 -0800 + + +Started GET "/assets/application-1effd678c76ad97c3f8fa1b9a738774c.css?body=1" for ::1 at 2016-01-25 16:16:09 -0800 + + +Started GET "/assets/app-0f6512fcef2e1d47f40aed579829a06b.js?body=1" for ::1 at 2016-01-25 16:16:09 -0800 + + +Started GET "/assets/jquery-15d98e252d1bc53debcefc7f63af0a94.js?body=1" for ::1 at 2016-01-25 16:16:09 -0800 + + +Started GET "/assets/angular-rails-templates-8410c681a5deb0bf79346a772ef86f7e.js?body=1" for ::1 at 2016-01-25 16:16:09 -0800 + + +Started GET "/assets/home-1ea6fd895a16e12f845e06c301331620.js?body=1" for ::1 at 2016-01-25 16:16:09 -0800 + + +Started GET "/assets/application-9060e5574e466596e19ac50cb89c8738.js?body=1" for ::1 at 2016-01-25 16:16:09 -0800 + + +Started GET "/api/questions" for ::1 at 2016-01-25 16:16:09 -0800 +Processing by Api::QuestionsController#index as JSON + Question Load (0.3ms) SELECT "questions".* FROM "questions" +Completed 200 OK in 1ms (Views: 0.6ms | ActiveRecord: 0.3ms) + + +Started POST "/api/questions" for ::1 at 2016-01-25 16:16:18 -0800 +Processing by Api::QuestionsController#create as JSON + Parameters: {"title"=>"Hello", "body"=>"Who am I?", "question"=>{"title"=>"Hello", "body"=>"Who am I?"}} +  (0.2ms) BEGIN + SQL (4.1ms) INSERT INTO "questions" ("title", "body", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "Hello"], ["body", "Who am I?"], ["created_at", "2016-01-26 00:16:18.729766"], ["updated_at", "2016-01-26 00:16:18.729766"]] +  (1.8ms) COMMIT +Completed 200 OK in 26ms (Views: 0.4ms | ActiveRecord: 17.3ms) + + +Started GET "/" for ::1 at 2016-01-25 16:19:17 -0800 +Processing by SiteController#index as HTML + Rendered site/index.html.erb within layouts/application (0.0ms) +Completed 200 OK in 104ms (Views: 104.0ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/home-3b08d4f86e4b6101dd00ad0ed534d0e7.js?body=1" for ::1 at 2016-01-25 16:19:17 -0800 + + +Started GET "/assets/api/questions-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 16:19:17 -0800 + + +Started GET "/assets/application-9f231b2b9776ef83266178edac1c0127.js?body=1" for ::1 at 2016-01-25 16:19:17 -0800 + + +Started GET "/assets/site_controller-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 16:19:17 -0800 + + +Started GET "/assets/jquery-15d98e252d1bc53debcefc7f63af0a94.js?body=1" for ::1 at 2016-01-25 16:19:17 -0800 + + +Started GET "/assets/application-1effd678c76ad97c3f8fa1b9a738774c.css?body=1" for ::1 at 2016-01-25 16:19:17 -0800 + + +Started GET "/assets/jquery_ujs-6a46a54103e97b9ac13f2c6101ad27a5.js?body=1" for ::1 at 2016-01-25 16:19:17 -0800 + + +Started GET "/assets/angular-rails-templates-8410c681a5deb0bf79346a772ef86f7e.js?body=1" for ::1 at 2016-01-25 16:19:17 -0800 + + +Started GET "/assets/app-0f6512fcef2e1d47f40aed579829a06b.js?body=1" for ::1 at 2016-01-25 16:19:17 -0800 + + +Started GET "/api/questions" for ::1 at 2016-01-25 16:19:18 -0800 +Processing by Api::QuestionsController#index as JSON + Question Load (1.9ms) SELECT "questions".* FROM "questions" +Completed 200 OK in 4ms (Views: 1.2ms | ActiveRecord: 1.9ms) + + +Started POST "/api/questions" for ::1 at 2016-01-25 16:19:29 -0800 +Processing by Api::QuestionsController#create as JSON + Parameters: {"title"=>"How?", "body"=>"When?", "question"=>{"title"=>"How?", "body"=>"When?"}} +  (0.1ms) BEGIN + SQL (0.4ms) INSERT INTO "questions" ("title", "body", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "How?"], ["body", "When?"], ["created_at", "2016-01-26 00:19:29.993105"], ["updated_at", "2016-01-26 00:19:29.993105"]] +  (2.5ms) COMMIT +Completed 200 OK in 8ms (Views: 0.7ms | ActiveRecord: 3.1ms) + + +Started GET "/" for ::1 at 2016-01-25 16:19:32 -0800 +Processing by SiteController#index as HTML + Rendered site/index.html.erb within layouts/application (0.0ms) +Completed 200 OK in 57ms (Views: 56.3ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/api/questions-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 16:19:33 -0800 + + +Started GET "/assets/site_controller-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 16:19:33 -0800 + + +Started GET "/assets/application-1effd678c76ad97c3f8fa1b9a738774c.css?body=1" for ::1 at 2016-01-25 16:19:33 -0800 + + +Started GET "/assets/jquery_ujs-6a46a54103e97b9ac13f2c6101ad27a5.js?body=1" for ::1 at 2016-01-25 16:19:33 -0800 + + +Started GET "/assets/angular-rails-templates-8410c681a5deb0bf79346a772ef86f7e.js?body=1" for ::1 at 2016-01-25 16:19:33 -0800 + + +Started GET "/assets/jquery-15d98e252d1bc53debcefc7f63af0a94.js?body=1" for ::1 at 2016-01-25 16:19:33 -0800 + + +Started GET "/assets/home-3b08d4f86e4b6101dd00ad0ed534d0e7.js?body=1" for ::1 at 2016-01-25 16:19:33 -0800 + + +Started GET "/assets/application-9f231b2b9776ef83266178edac1c0127.js?body=1" for ::1 at 2016-01-25 16:19:33 -0800 + + +Started GET "/assets/app-0f6512fcef2e1d47f40aed579829a06b.js?body=1" for ::1 at 2016-01-25 16:19:33 -0800 + + +Started GET "/api/questions" for ::1 at 2016-01-25 16:19:33 -0800 +Processing by Api::QuestionsController#index as JSON + Question Load (0.3ms) SELECT "questions".* FROM "questions" +Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.3ms) + Question Load (0.7ms) SELECT "questions".* FROM "questions" + + +Started GET "/" for ::1 at 2016-01-25 16:24:46 -0800 +Processing by SiteController#index as HTML + Rendered site/index.html.erb within layouts/application (0.1ms) +Completed 200 OK in 108ms (Views: 107.5ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/home-206bc02cf45d55012ea13c76d75c42cc.js?body=1" for ::1 at 2016-01-25 16:24:46 -0800 + + +Started GET "/assets/api/questions-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 16:24:46 -0800 + + +Started GET "/assets/site_controller-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 16:24:47 -0800 + + +Started GET "/assets/application-1effd678c76ad97c3f8fa1b9a738774c.css?body=1" for ::1 at 2016-01-25 16:24:47 -0800 + + +Started GET "/assets/jquery-15d98e252d1bc53debcefc7f63af0a94.js?body=1" for ::1 at 2016-01-25 16:24:47 -0800 + + +Started GET "/assets/jquery_ujs-6a46a54103e97b9ac13f2c6101ad27a5.js?body=1" for ::1 at 2016-01-25 16:24:47 -0800 + + +Started GET "/assets/application-710fdc895687df2b13f4a26901672896.js?body=1" for ::1 at 2016-01-25 16:24:47 -0800 + + +Started GET "/assets/angular-rails-templates-8410c681a5deb0bf79346a772ef86f7e.js?body=1" for ::1 at 2016-01-25 16:24:47 -0800 + + +Started GET "/assets/app-0f6512fcef2e1d47f40aed579829a06b.js?body=1" for ::1 at 2016-01-25 16:24:47 -0800 + + +Started GET "/api/questions" for ::1 at 2016-01-25 16:24:47 -0800 +Processing by Api::QuestionsController#index as JSON + Question Load (0.3ms) SELECT "questions".* FROM "questions" +Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.3ms) + + +Started POST "/api/questions" for ::1 at 2016-01-25 16:26:21 -0800 +Processing by Api::QuestionsController#create as JSON + Parameters: {"title"=>"Hello", "body"=>"Hello", "question"=>{"title"=>"Hello", "body"=>"Hello"}} +  (0.2ms) BEGIN + SQL (0.4ms) INSERT INTO "questions" ("title", "body", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "Hello"], ["body", "Hello"], ["created_at", "2016-01-26 00:26:21.073052"], ["updated_at", "2016-01-26 00:26:21.073052"]] +  (1.5ms) COMMIT +Completed 200 OK in 6ms (Views: 0.5ms | ActiveRecord: 2.1ms) + + +Started GET "/" for ::1 at 2016-01-25 16:26:23 -0800 +Processing by SiteController#index as HTML + Rendered site/index.html.erb within layouts/application (0.1ms) +Completed 200 OK in 62ms (Views: 62.2ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/application-1effd678c76ad97c3f8fa1b9a738774c.css?body=1" for ::1 at 2016-01-25 16:26:24 -0800 + + +Started GET "/assets/site_controller-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 16:26:24 -0800 + + +Started GET "/assets/jquery-15d98e252d1bc53debcefc7f63af0a94.js?body=1" for ::1 at 2016-01-25 16:26:24 -0800 + + +Started GET "/assets/jquery_ujs-6a46a54103e97b9ac13f2c6101ad27a5.js?body=1" for ::1 at 2016-01-25 16:26:24 -0800 + + +Started GET "/assets/api/questions-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 16:26:24 -0800 + + +Started GET "/assets/angular-rails-templates-8410c681a5deb0bf79346a772ef86f7e.js?body=1" for ::1 at 2016-01-25 16:26:24 -0800 + + +Started GET "/assets/home-206bc02cf45d55012ea13c76d75c42cc.js?body=1" for ::1 at 2016-01-25 16:26:24 -0800 + + +Started GET "/assets/app-0f6512fcef2e1d47f40aed579829a06b.js?body=1" for ::1 at 2016-01-25 16:26:24 -0800 + + +Started GET "/assets/application-710fdc895687df2b13f4a26901672896.js?body=1" for ::1 at 2016-01-25 16:26:24 -0800 + + +Started GET "/api/questions" for ::1 at 2016-01-25 16:26:24 -0800 +Processing by Api::QuestionsController#index as JSON + Question Load (0.3ms) SELECT "questions".* FROM "questions" +Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.3ms) + Question Load (1.4ms) SELECT "questions".* FROM "questions" + + +Started GET "/" for ::1 at 2016-01-25 16:29:07 -0800 +Processing by SiteController#index as HTML + Rendered site/index.html.erb within layouts/application (0.1ms) +Completed 200 OK in 96ms (Views: 96.0ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/home-b03b364568d60a5243c6082a2071e527.js?body=1" for ::1 at 2016-01-25 16:29:07 -0800 + + +Started GET "/assets/api/questions-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 16:29:07 -0800 + + +Started GET "/assets/site_controller-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 16:29:07 -0800 + + +Started GET "/assets/application-1effd678c76ad97c3f8fa1b9a738774c.css?body=1" for ::1 at 2016-01-25 16:29:07 -0800 + + +Started GET "/assets/jquery-15d98e252d1bc53debcefc7f63af0a94.js?body=1" for ::1 at 2016-01-25 16:29:07 -0800 + + +Started GET "/assets/angular-rails-templates-8410c681a5deb0bf79346a772ef86f7e.js?body=1" for ::1 at 2016-01-25 16:29:07 -0800 + + +Started GET "/assets/jquery_ujs-6a46a54103e97b9ac13f2c6101ad27a5.js?body=1" for ::1 at 2016-01-25 16:29:07 -0800 + + +Started GET "/assets/app-0f6512fcef2e1d47f40aed579829a06b.js?body=1" for ::1 at 2016-01-25 16:29:07 -0800 + + +Started GET "/assets/application-c0b384e51b55622978fbe70b17e94233.js?body=1" for ::1 at 2016-01-25 16:29:07 -0800 + + +Started GET "/api/questions" for ::1 at 2016-01-25 16:29:08 -0800 +Processing by Api::QuestionsController#index as JSON + Question Load (0.3ms) SELECT "questions".* FROM "questions" +Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.3ms) + + +Started GET "/" for ::1 at 2016-01-25 16:29:17 -0800 +Processing by SiteController#index as HTML + Rendered site/index.html.erb within layouts/application (0.0ms) +Completed 200 OK in 84ms (Views: 84.2ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/api/questions-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 16:29:18 -0800 + + +Started GET "/assets/application-1effd678c76ad97c3f8fa1b9a738774c.css?body=1" for ::1 at 2016-01-25 16:29:18 -0800 + + +Started GET "/assets/home-28a5519a36bd129c352610d4bf5aeb0a.js?body=1" for ::1 at 2016-01-25 16:29:18 -0800 + + +Started GET "/assets/angular-rails-templates-8410c681a5deb0bf79346a772ef86f7e.js?body=1" for ::1 at 2016-01-25 16:29:18 -0800 + + +Started GET "/assets/jquery-15d98e252d1bc53debcefc7f63af0a94.js?body=1" for ::1 at 2016-01-25 16:29:18 -0800 + + +Started GET "/assets/site_controller-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 16:29:18 -0800 + + +Started GET "/assets/jquery_ujs-6a46a54103e97b9ac13f2c6101ad27a5.js?body=1" for ::1 at 2016-01-25 16:29:18 -0800 + + +Started GET "/assets/app-0f6512fcef2e1d47f40aed579829a06b.js?body=1" for ::1 at 2016-01-25 16:29:18 -0800 + + +Started GET "/assets/application-9b16226143ce88d2b516ca49e59aa2c4.js?body=1" for ::1 at 2016-01-25 16:29:18 -0800 + + +Started GET "/api/questions" for ::1 at 2016-01-25 16:29:18 -0800 +Processing by Api::QuestionsController#index as JSON + Question Load (0.5ms) SELECT "questions".* FROM "questions" +Completed 200 OK in 3ms (Views: 1.8ms | ActiveRecord: 0.5ms) + + +Started GET "/" for ::1 at 2016-01-25 16:29:25 -0800 +Processing by SiteController#index as HTML + Rendered site/index.html.erb within layouts/application (0.0ms) +Completed 200 OK in 95ms (Views: 94.9ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/api/questions-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 16:29:25 -0800 + + +Started GET "/assets/home-d6c9091802a79785e8d3601304c63a4f.js?body=1" for ::1 at 2016-01-25 16:29:25 -0800 + + +Started GET "/assets/site_controller-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 16:29:25 -0800 + + +Started GET "/assets/jquery_ujs-6a46a54103e97b9ac13f2c6101ad27a5.js?body=1" for ::1 at 2016-01-25 16:29:25 -0800 + + +Started GET "/assets/application-1effd678c76ad97c3f8fa1b9a738774c.css?body=1" for ::1 at 2016-01-25 16:29:25 -0800 + + +Started GET "/assets/jquery-15d98e252d1bc53debcefc7f63af0a94.js?body=1" for ::1 at 2016-01-25 16:29:25 -0800 + + +Started GET "/assets/angular-rails-templates-8410c681a5deb0bf79346a772ef86f7e.js?body=1" for ::1 at 2016-01-25 16:29:25 -0800 + + +Started GET "/assets/application-dc4e145af3fa90d863d8ed679f8abd3a.js?body=1" for ::1 at 2016-01-25 16:29:25 -0800 + + +Started GET "/assets/app-0f6512fcef2e1d47f40aed579829a06b.js?body=1" for ::1 at 2016-01-25 16:29:25 -0800 + + +Started GET "/api/questions" for ::1 at 2016-01-25 16:29:25 -0800 +Processing by Api::QuestionsController#index as JSON + Question Load (0.4ms) SELECT "questions".* FROM "questions" +Completed 200 OK in 4ms (Views: 3.1ms | ActiveRecord: 0.4ms) + + +Started GET "/" for ::1 at 2016-01-25 16:29:39 -0800 +Processing by SiteController#index as HTML + Rendered site/index.html.erb within layouts/application (0.1ms) +Completed 200 OK in 69ms (Views: 69.0ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/api/questions-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 16:29:39 -0800 + + +Started GET "/assets/site_controller-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 16:29:39 -0800 + + +Started GET "/assets/angular-rails-templates-8410c681a5deb0bf79346a772ef86f7e.js?body=1" for ::1 at 2016-01-25 16:29:39 -0800 + + +Started GET "/assets/application-1effd678c76ad97c3f8fa1b9a738774c.css?body=1" for ::1 at 2016-01-25 16:29:39 -0800 + + +Started GET "/assets/jquery_ujs-6a46a54103e97b9ac13f2c6101ad27a5.js?body=1" for ::1 at 2016-01-25 16:29:39 -0800 + + +Started GET "/assets/jquery-15d98e252d1bc53debcefc7f63af0a94.js?body=1" for ::1 at 2016-01-25 16:29:39 -0800 + + +Started GET "/assets/app-0f6512fcef2e1d47f40aed579829a06b.js?body=1" for ::1 at 2016-01-25 16:29:39 -0800 + + +Started GET "/assets/home-d6c9091802a79785e8d3601304c63a4f.js?body=1" for ::1 at 2016-01-25 16:29:39 -0800 + + +Started GET "/assets/application-dc4e145af3fa90d863d8ed679f8abd3a.js?body=1" for ::1 at 2016-01-25 16:29:39 -0800 + + +Started GET "/api/questions" for ::1 at 2016-01-25 16:29:40 -0800 +Processing by Api::QuestionsController#index as JSON + Question Load (0.3ms) SELECT "questions".* FROM "questions" +Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.3ms) + + +Started GET "/" for ::1 at 2016-01-25 16:30:16 -0800 +Processing by SiteController#index as HTML + Rendered site/index.html.erb within layouts/application (0.1ms) +Completed 200 OK in 119ms (Views: 118.9ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/app-e2453ea7a501d4ea4f952acaf53e9ace.js?body=1" for ::1 at 2016-01-25 16:30:16 -0800 + + +Started GET "/assets/application-1effd678c76ad97c3f8fa1b9a738774c.css?body=1" for ::1 at 2016-01-25 16:30:16 -0800 + + +Started GET "/assets/jquery_ujs-6a46a54103e97b9ac13f2c6101ad27a5.js?body=1" for ::1 at 2016-01-25 16:30:16 -0800 + + +Started GET "/assets/api/questions-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 16:30:16 -0800 + + +Started GET "/assets/jquery-15d98e252d1bc53debcefc7f63af0a94.js?body=1" for ::1 at 2016-01-25 16:30:16 -0800 + + +Started GET "/assets/site_controller-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 16:30:16 -0800 + + +Started GET "/assets/angular-rails-templates-8410c681a5deb0bf79346a772ef86f7e.js?body=1" for ::1 at 2016-01-25 16:30:16 -0800 + + +Started GET "/assets/home-d6c9091802a79785e8d3601304c63a4f.js?body=1" for ::1 at 2016-01-25 16:30:16 -0800 + + +Started GET "/assets/application-e2fb28bb82e52e55ff7308255d7ca1e2.js?body=1" for ::1 at 2016-01-25 16:30:16 -0800 + + +Started GET "/api/questions" for ::1 at 2016-01-25 16:30:17 -0800 +Processing by Api::QuestionsController#index as JSON + Question Load (0.4ms) SELECT "questions".* FROM "questions" +Completed 200 OK in 3ms (Views: 1.8ms | ActiveRecord: 0.4ms) + + +Started GET "/api/questions" for ::1 at 2016-01-25 16:32:39 -0800 +Processing by Api::QuestionsController#index as JSON + Question Load (0.6ms) SELECT "questions".* FROM "questions" +Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.6ms) + + +Started GET "/" for ::1 at 2016-01-25 16:34:02 -0800 +Processing by SiteController#index as HTML + Rendered site/index.html.erb within layouts/application (0.2ms) +Completed 200 OK in 138ms (Views: 137.9ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/api/questions-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 16:34:03 -0800 + + +Started GET "/assets/site_controller-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 16:34:03 -0800 + + +Started GET "/assets/application-1effd678c76ad97c3f8fa1b9a738774c.css?body=1" for ::1 at 2016-01-25 16:34:03 -0800 + + +Started GET "/assets/jquery-15d98e252d1bc53debcefc7f63af0a94.js?body=1" for ::1 at 2016-01-25 16:34:03 -0800 + + +Started GET "/assets/jquery_ujs-6a46a54103e97b9ac13f2c6101ad27a5.js?body=1" for ::1 at 2016-01-25 16:34:03 -0800 + + +Started GET "/assets/app-436f59a024f2f186014d6a47da72c6db.js?body=1" for ::1 at 2016-01-25 16:34:03 -0800 + + +Started GET "/assets/angular-rails-templates-8410c681a5deb0bf79346a772ef86f7e.js?body=1" for ::1 at 2016-01-25 16:34:03 -0800 + + +Started GET "/assets/home-d6c9091802a79785e8d3601304c63a4f.js?body=1" for ::1 at 2016-01-25 16:34:03 -0800 + + +Started GET "/assets/application-c38de64b2ee5c7d12ba307ade6d5ae53.js?body=1" for ::1 at 2016-01-25 16:34:03 -0800 + + +Started GET "/api/questions" for ::1 at 2016-01-25 16:34:03 -0800 +Processing by Api::QuestionsController#index as JSON + Question Load (0.4ms) SELECT "questions".* FROM "questions" +Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.4ms) + + +Started GET "/" for ::1 at 2016-01-25 16:34:39 -0800 +Processing by SiteController#index as HTML + Rendered site/index.html.erb within layouts/application (0.1ms) +Completed 200 OK in 127ms (Views: 126.8ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/api/questions-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 16:34:39 -0800 + + +Started GET "/assets/angular-rails-templates-8410c681a5deb0bf79346a772ef86f7e.js?body=1" for ::1 at 2016-01-25 16:34:39 -0800 + + +Started GET "/assets/jquery_ujs-6a46a54103e97b9ac13f2c6101ad27a5.js?body=1" for ::1 at 2016-01-25 16:34:39 -0800 + + +Started GET "/assets/jquery-15d98e252d1bc53debcefc7f63af0a94.js?body=1" for ::1 at 2016-01-25 16:34:39 -0800 + + +Started GET "/assets/application-1effd678c76ad97c3f8fa1b9a738774c.css?body=1" for ::1 at 2016-01-25 16:34:39 -0800 + + +Started GET "/assets/site_controller-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 16:34:39 -0800 + + +Started GET "/assets/home-d6c9091802a79785e8d3601304c63a4f.js?body=1" for ::1 at 2016-01-25 16:34:39 -0800 + + +Started GET "/assets/app-4f7fc11a6d345dc80a3da3e66975e891.js?body=1" for ::1 at 2016-01-25 16:34:39 -0800 + + +Started GET "/assets/application-bbe647016400905ae0957cecafa051ee.js?body=1" for ::1 at 2016-01-25 16:34:39 -0800 + + +Started GET "/api/questions" for ::1 at 2016-01-25 16:34:40 -0800 +Processing by Api::QuestionsController#index as JSON + Question Load (0.4ms) SELECT "questions".* FROM "questions" +Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.4ms) + + +Started GET "/" for ::1 at 2016-01-25 16:35:50 -0800 +Processing by SiteController#index as HTML + Rendered site/index.html.erb within layouts/application (0.1ms) +Completed 200 OK in 113ms (Views: 112.5ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/home-7b3a78eea01b979631ae34aa94adbf30.js?body=1" for ::1 at 2016-01-25 16:35:51 -0800 + + +Started GET "/assets/application-5e4bb6693b9785e6ea0e1b080c24c352.js?body=1" for ::1 at 2016-01-25 16:35:51 -0800 + + +Started GET "/assets/api/questions-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 16:35:51 -0800 + + +Started GET "/assets/application-1effd678c76ad97c3f8fa1b9a738774c.css?body=1" for ::1 at 2016-01-25 16:35:51 -0800 + + +Started GET "/assets/site_controller-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 16:35:51 -0800 + + +Started GET "/assets/jquery-15d98e252d1bc53debcefc7f63af0a94.js?body=1" for ::1 at 2016-01-25 16:35:51 -0800 + + +Started GET "/assets/jquery_ujs-6a46a54103e97b9ac13f2c6101ad27a5.js?body=1" for ::1 at 2016-01-25 16:35:51 -0800 + + +Started GET "/assets/angular-rails-templates-8410c681a5deb0bf79346a772ef86f7e.js?body=1" for ::1 at 2016-01-25 16:35:51 -0800 + + +Started GET "/assets/app-4f7fc11a6d345dc80a3da3e66975e891.js?body=1" for ::1 at 2016-01-25 16:35:51 -0800 + + +Started GET "/api/questions" for ::1 at 2016-01-25 16:35:51 -0800 +Processing by Api::QuestionsController#index as JSON + Question Load (0.6ms) SELECT "questions".* FROM "questions" +Completed 200 OK in 4ms (Views: 2.3ms | ActiveRecord: 0.6ms) + + +Started GET "/" for ::1 at 2016-01-25 16:36:09 -0800 +Processing by SiteController#index as HTML + Rendered site/index.html.erb within layouts/application (0.2ms) +Completed 200 OK in 122ms (Views: 121.6ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/api/questions-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 16:36:09 -0800 + + +Started GET "/assets/application-1effd678c76ad97c3f8fa1b9a738774c.css?body=1" for ::1 at 2016-01-25 16:36:09 -0800 + + +Started GET "/assets/site_controller-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 16:36:09 -0800 + + +Started GET "/assets/jquery_ujs-6a46a54103e97b9ac13f2c6101ad27a5.js?body=1" for ::1 at 2016-01-25 16:36:09 -0800 + + +Started GET "/assets/angular-rails-templates-8410c681a5deb0bf79346a772ef86f7e.js?body=1" for ::1 at 2016-01-25 16:36:09 -0800 + + +Started GET "/assets/jquery-15d98e252d1bc53debcefc7f63af0a94.js?body=1" for ::1 at 2016-01-25 16:36:09 -0800 + + +Started GET "/assets/home-c746c09490132c346a0b95baf2c36bde.js?body=1" for ::1 at 2016-01-25 16:36:09 -0800 + + +Started GET "/assets/application-ddf35564a53d71b71c8c51c200bc10a2.js?body=1" for ::1 at 2016-01-25 16:36:09 -0800 + + +Started GET "/assets/app-4f7fc11a6d345dc80a3da3e66975e891.js?body=1" for ::1 at 2016-01-25 16:36:09 -0800 + + +Started GET "/api/questions" for ::1 at 2016-01-25 16:36:10 -0800 +Processing by Api::QuestionsController#index as JSON + Question Load (0.4ms) SELECT "questions".* FROM "questions" +Completed 200 OK in 4ms (Views: 2.4ms | ActiveRecord: 0.4ms) + + +Started GET "/" for ::1 at 2016-01-25 16:37:08 -0800 +Processing by SiteController#index as HTML + Rendered site/index.html.erb within layouts/application (0.0ms) +Completed 200 OK in 114ms (Views: 113.2ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/api/questions-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 16:37:08 -0800 + + +Started GET "/assets/home-5af154afab81792debbe8c4d7054b8e6.js?body=1" for ::1 at 2016-01-25 16:37:08 -0800 + + +Started GET "/assets/application-00e2655fdc2e365e4363bda7e0a2ffdd.js?body=1" for ::1 at 2016-01-25 16:37:08 -0800 + + +Started GET "/assets/jquery-15d98e252d1bc53debcefc7f63af0a94.js?body=1" for ::1 at 2016-01-25 16:37:08 -0800 + + +Started GET "/assets/application-1effd678c76ad97c3f8fa1b9a738774c.css?body=1" for ::1 at 2016-01-25 16:37:08 -0800 + + +Started GET "/assets/site_controller-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 16:37:08 -0800 + + +Started GET "/assets/jquery_ujs-6a46a54103e97b9ac13f2c6101ad27a5.js?body=1" for ::1 at 2016-01-25 16:37:08 -0800 + + +Started GET "/assets/angular-rails-templates-8410c681a5deb0bf79346a772ef86f7e.js?body=1" for ::1 at 2016-01-25 16:37:08 -0800 + + +Started GET "/assets/app-4f7fc11a6d345dc80a3da3e66975e891.js?body=1" for ::1 at 2016-01-25 16:37:08 -0800 + + +Started GET "/api/questions" for ::1 at 2016-01-25 16:37:09 -0800 +Processing by Api::QuestionsController#index as JSON + Question Load (0.4ms) SELECT "questions".* FROM "questions" +Completed 200 OK in 3ms (Views: 1.6ms | ActiveRecord: 0.4ms) + + +Started GET "/" for ::1 at 2016-01-25 16:37:43 -0800 +Processing by SiteController#index as HTML + Rendered site/index.html.erb within layouts/application (0.1ms) +Completed 200 OK in 97ms (Views: 97.0ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/jquery-15d98e252d1bc53debcefc7f63af0a94.js?body=1" for ::1 at 2016-01-25 16:37:44 -0800 + + +Started GET "/assets/api/questions-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 16:37:44 -0800 + + +Started GET "/assets/site_controller-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 16:37:44 -0800 + + +Started GET "/assets/angular-rails-templates-8410c681a5deb0bf79346a772ef86f7e.js?body=1" for ::1 at 2016-01-25 16:37:44 -0800 + + +Started GET "/assets/application-1effd678c76ad97c3f8fa1b9a738774c.css?body=1" for ::1 at 2016-01-25 16:37:44 -0800 + + +Started GET "/assets/jquery_ujs-6a46a54103e97b9ac13f2c6101ad27a5.js?body=1" for ::1 at 2016-01-25 16:37:44 -0800 + + +Started GET "/assets/home-23ecd29f3eab9d1171b7495a1bdc0344.js?body=1" for ::1 at 2016-01-25 16:37:44 -0800 + + +Started GET "/assets/app-4f7fc11a6d345dc80a3da3e66975e891.js?body=1" for ::1 at 2016-01-25 16:37:44 -0800 + + +Started GET "/assets/application-52bedbc796122389d60d95e088ee5845.js?body=1" for ::1 at 2016-01-25 16:37:44 -0800 + + +Started GET "/api/questions" for ::1 at 2016-01-25 16:37:44 -0800 +Processing by Api::QuestionsController#index as JSON + Question Load (0.4ms) SELECT "questions".* FROM "questions" +Completed 200 OK in 3ms (Views: 1.8ms | ActiveRecord: 0.4ms) + + +Started GET "/" for ::1 at 2016-01-25 16:38:23 -0800 +Processing by SiteController#index as HTML + Rendered site/index.html.erb within layouts/application (0.0ms) +Completed 200 OK in 103ms (Views: 103.2ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/api/questions-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 16:38:24 -0800 + + +Started GET "/assets/site_controller-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 16:38:24 -0800 + + +Started GET "/assets/home-e476f451177355ef8b771ea22fb73938.js?body=1" for ::1 at 2016-01-25 16:38:24 -0800 + + +Started GET "/assets/jquery_ujs-6a46a54103e97b9ac13f2c6101ad27a5.js?body=1" for ::1 at 2016-01-25 16:38:24 -0800 + + +Started GET "/assets/application-1effd678c76ad97c3f8fa1b9a738774c.css?body=1" for ::1 at 2016-01-25 16:38:24 -0800 + + +Started GET "/assets/jquery-15d98e252d1bc53debcefc7f63af0a94.js?body=1" for ::1 at 2016-01-25 16:38:24 -0800 + + +Started GET "/assets/application-0b13bd617da03da4b2135edb36cda45a.js?body=1" for ::1 at 2016-01-25 16:38:24 -0800 + + +Started GET "/assets/angular-rails-templates-8410c681a5deb0bf79346a772ef86f7e.js?body=1" for ::1 at 2016-01-25 16:38:24 -0800 + + +Started GET "/assets/app-4f7fc11a6d345dc80a3da3e66975e891.js?body=1" for ::1 at 2016-01-25 16:38:24 -0800 + + +Started GET "/api/questions" for ::1 at 2016-01-25 16:38:24 -0800 +Processing by Api::QuestionsController#index as JSON + Question Load (0.7ms) SELECT "questions".* FROM "questions" +Completed 200 OK in 4ms (Views: 2.2ms | ActiveRecord: 0.7ms) + + +Started GET "/" for ::1 at 2016-01-25 16:38:36 -0800 +Processing by SiteController#index as HTML + Rendered site/index.html.erb within layouts/application (0.1ms) +Completed 200 OK in 100ms (Views: 99.8ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/api/questions-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 16:38:36 -0800 + + +Started GET "/assets/site_controller-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 16:38:36 -0800 + + +Started GET "/assets/home-1909d539759131eebff48398022bbcaa.js?body=1" for ::1 at 2016-01-25 16:38:36 -0800 + + +Started GET "/assets/jquery-15d98e252d1bc53debcefc7f63af0a94.js?body=1" for ::1 at 2016-01-25 16:38:36 -0800 + + +Started GET "/assets/jquery_ujs-6a46a54103e97b9ac13f2c6101ad27a5.js?body=1" for ::1 at 2016-01-25 16:38:36 -0800 + + +Started GET "/assets/application-1effd678c76ad97c3f8fa1b9a738774c.css?body=1" for ::1 at 2016-01-25 16:38:36 -0800 + + +Started GET "/assets/angular-rails-templates-8410c681a5deb0bf79346a772ef86f7e.js?body=1" for ::1 at 2016-01-25 16:38:36 -0800 + + +Started GET "/assets/app-4f7fc11a6d345dc80a3da3e66975e891.js?body=1" for ::1 at 2016-01-25 16:38:36 -0800 + + +Started GET "/assets/application-8a265841835b81ca093a5a1026e37e17.js?body=1" for ::1 at 2016-01-25 16:38:36 -0800 + + +Started GET "/api/questions" for ::1 at 2016-01-25 16:38:37 -0800 +Processing by Api::QuestionsController#index as JSON + Question Load (0.5ms) SELECT "questions".* FROM "questions" +Completed 200 OK in 3ms (Views: 1.9ms | ActiveRecord: 0.5ms) + + +Started GET "/" for ::1 at 2016-01-25 16:39:00 -0800 +Processing by SiteController#index as HTML + Rendered site/index.html.erb within layouts/application (0.1ms) +Completed 200 OK in 88ms (Views: 88.0ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/api/questions-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 16:39:00 -0800 + + +Started GET "/assets/jquery-15d98e252d1bc53debcefc7f63af0a94.js?body=1" for ::1 at 2016-01-25 16:39:00 -0800 + + +Started GET "/assets/application-1effd678c76ad97c3f8fa1b9a738774c.css?body=1" for ::1 at 2016-01-25 16:39:00 -0800 + + +Started GET "/assets/jquery_ujs-6a46a54103e97b9ac13f2c6101ad27a5.js?body=1" for ::1 at 2016-01-25 16:39:00 -0800 + + +Started GET "/assets/site_controller-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 16:39:00 -0800 + + +Started GET "/assets/angular-rails-templates-8410c681a5deb0bf79346a772ef86f7e.js?body=1" for ::1 at 2016-01-25 16:39:00 -0800 + + +Started GET "/assets/home-828d58893b79b6ef3fb9c92663c35ff2.js?body=1" for ::1 at 2016-01-25 16:39:00 -0800 + + +Started GET "/assets/application-0b79b2824f4ddfa29428b18606aae6d0.js?body=1" for ::1 at 2016-01-25 16:39:00 -0800 + + +Started GET "/assets/app-4f7fc11a6d345dc80a3da3e66975e891.js?body=1" for ::1 at 2016-01-25 16:39:00 -0800 + + +Started GET "/api/questions" for ::1 at 2016-01-25 16:39:01 -0800 +Processing by Api::QuestionsController#index as JSON + Question Load (0.5ms) SELECT "questions".* FROM "questions" +Completed 200 OK in 3ms (Views: 2.1ms | ActiveRecord: 0.5ms) + + +Started GET "/" for ::1 at 2016-01-25 16:39:12 -0800 +Processing by SiteController#index as HTML + Rendered site/index.html.erb within layouts/application (0.1ms) +Completed 200 OK in 82ms (Views: 81.5ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/home-4f4a8d5e445734ec4531cf863cd53b4e.js?body=1" for ::1 at 2016-01-25 16:39:12 -0800 + + +Started GET "/assets/application-1effd678c76ad97c3f8fa1b9a738774c.css?body=1" for ::1 at 2016-01-25 16:39:12 -0800 + + +Started GET "/assets/jquery_ujs-6a46a54103e97b9ac13f2c6101ad27a5.js?body=1" for ::1 at 2016-01-25 16:39:12 -0800 + + +Started GET "/assets/jquery-15d98e252d1bc53debcefc7f63af0a94.js?body=1" for ::1 at 2016-01-25 16:39:12 -0800 + + +Started GET "/assets/site_controller-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 16:39:12 -0800 + + +Started GET "/assets/api/questions-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 16:39:12 -0800 + + +Started GET "/assets/angular-rails-templates-8410c681a5deb0bf79346a772ef86f7e.js?body=1" for ::1 at 2016-01-25 16:39:12 -0800 + + +Started GET "/assets/application-6063535c5bf4076ef71b9fec0947034c.js?body=1" for ::1 at 2016-01-25 16:39:12 -0800 + + +Started GET "/assets/app-4f7fc11a6d345dc80a3da3e66975e891.js?body=1" for ::1 at 2016-01-25 16:39:12 -0800 + + +Started GET "/api/questions" for ::1 at 2016-01-25 16:39:13 -0800 +Processing by Api::QuestionsController#index as JSON + Question Load (0.4ms) SELECT "questions".* FROM "questions" +Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.4ms) + + +Started GET "/" for ::1 at 2016-01-25 16:39:23 -0800 +Processing by SiteController#index as HTML + Rendered site/index.html.erb within layouts/application (0.2ms) +Completed 200 OK in 112ms (Views: 112.0ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/api/questions-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 16:39:24 -0800 + + +Started GET "/assets/angular-rails-templates-8410c681a5deb0bf79346a772ef86f7e.js?body=1" for ::1 at 2016-01-25 16:39:24 -0800 + + +Started GET "/assets/jquery_ujs-6a46a54103e97b9ac13f2c6101ad27a5.js?body=1" for ::1 at 2016-01-25 16:39:24 -0800 + + +Started GET "/assets/site_controller-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 16:39:24 -0800 + + +Started GET "/assets/application-1effd678c76ad97c3f8fa1b9a738774c.css?body=1" for ::1 at 2016-01-25 16:39:24 -0800 + + +Started GET "/assets/jquery-15d98e252d1bc53debcefc7f63af0a94.js?body=1" for ::1 at 2016-01-25 16:39:24 -0800 + + +Started GET "/assets/home-c9da92d8c3d57f8216bf334fd8578d5e.js?body=1" for ::1 at 2016-01-25 16:39:24 -0800 + + +Started GET "/assets/application-f7d4ce7ebbf8c3fd5035ba52a74f78dd.js?body=1" for ::1 at 2016-01-25 16:39:24 -0800 + + +Started GET "/assets/app-4f7fc11a6d345dc80a3da3e66975e891.js?body=1" for ::1 at 2016-01-25 16:39:24 -0800 + + +Started GET "/api/questions" for ::1 at 2016-01-25 16:39:24 -0800 +Processing by Api::QuestionsController#index as JSON + Question Load (0.4ms) SELECT "questions".* FROM "questions" +Completed 200 OK in 3ms (Views: 2.0ms | ActiveRecord: 0.4ms) + + +Started GET "/" for ::1 at 2016-01-25 16:41:50 -0800 +Processing by SiteController#index as HTML + Rendered site/index.html.erb within layouts/application (0.1ms) +Completed 200 OK in 93ms (Views: 92.4ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/api/questions-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 16:41:50 -0800 + + +Started GET "/assets/site_controller-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 16:41:50 -0800 + + +Started GET "/assets/application-1effd678c76ad97c3f8fa1b9a738774c.css?body=1" for ::1 at 2016-01-25 16:41:50 -0800 + + +Started GET "/assets/jquery-15d98e252d1bc53debcefc7f63af0a94.js?body=1" for ::1 at 2016-01-25 16:41:50 -0800 + + +Started GET "/assets/home-3bd5156d6037295ea16319d913540c8b.js?body=1" for ::1 at 2016-01-25 16:41:50 -0800 + + +Started GET "/assets/jquery_ujs-6a46a54103e97b9ac13f2c6101ad27a5.js?body=1" for ::1 at 2016-01-25 16:41:50 -0800 + + +Started GET "/assets/angular-rails-templates-8410c681a5deb0bf79346a772ef86f7e.js?body=1" for ::1 at 2016-01-25 16:41:50 -0800 + + +Started GET "/assets/app-4f7fc11a6d345dc80a3da3e66975e891.js?body=1" for ::1 at 2016-01-25 16:41:50 -0800 + + +Started GET "/assets/application-4c06e3aef287ba58407036eab27c7e42.js?body=1" for ::1 at 2016-01-25 16:41:50 -0800 + + +Started GET "/api/questions" for ::1 at 2016-01-25 16:41:50 -0800 +Processing by Api::QuestionsController#index as JSON + Question Load (0.4ms) SELECT "questions".* FROM "questions" +Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.4ms) + + +Started GET "/" for ::1 at 2016-01-25 16:42:31 -0800 +Processing by SiteController#index as HTML + Rendered site/index.html.erb within layouts/application (0.2ms) +Completed 200 OK in 93ms (Views: 93.0ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/home-4f2f62f2956aec5efd907062fbc35d27.js?body=1" for ::1 at 2016-01-25 16:42:32 -0800 + + +Started GET "/assets/jquery-15d98e252d1bc53debcefc7f63af0a94.js?body=1" for ::1 at 2016-01-25 16:42:32 -0800 + + +Started GET "/assets/application-1effd678c76ad97c3f8fa1b9a738774c.css?body=1" for ::1 at 2016-01-25 16:42:32 -0800 + + +Started GET "/assets/site_controller-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 16:42:32 -0800 + + +Started GET "/assets/api/questions-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 16:42:32 -0800 + + +Started GET "/assets/jquery_ujs-6a46a54103e97b9ac13f2c6101ad27a5.js?body=1" for ::1 at 2016-01-25 16:42:32 -0800 + + +Started GET "/assets/angular-rails-templates-8410c681a5deb0bf79346a772ef86f7e.js?body=1" for ::1 at 2016-01-25 16:42:32 -0800 + + +Started GET "/assets/app-4f7fc11a6d345dc80a3da3e66975e891.js?body=1" for ::1 at 2016-01-25 16:42:32 -0800 + + +Started GET "/assets/application-dbb1a97eaa1247f6085669962087f8d3.js?body=1" for ::1 at 2016-01-25 16:42:32 -0800 + + +Started GET "/api/questions" for ::1 at 2016-01-25 16:42:32 -0800 +Processing by Api::QuestionsController#index as JSON + Question Load (0.4ms) SELECT "questions".* FROM "questions" +Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.4ms) + + +Started GET "/" for ::1 at 2016-01-25 16:42:44 -0800 +Processing by SiteController#index as HTML + Rendered site/index.html.erb within layouts/application (0.1ms) +Completed 200 OK in 86ms (Views: 85.4ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/home-62cecaf4c6dc9483cb8caa8d72188156.js?body=1" for ::1 at 2016-01-25 16:42:45 -0800 + + +Started GET "/assets/jquery-15d98e252d1bc53debcefc7f63af0a94.js?body=1" for ::1 at 2016-01-25 16:42:45 -0800 + + +Started GET "/assets/application-1effd678c76ad97c3f8fa1b9a738774c.css?body=1" for ::1 at 2016-01-25 16:42:45 -0800 + + +Started GET "/assets/api/questions-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 16:42:45 -0800 + + +Started GET "/assets/site_controller-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 16:42:45 -0800 + + +Started GET "/assets/jquery_ujs-6a46a54103e97b9ac13f2c6101ad27a5.js?body=1" for ::1 at 2016-01-25 16:42:45 -0800 + + +Started GET "/assets/angular-rails-templates-8410c681a5deb0bf79346a772ef86f7e.js?body=1" for ::1 at 2016-01-25 16:42:45 -0800 + + +Started GET "/assets/app-4f7fc11a6d345dc80a3da3e66975e891.js?body=1" for ::1 at 2016-01-25 16:42:45 -0800 + + +Started GET "/assets/application-caedacc269d040b3ecbb36f59d5f4126.js?body=1" for ::1 at 2016-01-25 16:42:45 -0800 + + +Started GET "/api/questions" for ::1 at 2016-01-25 16:42:45 -0800 +Processing by Api::QuestionsController#index as JSON + Question Load (0.3ms) SELECT "questions".* FROM "questions" +Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.3ms) + + +Started GET "/" for ::1 at 2016-01-25 16:42:50 -0800 +Processing by SiteController#index as HTML + Rendered site/index.html.erb within layouts/application (0.1ms) +Completed 200 OK in 79ms (Views: 78.9ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/home-e1498734b99c30d70489bb63de700d9a.js?body=1" for ::1 at 2016-01-25 16:42:50 -0800 + + +Started GET "/assets/site_controller-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 16:42:50 -0800 + + +Started GET "/assets/application-2e43d7c7c43429e9190e347f36278d47.js?body=1" for ::1 at 2016-01-25 16:42:50 -0800 + + +Started GET "/assets/application-1effd678c76ad97c3f8fa1b9a738774c.css?body=1" for ::1 at 2016-01-25 16:42:50 -0800 + + +Started GET "/assets/api/questions-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 16:42:50 -0800 + + +Started GET "/assets/jquery-15d98e252d1bc53debcefc7f63af0a94.js?body=1" for ::1 at 2016-01-25 16:42:50 -0800 + + +Started GET "/assets/jquery_ujs-6a46a54103e97b9ac13f2c6101ad27a5.js?body=1" for ::1 at 2016-01-25 16:42:50 -0800 + + +Started GET "/assets/angular-rails-templates-8410c681a5deb0bf79346a772ef86f7e.js?body=1" for ::1 at 2016-01-25 16:42:50 -0800 + + +Started GET "/assets/app-4f7fc11a6d345dc80a3da3e66975e891.js?body=1" for ::1 at 2016-01-25 16:42:50 -0800 + + +Started GET "/api/questions" for ::1 at 2016-01-25 16:42:50 -0800 +Processing by Api::QuestionsController#index as JSON + Question Load (0.3ms) SELECT "questions".* FROM "questions" +Completed 200 OK in 2ms (Views: 1.2ms | ActiveRecord: 0.3ms) + + +Started POST "/api/questions" for ::1 at 2016-01-25 16:43:13 -0800 +Processing by Api::QuestionsController#create as JSON + Parameters: {"title"=>"What do you think about that?", "body"=>"I couldn't tell you", "question"=>{"title"=>"What do you think about that?", "body"=>"I couldn't tell you"}} +  (0.1ms) BEGIN + SQL (0.7ms) INSERT INTO "questions" ("title", "body", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "What do you think about that?"], ["body", "I couldn't tell you"], ["created_at", "2016-01-26 00:43:13.226204"], ["updated_at", "2016-01-26 00:43:13.226204"]] +  (1.0ms) COMMIT +Completed 200 OK in 6ms (Views: 0.3ms | ActiveRecord: 1.8ms) + + +Started GET "/" for ::1 at 2016-01-25 16:43:14 -0800 +Processing by SiteController#index as HTML + Rendered site/index.html.erb within layouts/application (0.1ms) +Completed 200 OK in 53ms (Views: 53.2ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/api/questions-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 16:43:15 -0800 + + +Started GET "/assets/site_controller-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 16:43:15 -0800 + + +Started GET "/assets/angular-rails-templates-8410c681a5deb0bf79346a772ef86f7e.js?body=1" for ::1 at 2016-01-25 16:43:15 -0800 + + +Started GET "/assets/jquery_ujs-6a46a54103e97b9ac13f2c6101ad27a5.js?body=1" for ::1 at 2016-01-25 16:43:15 -0800 + + +Started GET "/assets/application-1effd678c76ad97c3f8fa1b9a738774c.css?body=1" for ::1 at 2016-01-25 16:43:15 -0800 + + +Started GET "/assets/jquery-15d98e252d1bc53debcefc7f63af0a94.js?body=1" for ::1 at 2016-01-25 16:43:15 -0800 + + +Started GET "/assets/home-e1498734b99c30d70489bb63de700d9a.js?body=1" for ::1 at 2016-01-25 16:43:15 -0800 + + +Started GET "/assets/app-4f7fc11a6d345dc80a3da3e66975e891.js?body=1" for ::1 at 2016-01-25 16:43:15 -0800 + + +Started GET "/assets/application-2e43d7c7c43429e9190e347f36278d47.js?body=1" for ::1 at 2016-01-25 16:43:15 -0800 + + +Started GET "/api/questions" for ::1 at 2016-01-25 16:43:15 -0800 +Processing by Api::QuestionsController#index as JSON + Question Load (0.3ms) SELECT "questions".* FROM "questions" +Completed 200 OK in 3ms (Views: 1.8ms | ActiveRecord: 0.3ms) + + +Started GET "/" for ::1 at 2016-01-25 16:47:10 -0800 +Processing by SiteController#index as HTML + Rendered site/index.html.erb within layouts/application (0.7ms) +Completed 200 OK in 210ms (Views: 209.1ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/application-1effd678c76ad97c3f8fa1b9a738774c.css?body=1" for ::1 at 2016-01-25 16:47:10 -0800 + + +Started GET "/assets/api/questions-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 16:47:10 -0800 + + +Started GET "/assets/site_controller-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 16:47:10 -0800 + + +Started GET "/assets/jquery_ujs-6a46a54103e97b9ac13f2c6101ad27a5.js?body=1" for ::1 at 2016-01-25 16:47:10 -0800 + + +Started GET "/assets/jquery-15d98e252d1bc53debcefc7f63af0a94.js?body=1" for ::1 at 2016-01-25 16:47:10 -0800 + + +Started GET "/assets/angular-rails-templates-8410c681a5deb0bf79346a772ef86f7e.js?body=1" for ::1 at 2016-01-25 16:47:10 -0800 + + +Started GET "/assets/home-ad3631a8b5836c29a1a75573b5582356.js?body=1" for ::1 at 2016-01-25 16:47:10 -0800 + + +Started GET "/assets/application-70f1a71ad44e0bc0022244984ea69391.js?body=1" for ::1 at 2016-01-25 16:47:10 -0800 + + +Started GET "/assets/app-4f7fc11a6d345dc80a3da3e66975e891.js?body=1" for ::1 at 2016-01-25 16:47:10 -0800 + + +Started GET "/api/questions" for ::1 at 2016-01-25 16:47:11 -0800 +Processing by Api::QuestionsController#index as JSON + Question Load (2.7ms) SELECT "questions".* FROM "questions" +Completed 200 OK in 9ms (Views: 5.3ms | ActiveRecord: 2.7ms) + + +Started GET "/assets/bootstrap/glyphicons-halflings-regular-4807db1432c7a0e1197da69cd766ae70.woff2" for ::1 at 2016-01-25 16:47:11 -0800 + + +Started GET "/" for ::1 at 2016-01-25 16:47:23 -0800 +Processing by SiteController#index as HTML + Rendered site/index.html.erb within layouts/application (0.2ms) +Completed 200 OK in 96ms (Views: 95.7ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/home-98cec5b23c39c1c9551fedf18bf2829f.js?body=1" for ::1 at 2016-01-25 16:47:24 -0800 + + +Started GET "/assets/application-229ace3d43504af2cee60c2373173cd2.js?body=1" for ::1 at 2016-01-25 16:47:24 -0800 + + +Started GET "/assets/api/questions-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 16:47:24 -0800 + + +Started GET "/assets/application-1effd678c76ad97c3f8fa1b9a738774c.css?body=1" for ::1 at 2016-01-25 16:47:24 -0800 + + +Started GET "/assets/site_controller-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 16:47:24 -0800 + + +Started GET "/assets/jquery-15d98e252d1bc53debcefc7f63af0a94.js?body=1" for ::1 at 2016-01-25 16:47:24 -0800 + + +Started GET "/assets/jquery_ujs-6a46a54103e97b9ac13f2c6101ad27a5.js?body=1" for ::1 at 2016-01-25 16:47:24 -0800 + + +Started GET "/assets/angular-rails-templates-8410c681a5deb0bf79346a772ef86f7e.js?body=1" for ::1 at 2016-01-25 16:47:24 -0800 + + +Started GET "/assets/app-4f7fc11a6d345dc80a3da3e66975e891.js?body=1" for ::1 at 2016-01-25 16:47:24 -0800 + + +Started GET "/api/questions" for ::1 at 2016-01-25 16:47:24 -0800 +Processing by Api::QuestionsController#index as JSON + Question Load (0.3ms) SELECT "questions".* FROM "questions" +Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.3ms) + + +Started GET "/assets/bootstrap/glyphicons-halflings-regular-4807db1432c7a0e1197da69cd766ae70.woff2" for ::1 at 2016-01-25 16:47:24 -0800 + + +Started GET "/" for ::1 at 2016-01-25 16:47:31 -0800 +Processing by SiteController#index as HTML + Rendered site/index.html.erb within layouts/application (0.0ms) +Completed 200 OK in 83ms (Views: 82.8ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/home-cc21c100c330dcba5d8ffe74ade3e52a.js?body=1" for ::1 at 2016-01-25 16:47:31 -0800 + + +Started GET "/assets/application-3b2de4be8c0c1ccf3406f8888e95471c.js?body=1" for ::1 at 2016-01-25 16:47:31 -0800 + + +Started GET "/assets/api/questions-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 16:47:31 -0800 + + +Started GET "/assets/application-1effd678c76ad97c3f8fa1b9a738774c.css?body=1" for ::1 at 2016-01-25 16:47:31 -0800 + + +Started GET "/assets/jquery-15d98e252d1bc53debcefc7f63af0a94.js?body=1" for ::1 at 2016-01-25 16:47:31 -0800 + + +Started GET "/assets/site_controller-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 16:47:31 -0800 + + +Started GET "/assets/jquery_ujs-6a46a54103e97b9ac13f2c6101ad27a5.js?body=1" for ::1 at 2016-01-25 16:47:31 -0800 + + +Started GET "/assets/angular-rails-templates-8410c681a5deb0bf79346a772ef86f7e.js?body=1" for ::1 at 2016-01-25 16:47:31 -0800 + + +Started GET "/assets/app-4f7fc11a6d345dc80a3da3e66975e891.js?body=1" for ::1 at 2016-01-25 16:47:31 -0800 + + +Started GET "/api/questions" for ::1 at 2016-01-25 16:47:31 -0800 +Processing by Api::QuestionsController#index as JSON + Question Load (0.5ms) SELECT "questions".* FROM "questions" +Completed 200 OK in 3ms (Views: 2.2ms | ActiveRecord: 0.5ms) + + +Started GET "/assets/bootstrap/glyphicons-halflings-regular-4807db1432c7a0e1197da69cd766ae70.woff2" for ::1 at 2016-01-25 16:47:32 -0800 + + +Started GET "/" for ::1 at 2016-01-25 16:47:38 -0800 +Processing by SiteController#index as HTML + Rendered site/index.html.erb within layouts/application (0.2ms) +Completed 200 OK in 85ms (Views: 84.7ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/application-7c79bea6b4fdc6b60aae8fd3e1a05e49.js?body=1" for ::1 at 2016-01-25 16:47:38 -0800 + + +Started GET "/assets/home-5ac9695f616e3de5be00727a152e9bc5.js?body=1" for ::1 at 2016-01-25 16:47:38 -0800 + + +Started GET "/assets/application-1effd678c76ad97c3f8fa1b9a738774c.css?body=1" for ::1 at 2016-01-25 16:47:38 -0800 + + +Started GET "/assets/api/questions-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 16:47:38 -0800 + + +Started GET "/assets/jquery-15d98e252d1bc53debcefc7f63af0a94.js?body=1" for ::1 at 2016-01-25 16:47:38 -0800 + + +Started GET "/assets/site_controller-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 16:47:38 -0800 + + +Started GET "/assets/angular-rails-templates-8410c681a5deb0bf79346a772ef86f7e.js?body=1" for ::1 at 2016-01-25 16:47:38 -0800 + + +Started GET "/assets/app-4f7fc11a6d345dc80a3da3e66975e891.js?body=1" for ::1 at 2016-01-25 16:47:38 -0800 + + +Started GET "/assets/jquery_ujs-6a46a54103e97b9ac13f2c6101ad27a5.js?body=1" for ::1 at 2016-01-25 16:47:38 -0800 + + +Started GET "/api/questions" for ::1 at 2016-01-25 16:47:38 -0800 +Processing by Api::QuestionsController#index as JSON + Question Load (0.3ms) SELECT "questions".* FROM "questions" +Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.3ms) + + +Started GET "/assets/bootstrap/glyphicons-halflings-regular-4807db1432c7a0e1197da69cd766ae70.woff2" for ::1 at 2016-01-25 16:47:38 -0800 + + +Started GET "/" for ::1 at 2016-01-25 16:49:46 -0800 +Processing by SiteController#index as HTML + Rendered site/index.html.erb within layouts/application (0.1ms) +Completed 200 OK in 126ms (Views: 125.1ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/api/questions-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 16:49:47 -0800 + + +Started GET "/assets/app-2b6cfaf0f40bacaeb250676ce0f3b42a.js?body=1" for ::1 at 2016-01-25 16:49:47 -0800 + + +Started GET "/assets/site_controller-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 16:49:47 -0800 + + +Started GET "/assets/jquery-15d98e252d1bc53debcefc7f63af0a94.js?body=1" for ::1 at 2016-01-25 16:49:47 -0800 + + +Started GET "/assets/application-1effd678c76ad97c3f8fa1b9a738774c.css?body=1" for ::1 at 2016-01-25 16:49:47 -0800 + + +Started GET "/assets/jquery_ujs-6a46a54103e97b9ac13f2c6101ad27a5.js?body=1" for ::1 at 2016-01-25 16:49:47 -0800 + + +Started GET "/assets/angular-rails-templates-8410c681a5deb0bf79346a772ef86f7e.js?body=1" for ::1 at 2016-01-25 16:49:47 -0800 + + +Started GET "/assets/home-5ac9695f616e3de5be00727a152e9bc5.js?body=1" for ::1 at 2016-01-25 16:49:47 -0800 + + +Started GET "/assets/application-8d07bd46b99750c2ea80a6767e60a7cf.js?body=1" for ::1 at 2016-01-25 16:49:47 -0800 + + +Started GET "/api/questions" for ::1 at 2016-01-25 16:49:47 -0800 +Processing by Api::QuestionsController#index as JSON + Question Load (0.3ms) SELECT "questions".* FROM "questions" +Completed 200 OK in 2ms (Views: 1.3ms | ActiveRecord: 0.3ms) + + +Started GET "/assets/bootstrap/glyphicons-halflings-regular-4807db1432c7a0e1197da69cd766ae70.woff2" for ::1 at 2016-01-25 16:49:47 -0800 + + +Started GET "/assets/api/questions-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 16:49:49 -0800 + + +Started GET "/assets/site_controller-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 16:49:49 -0800 + + +Started GET "/assets/application-1effd678c76ad97c3f8fa1b9a738774c.css?body=1" for ::1 at 2016-01-25 16:49:49 -0800 + + +Started GET "/" for ::1 at 2016-01-25 16:51:37 -0800 +Processing by SiteController#index as HTML + Rendered site/index.html.erb within layouts/application (0.1ms) +Completed 200 OK in 144ms (Views: 143.8ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/api/questions-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 16:51:37 -0800 + + +Started GET "/assets/site_controller-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 16:51:37 -0800 + + +Started GET "/assets/angular-rails-templates-8410c681a5deb0bf79346a772ef86f7e.js?body=1" for ::1 at 2016-01-25 16:51:37 -0800 + + +Started GET "/assets/application-1effd678c76ad97c3f8fa1b9a738774c.css?body=1" for ::1 at 2016-01-25 16:51:37 -0800 + + +Started GET "/assets/app-06fa41768409cf9137714eb04aa45812.js?body=1" for ::1 at 2016-01-25 16:51:37 -0800 + + +Started GET "/assets/jquery-15d98e252d1bc53debcefc7f63af0a94.js?body=1" for ::1 at 2016-01-25 16:51:37 -0800 + + +Started GET "/assets/jquery_ujs-6a46a54103e97b9ac13f2c6101ad27a5.js?body=1" for ::1 at 2016-01-25 16:51:37 -0800 + + +Started GET "/assets/home-5ac9695f616e3de5be00727a152e9bc5.js?body=1" for ::1 at 2016-01-25 16:51:37 -0800 + + +Started GET "/assets/application-812bf2c9cc073f1f0df0b29762b76022.js?body=1" for ::1 at 2016-01-25 16:51:37 -0800 + + +Started GET "/api/questions" for ::1 at 2016-01-25 16:51:38 -0800 +Processing by Api::QuestionsController#index as JSON + Question Load (1.2ms) SELECT "questions".* FROM "questions" +Completed 200 OK in 6ms (Views: 3.8ms | ActiveRecord: 1.2ms) + + +Started GET "/assets/bootstrap/glyphicons-halflings-regular-4807db1432c7a0e1197da69cd766ae70.woff2" for ::1 at 2016-01-25 16:51:38 -0800 + + +Started GET "/" for ::1 at 2016-01-25 16:52:19 -0800 +Processing by SiteController#index as HTML + Rendered site/index.html.erb within layouts/application (0.0ms) +Completed 200 OK in 94ms (Views: 93.8ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/api/questions-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 16:52:20 -0800 + + +Started GET "/assets/site_controller-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 16:52:20 -0800 + + +Started GET "/assets/application-1effd678c76ad97c3f8fa1b9a738774c.css?body=1" for ::1 at 2016-01-25 16:52:20 -0800 + + +Started GET "/assets/application-623f91658fd782194e3f2d8ad08cbbbc.js?body=1" for ::1 at 2016-01-25 16:52:20 -0800 + + +Started GET "/assets/jquery-15d98e252d1bc53debcefc7f63af0a94.js?body=1" for ::1 at 2016-01-25 16:52:20 -0800 + + +Started GET "/assets/app-c76a1a2b807d940195c9105e1962dbb3.js?body=1" for ::1 at 2016-01-25 16:52:20 -0800 + + +Started GET "/assets/jquery_ujs-6a46a54103e97b9ac13f2c6101ad27a5.js?body=1" for ::1 at 2016-01-25 16:52:20 -0800 + + +Started GET "/assets/angular-rails-templates-8410c681a5deb0bf79346a772ef86f7e.js?body=1" for ::1 at 2016-01-25 16:52:20 -0800 + + +Started GET "/assets/home-5ac9695f616e3de5be00727a152e9bc5.js?body=1" for ::1 at 2016-01-25 16:52:20 -0800 + + +Started GET "/assets/home-5ac9695f616e3de5be00727a152e9bc5.js?body=1" for ::1 at 2016-01-25 16:52:21 -0800 + + +Started GET "/api/questions" for ::1 at 2016-01-25 16:52:21 -0800 +Processing by Api::QuestionsController#index as JSON + Question Load (0.3ms) SELECT "questions".* FROM "questions" +Completed 200 OK in 2ms (Views: 1.4ms | ActiveRecord: 0.3ms) + + +Started GET "/assets/bootstrap/glyphicons-halflings-regular-4807db1432c7a0e1197da69cd766ae70.woff2" for ::1 at 2016-01-25 16:52:21 -0800 + + +Started DELETE "/api/questions/1" for ::1 at 2016-01-25 16:52:22 -0800 +Processing by Api::QuestionsController#destroy as JSON + Parameters: {"id"=>"1"} +Completed 500 Internal Server Error in 20ms (ActiveRecord: 0.0ms) + +ActionView::MissingTemplate (Missing template api/questions/destroy, application/destroy with {:locale=>[:en], :formats=>[:json], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :coffee, :jbuilder]}. Searched in: + * "/Users/adamabeyta/develop/rails-ang-base/app/views" +): + actionview (4.2.5) lib/action_view/path_set.rb:46:in `find' + actionview (4.2.5) lib/action_view/lookup_context.rb:121:in `find' + actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' + actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:40:in `determine_template' + actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:8:in `render' + actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' + actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' + actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' + actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' + actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' + actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' + actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' + actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' + actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' + activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' + /Users/adamabeyta/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' + activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' + actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' + actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' + activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' + actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' + actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' + actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' + actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' + activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' + activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' + activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' + activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' + activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' + activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' + activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' + activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' + actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' + activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' + activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' + actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' + actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' + activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' + actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' + actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' + actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' + actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' + actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' + actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' + actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' + actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' + actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' + actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' + actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' + rack (1.6.4) lib/rack/etag.rb:24:in `call' + rack (1.6.4) lib/rack/conditionalget.rb:38:in `call' + rack (1.6.4) lib/rack/head.rb:13:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' + actionpack (4.2.5) 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.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' + activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' + activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' + activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' + activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' + activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' + activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' + web-console (2.2.1) lib/web_console/middleware.rb:39:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' + railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' + railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' + activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' + activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' + activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' + railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' + rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' + rack (1.6.4) lib/rack/runtime.rb:18:in `call' + activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' + rack (1.6.4) lib/rack/sendfile.rb:113:in `call' + railties (4.2.5) lib/rails/engine.rb:518:in `call' + railties (4.2.5) lib/rails/application.rb:165:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + rack (1.6.4) lib/rack/content_length.rb:15:in `call' + rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' + /Users/adamabeyta/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' + /Users/adamabeyta/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' + /Users/adamabeyta/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' + + + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.5ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.9ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.0ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb within rescues/layout (65.4ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/_markup.html.erb (0.4ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.5ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.4ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/console.js.erb within layouts/javascript (55.6ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/main.js.erb within layouts/javascript (0.4ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/index.html.erb (120.8ms) + + +Started GET "/" for ::1 at 2016-01-25 17:06:43 -0800 +Processing by SiteController#index as HTML + Rendered site/index.html.erb within layouts/application (0.2ms) +Completed 200 OK in 149ms (Views: 147.9ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/site_controller-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 17:06:43 -0800 + + +Started GET "/assets/api/questions-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 17:06:43 -0800 + + +Started GET "/assets/application-1effd678c76ad97c3f8fa1b9a738774c.css?body=1" for ::1 at 2016-01-25 17:06:43 -0800 + + +Started GET "/assets/jquery-15d98e252d1bc53debcefc7f63af0a94.js?body=1" for ::1 at 2016-01-25 17:06:43 -0800 + + +Started GET "/assets/jquery_ujs-6a46a54103e97b9ac13f2c6101ad27a5.js?body=1" for ::1 at 2016-01-25 17:06:43 -0800 + + +Started GET "/assets/app-cd4072a97ffbb640f7e366a32d60a05b.js?body=1" for ::1 at 2016-01-25 17:06:43 -0800 + + +Started GET "/assets/angular-rails-templates-8410c681a5deb0bf79346a772ef86f7e.js?body=1" for ::1 at 2016-01-25 17:06:43 -0800 + + +Started GET "/assets/home-5ac9695f616e3de5be00727a152e9bc5.js?body=1" for ::1 at 2016-01-25 17:06:43 -0800 + + +Started GET "/assets/application-7ad215d22a785aa611c974cc9a512cda.js?body=1" for ::1 at 2016-01-25 17:06:43 -0800 + + +Started GET "/api/questions" for ::1 at 2016-01-25 17:06:44 -0800 +Processing by Api::QuestionsController#index as JSON + Question Load (0.6ms) SELECT "questions".* FROM "questions" +Completed 200 OK in 14ms (Views: 5.3ms | ActiveRecord: 4.7ms) + + +Started GET "/assets/bootstrap/glyphicons-halflings-regular-4807db1432c7a0e1197da69cd766ae70.woff2" for ::1 at 2016-01-25 17:06:44 -0800 + + +Started DELETE "/api/questions/4" for ::1 at 2016-01-25 17:06:47 -0800 +Processing by Api::QuestionsController#destroy as JSON + Parameters: {"id"=>"4"} + Question Load (0.8ms) SELECT "questions".* FROM "questions" WHERE "questions"."id" = $1 LIMIT 1 [["id", 4]] +  (0.1ms) BEGIN + Answer Load (1.5ms) SELECT "answers".* FROM "answers" WHERE "answers"."question_id" = $1 [["question_id", 4]] + SQL (0.6ms) DELETE FROM "questions" WHERE "questions"."id" = $1 [["id", 4]] +  (1.5ms) COMMIT +Completed 500 Internal Server Error in 59ms (ActiveRecord: 5.7ms) + +ActionView::MissingTemplate (Missing template api/questions/destroy, application/destroy with {:locale=>[:en], :formats=>[:json], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :coffee, :jbuilder]}. Searched in: + * "/Users/adamabeyta/develop/rails-ang-base/app/views" +): + actionview (4.2.5) lib/action_view/path_set.rb:46:in `find' + actionview (4.2.5) lib/action_view/lookup_context.rb:121:in `find' + actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' + actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:40:in `determine_template' + actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:8:in `render' + actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' + actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' + actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' + actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' + actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' + actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' + actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' + actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' + actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' + activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' + /Users/adamabeyta/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' + activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' + actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' + actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' + activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' + actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' + actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' + actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' + actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' + activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' + activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' + activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' + activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' + activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' + activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' + activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' + activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' + actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' + activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' + activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' + actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' + actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' + activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' + actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' + actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' + actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' + actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' + actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' + actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' + actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' + actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' + actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' + actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' + actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' + rack (1.6.4) lib/rack/etag.rb:24:in `call' + rack (1.6.4) lib/rack/conditionalget.rb:38:in `call' + rack (1.6.4) lib/rack/head.rb:13:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' + actionpack (4.2.5) 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.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' + activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' + activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' + activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' + activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' + activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' + activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' + web-console (2.2.1) lib/web_console/middleware.rb:39:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' + railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' + railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' + activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' + activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' + activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' + railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' + rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' + rack (1.6.4) lib/rack/runtime.rb:18:in `call' + activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' + rack (1.6.4) lib/rack/sendfile.rb:113:in `call' + railties (4.2.5) lib/rails/engine.rb:518:in `call' + railties (4.2.5) lib/rails/application.rb:165:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + rack (1.6.4) lib/rack/content_length.rb:15:in `call' + rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' + /Users/adamabeyta/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' + /Users/adamabeyta/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' + /Users/adamabeyta/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' + + + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.8ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.4ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (0.9ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb within rescues/layout (52.1ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/_markup.html.erb (0.4ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.3ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.5ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.5ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/console.js.erb within layouts/javascript (45.8ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/main.js.erb within layouts/javascript (0.4ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/index.html.erb (98.6ms) + + +Started GET "/assets/site_controller-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 17:09:45 -0800 + + +Started GET "/assets/api/questions-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 17:09:45 -0800 + + +Started GET "/assets/application-1effd678c76ad97c3f8fa1b9a738774c.css?body=1" for ::1 at 2016-01-25 17:09:45 -0800 + + +Started DELETE "/api/questions/1" for ::1 at 2016-01-25 17:09:48 -0800 +Processing by Api::QuestionsController#destroy as JSON + Parameters: {"id"=>"1"} + Question Load (0.5ms) SELECT "questions".* FROM "questions" WHERE "questions"."id" = $1 LIMIT 1 [["id", 1]] +  (0.2ms) BEGIN + Answer Load (0.2ms) SELECT "answers".* FROM "answers" WHERE "answers"."question_id" = $1 [["question_id", 1]] + SQL (0.2ms) DELETE FROM "questions" WHERE "questions"."id" = $1 [["id", 1]] +  (1.0ms) COMMIT +Completed 500 Internal Server Error in 7ms (ActiveRecord: 2.1ms) + +ActionView::MissingTemplate (Missing template api/questions/destroy, application/destroy with {:locale=>[:en], :formats=>[:json], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :coffee, :jbuilder]}. Searched in: + * "/Users/adamabeyta/develop/rails-ang-base/app/views" +): + actionview (4.2.5) lib/action_view/path_set.rb:46:in `find' + actionview (4.2.5) lib/action_view/lookup_context.rb:121:in `find' + actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' + actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:40:in `determine_template' + actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:8:in `render' + actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' + actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' + actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' + actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' + actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' + actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' + actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' + actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' + actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' + activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' + /Users/adamabeyta/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' + activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' + actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' + actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' + activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' + actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' + actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' + actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' + actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' + activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' + activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' + activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' + activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' + activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' + activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' + activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' + activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' + actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' + activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' + activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' + actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' + actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' + activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' + actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' + actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' + actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' + actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' + actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' + actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' + actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' + actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' + actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' + actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' + actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' + rack (1.6.4) lib/rack/etag.rb:24:in `call' + rack (1.6.4) lib/rack/conditionalget.rb:38:in `call' + rack (1.6.4) lib/rack/head.rb:13:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' + actionpack (4.2.5) 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.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' + activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' + activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' + activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' + activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' + activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' + activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' + web-console (2.2.1) lib/web_console/middleware.rb:39:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' + railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' + railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' + activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' + activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' + activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' + railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' + rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' + rack (1.6.4) lib/rack/runtime.rb:18:in `call' + activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' + rack (1.6.4) lib/rack/sendfile.rb:113:in `call' + railties (4.2.5) lib/rails/engine.rb:518:in `call' + railties (4.2.5) lib/rails/application.rb:165:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + rack (1.6.4) lib/rack/content_length.rb:15:in `call' + rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' + /Users/adamabeyta/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' + /Users/adamabeyta/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' + /Users/adamabeyta/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' + + + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.7ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.5ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb within rescues/layout (51.7ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/_markup.html.erb (0.5ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.4ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.4ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.3ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/console.js.erb within layouts/javascript (49.2ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/main.js.erb within layouts/javascript (0.4ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.4ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/index.html.erb (106.2ms) + + +Started GET "/" for ::1 at 2016-01-25 17:10:16 -0800 +Processing by SiteController#index as HTML + Rendered site/index.html.erb within layouts/application (0.1ms) +Completed 200 OK in 48ms (Views: 48.1ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/jquery-15d98e252d1bc53debcefc7f63af0a94.js?body=1" for ::1 at 2016-01-25 17:10:16 -0800 + + +Started GET "/assets/api/questions-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 17:10:16 -0800 + + +Started GET "/assets/site_controller-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 17:10:16 -0800 + + +Started GET "/assets/application-1effd678c76ad97c3f8fa1b9a738774c.css?body=1" for ::1 at 2016-01-25 17:10:16 -0800 + + +Started GET "/assets/angular-rails-templates-8410c681a5deb0bf79346a772ef86f7e.js?body=1" for ::1 at 2016-01-25 17:10:16 -0800 + + +Started GET "/assets/jquery_ujs-6a46a54103e97b9ac13f2c6101ad27a5.js?body=1" for ::1 at 2016-01-25 17:10:16 -0800 + + +Started GET "/assets/home-5ac9695f616e3de5be00727a152e9bc5.js?body=1" for ::1 at 2016-01-25 17:10:16 -0800 + + +Started GET "/assets/app-cd4072a97ffbb640f7e366a32d60a05b.js?body=1" for ::1 at 2016-01-25 17:10:16 -0800 + + +Started GET "/assets/application-7ad215d22a785aa611c974cc9a512cda.js?body=1" for ::1 at 2016-01-25 17:10:16 -0800 + + +Started GET "/api/questions" for ::1 at 2016-01-25 17:10:17 -0800 +Processing by Api::QuestionsController#index as JSON + Question Load (0.3ms) SELECT "questions".* FROM "questions" +Completed 200 OK in 11ms (Views: 4.2ms | ActiveRecord: 3.2ms) + + +Started GET "/assets/bootstrap/glyphicons-halflings-regular-4807db1432c7a0e1197da69cd766ae70.woff2" for ::1 at 2016-01-25 17:10:17 -0800 + + +Started DELETE "/api/questions/3" for ::1 at 2016-01-25 17:10:24 -0800 +Processing by Api::QuestionsController#destroy as JSON + Parameters: {"id"=>"3"} + Question Load (0.3ms) SELECT "questions".* FROM "questions" WHERE "questions"."id" = $1 LIMIT 1 [["id", 3]] +Completed 500 Internal Server Error in 50276ms (ActiveRecord: 0.3ms) + +SystemExit (exit): + app/controllers/api/questions_controller.rb:32:in `destroy' + + + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (343.0ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (87.1ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (5.6ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (523.2ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/_markup.html.erb (2.3ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (3.0ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (2.1ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/style.css.erb within layouts/inlined_string (1.7ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/console.js.erb within layouts/javascript (96.6ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/main.js.erb within layouts/javascript (2.1ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/error_page.js.erb within layouts/javascript (3.0ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/index.html.erb (196.0ms) + + +Started GET "/" for ::1 at 2016-01-25 17:11:17 -0800 +Processing by SiteController#index as HTML + Rendered site/index.html.erb within layouts/application (0.6ms) +Completed 200 OK in 1009ms (Views: 1003.3ms | ActiveRecord: 0.0ms) + + +Started GET "/" for ::1 at 2016-01-25 17:11:19 -0800 +Processing by SiteController#index as HTML + Rendered site/index.html.erb within layouts/application (0.7ms) +Completed 200 OK in 991ms (Views: 987.6ms | ActiveRecord: 0.0ms) + + +Started DELETE "/api/questions/3" for ::1 at 2016-01-25 17:11:20 -0800 +Processing by Api::QuestionsController#destroy as JSON + Parameters: {"id"=>"3"} + Question Load (0.7ms) SELECT "questions".* FROM "questions" WHERE "questions"."id" = $1 LIMIT 1 [["id", 3]] +  (0.6ms) BEGIN + Answer Load (0.7ms) SELECT "answers".* FROM "answers" WHERE "answers"."question_id" = $1 [["question_id", 3]] + SQL (1.0ms) DELETE FROM "questions" WHERE "questions"."id" = $1 [["id", 3]] +  (0.7ms) COMMIT +Completed 500 Internal Server Error in 215ms (ActiveRecord: 8.8ms) + +ActionView::MissingTemplate (Missing template api/questions/destroy, application/destroy with {:locale=>[:en], :formats=>[:json], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :coffee, :jbuilder]}. Searched in: + * "/Users/adamabeyta/develop/rails-ang-base/app/views" +): + actionview (4.2.5) lib/action_view/path_set.rb:46:in `find' + actionview (4.2.5) lib/action_view/lookup_context.rb:121:in `find' + actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' + actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:40:in `determine_template' + actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:8:in `render' + actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' + actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' + actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' + actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' + actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' + actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' + actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' + actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' + actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' + activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' + /Users/adamabeyta/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' + activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' + actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' + actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' + activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' + actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' + actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' + actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' + actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' + activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' + activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' + activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' + activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' + activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' + activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' + activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' + activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' + actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' + activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' + activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' + actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' + actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' + activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' + actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' + actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' + actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' + actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' + actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' + actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' + actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' + actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' + actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' + actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' + actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' + rack (1.6.4) lib/rack/etag.rb:24:in `call' + rack (1.6.4) lib/rack/conditionalget.rb:38:in `call' + rack (1.6.4) lib/rack/head.rb:13:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' + actionpack (4.2.5) 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.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' + activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' + activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' + activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' + activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' + activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' + activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' + web-console (2.2.1) lib/web_console/middleware.rb:39:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' + railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' + railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' + activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' + activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' + activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' + railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' + rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' + rack (1.6.4) lib/rack/runtime.rb:18:in `call' + activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' + rack (1.6.4) lib/rack/sendfile.rb:113:in `call' + railties (4.2.5) lib/rails/engine.rb:518:in `call' + railties (4.2.5) lib/rails/application.rb:165:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + rack (1.6.4) lib/rack/content_length.rb:15:in `call' + rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' + /Users/adamabeyta/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' + /Users/adamabeyta/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' + /Users/adamabeyta/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' + + + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (505.2ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (115.3ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (7.3ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb within rescues/layout (709.6ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/_markup.html.erb (4.2ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (2.6ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (3.3ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/style.css.erb within layouts/inlined_string (7.3ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/console.js.erb within layouts/javascript (123.1ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/main.js.erb within layouts/javascript (2.1ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/error_page.js.erb within layouts/javascript (3.9ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/index.html.erb (243.8ms) + + +Started DELETE "/api/questions/3" for ::1 at 2016-01-25 17:11:23 -0800 +Processing by Api::QuestionsController#destroy as JSON + Parameters: {"id"=>"3"} + Question Load (1.8ms) SELECT "questions".* FROM "questions" WHERE "questions"."id" = $1 LIMIT 1 [["id", 3]] +Completed 500 Internal Server Error in 43ms (ActiveRecord: 1.8ms) + +NoMethodError (undefined method `destroy' for nil:NilClass): + app/controllers/api/questions_controller.rb:31:in `destroy' + + + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (384.2ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (96.3ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (7.4ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (567.4ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/_markup.html.erb (3.6ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (2.3ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (2.7ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/style.css.erb within layouts/inlined_string (2.8ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/console.js.erb within layouts/javascript (111.9ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/main.js.erb within layouts/javascript (5.2ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/error_page.js.erb within layouts/javascript (2.2ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/index.html.erb (239.6ms) + + +Started GET "/" for ::1 at 2016-01-25 17:11:26 -0800 +Processing by SiteController#index as HTML + Rendered site/index.html.erb within layouts/application (0.8ms) +Completed 200 OK in 1277ms (Views: 1272.6ms | ActiveRecord: 0.0ms) + + +Started GET "/" for ::1 at 2016-01-25 17:11:28 -0800 +Processing by SiteController#index as HTML + Rendered site/index.html.erb within layouts/application (0.8ms) +Completed 200 OK in 1092ms (Views: 1082.6ms | ActiveRecord: 0.0ms) + + +Started GET "/" for ::1 at 2016-01-25 17:11:29 -0800 +Processing by SiteController#index as HTML + Rendered site/index.html.erb within layouts/application (0.7ms) +Completed 200 OK in 1087ms (Views: 1083.3ms | ActiveRecord: 0.0ms) + + +Started GET "/" for ::1 at 2016-01-25 17:11:30 -0800 +Processing by SiteController#index as HTML + Rendered site/index.html.erb within layouts/application (0.7ms) +Completed 200 OK in 877ms (Views: 873.4ms | ActiveRecord: 0.0ms) + + +Started GET "/" for ::1 at 2016-01-25 17:11:31 -0800 +Processing by SiteController#index as HTML + Rendered site/index.html.erb within layouts/application (0.7ms) +Completed 200 OK in 843ms (Views: 839.5ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/application-1effd678c76ad97c3f8fa1b9a738774c.css?body=1" for ::1 at 2016-01-25 17:11:32 -0800 + + +Started GET "/assets/site_controller-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 17:11:32 -0800 + + +Started GET "/assets/jquery-15d98e252d1bc53debcefc7f63af0a94.js?body=1" for ::1 at 2016-01-25 17:11:33 -0800 + + +Started GET "/assets/jquery_ujs-6a46a54103e97b9ac13f2c6101ad27a5.js?body=1" for ::1 at 2016-01-25 17:11:33 -0800 + + +Started GET "/assets/angular-rails-templates-8410c681a5deb0bf79346a772ef86f7e.js?body=1" for ::1 at 2016-01-25 17:11:33 -0800 + + +Started GET "/assets/api/questions-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 17:11:33 -0800 + + +Started GET "/assets/home-5ac9695f616e3de5be00727a152e9bc5.js?body=1" for ::1 at 2016-01-25 17:11:33 -0800 + + +Started GET "/assets/app-cd4072a97ffbb640f7e366a32d60a05b.js?body=1" for ::1 at 2016-01-25 17:11:33 -0800 + + +Started GET "/assets/application-7ad215d22a785aa611c974cc9a512cda.js?body=1" for ::1 at 2016-01-25 17:11:33 -0800 + + +Started GET "/api/questions" for ::1 at 2016-01-25 17:11:33 -0800 +Processing by Api::QuestionsController#index as JSON + Question Load (0.6ms) SELECT "questions".* FROM "questions" +Completed 200 OK in 31ms (Views: 17.5ms | ActiveRecord: 0.6ms) + + +Started GET "/assets/bootstrap/glyphicons-halflings-regular-4807db1432c7a0e1197da69cd766ae70.woff2" for ::1 at 2016-01-25 17:11:33 -0800 + + +Started DELETE "/api/questions/2" for ::1 at 2016-01-25 17:11:39 -0800 +Processing by Api::QuestionsController#destroy as JSON + Parameters: {"id"=>"2"} + Question Load (0.7ms) SELECT "questions".* FROM "questions" WHERE "questions"."id" = $1 LIMIT 1 [["id", 2]] +  (0.4ms) BEGIN + Answer Load (0.6ms) SELECT "answers".* FROM "answers" WHERE "answers"."question_id" = $1 [["question_id", 2]] + SQL (0.6ms) DELETE FROM "questions" WHERE "questions"."id" = $1 [["id", 2]] +  (1.4ms) COMMIT +Completed 500 Internal Server Error in 65ms (ActiveRecord: 3.7ms) + +ActionView::MissingTemplate (Missing template api/questions/destroy, application/destroy with {:locale=>[:en], :formats=>[:json], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :coffee, :jbuilder]}. Searched in: + * "/Users/adamabeyta/develop/rails-ang-base/app/views" +): + actionview (4.2.5) lib/action_view/path_set.rb:46:in `find' + actionview (4.2.5) lib/action_view/lookup_context.rb:121:in `find' + actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' + actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:40:in `determine_template' + actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:8:in `render' + actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' + actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' + actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' + actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' + actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' + actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' + actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' + actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' + actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' + activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' + /Users/adamabeyta/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' + activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' + actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' + actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' + activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' + actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' + actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' + actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' + actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' + activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' + activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' + activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' + activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' + activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' + activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' + activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' + activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' + actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' + activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' + activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' + actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' + actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' + activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' + actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' + actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' + actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' + actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' + actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' + actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' + actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' + actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' + actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' + actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' + actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' + rack (1.6.4) lib/rack/etag.rb:24:in `call' + rack (1.6.4) lib/rack/conditionalget.rb:38:in `call' + rack (1.6.4) lib/rack/head.rb:13:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' + actionpack (4.2.5) 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.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' + activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' + activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' + activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' + activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' + activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' + activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' + web-console (2.2.1) lib/web_console/middleware.rb:39:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' + railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' + railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' + activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' + activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' + activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' + railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' + rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' + rack (1.6.4) lib/rack/runtime.rb:18:in `call' + activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' + rack (1.6.4) lib/rack/sendfile.rb:113:in `call' + railties (4.2.5) lib/rails/engine.rb:518:in `call' + railties (4.2.5) lib/rails/application.rb:165:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + rack (1.6.4) lib/rack/content_length.rb:15:in `call' + rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' + /Users/adamabeyta/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' + /Users/adamabeyta/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' + /Users/adamabeyta/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' + + + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (365.3ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (83.8ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (10.7ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb within rescues/layout (539.4ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/_markup.html.erb (2.0ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (1.9ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (1.9ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/style.css.erb within layouts/inlined_string (1.7ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/console.js.erb within layouts/javascript (88.4ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/main.js.erb within layouts/javascript (2.0ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/error_page.js.erb within layouts/javascript (2.6ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/index.html.erb (194.4ms) + + +Started GET "/" for ::1 at 2016-01-25 17:11:46 -0800 +Processing by SiteController#index as HTML + Rendered site/index.html.erb within layouts/application (0.5ms) +Completed 200 OK in 877ms (Views: 873.4ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/application-1effd678c76ad97c3f8fa1b9a738774c.css?body=1" for ::1 at 2016-01-25 17:11:48 -0800 + + +Started GET "/assets/jquery_ujs-6a46a54103e97b9ac13f2c6101ad27a5.js?body=1" for ::1 at 2016-01-25 17:11:48 -0800 + + +Started GET "/assets/api/questions-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 17:11:48 -0800 + + +Started GET "/assets/site_controller-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 17:11:48 -0800 + + +Started GET "/assets/angular-rails-templates-8410c681a5deb0bf79346a772ef86f7e.js?body=1" for ::1 at 2016-01-25 17:11:48 -0800 + + +Started GET "/assets/jquery-15d98e252d1bc53debcefc7f63af0a94.js?body=1" for ::1 at 2016-01-25 17:11:48 -0800 + + +Started GET "/assets/home-5ac9695f616e3de5be00727a152e9bc5.js?body=1" for ::1 at 2016-01-25 17:11:48 -0800 + + +Started GET "/assets/app-cd4072a97ffbb640f7e366a32d60a05b.js?body=1" for ::1 at 2016-01-25 17:11:48 -0800 + + +Started GET "/assets/application-7ad215d22a785aa611c974cc9a512cda.js?body=1" for ::1 at 2016-01-25 17:11:48 -0800 + + +Started GET "/api/questions" for ::1 at 2016-01-25 17:11:48 -0800 +Processing by Api::QuestionsController#index as JSON + Question Load (0.6ms) SELECT "questions".* FROM "questions" +Completed 200 OK in 23ms (Views: 6.9ms | ActiveRecord: 0.6ms) + + +Started GET "/" for ::1 at 2016-01-25 17:17:25 -0800 +Processing by SiteController#index as HTML + Rendered site/index.html.erb within layouts/application (0.3ms) +Completed 200 OK in 696ms (Views: 694.3ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/application-1effd678c76ad97c3f8fa1b9a738774c.css?body=1" for ::1 at 2016-01-25 17:17:26 -0800 + + +Started GET "/assets/site_controller-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 17:17:26 -0800 + + +Started GET "/assets/jquery_ujs-6a46a54103e97b9ac13f2c6101ad27a5.js?body=1" for ::1 at 2016-01-25 17:17:26 -0800 + + +Started GET "/assets/jquery-15d98e252d1bc53debcefc7f63af0a94.js?body=1" for ::1 at 2016-01-25 17:17:26 -0800 + + +Started GET "/assets/app-dd1ea214f64ced1314e211fd2af9c3d7.js?body=1" for ::1 at 2016-01-25 17:17:26 -0800 + + +Started GET "/assets/api/questions-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 17:17:26 -0800 + + +Started GET "/assets/angular-rails-templates-8410c681a5deb0bf79346a772ef86f7e.js?body=1" for ::1 at 2016-01-25 17:17:26 -0800 + + +Started GET "/assets/home-5ac9695f616e3de5be00727a152e9bc5.js?body=1" for ::1 at 2016-01-25 17:17:26 -0800 + + +Started GET "/assets/application-e9844e0eb5c2605ce8777e2923d55f1a.js?body=1" for ::1 at 2016-01-25 17:17:26 -0800 + + +Started GET "/api/questions" for ::1 at 2016-01-25 17:17:27 -0800 +Processing by Api::QuestionsController#index as JSON + Question Load (0.6ms) SELECT "questions".* FROM "questions" +Completed 200 OK in 23ms (Views: 7.1ms | ActiveRecord: 0.6ms) + + +Started POST "/api/questions" for ::1 at 2016-01-25 17:17:37 -0800 +Processing by Api::QuestionsController#create as JSON + Parameters: {"title"=>"Why are we here?", "body"=>"Life's about beer", "question"=>{"title"=>"Why are we here?", "body"=>"Life's about beer"}} +  (0.4ms) BEGIN + SQL (2.9ms) INSERT INTO "questions" ("title", "body", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "Why are we here?"], ["body", "Life's about beer"], ["created_at", "2016-01-26 01:17:37.286775"], ["updated_at", "2016-01-26 01:17:37.286775"]] +  (1.4ms) COMMIT +Completed 200 OK in 71ms (Views: 8.5ms | ActiveRecord: 4.7ms) + + +Started GET "/assets/bootstrap/glyphicons-halflings-regular-4807db1432c7a0e1197da69cd766ae70.woff2" for ::1 at 2016-01-25 17:17:37 -0800 + + +Started DELETE "/api/questions/5" for ::1 at 2016-01-25 17:17:39 -0800 +Processing by Api::QuestionsController#destroy as JSON + Parameters: {"id"=>"5"} + Question Load (0.8ms) SELECT "questions".* FROM "questions" WHERE "questions"."id" = $1 LIMIT 1 [["id", 5]] +  (0.4ms) BEGIN + Answer Load (0.7ms) SELECT "answers".* FROM "answers" WHERE "answers"."question_id" = $1 [["question_id", 5]] + SQL (0.6ms) DELETE FROM "questions" WHERE "questions"."id" = $1 [["id", 5]] +  (1.3ms) COMMIT +Completed 500 Internal Server Error in 69ms (ActiveRecord: 3.9ms) + +ActionView::MissingTemplate (Missing template api/questions/destroy, application/destroy with {:locale=>[:en], :formats=>[:json], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :coffee, :jbuilder]}. Searched in: + * "/Users/adamabeyta/develop/rails-ang-base/app/views" +): + actionview (4.2.5) lib/action_view/path_set.rb:46:in `find' + actionview (4.2.5) lib/action_view/lookup_context.rb:121:in `find' + actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' + actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:40:in `determine_template' + actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:8:in `render' + actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' + actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' + actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' + actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' + actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' + actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' + actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' + actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' + actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' + activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' + /Users/adamabeyta/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' + activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' + actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' + actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' + activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' + actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' + actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' + actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' + actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' + activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' + activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' + activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' + activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' + activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' + activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' + activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' + activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' + actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' + activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' + activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' + actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' + actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' + activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' + actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' + actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' + actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' + actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' + actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' + actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' + actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' + actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' + actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' + actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' + actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' + rack (1.6.4) lib/rack/etag.rb:24:in `call' + rack (1.6.4) lib/rack/conditionalget.rb:38:in `call' + rack (1.6.4) lib/rack/head.rb:13:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' + actionpack (4.2.5) 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.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' + activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' + activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' + activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' + activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' + activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' + activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' + web-console (2.2.1) lib/web_console/middleware.rb:39:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' + railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' + railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' + activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' + activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' + activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' + railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' + rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' + rack (1.6.4) lib/rack/runtime.rb:18:in `call' + activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' + rack (1.6.4) lib/rack/sendfile.rb:113:in `call' + railties (4.2.5) lib/rails/engine.rb:518:in `call' + railties (4.2.5) lib/rails/application.rb:165:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + rack (1.6.4) lib/rack/content_length.rb:15:in `call' + rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' + /Users/adamabeyta/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' + /Users/adamabeyta/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' + /Users/adamabeyta/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' + + + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (386.6ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (90.5ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (6.3ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb within rescues/layout (557.9ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/_markup.html.erb (2.4ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (1.8ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (1.9ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/style.css.erb within layouts/inlined_string (1.8ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/console.js.erb within layouts/javascript (90.4ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/main.js.erb within layouts/javascript (2.0ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/error_page.js.erb within layouts/javascript (7.9ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/index.html.erb (212.1ms) + + +Started GET "/" for ::1 at 2016-01-25 17:17:42 -0800 +Processing by SiteController#index as HTML + Rendered site/index.html.erb within layouts/application (1.1ms) +Completed 200 OK in 861ms (Views: 857.3ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/api/questions-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 17:17:44 -0800 + + +Started GET "/assets/site_controller-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 17:17:44 -0800 + + +Started GET "/assets/angular-rails-templates-8410c681a5deb0bf79346a772ef86f7e.js?body=1" for ::1 at 2016-01-25 17:17:44 -0800 + + +Started GET "/assets/jquery-15d98e252d1bc53debcefc7f63af0a94.js?body=1" for ::1 at 2016-01-25 17:17:44 -0800 + + +Started GET "/assets/jquery_ujs-6a46a54103e97b9ac13f2c6101ad27a5.js?body=1" for ::1 at 2016-01-25 17:17:44 -0800 + + +Started GET "/assets/application-1effd678c76ad97c3f8fa1b9a738774c.css?body=1" for ::1 at 2016-01-25 17:17:44 -0800 + + +Started GET "/assets/home-5ac9695f616e3de5be00727a152e9bc5.js?body=1" for ::1 at 2016-01-25 17:17:44 -0800 + + +Started GET "/assets/app-dd1ea214f64ced1314e211fd2af9c3d7.js?body=1" for ::1 at 2016-01-25 17:17:44 -0800 + + +Started GET "/assets/application-e9844e0eb5c2605ce8777e2923d55f1a.js?body=1" for ::1 at 2016-01-25 17:17:44 -0800 + + +Started GET "/api/questions" for ::1 at 2016-01-25 17:17:44 -0800 +Processing by Api::QuestionsController#index as JSON + Question Load (1.4ms) SELECT "questions".* FROM "questions" +Completed 200 OK in 45ms (Views: 11.9ms | ActiveRecord: 1.4ms) + + +Started POST "/api/questions" for ::1 at 2016-01-25 17:18:57 -0800 +Processing by Api::QuestionsController#create as JSON + Parameters: {"title"=>"Hey", "body"=>"Who", "question"=>{"title"=>"Hey", "body"=>"Who"}} +  (0.4ms) BEGIN + SQL (0.5ms) INSERT INTO "questions" ("title", "body", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "Hey"], ["body", "Who"], ["created_at", "2016-01-26 01:18:57.965710"], ["updated_at", "2016-01-26 01:18:57.965710"]] +  (1.0ms) COMMIT +Completed 200 OK in 48ms (Views: 2.3ms | ActiveRecord: 2.0ms) + + +Started GET "/assets/bootstrap/glyphicons-halflings-regular-4807db1432c7a0e1197da69cd766ae70.woff2" for ::1 at 2016-01-25 17:18:58 -0800 + + +Started POST "/api/questions" for ::1 at 2016-01-25 17:19:03 -0800 +Processing by Api::QuestionsController#create as JSON + Parameters: {"title"=>"Hey Hey", "body"=>"Who Who", "question"=>{"title"=>"Hey Hey", "body"=>"Who Who"}} +  (0.3ms) BEGIN + SQL (0.4ms) INSERT INTO "questions" ("title", "body", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "Hey Hey"], ["body", "Who Who"], ["created_at", "2016-01-26 01:19:03.931123"], ["updated_at", "2016-01-26 01:19:03.931123"]] +  (1.3ms) COMMIT +Completed 200 OK in 53ms (Views: 7.9ms | ActiveRecord: 2.0ms) + + +Started POST "/api/questions" for ::1 at 2016-01-25 17:19:12 -0800 +Processing by Api::QuestionsController#create as JSON + Parameters: {"title"=>"Hey Hey Hey", "body"=>"Who Who Who", "question"=>{"title"=>"Hey Hey Hey", "body"=>"Who Who Who"}} +  (0.5ms) BEGIN + SQL (1.6ms) INSERT INTO "questions" ("title", "body", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "Hey Hey Hey"], ["body", "Who Who Who"], ["created_at", "2016-01-26 01:19:12.715598"], ["updated_at", "2016-01-26 01:19:12.715598"]] +  (1.9ms) COMMIT +Completed 200 OK in 54ms (Views: 3.1ms | ActiveRecord: 4.0ms) + + +Started DELETE "/api/questions/7" for ::1 at 2016-01-25 17:19:13 -0800 +Processing by Api::QuestionsController#destroy as JSON + Parameters: {"id"=>"7"} + Question Load (0.4ms) SELECT "questions".* FROM "questions" WHERE "questions"."id" = $1 LIMIT 1 [["id", 7]] +  (0.3ms) BEGIN + Answer Load (0.4ms) SELECT "answers".* FROM "answers" WHERE "answers"."question_id" = $1 [["question_id", 7]] + SQL (0.6ms) DELETE FROM "questions" WHERE "questions"."id" = $1 [["id", 7]] +  (6.0ms) COMMIT +Completed 500 Internal Server Error in 44ms (ActiveRecord: 7.8ms) + +ActionView::MissingTemplate (Missing template api/questions/destroy, application/destroy with {:locale=>[:en], :formats=>[:json], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :coffee, :jbuilder]}. Searched in: + * "/Users/adamabeyta/develop/rails-ang-base/app/views" +): + actionview (4.2.5) lib/action_view/path_set.rb:46:in `find' + actionview (4.2.5) lib/action_view/lookup_context.rb:121:in `find' + actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' + actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:40:in `determine_template' + actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:8:in `render' + actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' + actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' + actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' + actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' + actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' + actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' + actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' + actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' + actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' + activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' + /Users/adamabeyta/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' + activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' + actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' + actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' + activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' + actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' + actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' + actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' + actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' + activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' + activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' + activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' + activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' + activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' + activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' + activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' + activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' + actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' + activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' + activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' + actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' + actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' + activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' + actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' + actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' + actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' + actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' + actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' + actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' + actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' + actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' + actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' + actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' + actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' + rack (1.6.4) lib/rack/etag.rb:24:in `call' + rack (1.6.4) lib/rack/conditionalget.rb:38:in `call' + rack (1.6.4) lib/rack/head.rb:13:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' + actionpack (4.2.5) 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.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' + activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' + activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' + activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' + activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' + activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' + activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' + web-console (2.2.1) lib/web_console/middleware.rb:39:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' + railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' + railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' + activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' + activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' + activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' + railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' + rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' + rack (1.6.4) lib/rack/runtime.rb:18:in `call' + activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' + rack (1.6.4) lib/rack/sendfile.rb:113:in `call' + railties (4.2.5) lib/rails/engine.rb:518:in `call' + railties (4.2.5) lib/rails/application.rb:165:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + rack (1.6.4) lib/rack/content_length.rb:15:in `call' + rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' + /Users/adamabeyta/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' + /Users/adamabeyta/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' + /Users/adamabeyta/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' + + + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (248.4ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (49.9ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (3.4ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb within rescues/layout (366.5ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/_markup.html.erb (1.4ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (1.6ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (1.3ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/style.css.erb within layouts/inlined_string (1.3ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/console.js.erb within layouts/javascript (71.4ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/main.js.erb within layouts/javascript (1.4ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/error_page.js.erb within layouts/javascript (1.2ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/index.html.erb (154.8ms) + + +Started DELETE "/api/questions/6" for ::1 at 2016-01-25 17:19:15 -0800 +Processing by Api::QuestionsController#destroy as JSON + Parameters: {"id"=>"6"} + Question Load (1.2ms) SELECT "questions".* FROM "questions" WHERE "questions"."id" = $1 LIMIT 1 [["id", 6]] +  (0.3ms) BEGIN + Answer Load (0.8ms) SELECT "answers".* FROM "answers" WHERE "answers"."question_id" = $1 [["question_id", 6]] + SQL (0.5ms) DELETE FROM "questions" WHERE "questions"."id" = $1 [["id", 6]] +  (0.5ms) COMMIT +Completed 500 Internal Server Error in 56ms (ActiveRecord: 3.2ms) + +ActionView::MissingTemplate (Missing template api/questions/destroy, application/destroy with {:locale=>[:en], :formats=>[:json], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :coffee, :jbuilder]}. Searched in: + * "/Users/adamabeyta/develop/rails-ang-base/app/views" +): + actionview (4.2.5) lib/action_view/path_set.rb:46:in `find' + actionview (4.2.5) lib/action_view/lookup_context.rb:121:in `find' + actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' + actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:40:in `determine_template' + actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:8:in `render' + actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' + actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' + actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' + actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' + actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' + actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' + actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' + actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' + actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' + activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' + /Users/adamabeyta/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' + activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' + actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' + actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' + activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' + actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' + actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' + actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' + actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' + activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' + activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' + activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' + activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' + activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' + activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' + activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' + activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' + actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' + activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' + activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' + actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' + actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' + activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' + actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' + actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' + actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' + actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' + actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' + actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' + actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' + actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' + actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' + actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' + actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' + rack (1.6.4) lib/rack/etag.rb:24:in `call' + rack (1.6.4) lib/rack/conditionalget.rb:38:in `call' + rack (1.6.4) lib/rack/head.rb:13:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' + actionpack (4.2.5) 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.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' + activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' + activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' + activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' + activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' + activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' + activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' + web-console (2.2.1) lib/web_console/middleware.rb:39:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' + railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' + railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' + activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' + activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' + activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' + railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' + rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' + rack (1.6.4) lib/rack/runtime.rb:18:in `call' + activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' + rack (1.6.4) lib/rack/sendfile.rb:113:in `call' + railties (4.2.5) lib/rails/engine.rb:518:in `call' + railties (4.2.5) lib/rails/application.rb:165:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + rack (1.6.4) lib/rack/content_length.rb:15:in `call' + rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' + /Users/adamabeyta/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' + /Users/adamabeyta/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' + /Users/adamabeyta/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' + + + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (212.0ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (51.8ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (8.7ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb within rescues/layout (326.4ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/_markup.html.erb (5.6ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (1.4ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (1.5ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/style.css.erb within layouts/inlined_string (1.3ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/console.js.erb within layouts/javascript (70.4ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/main.js.erb within layouts/javascript (1.1ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/error_page.js.erb within layouts/javascript (1.7ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/index.html.erb (155.6ms) + + +Started DELETE "/api/questions/8" for ::1 at 2016-01-25 17:19:17 -0800 +Processing by Api::QuestionsController#destroy as JSON + Parameters: {"id"=>"8"} + Question Load (0.5ms) SELECT "questions".* FROM "questions" WHERE "questions"."id" = $1 LIMIT 1 [["id", 8]] +  (0.3ms) BEGIN + Answer Load (0.8ms) SELECT "answers".* FROM "answers" WHERE "answers"."question_id" = $1 [["question_id", 8]] + SQL (0.5ms) DELETE FROM "questions" WHERE "questions"."id" = $1 [["id", 8]] +  (1.2ms) COMMIT +Completed 500 Internal Server Error in 48ms (ActiveRecord: 3.3ms) + +ActionView::MissingTemplate (Missing template api/questions/destroy, application/destroy with {:locale=>[:en], :formats=>[:json], :variants=>[], :handlers=>[:erb, :builder, :raw, :ruby, :coffee, :jbuilder]}. Searched in: + * "/Users/adamabeyta/develop/rails-ang-base/app/views" +): + actionview (4.2.5) lib/action_view/path_set.rb:46:in `find' + actionview (4.2.5) lib/action_view/lookup_context.rb:121:in `find' + actionview (4.2.5) lib/action_view/renderer/abstract_renderer.rb:18:in `find_template' + actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:40:in `determine_template' + actionview (4.2.5) lib/action_view/renderer/template_renderer.rb:8:in `render' + actionview (4.2.5) lib/action_view/renderer/renderer.rb:42:in `render_template' + actionview (4.2.5) lib/action_view/renderer/renderer.rb:23:in `render' + actionview (4.2.5) lib/action_view/rendering.rb:100:in `_render_template' + actionpack (4.2.5) lib/action_controller/metal/streaming.rb:217:in `_render_template' + actionview (4.2.5) lib/action_view/rendering.rb:83:in `render_to_body' + actionpack (4.2.5) lib/action_controller/metal/rendering.rb:32:in `render_to_body' + actionpack (4.2.5) lib/action_controller/metal/renderers.rb:37:in `render_to_body' + actionpack (4.2.5) lib/abstract_controller/rendering.rb:25:in `render' + actionpack (4.2.5) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' + activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `block in ms' + /Users/adamabeyta/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/benchmark.rb:303:in `realtime' + activesupport (4.2.5) lib/active_support/core_ext/benchmark.rb:12:in `ms' + actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:44:in `block in render' + actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:87:in `cleanup_view_runtime' + activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime' + actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:43:in `render' + actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (4.2.5) lib/action_controller/metal/implicit_render.rb:5:in `send_action' + actionpack (4.2.5) lib/abstract_controller/base.rb:198:in `process_action' + actionpack (4.2.5) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (4.2.5) lib/abstract_controller/callbacks.rb:20:in `block in process_action' + activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' + activesupport (4.2.5) lib/active_support/callbacks.rb:117:in `call' + activesupport (4.2.5) lib/active_support/callbacks.rb:555:in `block (2 levels) in compile' + activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' + activesupport (4.2.5) lib/active_support/callbacks.rb:505:in `call' + activesupport (4.2.5) lib/active_support/callbacks.rb:92:in `__run_callbacks__' + activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_process_action_callbacks' + activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (4.2.5) lib/abstract_controller/callbacks.rb:19:in `process_action' + actionpack (4.2.5) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action' + activesupport (4.2.5) lib/active_support/notifications.rb:164:in `block in instrument' + activesupport (4.2.5) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (4.2.5) lib/active_support/notifications.rb:164:in `instrument' + actionpack (4.2.5) lib/action_controller/metal/instrumentation.rb:30:in `process_action' + actionpack (4.2.5) lib/action_controller/metal/params_wrapper.rb:250:in `process_action' + activerecord (4.2.5) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (4.2.5) lib/abstract_controller/base.rb:137:in `process' + actionview (4.2.5) lib/action_view/rendering.rb:30:in `process' + actionpack (4.2.5) lib/action_controller/metal.rb:196:in `dispatch' + actionpack (4.2.5) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch' + actionpack (4.2.5) lib/action_controller/metal.rb:237:in `block in action' + actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `call' + actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:76:in `dispatch' + actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:45:in `serve' + actionpack (4.2.5) lib/action_dispatch/journey/router.rb:43:in `block in serve' + actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `each' + actionpack (4.2.5) lib/action_dispatch/journey/router.rb:30:in `serve' + actionpack (4.2.5) lib/action_dispatch/routing/route_set.rb:817:in `call' + rack (1.6.4) lib/rack/etag.rb:24:in `call' + rack (1.6.4) lib/rack/conditionalget.rb:38:in `call' + rack (1.6.4) lib/rack/head.rb:13:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/params_parser.rb:27:in `call' + actionpack (4.2.5) 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.5) lib/action_dispatch/middleware/cookies.rb:560:in `call' + activerecord (4.2.5) lib/active_record/query_cache.rb:36:in `call' + activerecord (4.2.5) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call' + activerecord (4.2.5) lib/active_record/migration.rb:377:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call' + activesupport (4.2.5) lib/active_support/callbacks.rb:88:in `__run_callbacks__' + activesupport (4.2.5) lib/active_support/callbacks.rb:778:in `_run_call_callbacks' + activesupport (4.2.5) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (4.2.5) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/reloader.rb:73:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/remote_ip.rb:78:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call' + web-console (2.2.1) lib/web_console/middleware.rb:39:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call' + railties (4.2.5) lib/rails/rack/logger.rb:38:in `call_app' + railties (4.2.5) lib/rails/rack/logger.rb:20:in `block in call' + activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `block in tagged' + activesupport (4.2.5) lib/active_support/tagged_logging.rb:26:in `tagged' + activesupport (4.2.5) lib/active_support/tagged_logging.rb:68:in `tagged' + railties (4.2.5) lib/rails/rack/logger.rb:20:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/request_id.rb:21:in `call' + rack (1.6.4) lib/rack/methodoverride.rb:22:in `call' + rack (1.6.4) lib/rack/runtime.rb:18:in `call' + activesupport (4.2.5) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + actionpack (4.2.5) lib/action_dispatch/middleware/static.rb:116:in `call' + rack (1.6.4) lib/rack/sendfile.rb:113:in `call' + railties (4.2.5) lib/rails/engine.rb:518:in `call' + railties (4.2.5) lib/rails/application.rb:165:in `call' + rack (1.6.4) lib/rack/lock.rb:17:in `call' + rack (1.6.4) lib/rack/content_length.rb:15:in `call' + rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service' + /Users/adamabeyta/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/webrick/httpserver.rb:138:in `service' + /Users/adamabeyta/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/webrick/httpserver.rb:94:in `run' + /Users/adamabeyta/.rvm/rubies/ruby-2.2.1/lib/ruby/2.2.0/webrick/server.rb:294:in `block in start_thread' + + + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_source.erb (223.9ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (50.4ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (4.2ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb within rescues/layout (329.3ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/_markup.html.erb (1.4ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (1.3ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (2.4ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/style.css.erb within layouts/inlined_string (1.4ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/console.js.erb within layouts/javascript (73.1ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/main.js.erb within layouts/javascript (6.3ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/error_page.js.erb within layouts/javascript (1.6ms) + Rendered /Users/adamabeyta/.rvm/gems/ruby-2.2.1/gems/web-console-2.2.1/lib/web_console/templates/index.html.erb (160.2ms) + + +Started GET "/" for ::1 at 2016-01-25 17:19:19 -0800 +Processing by SiteController#index as HTML + Rendered site/index.html.erb within layouts/application (0.6ms) +Completed 200 OK in 606ms (Views: 603.0ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/site_controller-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 17:19:20 -0800 + + +Started GET "/assets/application-1effd678c76ad97c3f8fa1b9a738774c.css?body=1" for ::1 at 2016-01-25 17:19:20 -0800 + + +Started GET "/assets/jquery-15d98e252d1bc53debcefc7f63af0a94.js?body=1" for ::1 at 2016-01-25 17:19:20 -0800 + + +Started GET "/assets/jquery_ujs-6a46a54103e97b9ac13f2c6101ad27a5.js?body=1" for ::1 at 2016-01-25 17:19:20 -0800 + + +Started GET "/assets/angular-rails-templates-8410c681a5deb0bf79346a772ef86f7e.js?body=1" for ::1 at 2016-01-25 17:19:20 -0800 + + +Started GET "/assets/api/questions-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 17:19:20 -0800 + + +Started GET "/assets/home-5ac9695f616e3de5be00727a152e9bc5.js?body=1" for ::1 at 2016-01-25 17:19:20 -0800 + + +Started GET "/assets/app-dd1ea214f64ced1314e211fd2af9c3d7.js?body=1" for ::1 at 2016-01-25 17:19:20 -0800 + + +Started GET "/assets/application-e9844e0eb5c2605ce8777e2923d55f1a.js?body=1" for ::1 at 2016-01-25 17:19:20 -0800 + + +Started GET "/api/questions" for ::1 at 2016-01-25 17:19:21 -0800 +Processing by Api::QuestionsController#index as JSON + Question Load (0.9ms) SELECT "questions".* FROM "questions" +Completed 200 OK in 51ms (Views: 16.6ms | ActiveRecord: 0.9ms) + + +Started GET "/" for ::1 at 2016-01-25 17:24:35 -0800 +Processing by SiteController#index as HTML + Rendered site/index.html.erb within layouts/application (0.5ms) +Completed 200 OK in 804ms (Views: 801.5ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/site_controller-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 17:24:36 -0800 + + +Started GET "/assets/home-4dbf32af1988b3facbdc155d3d713cb5.js?body=1" for ::1 at 2016-01-25 17:24:36 -0800 + + +Started GET "/assets/jquery-15d98e252d1bc53debcefc7f63af0a94.js?body=1" for ::1 at 2016-01-25 17:24:36 -0800 + + +Started GET "/assets/app-75f9fe218a78f51c1c6c332641b6e210.js?body=1" for ::1 at 2016-01-25 17:24:36 -0800 + + +Started GET "/assets/application-1effd678c76ad97c3f8fa1b9a738774c.css?body=1" for ::1 at 2016-01-25 17:24:36 -0800 + + +Started GET "/assets/api/questions-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 17:24:36 -0800 + + +Started GET "/assets/jquery_ujs-6a46a54103e97b9ac13f2c6101ad27a5.js?body=1" for ::1 at 2016-01-25 17:24:36 -0800 + + +Started GET "/assets/angular-rails-templates-8410c681a5deb0bf79346a772ef86f7e.js?body=1" for ::1 at 2016-01-25 17:24:36 -0800 + + +Started GET "/assets/application-59c364e0d8faee3eacd6305bb113d462.js?body=1" for ::1 at 2016-01-25 17:24:36 -0800 + + +Started GET "/api/questions" for ::1 at 2016-01-25 17:24:37 -0800 +Processing by Api::QuestionsController#index as JSON + Question Load (3.0ms) SELECT "questions".* FROM "questions" +Completed 200 OK in 52ms (Views: 24.3ms | ActiveRecord: 3.0ms) + + +Started POST "/api/questions" for ::1 at 2016-01-25 17:24:45 -0800 +Processing by Api::QuestionsController#create as JSON + Parameters: {"title"=>"Tea for two", "body"=>"Who for tea?", "question"=>{"title"=>"Tea for two", "body"=>"Who for tea?"}} +  (0.5ms) BEGIN + SQL (1.1ms) INSERT INTO "questions" ("title", "body", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "Tea for two"], ["body", "Who for tea?"], ["created_at", "2016-01-26 01:24:46.030191"], ["updated_at", "2016-01-26 01:24:46.030191"]] +  (2.2ms) COMMIT +Completed 200 OK in 78ms (Views: 9.1ms | ActiveRecord: 3.8ms) + + +Started GET "/assets/bootstrap/glyphicons-halflings-regular-4807db1432c7a0e1197da69cd766ae70.woff2" for ::1 at 2016-01-25 17:24:46 -0800 + + +Started GET "/" for ::1 at 2016-01-25 17:25:01 -0800 +Processing by SiteController#index as HTML + Rendered site/index.html.erb within layouts/application (5.8ms) +Completed 200 OK in 1336ms (Views: 1333.0ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/home-13643dcb28d9e75e1396ec31e6de5f5f.js?body=1" for ::1 at 2016-01-25 17:25:03 -0800 + + +Started GET "/assets/application-bea23006fdd3b13b13ebed04eced80e4.js?body=1" for ::1 at 2016-01-25 17:25:03 -0800 + + +Started GET "/assets/api/questions-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 17:25:03 -0800 + + +Started GET "/assets/site_controller-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 17:25:03 -0800 + + +Started GET "/assets/jquery-15d98e252d1bc53debcefc7f63af0a94.js?body=1" for ::1 at 2016-01-25 17:25:03 -0800 + + +Started GET "/assets/application-1effd678c76ad97c3f8fa1b9a738774c.css?body=1" for ::1 at 2016-01-25 17:25:03 -0800 + + +Started GET "/assets/angular-rails-templates-8410c681a5deb0bf79346a772ef86f7e.js?body=1" for ::1 at 2016-01-25 17:25:03 -0800 + + +Started GET "/assets/jquery_ujs-6a46a54103e97b9ac13f2c6101ad27a5.js?body=1" for ::1 at 2016-01-25 17:25:03 -0800 + + +Started GET "/assets/app-75f9fe218a78f51c1c6c332641b6e210.js?body=1" for ::1 at 2016-01-25 17:25:04 -0800 + + +Started GET "/api/questions" for ::1 at 2016-01-25 17:25:04 -0800 +Processing by Api::QuestionsController#index as JSON + Question Load (0.7ms) SELECT "questions".* FROM "questions" +Completed 200 OK in 40ms (Views: 27.7ms | ActiveRecord: 0.7ms) + + +Started GET "/assets/bootstrap/glyphicons-halflings-regular-4807db1432c7a0e1197da69cd766ae70.woff2" for ::1 at 2016-01-25 17:25:04 -0800 + + +Started GET "/" for ::1 at 2016-01-25 17:49:20 -0800 +Processing by SiteController#index as HTML + Rendered site/index.html.erb within layouts/application (0.3ms) +Completed 200 OK in 791ms (Views: 788.8ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/application-1effd678c76ad97c3f8fa1b9a738774c.css?body=1" for ::1 at 2016-01-25 17:49:22 -0800 + + +Started GET "/assets/site_controller-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 17:49:23 -0800 + + +Started GET "/assets/application-138701459aaed7b750ebeab6033ed2d4.js?body=1" for ::1 at 2016-01-25 17:49:23 -0800 + + +Started GET "/assets/app-1dbda3b5d78606ae3a43269bf562193e.js?body=1" for ::1 at 2016-01-25 17:49:23 -0800 + + +Started GET "/assets/api/questions-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 17:49:23 -0800 + + +Started GET "/assets/jquery-15d98e252d1bc53debcefc7f63af0a94.js?body=1" for ::1 at 2016-01-25 17:49:23 -0800 + + +Started GET "/assets/jquery_ujs-6a46a54103e97b9ac13f2c6101ad27a5.js?body=1" for ::1 at 2016-01-25 17:49:23 -0800 + + +Started GET "/assets/angular-rails-templates-8410c681a5deb0bf79346a772ef86f7e.js?body=1" for ::1 at 2016-01-25 17:49:23 -0800 + + +Started GET "/assets/home-4dbf32af1988b3facbdc155d3d713cb5.js?body=1" for ::1 at 2016-01-25 17:49:23 -0800 + + +Started GET "/api/questions" for ::1 at 2016-01-25 17:49:23 -0800 +Processing by Api::QuestionsController#index as JSON + Question Load (0.6ms) SELECT "questions".* FROM "questions" +Completed 200 OK in 119ms (Views: 62.2ms | ActiveRecord: 5.3ms) + + +Started GET "/assets/bootstrap/glyphicons-halflings-regular-4807db1432c7a0e1197da69cd766ae70.woff2" for ::1 at 2016-01-25 17:49:23 -0800 + + +Started POST "/api/questions" for ::1 at 2016-01-25 17:49:28 -0800 +Processing by Api::QuestionsController#create as JSON + Parameters: {"title"=>"What?", "body"=>"What?", "question"=>{"title"=>"What?", "body"=>"What?"}} +  (0.6ms) BEGIN + SQL (0.6ms) INSERT INTO "questions" ("title", "body", "created_at", "updated_at") VALUES ($1, $2, $3, $4) RETURNING "id" [["title", "What?"], ["body", "What?"], ["created_at", "2016-01-26 01:49:28.688995"], ["updated_at", "2016-01-26 01:49:28.688995"]] +  (2.6ms) COMMIT +Completed 200 OK in 74ms (Views: 3.9ms | ActiveRecord: 3.7ms) + + +Started GET "/" for ::1 at 2016-01-25 17:49:43 -0800 +Processing by SiteController#index as HTML + Rendered site/index.html.erb within layouts/application (0.6ms) +Completed 200 OK in 893ms (Views: 889.1ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/site_controller-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 17:49:46 -0800 + + +Started GET "/assets/api/questions-b0001cde46edadc99efd0282854ef278.css?body=1" for ::1 at 2016-01-25 17:49:46 -0800 + + +Started GET "/assets/angular-rails-templates-8410c681a5deb0bf79346a772ef86f7e.js?body=1" for ::1 at 2016-01-25 17:49:46 -0800 + + +Started GET "/assets/application-1effd678c76ad97c3f8fa1b9a738774c.css?body=1" for ::1 at 2016-01-25 17:49:46 -0800 + + +Started GET "/assets/jquery_ujs-6a46a54103e97b9ac13f2c6101ad27a5.js?body=1" for ::1 at 2016-01-25 17:49:46 -0800 + + +Started GET "/assets/jquery-15d98e252d1bc53debcefc7f63af0a94.js?body=1" for ::1 at 2016-01-25 17:49:46 -0800 + + +Started GET "/assets/home-4dbf32af1988b3facbdc155d3d713cb5.js?body=1" for ::1 at 2016-01-25 17:49:46 -0800 + + +Started GET "/assets/app-1dbda3b5d78606ae3a43269bf562193e.js?body=1" for ::1 at 2016-01-25 17:49:46 -0800 + + +Started GET "/assets/application-138701459aaed7b750ebeab6033ed2d4.js?body=1" for ::1 at 2016-01-25 17:49:46 -0800 + + +Started GET "/api/questions" for ::1 at 2016-01-25 17:49:46 -0800 +Processing by Api::QuestionsController#index as JSON + Question Load (0.9ms) SELECT "questions".* FROM "questions" +Completed 200 OK in 136ms (Views: 68.2ms | ActiveRecord: 6.0ms) + + +Started GET "/assets/bootstrap/glyphicons-halflings-regular-4807db1432c7a0e1197da69cd766ae70.woff2" for ::1 at 2016-01-25 17:49:46 -0800 diff --git a/public/404.html b/public/404.html new file mode 100644 index 0000000..b612547 --- /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 0000000..a21f82b --- /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 0000000..061abc5 --- /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 0000000..e69de29 diff --git a/public/robots.txt b/public/robots.txt new file mode 100644 index 0000000..3c9c7c0 --- /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/tmp/cache/assets/development/sass/2c3f70ec3eddff2d0584e7b1a58170726aa98d3d/_bootstrap-sprockets.scssc b/tmp/cache/assets/development/sass/2c3f70ec3eddff2d0584e7b1a58170726aa98d3d/_bootstrap-sprockets.scssc new file mode 100644 index 0000000..62572af Binary files /dev/null and b/tmp/cache/assets/development/sass/2c3f70ec3eddff2d0584e7b1a58170726aa98d3d/_bootstrap-sprockets.scssc differ diff --git a/tmp/cache/assets/development/sass/2c3f70ec3eddff2d0584e7b1a58170726aa98d3d/_bootstrap.scssc b/tmp/cache/assets/development/sass/2c3f70ec3eddff2d0584e7b1a58170726aa98d3d/_bootstrap.scssc new file mode 100644 index 0000000..5a99c82 Binary files /dev/null and b/tmp/cache/assets/development/sass/2c3f70ec3eddff2d0584e7b1a58170726aa98d3d/_bootstrap.scssc differ diff --git a/tmp/cache/assets/development/sass/5b2b468bfcf70eebb3e2e5a7aa535f2aa3f1c90f/questions.scssc b/tmp/cache/assets/development/sass/5b2b468bfcf70eebb3e2e5a7aa535f2aa3f1c90f/questions.scssc new file mode 100644 index 0000000..87ca8c5 Binary files /dev/null and b/tmp/cache/assets/development/sass/5b2b468bfcf70eebb3e2e5a7aa535f2aa3f1c90f/questions.scssc differ diff --git a/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_alerts.scssc b/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_alerts.scssc new file mode 100644 index 0000000..0ee1c87 Binary files /dev/null and b/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_alerts.scssc differ diff --git a/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_badges.scssc b/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_badges.scssc new file mode 100644 index 0000000..b3b76e3 Binary files /dev/null and b/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_badges.scssc differ diff --git a/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_breadcrumbs.scssc b/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_breadcrumbs.scssc new file mode 100644 index 0000000..688cecd Binary files /dev/null and b/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_breadcrumbs.scssc differ diff --git a/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_button-groups.scssc b/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_button-groups.scssc new file mode 100644 index 0000000..6c2d37d Binary files /dev/null and b/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_button-groups.scssc differ diff --git a/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_buttons.scssc b/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_buttons.scssc new file mode 100644 index 0000000..2ab85fb Binary files /dev/null and b/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_buttons.scssc differ diff --git a/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_carousel.scssc b/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_carousel.scssc new file mode 100644 index 0000000..210463b Binary files /dev/null and b/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_carousel.scssc differ diff --git a/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_close.scssc b/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_close.scssc new file mode 100644 index 0000000..bc10c52 Binary files /dev/null and b/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_close.scssc differ diff --git a/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_code.scssc b/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_code.scssc new file mode 100644 index 0000000..5ba416d Binary files /dev/null and b/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_code.scssc differ diff --git a/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_component-animations.scssc b/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_component-animations.scssc new file mode 100644 index 0000000..4e92d0d Binary files /dev/null and b/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_component-animations.scssc differ diff --git a/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_dropdowns.scssc b/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_dropdowns.scssc new file mode 100644 index 0000000..28a50cb Binary files /dev/null and b/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_dropdowns.scssc differ diff --git a/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_forms.scssc b/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_forms.scssc new file mode 100644 index 0000000..16f0554 Binary files /dev/null and b/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_forms.scssc differ diff --git a/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_glyphicons.scssc b/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_glyphicons.scssc new file mode 100644 index 0000000..20a467d Binary files /dev/null and b/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_glyphicons.scssc differ diff --git a/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_grid.scssc b/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_grid.scssc new file mode 100644 index 0000000..11291ef Binary files /dev/null and b/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_grid.scssc differ diff --git a/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_input-groups.scssc b/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_input-groups.scssc new file mode 100644 index 0000000..671abcd Binary files /dev/null and b/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_input-groups.scssc differ diff --git a/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_jumbotron.scssc b/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_jumbotron.scssc new file mode 100644 index 0000000..0dd55de Binary files /dev/null and b/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_jumbotron.scssc differ diff --git a/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_labels.scssc b/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_labels.scssc new file mode 100644 index 0000000..31e4a30 Binary files /dev/null and b/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_labels.scssc differ diff --git a/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_list-group.scssc b/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_list-group.scssc new file mode 100644 index 0000000..c487176 Binary files /dev/null and b/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_list-group.scssc differ diff --git a/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_media.scssc b/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_media.scssc new file mode 100644 index 0000000..e868b2f Binary files /dev/null and b/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_media.scssc differ diff --git a/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_mixins.scssc b/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_mixins.scssc new file mode 100644 index 0000000..8497d57 Binary files /dev/null and b/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_mixins.scssc differ diff --git a/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_modals.scssc b/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_modals.scssc new file mode 100644 index 0000000..e61c46c Binary files /dev/null and b/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_modals.scssc differ diff --git a/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_navbar.scssc b/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_navbar.scssc new file mode 100644 index 0000000..b2f0079 Binary files /dev/null and b/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_navbar.scssc differ diff --git a/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_navs.scssc b/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_navs.scssc new file mode 100644 index 0000000..5f4fd4c Binary files /dev/null and b/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_navs.scssc differ diff --git a/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_normalize.scssc b/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_normalize.scssc new file mode 100644 index 0000000..acbde12 Binary files /dev/null and b/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_normalize.scssc differ diff --git a/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_pager.scssc b/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_pager.scssc new file mode 100644 index 0000000..75b3db2 Binary files /dev/null and b/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_pager.scssc differ diff --git a/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_pagination.scssc b/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_pagination.scssc new file mode 100644 index 0000000..1511483 Binary files /dev/null and b/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_pagination.scssc differ diff --git a/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_panels.scssc b/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_panels.scssc new file mode 100644 index 0000000..7ee753f Binary files /dev/null and b/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_panels.scssc differ diff --git a/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_popovers.scssc b/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_popovers.scssc new file mode 100644 index 0000000..a85e42d Binary files /dev/null and b/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_popovers.scssc differ diff --git a/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_print.scssc b/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_print.scssc new file mode 100644 index 0000000..22a9e97 Binary files /dev/null and b/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_print.scssc differ diff --git a/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_progress-bars.scssc b/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_progress-bars.scssc new file mode 100644 index 0000000..61e5874 Binary files /dev/null and b/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_progress-bars.scssc differ diff --git a/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_responsive-embed.scssc b/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_responsive-embed.scssc new file mode 100644 index 0000000..aa1215d Binary files /dev/null and b/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_responsive-embed.scssc differ diff --git a/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_responsive-utilities.scssc b/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_responsive-utilities.scssc new file mode 100644 index 0000000..5ee3d15 Binary files /dev/null and b/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_responsive-utilities.scssc differ diff --git a/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_scaffolding.scssc b/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_scaffolding.scssc new file mode 100644 index 0000000..ada002c Binary files /dev/null and b/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_scaffolding.scssc differ diff --git a/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_tables.scssc b/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_tables.scssc new file mode 100644 index 0000000..dec3fbb Binary files /dev/null and b/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_tables.scssc differ diff --git a/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_thumbnails.scssc b/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_thumbnails.scssc new file mode 100644 index 0000000..3f4da5e Binary files /dev/null and b/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_thumbnails.scssc differ diff --git a/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_tooltip.scssc b/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_tooltip.scssc new file mode 100644 index 0000000..4f54d66 Binary files /dev/null and b/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_tooltip.scssc differ diff --git a/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_type.scssc b/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_type.scssc new file mode 100644 index 0000000..e5090ba Binary files /dev/null and b/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_type.scssc differ diff --git a/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_utilities.scssc b/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_utilities.scssc new file mode 100644 index 0000000..246b4b4 Binary files /dev/null and b/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_utilities.scssc differ diff --git a/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_variables.scssc b/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_variables.scssc new file mode 100644 index 0000000..9d2e4cd Binary files /dev/null and b/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_variables.scssc differ diff --git a/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_wells.scssc b/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_wells.scssc new file mode 100644 index 0000000..8ce8bed Binary files /dev/null and b/tmp/cache/assets/development/sass/c749ad63025edb665cf0314e147d82e8a246124a/_wells.scssc differ diff --git a/tmp/cache/assets/development/sass/ddfd09d19a1d51c93a864cf1fd0d0b0daa2813c9/_alerts.scssc b/tmp/cache/assets/development/sass/ddfd09d19a1d51c93a864cf1fd0d0b0daa2813c9/_alerts.scssc new file mode 100644 index 0000000..8c1f22d Binary files /dev/null and b/tmp/cache/assets/development/sass/ddfd09d19a1d51c93a864cf1fd0d0b0daa2813c9/_alerts.scssc differ diff --git a/tmp/cache/assets/development/sass/ddfd09d19a1d51c93a864cf1fd0d0b0daa2813c9/_background-variant.scssc b/tmp/cache/assets/development/sass/ddfd09d19a1d51c93a864cf1fd0d0b0daa2813c9/_background-variant.scssc new file mode 100644 index 0000000..149b986 Binary files /dev/null and b/tmp/cache/assets/development/sass/ddfd09d19a1d51c93a864cf1fd0d0b0daa2813c9/_background-variant.scssc differ diff --git a/tmp/cache/assets/development/sass/ddfd09d19a1d51c93a864cf1fd0d0b0daa2813c9/_border-radius.scssc b/tmp/cache/assets/development/sass/ddfd09d19a1d51c93a864cf1fd0d0b0daa2813c9/_border-radius.scssc new file mode 100644 index 0000000..0f51859 Binary files /dev/null and b/tmp/cache/assets/development/sass/ddfd09d19a1d51c93a864cf1fd0d0b0daa2813c9/_border-radius.scssc differ diff --git a/tmp/cache/assets/development/sass/ddfd09d19a1d51c93a864cf1fd0d0b0daa2813c9/_buttons.scssc b/tmp/cache/assets/development/sass/ddfd09d19a1d51c93a864cf1fd0d0b0daa2813c9/_buttons.scssc new file mode 100644 index 0000000..8f535b4 Binary files /dev/null and b/tmp/cache/assets/development/sass/ddfd09d19a1d51c93a864cf1fd0d0b0daa2813c9/_buttons.scssc differ diff --git a/tmp/cache/assets/development/sass/ddfd09d19a1d51c93a864cf1fd0d0b0daa2813c9/_center-block.scssc b/tmp/cache/assets/development/sass/ddfd09d19a1d51c93a864cf1fd0d0b0daa2813c9/_center-block.scssc new file mode 100644 index 0000000..0c423d4 Binary files /dev/null and b/tmp/cache/assets/development/sass/ddfd09d19a1d51c93a864cf1fd0d0b0daa2813c9/_center-block.scssc differ diff --git a/tmp/cache/assets/development/sass/ddfd09d19a1d51c93a864cf1fd0d0b0daa2813c9/_clearfix.scssc b/tmp/cache/assets/development/sass/ddfd09d19a1d51c93a864cf1fd0d0b0daa2813c9/_clearfix.scssc new file mode 100644 index 0000000..20756d2 Binary files /dev/null and b/tmp/cache/assets/development/sass/ddfd09d19a1d51c93a864cf1fd0d0b0daa2813c9/_clearfix.scssc differ diff --git a/tmp/cache/assets/development/sass/ddfd09d19a1d51c93a864cf1fd0d0b0daa2813c9/_forms.scssc b/tmp/cache/assets/development/sass/ddfd09d19a1d51c93a864cf1fd0d0b0daa2813c9/_forms.scssc new file mode 100644 index 0000000..cafc0f4 Binary files /dev/null and b/tmp/cache/assets/development/sass/ddfd09d19a1d51c93a864cf1fd0d0b0daa2813c9/_forms.scssc differ diff --git a/tmp/cache/assets/development/sass/ddfd09d19a1d51c93a864cf1fd0d0b0daa2813c9/_gradients.scssc b/tmp/cache/assets/development/sass/ddfd09d19a1d51c93a864cf1fd0d0b0daa2813c9/_gradients.scssc new file mode 100644 index 0000000..cf3fa29 Binary files /dev/null and b/tmp/cache/assets/development/sass/ddfd09d19a1d51c93a864cf1fd0d0b0daa2813c9/_gradients.scssc differ diff --git a/tmp/cache/assets/development/sass/ddfd09d19a1d51c93a864cf1fd0d0b0daa2813c9/_grid-framework.scssc b/tmp/cache/assets/development/sass/ddfd09d19a1d51c93a864cf1fd0d0b0daa2813c9/_grid-framework.scssc new file mode 100644 index 0000000..bf251f0 Binary files /dev/null and b/tmp/cache/assets/development/sass/ddfd09d19a1d51c93a864cf1fd0d0b0daa2813c9/_grid-framework.scssc differ diff --git a/tmp/cache/assets/development/sass/ddfd09d19a1d51c93a864cf1fd0d0b0daa2813c9/_grid.scssc b/tmp/cache/assets/development/sass/ddfd09d19a1d51c93a864cf1fd0d0b0daa2813c9/_grid.scssc new file mode 100644 index 0000000..6e1ddfe Binary files /dev/null and b/tmp/cache/assets/development/sass/ddfd09d19a1d51c93a864cf1fd0d0b0daa2813c9/_grid.scssc differ diff --git a/tmp/cache/assets/development/sass/ddfd09d19a1d51c93a864cf1fd0d0b0daa2813c9/_hide-text.scssc b/tmp/cache/assets/development/sass/ddfd09d19a1d51c93a864cf1fd0d0b0daa2813c9/_hide-text.scssc new file mode 100644 index 0000000..6b8935b Binary files /dev/null and b/tmp/cache/assets/development/sass/ddfd09d19a1d51c93a864cf1fd0d0b0daa2813c9/_hide-text.scssc differ diff --git a/tmp/cache/assets/development/sass/ddfd09d19a1d51c93a864cf1fd0d0b0daa2813c9/_image.scssc b/tmp/cache/assets/development/sass/ddfd09d19a1d51c93a864cf1fd0d0b0daa2813c9/_image.scssc new file mode 100644 index 0000000..073a468 Binary files /dev/null and b/tmp/cache/assets/development/sass/ddfd09d19a1d51c93a864cf1fd0d0b0daa2813c9/_image.scssc differ diff --git a/tmp/cache/assets/development/sass/ddfd09d19a1d51c93a864cf1fd0d0b0daa2813c9/_labels.scssc b/tmp/cache/assets/development/sass/ddfd09d19a1d51c93a864cf1fd0d0b0daa2813c9/_labels.scssc new file mode 100644 index 0000000..889eee6 Binary files /dev/null and b/tmp/cache/assets/development/sass/ddfd09d19a1d51c93a864cf1fd0d0b0daa2813c9/_labels.scssc differ diff --git a/tmp/cache/assets/development/sass/ddfd09d19a1d51c93a864cf1fd0d0b0daa2813c9/_list-group.scssc b/tmp/cache/assets/development/sass/ddfd09d19a1d51c93a864cf1fd0d0b0daa2813c9/_list-group.scssc new file mode 100644 index 0000000..bb7bb78 Binary files /dev/null and b/tmp/cache/assets/development/sass/ddfd09d19a1d51c93a864cf1fd0d0b0daa2813c9/_list-group.scssc differ diff --git a/tmp/cache/assets/development/sass/ddfd09d19a1d51c93a864cf1fd0d0b0daa2813c9/_nav-divider.scssc b/tmp/cache/assets/development/sass/ddfd09d19a1d51c93a864cf1fd0d0b0daa2813c9/_nav-divider.scssc new file mode 100644 index 0000000..ba3a437 Binary files /dev/null and b/tmp/cache/assets/development/sass/ddfd09d19a1d51c93a864cf1fd0d0b0daa2813c9/_nav-divider.scssc differ diff --git a/tmp/cache/assets/development/sass/ddfd09d19a1d51c93a864cf1fd0d0b0daa2813c9/_nav-vertical-align.scssc b/tmp/cache/assets/development/sass/ddfd09d19a1d51c93a864cf1fd0d0b0daa2813c9/_nav-vertical-align.scssc new file mode 100644 index 0000000..1006d91 Binary files /dev/null and b/tmp/cache/assets/development/sass/ddfd09d19a1d51c93a864cf1fd0d0b0daa2813c9/_nav-vertical-align.scssc differ diff --git a/tmp/cache/assets/development/sass/ddfd09d19a1d51c93a864cf1fd0d0b0daa2813c9/_opacity.scssc b/tmp/cache/assets/development/sass/ddfd09d19a1d51c93a864cf1fd0d0b0daa2813c9/_opacity.scssc new file mode 100644 index 0000000..5e3ad00 Binary files /dev/null and b/tmp/cache/assets/development/sass/ddfd09d19a1d51c93a864cf1fd0d0b0daa2813c9/_opacity.scssc differ diff --git a/tmp/cache/assets/development/sass/ddfd09d19a1d51c93a864cf1fd0d0b0daa2813c9/_pagination.scssc b/tmp/cache/assets/development/sass/ddfd09d19a1d51c93a864cf1fd0d0b0daa2813c9/_pagination.scssc new file mode 100644 index 0000000..11aa210 Binary files /dev/null and b/tmp/cache/assets/development/sass/ddfd09d19a1d51c93a864cf1fd0d0b0daa2813c9/_pagination.scssc differ diff --git a/tmp/cache/assets/development/sass/ddfd09d19a1d51c93a864cf1fd0d0b0daa2813c9/_panels.scssc b/tmp/cache/assets/development/sass/ddfd09d19a1d51c93a864cf1fd0d0b0daa2813c9/_panels.scssc new file mode 100644 index 0000000..8d8c8f5 Binary files /dev/null and b/tmp/cache/assets/development/sass/ddfd09d19a1d51c93a864cf1fd0d0b0daa2813c9/_panels.scssc differ diff --git a/tmp/cache/assets/development/sass/ddfd09d19a1d51c93a864cf1fd0d0b0daa2813c9/_progress-bar.scssc b/tmp/cache/assets/development/sass/ddfd09d19a1d51c93a864cf1fd0d0b0daa2813c9/_progress-bar.scssc new file mode 100644 index 0000000..b5f5236 Binary files /dev/null and b/tmp/cache/assets/development/sass/ddfd09d19a1d51c93a864cf1fd0d0b0daa2813c9/_progress-bar.scssc differ diff --git a/tmp/cache/assets/development/sass/ddfd09d19a1d51c93a864cf1fd0d0b0daa2813c9/_reset-filter.scssc b/tmp/cache/assets/development/sass/ddfd09d19a1d51c93a864cf1fd0d0b0daa2813c9/_reset-filter.scssc new file mode 100644 index 0000000..c3036d2 Binary files /dev/null and b/tmp/cache/assets/development/sass/ddfd09d19a1d51c93a864cf1fd0d0b0daa2813c9/_reset-filter.scssc differ diff --git a/tmp/cache/assets/development/sass/ddfd09d19a1d51c93a864cf1fd0d0b0daa2813c9/_reset-text.scssc b/tmp/cache/assets/development/sass/ddfd09d19a1d51c93a864cf1fd0d0b0daa2813c9/_reset-text.scssc new file mode 100644 index 0000000..af6ba80 Binary files /dev/null and b/tmp/cache/assets/development/sass/ddfd09d19a1d51c93a864cf1fd0d0b0daa2813c9/_reset-text.scssc differ diff --git a/tmp/cache/assets/development/sass/ddfd09d19a1d51c93a864cf1fd0d0b0daa2813c9/_resize.scssc b/tmp/cache/assets/development/sass/ddfd09d19a1d51c93a864cf1fd0d0b0daa2813c9/_resize.scssc new file mode 100644 index 0000000..bec61a7 Binary files /dev/null and b/tmp/cache/assets/development/sass/ddfd09d19a1d51c93a864cf1fd0d0b0daa2813c9/_resize.scssc differ diff --git a/tmp/cache/assets/development/sass/ddfd09d19a1d51c93a864cf1fd0d0b0daa2813c9/_responsive-visibility.scssc b/tmp/cache/assets/development/sass/ddfd09d19a1d51c93a864cf1fd0d0b0daa2813c9/_responsive-visibility.scssc new file mode 100644 index 0000000..aecf50d Binary files /dev/null and b/tmp/cache/assets/development/sass/ddfd09d19a1d51c93a864cf1fd0d0b0daa2813c9/_responsive-visibility.scssc differ diff --git a/tmp/cache/assets/development/sass/ddfd09d19a1d51c93a864cf1fd0d0b0daa2813c9/_size.scssc b/tmp/cache/assets/development/sass/ddfd09d19a1d51c93a864cf1fd0d0b0daa2813c9/_size.scssc new file mode 100644 index 0000000..a7aa562 Binary files /dev/null and b/tmp/cache/assets/development/sass/ddfd09d19a1d51c93a864cf1fd0d0b0daa2813c9/_size.scssc differ diff --git a/tmp/cache/assets/development/sass/ddfd09d19a1d51c93a864cf1fd0d0b0daa2813c9/_tab-focus.scssc b/tmp/cache/assets/development/sass/ddfd09d19a1d51c93a864cf1fd0d0b0daa2813c9/_tab-focus.scssc new file mode 100644 index 0000000..1b6d720 Binary files /dev/null and b/tmp/cache/assets/development/sass/ddfd09d19a1d51c93a864cf1fd0d0b0daa2813c9/_tab-focus.scssc differ diff --git a/tmp/cache/assets/development/sass/ddfd09d19a1d51c93a864cf1fd0d0b0daa2813c9/_table-row.scssc b/tmp/cache/assets/development/sass/ddfd09d19a1d51c93a864cf1fd0d0b0daa2813c9/_table-row.scssc new file mode 100644 index 0000000..2dcbd12 Binary files /dev/null and b/tmp/cache/assets/development/sass/ddfd09d19a1d51c93a864cf1fd0d0b0daa2813c9/_table-row.scssc differ diff --git a/tmp/cache/assets/development/sass/ddfd09d19a1d51c93a864cf1fd0d0b0daa2813c9/_text-emphasis.scssc b/tmp/cache/assets/development/sass/ddfd09d19a1d51c93a864cf1fd0d0b0daa2813c9/_text-emphasis.scssc new file mode 100644 index 0000000..b56f260 Binary files /dev/null and b/tmp/cache/assets/development/sass/ddfd09d19a1d51c93a864cf1fd0d0b0daa2813c9/_text-emphasis.scssc differ diff --git a/tmp/cache/assets/development/sass/ddfd09d19a1d51c93a864cf1fd0d0b0daa2813c9/_text-overflow.scssc b/tmp/cache/assets/development/sass/ddfd09d19a1d51c93a864cf1fd0d0b0daa2813c9/_text-overflow.scssc new file mode 100644 index 0000000..4188051 Binary files /dev/null and b/tmp/cache/assets/development/sass/ddfd09d19a1d51c93a864cf1fd0d0b0daa2813c9/_text-overflow.scssc differ diff --git a/tmp/cache/assets/development/sass/ddfd09d19a1d51c93a864cf1fd0d0b0daa2813c9/_vendor-prefixes.scssc b/tmp/cache/assets/development/sass/ddfd09d19a1d51c93a864cf1fd0d0b0daa2813c9/_vendor-prefixes.scssc new file mode 100644 index 0000000..406664e Binary files /dev/null and b/tmp/cache/assets/development/sass/ddfd09d19a1d51c93a864cf1fd0d0b0daa2813c9/_vendor-prefixes.scssc differ diff --git a/tmp/cache/assets/development/sass/e320e385cea0f235d1779f62ab1acffaa1b8c09a/application.scssc b/tmp/cache/assets/development/sass/e320e385cea0f235d1779f62ab1acffaa1b8c09a/application.scssc new file mode 100644 index 0000000..3688dea Binary files /dev/null and b/tmp/cache/assets/development/sass/e320e385cea0f235d1779f62ab1acffaa1b8c09a/application.scssc differ diff --git a/tmp/cache/assets/development/sass/e320e385cea0f235d1779f62ab1acffaa1b8c09a/site_controller.scssc b/tmp/cache/assets/development/sass/e320e385cea0f235d1779f62ab1acffaa1b8c09a/site_controller.scssc new file mode 100644 index 0000000..fa4a1d8 Binary files /dev/null and b/tmp/cache/assets/development/sass/e320e385cea0f235d1779f62ab1acffaa1b8c09a/site_controller.scssc differ diff --git a/tmp/cache/assets/development/sprockets/01bb1d7a9bab8fca702f2858ec23e0e4 b/tmp/cache/assets/development/sprockets/01bb1d7a9bab8fca702f2858ec23e0e4 new file mode 100644 index 0000000..e3d4b27 Binary files /dev/null and b/tmp/cache/assets/development/sprockets/01bb1d7a9bab8fca702f2858ec23e0e4 differ diff --git a/tmp/cache/assets/development/sprockets/0848f5ab64afd4f0a49abe4cd2ec6313 b/tmp/cache/assets/development/sprockets/0848f5ab64afd4f0a49abe4cd2ec6313 new file mode 100644 index 0000000..be882e4 Binary files /dev/null and b/tmp/cache/assets/development/sprockets/0848f5ab64afd4f0a49abe4cd2ec6313 differ diff --git a/tmp/cache/assets/development/sprockets/0b0c5c404c00b1a9cf330f1301064f07 b/tmp/cache/assets/development/sprockets/0b0c5c404c00b1a9cf330f1301064f07 new file mode 100644 index 0000000..e16ca85 Binary files /dev/null and b/tmp/cache/assets/development/sprockets/0b0c5c404c00b1a9cf330f1301064f07 differ diff --git a/tmp/cache/assets/development/sprockets/103967e3298f0ecad1a4708fa2cc2d7f b/tmp/cache/assets/development/sprockets/103967e3298f0ecad1a4708fa2cc2d7f new file mode 100644 index 0000000..8fe228f Binary files /dev/null and b/tmp/cache/assets/development/sprockets/103967e3298f0ecad1a4708fa2cc2d7f differ diff --git a/tmp/cache/assets/development/sprockets/1ca8a1af3d24424688278b63fa96a6c1 b/tmp/cache/assets/development/sprockets/1ca8a1af3d24424688278b63fa96a6c1 new file mode 100644 index 0000000..8fe228f Binary files /dev/null and b/tmp/cache/assets/development/sprockets/1ca8a1af3d24424688278b63fa96a6c1 differ diff --git a/tmp/cache/assets/development/sprockets/1d07435e7c365241b7c8fa3b06a30f45 b/tmp/cache/assets/development/sprockets/1d07435e7c365241b7c8fa3b06a30f45 new file mode 100644 index 0000000..8114cbd Binary files /dev/null and b/tmp/cache/assets/development/sprockets/1d07435e7c365241b7c8fa3b06a30f45 differ diff --git a/tmp/cache/assets/development/sprockets/2d038439472eb40523566a8e0ab5cd2c b/tmp/cache/assets/development/sprockets/2d038439472eb40523566a8e0ab5cd2c new file mode 100644 index 0000000..64256fd Binary files /dev/null and b/tmp/cache/assets/development/sprockets/2d038439472eb40523566a8e0ab5cd2c differ diff --git a/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af b/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af new file mode 100644 index 0000000..2952903 Binary files /dev/null and b/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af differ diff --git a/tmp/cache/assets/development/sprockets/352bab412d75fa19d0a07504553b59df b/tmp/cache/assets/development/sprockets/352bab412d75fa19d0a07504553b59df new file mode 100644 index 0000000..c826e9f Binary files /dev/null and b/tmp/cache/assets/development/sprockets/352bab412d75fa19d0a07504553b59df differ diff --git a/tmp/cache/assets/development/sprockets/3972015fa31ebd52ce9e70b21018a9bf b/tmp/cache/assets/development/sprockets/3972015fa31ebd52ce9e70b21018a9bf new file mode 100644 index 0000000..6e8145e Binary files /dev/null and b/tmp/cache/assets/development/sprockets/3972015fa31ebd52ce9e70b21018a9bf differ diff --git a/tmp/cache/assets/development/sprockets/4b0c5fca30243a44f75f5c6a6d7fb1fe b/tmp/cache/assets/development/sprockets/4b0c5fca30243a44f75f5c6a6d7fb1fe new file mode 100644 index 0000000..926c4aa Binary files /dev/null and b/tmp/cache/assets/development/sprockets/4b0c5fca30243a44f75f5c6a6d7fb1fe differ diff --git a/tmp/cache/assets/development/sprockets/580ba4c040c60b0724adfa3162f96cc6 b/tmp/cache/assets/development/sprockets/580ba4c040c60b0724adfa3162f96cc6 new file mode 100644 index 0000000..38a396b Binary files /dev/null and b/tmp/cache/assets/development/sprockets/580ba4c040c60b0724adfa3162f96cc6 differ diff --git a/tmp/cache/assets/development/sprockets/683e6c2103cf89d31df735fb3527d2f4 b/tmp/cache/assets/development/sprockets/683e6c2103cf89d31df735fb3527d2f4 new file mode 100644 index 0000000..38a396b Binary files /dev/null and b/tmp/cache/assets/development/sprockets/683e6c2103cf89d31df735fb3527d2f4 differ diff --git a/tmp/cache/assets/development/sprockets/6e1bd95023705b5529e7ccc754a02867 b/tmp/cache/assets/development/sprockets/6e1bd95023705b5529e7ccc754a02867 new file mode 100644 index 0000000..d16651d Binary files /dev/null and b/tmp/cache/assets/development/sprockets/6e1bd95023705b5529e7ccc754a02867 differ diff --git a/tmp/cache/assets/development/sprockets/77640cbb0d6cf759f570121f921f0230 b/tmp/cache/assets/development/sprockets/77640cbb0d6cf759f570121f921f0230 new file mode 100644 index 0000000..8114cbd Binary files /dev/null and b/tmp/cache/assets/development/sprockets/77640cbb0d6cf759f570121f921f0230 differ diff --git a/tmp/cache/assets/development/sprockets/80db8fec39a9c7c0c7aa368f8e094dae b/tmp/cache/assets/development/sprockets/80db8fec39a9c7c0c7aa368f8e094dae new file mode 100644 index 0000000..5b886c1 Binary files /dev/null and b/tmp/cache/assets/development/sprockets/80db8fec39a9c7c0c7aa368f8e094dae differ diff --git a/tmp/cache/assets/development/sprockets/81d7b9095f23e170df5a7263f004c8bc b/tmp/cache/assets/development/sprockets/81d7b9095f23e170df5a7263f004c8bc new file mode 100644 index 0000000..ae3cf31 Binary files /dev/null and b/tmp/cache/assets/development/sprockets/81d7b9095f23e170df5a7263f004c8bc differ diff --git a/tmp/cache/assets/development/sprockets/8432ceaddd83493418d0927cefbe766a b/tmp/cache/assets/development/sprockets/8432ceaddd83493418d0927cefbe766a new file mode 100644 index 0000000..4391171 Binary files /dev/null and b/tmp/cache/assets/development/sprockets/8432ceaddd83493418d0927cefbe766a differ diff --git a/tmp/cache/assets/development/sprockets/8630b8c5f4a6b6945aa4869134196d1b b/tmp/cache/assets/development/sprockets/8630b8c5f4a6b6945aa4869134196d1b new file mode 100644 index 0000000..77f363d Binary files /dev/null and b/tmp/cache/assets/development/sprockets/8630b8c5f4a6b6945aa4869134196d1b differ diff --git a/tmp/cache/assets/development/sprockets/86a87d3aad64084d63b95cc70cfaa9e9 b/tmp/cache/assets/development/sprockets/86a87d3aad64084d63b95cc70cfaa9e9 new file mode 100644 index 0000000..14da02b Binary files /dev/null and b/tmp/cache/assets/development/sprockets/86a87d3aad64084d63b95cc70cfaa9e9 differ diff --git a/tmp/cache/assets/development/sprockets/8f2cddf09efec1cb3230bc95e6142b7d b/tmp/cache/assets/development/sprockets/8f2cddf09efec1cb3230bc95e6142b7d new file mode 100644 index 0000000..64256fd Binary files /dev/null and b/tmp/cache/assets/development/sprockets/8f2cddf09efec1cb3230bc95e6142b7d differ diff --git a/tmp/cache/assets/development/sprockets/92613a75279536c4bcf4f3ba6cfde494 b/tmp/cache/assets/development/sprockets/92613a75279536c4bcf4f3ba6cfde494 new file mode 100644 index 0000000..c826e9f Binary files /dev/null and b/tmp/cache/assets/development/sprockets/92613a75279536c4bcf4f3ba6cfde494 differ diff --git a/tmp/cache/assets/development/sprockets/97c9f063bd0903912b77590d129838c6 b/tmp/cache/assets/development/sprockets/97c9f063bd0903912b77590d129838c6 new file mode 100644 index 0000000..da09302 Binary files /dev/null and b/tmp/cache/assets/development/sprockets/97c9f063bd0903912b77590d129838c6 differ diff --git a/tmp/cache/assets/development/sprockets/9bfbca8921a56d21b3cea18a0ef067be b/tmp/cache/assets/development/sprockets/9bfbca8921a56d21b3cea18a0ef067be new file mode 100644 index 0000000..c661b12 Binary files /dev/null and b/tmp/cache/assets/development/sprockets/9bfbca8921a56d21b3cea18a0ef067be differ diff --git a/tmp/cache/assets/development/sprockets/9f98bbb8d598b474005722a1cbdbb4ef b/tmp/cache/assets/development/sprockets/9f98bbb8d598b474005722a1cbdbb4ef new file mode 100644 index 0000000..4ca66da Binary files /dev/null and b/tmp/cache/assets/development/sprockets/9f98bbb8d598b474005722a1cbdbb4ef differ diff --git a/tmp/cache/assets/development/sprockets/a2356ade15bb874c09b6d65fd38847ec b/tmp/cache/assets/development/sprockets/a2356ade15bb874c09b6d65fd38847ec new file mode 100644 index 0000000..4ca66da Binary files /dev/null and b/tmp/cache/assets/development/sprockets/a2356ade15bb874c09b6d65fd38847ec differ diff --git a/tmp/cache/assets/development/sprockets/a951f6513fce19a0366ef45b71f10be4 b/tmp/cache/assets/development/sprockets/a951f6513fce19a0366ef45b71f10be4 new file mode 100644 index 0000000..06963b9 Binary files /dev/null and b/tmp/cache/assets/development/sprockets/a951f6513fce19a0366ef45b71f10be4 differ diff --git a/tmp/cache/assets/development/sprockets/aab286485e233751944a116b54188d09 b/tmp/cache/assets/development/sprockets/aab286485e233751944a116b54188d09 new file mode 100644 index 0000000..4d9d57c Binary files /dev/null and b/tmp/cache/assets/development/sprockets/aab286485e233751944a116b54188d09 differ diff --git a/tmp/cache/assets/development/sprockets/b5eca45a7d7200074b43a02024161cc7 b/tmp/cache/assets/development/sprockets/b5eca45a7d7200074b43a02024161cc7 new file mode 100644 index 0000000..e4a0262 Binary files /dev/null and b/tmp/cache/assets/development/sprockets/b5eca45a7d7200074b43a02024161cc7 differ diff --git a/tmp/cache/assets/development/sprockets/b8be4d6a22b5d169823d942a568a5a67 b/tmp/cache/assets/development/sprockets/b8be4d6a22b5d169823d942a568a5a67 new file mode 100644 index 0000000..e16ca85 Binary files /dev/null and b/tmp/cache/assets/development/sprockets/b8be4d6a22b5d169823d942a568a5a67 differ diff --git a/tmp/cache/assets/development/sprockets/b917c9c23d5a70e823ef7c5708ac401f b/tmp/cache/assets/development/sprockets/b917c9c23d5a70e823ef7c5708ac401f new file mode 100644 index 0000000..4391171 Binary files /dev/null and b/tmp/cache/assets/development/sprockets/b917c9c23d5a70e823ef7c5708ac401f differ diff --git a/tmp/cache/assets/development/sprockets/c18879d8ac872c593c04716c3a99076d b/tmp/cache/assets/development/sprockets/c18879d8ac872c593c04716c3a99076d new file mode 100644 index 0000000..5b886c1 Binary files /dev/null and b/tmp/cache/assets/development/sprockets/c18879d8ac872c593c04716c3a99076d differ diff --git a/tmp/cache/assets/development/sprockets/c5fb8499fc0d481949d2864b6e61a7f9 b/tmp/cache/assets/development/sprockets/c5fb8499fc0d481949d2864b6e61a7f9 new file mode 100644 index 0000000..77f363d Binary files /dev/null and b/tmp/cache/assets/development/sprockets/c5fb8499fc0d481949d2864b6e61a7f9 differ diff --git a/tmp/cache/assets/development/sprockets/ccc8182f872d88376286c40b06823eb2 b/tmp/cache/assets/development/sprockets/ccc8182f872d88376286c40b06823eb2 new file mode 100644 index 0000000..14da02b Binary files /dev/null and b/tmp/cache/assets/development/sprockets/ccc8182f872d88376286c40b06823eb2 differ diff --git a/tmp/cache/assets/development/sprockets/cea1f57d712dc3fb60db66b63ef42199 b/tmp/cache/assets/development/sprockets/cea1f57d712dc3fb60db66b63ef42199 new file mode 100644 index 0000000..585d5a7 Binary files /dev/null and b/tmp/cache/assets/development/sprockets/cea1f57d712dc3fb60db66b63ef42199 differ diff --git a/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994 b/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994 new file mode 100644 index 0000000..2952903 Binary files /dev/null and b/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994 differ diff --git a/tmp/cache/assets/development/sprockets/ddd79c34564ad6096a422907cfc2e686 b/tmp/cache/assets/development/sprockets/ddd79c34564ad6096a422907cfc2e686 new file mode 100644 index 0000000..be882e4 Binary files /dev/null and b/tmp/cache/assets/development/sprockets/ddd79c34564ad6096a422907cfc2e686 differ diff --git a/tmp/cache/assets/development/sprockets/e082bbf5d36df7bc2ea77abc467d5ed2 b/tmp/cache/assets/development/sprockets/e082bbf5d36df7bc2ea77abc467d5ed2 new file mode 100644 index 0000000..03e3dd8 Binary files /dev/null and b/tmp/cache/assets/development/sprockets/e082bbf5d36df7bc2ea77abc467d5ed2 differ diff --git a/tmp/cache/assets/development/sprockets/e96ca3a928da3623c5497263e66f16f2 b/tmp/cache/assets/development/sprockets/e96ca3a928da3623c5497263e66f16f2 new file mode 100644 index 0000000..8d90115 Binary files /dev/null and b/tmp/cache/assets/development/sprockets/e96ca3a928da3623c5497263e66f16f2 differ diff --git a/tmp/cache/assets/development/sprockets/efea9303f3810feebf4a07e8fd3e9263 b/tmp/cache/assets/development/sprockets/efea9303f3810feebf4a07e8fd3e9263 new file mode 100644 index 0000000..91b9b61 Binary files /dev/null and b/tmp/cache/assets/development/sprockets/efea9303f3810feebf4a07e8fd3e9263 differ diff --git a/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655 b/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655 new file mode 100644 index 0000000..12b307c Binary files /dev/null and b/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655 differ diff --git a/tmp/cache/assets/development/sprockets/fa6133fca7119cfa856b6535e67566bf b/tmp/cache/assets/development/sprockets/fa6133fca7119cfa856b6535e67566bf new file mode 100644 index 0000000..4d9d57c Binary files /dev/null and b/tmp/cache/assets/development/sprockets/fa6133fca7119cfa856b6535e67566bf differ diff --git a/tmp/pids/server.pid b/tmp/pids/server.pid new file mode 100644 index 0000000..eaf3b9c --- /dev/null +++ b/tmp/pids/server.pid @@ -0,0 +1 @@ +67814 \ No newline at end of file diff --git a/vendor/assets/javascripts/.keep b/vendor/assets/javascripts/.keep new file mode 100644 index 0000000..e69de29 diff --git a/vendor/assets/stylesheets/.keep b/vendor/assets/stylesheets/.keep new file mode 100644 index 0000000..e69de29