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..b5fbf94
--- /dev/null
+++ b/Gemfile
@@ -0,0 +1,53 @@
+source 'https://rubygems.org'
+
+git_source(:github) do |repo_name|
+ repo_name = "#{repo_name}/#{repo_name}" unless repo_name.include?("/")
+ "https://github.com/#{repo_name}.git"
+end
+
+
+# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
+gem 'rails', '~> 5.0.2'
+# Use sqlite3 as the database for Active Record
+gem 'sqlite3'
+# Use Puma as the app server
+gem 'puma', '~> 3.0'
+# 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.2'
+# See https://github.com/rails/execjs#readme for more supported runtimes
+# gem 'therubyracer', platforms: :ruby
+
+# Use jquery as the JavaScript library
+gem 'jquery-rails'
+# Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks
+gem 'turbolinks', '~> 5'
+# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
+gem 'jbuilder', '~> 2.5'
+# Use Redis adapter to run Action Cable in production
+# gem 'redis', '~> 3.0'
+# Use ActiveModel has_secure_password
+# gem 'bcrypt', '~> 3.1.7'
+
+# Use Capistrano for deployment
+# gem 'capistrano-rails', group: :development
+
+group :development, :test do
+ # Call 'byebug' anywhere in the code to stop execution and get a debugger console
+ gem 'byebug', platform: :mri
+end
+
+group :development do
+ # Access an IRB console on exception pages or by using <%= console %> anywhere in the code.
+ gem 'web-console', '>= 3.3.0'
+ gem 'listen', '~> 3.0.5'
+ # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
+ gem 'spring'
+ gem 'spring-watcher-listen', '~> 2.0.0'
+end
+
+# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
+gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
diff --git a/Gemfile.lock b/Gemfile.lock
new file mode 100644
index 0000000..4f64cdd
--- /dev/null
+++ b/Gemfile.lock
@@ -0,0 +1,174 @@
+GEM
+ remote: https://rubygems.org/
+ specs:
+ actioncable (5.0.2)
+ actionpack (= 5.0.2)
+ nio4r (>= 1.2, < 3.0)
+ websocket-driver (~> 0.6.1)
+ actionmailer (5.0.2)
+ actionpack (= 5.0.2)
+ actionview (= 5.0.2)
+ activejob (= 5.0.2)
+ mail (~> 2.5, >= 2.5.4)
+ rails-dom-testing (~> 2.0)
+ actionpack (5.0.2)
+ actionview (= 5.0.2)
+ activesupport (= 5.0.2)
+ rack (~> 2.0)
+ rack-test (~> 0.6.3)
+ rails-dom-testing (~> 2.0)
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
+ actionview (5.0.2)
+ activesupport (= 5.0.2)
+ builder (~> 3.1)
+ erubis (~> 2.7.0)
+ rails-dom-testing (~> 2.0)
+ rails-html-sanitizer (~> 1.0, >= 1.0.3)
+ activejob (5.0.2)
+ activesupport (= 5.0.2)
+ globalid (>= 0.3.6)
+ activemodel (5.0.2)
+ activesupport (= 5.0.2)
+ activerecord (5.0.2)
+ activemodel (= 5.0.2)
+ activesupport (= 5.0.2)
+ arel (~> 7.0)
+ activesupport (5.0.2)
+ concurrent-ruby (~> 1.0, >= 1.0.2)
+ i18n (~> 0.7)
+ minitest (~> 5.1)
+ tzinfo (~> 1.1)
+ arel (7.1.4)
+ bindex (0.5.0)
+ builder (3.2.3)
+ byebug (9.0.6)
+ coffee-rails (4.2.1)
+ coffee-script (>= 2.2.0)
+ railties (>= 4.0.0, < 5.2.x)
+ coffee-script (2.4.1)
+ coffee-script-source
+ execjs
+ coffee-script-source (1.12.2)
+ concurrent-ruby (1.0.5)
+ erubis (2.7.0)
+ execjs (2.7.0)
+ ffi (1.9.18)
+ globalid (0.3.7)
+ activesupport (>= 4.1.0)
+ i18n (0.8.1)
+ jbuilder (2.6.3)
+ activesupport (>= 3.0.0, < 5.2)
+ multi_json (~> 1.2)
+ jquery-rails (4.3.1)
+ rails-dom-testing (>= 1, < 3)
+ railties (>= 4.2.0)
+ thor (>= 0.14, < 2.0)
+ listen (3.0.8)
+ rb-fsevent (~> 0.9, >= 0.9.4)
+ rb-inotify (~> 0.9, >= 0.9.7)
+ loofah (2.0.3)
+ nokogiri (>= 1.5.9)
+ mail (2.6.4)
+ mime-types (>= 1.16, < 4)
+ method_source (0.8.2)
+ mime-types (3.1)
+ mime-types-data (~> 3.2015)
+ mime-types-data (3.2016.0521)
+ mini_portile2 (2.1.0)
+ minitest (5.10.1)
+ multi_json (1.12.1)
+ nio4r (2.0.0)
+ nokogiri (1.7.1)
+ mini_portile2 (~> 2.1.0)
+ puma (3.8.2)
+ rack (2.0.1)
+ rack-test (0.6.3)
+ rack (>= 1.0)
+ rails (5.0.2)
+ actioncable (= 5.0.2)
+ actionmailer (= 5.0.2)
+ actionpack (= 5.0.2)
+ actionview (= 5.0.2)
+ activejob (= 5.0.2)
+ activemodel (= 5.0.2)
+ activerecord (= 5.0.2)
+ activesupport (= 5.0.2)
+ bundler (>= 1.3.0, < 2.0)
+ railties (= 5.0.2)
+ sprockets-rails (>= 2.0.0)
+ rails-dom-testing (2.0.2)
+ activesupport (>= 4.2.0, < 6.0)
+ nokogiri (~> 1.6)
+ rails-html-sanitizer (1.0.3)
+ loofah (~> 2.0)
+ railties (5.0.2)
+ actionpack (= 5.0.2)
+ activesupport (= 5.0.2)
+ method_source
+ rake (>= 0.8.7)
+ thor (>= 0.18.1, < 2.0)
+ rake (12.0.0)
+ rb-fsevent (0.9.8)
+ rb-inotify (0.9.8)
+ ffi (>= 0.5.0)
+ sass (3.4.23)
+ sass-rails (5.0.6)
+ railties (>= 4.0.0, < 6)
+ sass (~> 3.1)
+ sprockets (>= 2.8, < 4.0)
+ sprockets-rails (>= 2.0, < 4.0)
+ tilt (>= 1.1, < 3)
+ spring (2.0.1)
+ activesupport (>= 4.2)
+ spring-watcher-listen (2.0.1)
+ listen (>= 2.7, < 4.0)
+ spring (>= 1.2, < 3.0)
+ sprockets (3.7.1)
+ concurrent-ruby (~> 1.0)
+ rack (> 1, < 3)
+ sprockets-rails (3.2.0)
+ actionpack (>= 4.0)
+ activesupport (>= 4.0)
+ sprockets (>= 3.0.0)
+ sqlite3 (1.3.13)
+ thor (0.19.4)
+ thread_safe (0.3.6)
+ tilt (2.0.7)
+ turbolinks (5.0.1)
+ turbolinks-source (~> 5)
+ turbolinks-source (5.0.0)
+ tzinfo (1.2.3)
+ thread_safe (~> 0.1)
+ uglifier (3.1.12)
+ execjs (>= 0.3.0, < 3)
+ web-console (3.5.0)
+ actionview (>= 5.0)
+ activemodel (>= 5.0)
+ bindex (>= 0.4.0)
+ railties (>= 5.0)
+ websocket-driver (0.6.5)
+ websocket-extensions (>= 0.1.0)
+ websocket-extensions (0.1.2)
+
+PLATFORMS
+ ruby
+
+DEPENDENCIES
+ byebug
+ coffee-rails (~> 4.2)
+ jbuilder (~> 2.5)
+ jquery-rails
+ listen (~> 3.0.5)
+ puma (~> 3.0)
+ rails (~> 5.0.2)
+ sass-rails (~> 5.0)
+ spring
+ spring-watcher-listen (~> 2.0.0)
+ sqlite3
+ turbolinks (~> 5)
+ tzinfo-data
+ uglifier (>= 1.3.0)
+ web-console (>= 3.3.0)
+
+BUNDLED WITH
+ 1.14.6
diff --git a/Rakefile b/Rakefile
new file mode 100644
index 0000000..e85f913
--- /dev/null
+++ b/Rakefile
@@ -0,0 +1,6 @@
+# Add your own tasks in files placed in lib/tasks ending in .rake,
+# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
+
+require_relative 'config/application'
+
+Rails.application.load_tasks
diff --git a/app/assets/config/manifest.js b/app/assets/config/manifest.js
new file mode 100644
index 0000000..b16e53d
--- /dev/null
+++ b/app/assets/config/manifest.js
@@ -0,0 +1,3 @@
+//= link_tree ../images
+//= link_directory ../javascripts .js
+//= link_directory ../stylesheets .css
diff --git a/app/assets/images/.keep b/app/assets/images/.keep
new file mode 100644
index 0000000..e69de29
diff --git a/app/assets/javascripts/animals.coffee b/app/assets/javascripts/animals.coffee
new file mode 100644
index 0000000..24f83d1
--- /dev/null
+++ b/app/assets/javascripts/animals.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/application.js b/app/assets/javascripts/application.js
new file mode 100644
index 0000000..b12018d
--- /dev/null
+++ b/app/assets/javascripts/application.js
@@ -0,0 +1,16 @@
+// This is a manifest file that'll be compiled into application.js, which will include all the files
+// listed below.
+//
+// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts,
+// or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path.
+//
+// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
+// compiled file. JavaScript code in this file should be added after the last require_* statement.
+//
+// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details
+// about supported directives.
+//
+//= require jquery
+//= require jquery_ujs
+//= require turbolinks
+//= require_tree .
diff --git a/app/assets/javascripts/cable.js b/app/assets/javascripts/cable.js
new file mode 100644
index 0000000..71ee1e6
--- /dev/null
+++ b/app/assets/javascripts/cable.js
@@ -0,0 +1,13 @@
+// Action Cable provides the framework to deal with WebSockets in Rails.
+// You can generate new channels where WebSocket features live using the rails generate channel command.
+//
+//= require action_cable
+//= require_self
+//= require_tree ./channels
+
+(function() {
+ this.App || (this.App = {});
+
+ App.cable = ActionCable.createConsumer();
+
+}).call(this);
diff --git a/app/assets/javascripts/channels/.keep b/app/assets/javascripts/channels/.keep
new file mode 100644
index 0000000..e69de29
diff --git a/app/assets/stylesheets/animals.css b/app/assets/stylesheets/animals.css
new file mode 100644
index 0000000..8b13789
--- /dev/null
+++ b/app/assets/stylesheets/animals.css
@@ -0,0 +1 @@
+
diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css
new file mode 100644
index 0000000..d75e61d
--- /dev/null
+++ b/app/assets/stylesheets/application.css
@@ -0,0 +1,82 @@
+/*
+ * 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 other CSS/SCSS
+ * files in this directory. Styles in this file should be added after the last require_* statement.
+ * It is generally better to create a new file per style scope.
+ *
+ *= require_tree .
+ *= require_self
+ */
+ @import url('https://fonts.googleapis.com/css?family=Rock+Salt');
+
+* {
+ margin: 0;
+}
+
+h1 {
+ font-family: 'Rock Salt', cursive;
+ color: OrangeRed;
+ font-size: 5em;
+ text-shadow: 2px 2px black;
+}
+
+.content {
+ margin: 0 auto;
+ width: 100vw;
+}
+
+.content h1, ul, p {
+ text-align: center;
+}
+
+.show h1, h2, p {
+ text-align: center;
+}
+
+ul {
+ font-family: helvetica;
+ list-style: none;
+ font-size: 2em;
+}
+
+h2 {
+ font-family: helvetica;
+ color: DarkSlateGray;
+}
+
+a {
+ font-family: helvetica;
+ color: DarkSlateGray;
+ text-decoration: none;
+}
+
+a:hover {
+ background-color: #fff;
+}
+
+.background {
+ position: fixed;
+ background-image: url("http://www.hotel-r.net/im/hotel/tr/tropical-garden-19.jpg");
+ background-size: cover;
+ background-repeat: no-repeat;
+ opacity: 0.5;
+ height: 100vh;
+ width: 100vw;
+ z-index: -1;
+ }
+
+.new {
+ text-align: center;
+ font-family: helvetica;
+}
+
+#new_animal {
+ transform: translateY(100px);
+ color: DarkSlateGray;
+}
diff --git a/app/channels/application_cable/channel.rb b/app/channels/application_cable/channel.rb
new file mode 100644
index 0000000..d672697
--- /dev/null
+++ b/app/channels/application_cable/channel.rb
@@ -0,0 +1,4 @@
+module ApplicationCable
+ class Channel < ActionCable::Channel::Base
+ end
+end
diff --git a/app/channels/application_cable/connection.rb b/app/channels/application_cable/connection.rb
new file mode 100644
index 0000000..0ff5442
--- /dev/null
+++ b/app/channels/application_cable/connection.rb
@@ -0,0 +1,4 @@
+module ApplicationCable
+ class Connection < ActionCable::Connection::Base
+ end
+end
diff --git a/app/controllers/animals_controller.rb b/app/controllers/animals_controller.rb
new file mode 100644
index 0000000..d2eafa6
--- /dev/null
+++ b/app/controllers/animals_controller.rb
@@ -0,0 +1,31 @@
+class AnimalsController < ApplicationController
+
+ def index
+ @animals = Animal.all
+ end
+
+ def show
+ id = params[:id].to_i
+ @animal = Animal.find(id)
+ end
+
+ def new
+ @animal = Animal.new
+ end
+
+ def create
+ puts ">>>> AMV: In AnimalsController#create"
+
+ animal_data = animal_params
+ puts animal_data.to_hash
+ Animal.create(animal_data)
+
+ redirect_to animals_path
+ end
+
+ private
+ def animal_params
+ return params.require(:animal).permit(:name, :species, :age)
+ end
+
+end
diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb
new file mode 100644
index 0000000..1c07694
--- /dev/null
+++ b/app/controllers/application_controller.rb
@@ -0,0 +1,3 @@
+class ApplicationController < ActionController::Base
+ protect_from_forgery with: :exception
+end
diff --git a/app/controllers/concerns/.keep b/app/controllers/concerns/.keep
new file mode 100644
index 0000000..e69de29
diff --git a/app/helpers/animals_helper.rb b/app/helpers/animals_helper.rb
new file mode 100644
index 0000000..84e6721
--- /dev/null
+++ b/app/helpers/animals_helper.rb
@@ -0,0 +1,2 @@
+module AnimalsHelper
+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/jobs/application_job.rb b/app/jobs/application_job.rb
new file mode 100644
index 0000000..a009ace
--- /dev/null
+++ b/app/jobs/application_job.rb
@@ -0,0 +1,2 @@
+class ApplicationJob < ActiveJob::Base
+end
diff --git a/app/mailers/application_mailer.rb b/app/mailers/application_mailer.rb
new file mode 100644
index 0000000..286b223
--- /dev/null
+++ b/app/mailers/application_mailer.rb
@@ -0,0 +1,4 @@
+class ApplicationMailer < ActionMailer::Base
+ default from: 'from@example.com'
+ layout 'mailer'
+end
diff --git a/app/models/animal.rb b/app/models/animal.rb
new file mode 100644
index 0000000..f4ff4d9
--- /dev/null
+++ b/app/models/animal.rb
@@ -0,0 +1,2 @@
+class Animal < ApplicationRecord
+end
diff --git a/app/models/application_record.rb b/app/models/application_record.rb
new file mode 100644
index 0000000..10a4cba
--- /dev/null
+++ b/app/models/application_record.rb
@@ -0,0 +1,3 @@
+class ApplicationRecord < ActiveRecord::Base
+ self.abstract_class = true
+end
diff --git a/app/models/concerns/.keep b/app/models/concerns/.keep
new file mode 100644
index 0000000..e69de29
diff --git a/app/views/animals/index.html.erb b/app/views/animals/index.html.erb
new file mode 100644
index 0000000..21729a3
--- /dev/null
+++ b/app/views/animals/index.html.erb
@@ -0,0 +1,11 @@
+
+ RailsZoo
+
+ <% @animals.each do |animal| %>
+ -
+ <%= link_to animal.name, animal_path(animal.id) %>
+
+ <% end %>
+
+ <%= link_to "Add a new animal", new_animal_path %>
+
diff --git a/app/views/animals/new.html.erb b/app/views/animals/new.html.erb
new file mode 100644
index 0000000..e846688
--- /dev/null
+++ b/app/views/animals/new.html.erb
@@ -0,0 +1,17 @@
+
+ New Animal
+<%= form_for @animal do |f| %>
+ <%= f.label :name %>
+ <%= f.text_field :name %>
+
+ <%= f.label :species %>
+ <%= f.text_field :species %>
+
+ <%= f.label :age %>
+ <%= f.text_field :age %>
+
+ <%= f.submit value: "Add new animal" %>
+
+ <%= link_to "Cancel", animals_path %>
+<% end %>
+
diff --git a/app/views/animals/show.html.erb b/app/views/animals/show.html.erb
new file mode 100644
index 0000000..f3c689f
--- /dev/null
+++ b/app/views/animals/show.html.erb
@@ -0,0 +1,6 @@
+
+ <%= @animal[:name] %>
+ Species: <%= @animal[:species] %>
+ Age: <%= @animal[:age] %>
+ <%= link_to "Back to RailsZoo animal list", animals_path %>
+
diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb
new file mode 100644
index 0000000..5eaddca
--- /dev/null
+++ b/app/views/layouts/application.html.erb
@@ -0,0 +1,15 @@
+
+
+
+ RailsZoo
+ <%= csrf_meta_tags %>
+
+ <%= stylesheet_link_tag 'application', media: 'all', 'data-turbolinks-track': 'reload' %>
+ <%= javascript_include_tag 'application', 'data-turbolinks-track': 'reload' %>
+
+
+
+
+ <%= yield %>
+
+
diff --git a/app/views/layouts/mailer.html.erb b/app/views/layouts/mailer.html.erb
new file mode 100644
index 0000000..cbd34d2
--- /dev/null
+++ b/app/views/layouts/mailer.html.erb
@@ -0,0 +1,13 @@
+
+
+
+
+
+
+
+
+ <%= yield %>
+
+
diff --git a/app/views/layouts/mailer.text.erb b/app/views/layouts/mailer.text.erb
new file mode 100644
index 0000000..37f0bdd
--- /dev/null
+++ b/app/views/layouts/mailer.text.erb
@@ -0,0 +1 @@
+<%= yield %>
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..5badb2f
--- /dev/null
+++ b/bin/rails
@@ -0,0 +1,9 @@
+#!/usr/bin/env ruby
+begin
+ load File.expand_path('../spring', __FILE__)
+rescue LoadError => e
+ raise unless e.message.include?('spring')
+end
+APP_PATH = File.expand_path('../config/application', __dir__)
+require_relative '../config/boot'
+require 'rails/commands'
diff --git a/bin/rake b/bin/rake
new file mode 100755
index 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..e620b4d
--- /dev/null
+++ b/bin/setup
@@ -0,0 +1,34 @@
+#!/usr/bin/env ruby
+require 'pathname'
+require 'fileutils'
+include FileUtils
+
+# path to your application root.
+APP_ROOT = Pathname.new File.expand_path('../../', __FILE__)
+
+def system!(*args)
+ system(*args) || abort("\n== Command #{args} failed ==")
+end
+
+chdir APP_ROOT do
+ # This script is a starting point to setup your application.
+ # Add necessary setup steps to this file.
+
+ puts '== Installing dependencies =='
+ system! 'gem install bundler --conservative'
+ system('bundle check') || system!('bundle install')
+
+ # puts "\n== Copying sample files =="
+ # unless File.exist?('config/database.yml')
+ # cp 'config/database.yml.sample', 'config/database.yml'
+ # end
+
+ puts "\n== Preparing database =="
+ system! 'bin/rails db:setup'
+
+ puts "\n== Removing old logs and tempfiles =="
+ system! 'bin/rails log:clear tmp:clear'
+
+ puts "\n== Restarting application server =="
+ system! 'bin/rails restart'
+end
diff --git a/bin/spring b/bin/spring
new file mode 100755
index 0000000..fb2ec2e
--- /dev/null
+++ b/bin/spring
@@ -0,0 +1,17 @@
+#!/usr/bin/env ruby
+
+# This file loads spring without using Bundler, in order to be fast.
+# It gets overwritten when you run the `spring binstub` command.
+
+unless defined?(Spring)
+ require 'rubygems'
+ require 'bundler'
+
+ lockfile = Bundler::LockfileParser.new(Bundler.default_lockfile.read)
+ spring = lockfile.specs.detect { |spec| spec.name == "spring" }
+ if spring
+ Gem.use_paths Gem.dir, Bundler.bundle_path.to_s, *Gem.path
+ gem 'spring', spring.version
+ require 'spring/binstub'
+ end
+end
diff --git a/bin/update b/bin/update
new file mode 100755
index 0000000..a8e4462
--- /dev/null
+++ b/bin/update
@@ -0,0 +1,29 @@
+#!/usr/bin/env ruby
+require 'pathname'
+require 'fileutils'
+include FileUtils
+
+# path to your application root.
+APP_ROOT = Pathname.new File.expand_path('../../', __FILE__)
+
+def system!(*args)
+ system(*args) || abort("\n== Command #{args} failed ==")
+end
+
+chdir APP_ROOT do
+ # This script is a way to update your development environment automatically.
+ # Add necessary update steps to this file.
+
+ puts '== Installing dependencies =='
+ system! 'gem install bundler --conservative'
+ system('bundle check') || system!('bundle install')
+
+ puts "\n== Updating database =="
+ system! 'bin/rails db:migrate'
+
+ puts "\n== Removing old logs and tempfiles =="
+ system! 'bin/rails log:clear tmp:clear'
+
+ puts "\n== Restarting application server =="
+ system! 'bin/rails restart'
+end
diff --git a/config.ru b/config.ru
new file mode 100644
index 0000000..f7ba0b5
--- /dev/null
+++ b/config.ru
@@ -0,0 +1,5 @@
+# This file is used by Rack-based servers to start the application.
+
+require_relative 'config/environment'
+
+run Rails.application
diff --git a/config/application.rb b/config/application.rb
new file mode 100644
index 0000000..43e5fb6
--- /dev/null
+++ b/config/application.rb
@@ -0,0 +1,15 @@
+require_relative 'boot'
+
+require 'rails/all'
+
+# Require the gems listed in Gemfile, including any gems
+# you've limited to :test, :development, or :production.
+Bundler.require(*Rails.groups)
+
+module RailsZoo
+ 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.
+ end
+end
diff --git a/config/boot.rb b/config/boot.rb
new file mode 100644
index 0000000..30f5120
--- /dev/null
+++ b/config/boot.rb
@@ -0,0 +1,3 @@
+ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../Gemfile', __dir__)
+
+require 'bundler/setup' # Set up gems listed in the Gemfile.
diff --git a/config/cable.yml b/config/cable.yml
new file mode 100644
index 0000000..0bbde6f
--- /dev/null
+++ b/config/cable.yml
@@ -0,0 +1,9 @@
+development:
+ adapter: async
+
+test:
+ adapter: async
+
+production:
+ adapter: redis
+ url: redis://localhost:6379/1
diff --git a/config/database.yml b/config/database.yml
new file mode 100644
index 0000000..1c1a37c
--- /dev/null
+++ b/config/database.yml
@@ -0,0 +1,25 @@
+# SQLite version 3.x
+# gem install sqlite3
+#
+# Ensure the SQLite 3 gem is defined in your Gemfile
+# gem 'sqlite3'
+#
+default: &default
+ adapter: sqlite3
+ pool: 5
+ timeout: 5000
+
+development:
+ <<: *default
+ database: db/development.sqlite3
+
+# Warning: The database defined as "test" will be erased and
+# re-generated from your development database when you run "rake".
+# Do not set this db to the same as development or production.
+test:
+ <<: *default
+ database: db/test.sqlite3
+
+production:
+ <<: *default
+ database: db/production.sqlite3
diff --git a/config/environment.rb b/config/environment.rb
new file mode 100644
index 0000000..426333b
--- /dev/null
+++ b/config/environment.rb
@@ -0,0 +1,5 @@
+# Load the Rails application.
+require_relative 'application'
+
+# Initialize the Rails application.
+Rails.application.initialize!
diff --git a/config/environments/development.rb b/config/environments/development.rb
new file mode 100644
index 0000000..6f71970
--- /dev/null
+++ b/config/environments/development.rb
@@ -0,0 +1,54 @@
+Rails.application.configure do
+ # Settings specified here will take precedence over those in config/application.rb.
+
+ # In the development environment your application's code is reloaded on
+ # every request. This slows down response time but is perfect for development
+ # since you don't have to restart the web server when you make code changes.
+ config.cache_classes = false
+
+ # Do not eager load code on boot.
+ config.eager_load = false
+
+ # Show full error reports.
+ config.consider_all_requests_local = true
+
+ # Enable/disable caching. By default caching is disabled.
+ if Rails.root.join('tmp/caching-dev.txt').exist?
+ config.action_controller.perform_caching = true
+
+ config.cache_store = :memory_store
+ config.public_file_server.headers = {
+ 'Cache-Control' => 'public, max-age=172800'
+ }
+ else
+ config.action_controller.perform_caching = false
+
+ config.cache_store = :null_store
+ end
+
+ # Don't care if the mailer can't send.
+ config.action_mailer.raise_delivery_errors = false
+
+ config.action_mailer.perform_caching = false
+
+ # Print deprecation notices to the Rails logger.
+ config.active_support.deprecation = :log
+
+ # Raise an error on page load if there are pending migrations.
+ config.active_record.migration_error = :page_load
+
+ # Debug mode disables concatenation and preprocessing of assets.
+ # This option may cause significant delays in view rendering with a large
+ # number of complex assets.
+ config.assets.debug = true
+
+ # Suppress logger output for asset requests.
+ config.assets.quiet = true
+
+ # Raises error for missing translations
+ # config.action_view.raise_on_missing_translations = true
+
+ # Use an evented file watcher to asynchronously detect changes in source code,
+ # routes, locales, etc. This feature depends on the listen gem.
+ config.file_watcher = ActiveSupport::EventedFileUpdateChecker
+end
diff --git a/config/environments/production.rb b/config/environments/production.rb
new file mode 100644
index 0000000..a1ba7ef
--- /dev/null
+++ b/config/environments/production.rb
@@ -0,0 +1,86 @@
+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
+
+ # Disable serving static files from the `/public` folder by default since
+ # Apache or NGINX already handles this.
+ config.public_file_server.enabled = ENV['RAILS_SERVE_STATIC_FILES'].present?
+
+ # Compress JavaScripts and CSS.
+ config.assets.js_compressor = :uglifier
+ # config.assets.css_compressor = :sass
+
+ # Do not fallback to assets pipeline if a precompiled asset is missed.
+ config.assets.compile = false
+
+ # `config.assets.precompile` and `config.assets.version` have moved to config/initializers/assets.rb
+
+ # Enable serving of images, stylesheets, and JavaScripts from an asset server.
+ # config.action_controller.asset_host = 'http://assets.example.com'
+
+ # Specifies the header that your server uses for sending files.
+ # config.action_dispatch.x_sendfile_header = 'X-Sendfile' # for Apache
+ # config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for NGINX
+
+ # Mount Action Cable outside main process or domain
+ # config.action_cable.mount_path = nil
+ # config.action_cable.url = 'wss://example.com/cable'
+ # config.action_cable.allowed_request_origins = [ 'http://example.com', /http:\/\/example.*/ ]
+
+ # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies.
+ # config.force_ssl = true
+
+ # Use the lowest log level to ensure availability of diagnostic information
+ # when problems arise.
+ config.log_level = :debug
+
+ # Prepend all log lines with the following tags.
+ config.log_tags = [ :request_id ]
+
+ # Use a different cache store in production.
+ # config.cache_store = :mem_cache_store
+
+ # Use a real queuing backend for Active Job (and separate queues per environment)
+ # config.active_job.queue_adapter = :resque
+ # config.active_job.queue_name_prefix = "rails-zoo_#{Rails.env}"
+ config.action_mailer.perform_caching = false
+
+ # Ignore bad email addresses and do not raise email delivery errors.
+ # Set this to true and configure the email server for immediate delivery to raise delivery errors.
+ # config.action_mailer.raise_delivery_errors = false
+
+ # Enable locale fallbacks for I18n (makes lookups for any locale fall back to
+ # the I18n.default_locale when a translation cannot be found).
+ config.i18n.fallbacks = true
+
+ # Send deprecation notices to registered listeners.
+ config.active_support.deprecation = :notify
+
+ # Use default logging formatter so that PID and timestamp are not suppressed.
+ config.log_formatter = ::Logger::Formatter.new
+
+ # Use a different logger for distributed setups.
+ # require 'syslog/logger'
+ # config.logger = ActiveSupport::TaggedLogging.new(Syslog::Logger.new 'app-name')
+
+ if ENV["RAILS_LOG_TO_STDOUT"].present?
+ logger = ActiveSupport::Logger.new(STDOUT)
+ logger.formatter = config.log_formatter
+ config.logger = ActiveSupport::TaggedLogging.new(logger)
+ end
+
+ # Do not dump schema after migrations.
+ config.active_record.dump_schema_after_migration = false
+end
diff --git a/config/environments/test.rb b/config/environments/test.rb
new file mode 100644
index 0000000..30587ef
--- /dev/null
+++ b/config/environments/test.rb
@@ -0,0 +1,42 @@
+Rails.application.configure do
+ # Settings specified here will take precedence over those in config/application.rb.
+
+ # The test environment is used exclusively to run your application's
+ # test suite. You never need to work with it otherwise. Remember that
+ # your test database is "scratch space" for the test suite and is wiped
+ # and recreated between test runs. Don't rely on the data there!
+ config.cache_classes = true
+
+ # Do not eager load code on boot. This avoids loading your whole application
+ # just for the purpose of running a single test. If you are using a tool that
+ # preloads Rails for running tests, you may have to set it to true.
+ config.eager_load = false
+
+ # Configure public file server for tests with Cache-Control for performance.
+ config.public_file_server.enabled = true
+ config.public_file_server.headers = {
+ 'Cache-Control' => 'public, max-age=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
+ config.action_mailer.perform_caching = false
+
+ # Tell Action Mailer not to deliver emails to the real world.
+ # The :test delivery method accumulates sent emails in the
+ # ActionMailer::Base.deliveries array.
+ config.action_mailer.delivery_method = :test
+
+ # Print deprecation notices to the stderr.
+ config.active_support.deprecation = :stderr
+
+ # Raises error for missing translations
+ # config.action_view.raise_on_missing_translations = true
+end
diff --git a/config/initializers/application_controller_renderer.rb b/config/initializers/application_controller_renderer.rb
new file mode 100644
index 0000000..51639b6
--- /dev/null
+++ b/config/initializers/application_controller_renderer.rb
@@ -0,0 +1,6 @@
+# Be sure to restart your server when you modify this file.
+
+# ApplicationController.renderer.defaults.merge!(
+# http_host: 'example.org',
+# https: false
+# )
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..5a6a32d
--- /dev/null
+++ b/config/initializers/cookies_serializer.rb
@@ -0,0 +1,5 @@
+# Be sure to restart your server when you modify this file.
+
+# Specify a serializer for the signed and encrypted cookie jars.
+# Valid options are :json, :marshal, and :hybrid.
+Rails.application.config.action_dispatch.cookies_serializer = :json
diff --git a/config/initializers/filter_parameter_logging.rb b/config/initializers/filter_parameter_logging.rb
new file mode 100644
index 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/new_framework_defaults.rb b/config/initializers/new_framework_defaults.rb
new file mode 100644
index 0000000..671abb6
--- /dev/null
+++ b/config/initializers/new_framework_defaults.rb
@@ -0,0 +1,24 @@
+# Be sure to restart your server when you modify this file.
+#
+# This file contains migration options to ease your Rails 5.0 upgrade.
+#
+# Read the Guide for Upgrading Ruby on Rails for more info on each option.
+
+# Enable per-form CSRF tokens. Previous versions had false.
+Rails.application.config.action_controller.per_form_csrf_tokens = true
+
+# Enable origin-checking CSRF mitigation. Previous versions had false.
+Rails.application.config.action_controller.forgery_protection_origin_check = true
+
+# Make Ruby 2.4 preserve the timezone of the receiver when calling `to_time`.
+# Previous versions had false.
+ActiveSupport.to_time_preserves_timezone = true
+
+# Require `belongs_to` associations by default. Previous versions had false.
+Rails.application.config.active_record.belongs_to_required_by_default = true
+
+# Do not halt callback chains when a callback returns false. Previous versions had true.
+ActiveSupport.halt_callback_chains_on_return_false = false
+
+# Configure SSL options to enable HSTS with subdomains. Previous versions had false.
+Rails.application.config.ssl_options = { hsts: { subdomains: true } }
diff --git a/config/initializers/session_store.rb b/config/initializers/session_store.rb
new file mode 100644
index 0000000..684837f
--- /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-zoo_session'
diff --git a/config/initializers/wrap_parameters.rb b/config/initializers/wrap_parameters.rb
new file mode 100644
index 0000000..bbfc396
--- /dev/null
+++ b/config/initializers/wrap_parameters.rb
@@ -0,0 +1,14 @@
+# Be sure to restart your server when you modify this file.
+
+# This file contains settings for ActionController::ParamsWrapper which
+# is enabled by default.
+
+# Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array.
+ActiveSupport.on_load(:action_controller) do
+ wrap_parameters format: [:json]
+end
+
+# To enable root element in JSON for ActiveRecord objects.
+# ActiveSupport.on_load(:active_record) do
+# self.include_root_in_json = true
+# end
diff --git a/config/locales/en.yml b/config/locales/en.yml
new file mode 100644
index 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/puma.rb b/config/puma.rb
new file mode 100644
index 0000000..c7f311f
--- /dev/null
+++ b/config/puma.rb
@@ -0,0 +1,47 @@
+# Puma can serve each request in a thread from an internal thread pool.
+# The `threads` method setting takes two numbers a minimum and maximum.
+# Any libraries that use thread pools should be configured to match
+# the maximum value specified for Puma. Default is set to 5 threads for minimum
+# and maximum, this matches the default thread size of Active Record.
+#
+threads_count = ENV.fetch("RAILS_MAX_THREADS") { 5 }.to_i
+threads threads_count, threads_count
+
+# Specifies the `port` that Puma will listen on to receive requests, default is 3000.
+#
+port ENV.fetch("PORT") { 3000 }
+
+# Specifies the `environment` that Puma will run in.
+#
+environment ENV.fetch("RAILS_ENV") { "development" }
+
+# Specifies the number of `workers` to boot in clustered mode.
+# Workers are forked webserver processes. If using threads and workers together
+# the concurrency of the application would be max `threads` * `workers`.
+# Workers do not work on JRuby or Windows (both of which do not support
+# processes).
+#
+# workers ENV.fetch("WEB_CONCURRENCY") { 2 }
+
+# Use the `preload_app!` method when specifying a `workers` number.
+# This directive tells Puma to first boot the application and load code
+# before forking the application. This takes advantage of Copy On Write
+# process behavior so workers use less memory. If you use this option
+# you need to make sure to reconnect any threads in the `on_worker_boot`
+# block.
+#
+# preload_app!
+
+# The code in the `on_worker_boot` will be called if you are using
+# clustered mode by specifying a number of `workers`. After each worker
+# process is booted this block will be run, if you are using `preload_app!`
+# option you will want to use this block to reconnect to any threads
+# or connections that may have been created at application boot, Ruby
+# cannot share connections between processes.
+#
+# on_worker_boot do
+# ActiveRecord::Base.establish_connection if defined?(ActiveRecord)
+# end
+
+# Allow puma to be restarted by `rails restart` command.
+plugin :tmp_restart
diff --git a/config/routes.rb b/config/routes.rb
new file mode 100644
index 0000000..e32a00b
--- /dev/null
+++ b/config/routes.rb
@@ -0,0 +1,10 @@
+Rails.application.routes.draw do
+ # For details on the DSL available within this file, see http://guides.rubyonrails.org/routing.html
+
+ get "/animals", to: "animals#index"
+
+ get "animals/new", to: "animals#new", as: "new_animal"
+ post "animals", to: "animals#create"
+
+ get "/animals/:id", to: "animals#show", as: "animal"
+end
diff --git a/config/secrets.yml b/config/secrets.yml
new file mode 100644
index 0000000..2555eed
--- /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 `rails secret` to generate a secure secret key.
+
+# Make sure the secrets in this file are kept private
+# if you're sharing your code publicly.
+
+development:
+ secret_key_base: 40d85f65c7936f56f46d20889ce6258e207c98e8a1946a8d0b93ba5aae6323d2cd246aab60574e355ffebf2139eb7130633b67b0a18245d45368c26a47dd9c8e
+
+test:
+ secret_key_base: 9bf6bc7918ce113cbd82a3d3e1dae1eec407aaa8682b50b39e134ee700a8613894f17b96f30cead21738ce3ffa510fd534e857a6f70887ecb8a743cb49a521c3
+
+# 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/config/spring.rb b/config/spring.rb
new file mode 100644
index 0000000..c9119b4
--- /dev/null
+++ b/config/spring.rb
@@ -0,0 +1,6 @@
+%w(
+ .ruby-version
+ .rbenv-vars
+ tmp/restart.txt
+ tmp/caching-dev.txt
+).each { |path| Spring.watch(path) }
diff --git a/db/development.sqlite3 b/db/development.sqlite3
new file mode 100644
index 0000000..854d934
Binary files /dev/null and b/db/development.sqlite3 differ
diff --git a/db/migrate/20170401031452_create_animals.rb b/db/migrate/20170401031452_create_animals.rb
new file mode 100644
index 0000000..b458905
--- /dev/null
+++ b/db/migrate/20170401031452_create_animals.rb
@@ -0,0 +1,11 @@
+class CreateAnimals < ActiveRecord::Migration[5.0]
+ def change
+ create_table :animals do |t|
+ t.string :name
+ t.string :species
+ t.integer :age
+
+ t.timestamps
+ end
+ end
+end
diff --git a/db/schema.rb b/db/schema.rb
new file mode 100644
index 0000000..960e34f
--- /dev/null
+++ b/db/schema.rb
@@ -0,0 +1,23 @@
+# 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: 20170401031452) do
+
+ create_table "animals", force: :cascade do |t|
+ t.string "name"
+ t.string "species"
+ t.integer "age"
+ 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..1beea2a
--- /dev/null
+++ b/db/seeds.rb
@@ -0,0 +1,7 @@
+# This file should contain all the record creation needed to seed the database with its default values.
+# The data can then be loaded with the rails db:seed command (or created alongside the database with db:setup).
+#
+# Examples:
+#
+# movies = Movie.create([{ name: 'Star Wars' }, { name: 'Lord of the Rings' }])
+# Character.create(name: 'Luke', movie: movies.first)
diff --git a/lib/assets/.keep b/lib/assets/.keep
new file mode 100644
index 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..21fec4a
--- /dev/null
+++ b/log/development.log
@@ -0,0 +1,1692 @@
+ [1m[35m (2.0ms)[0m [1m[35mCREATE TABLE "schema_migrations" ("version" varchar NOT NULL PRIMARY KEY)[0m
+ [1m[35m (1.4ms)[0m [1m[35mCREATE TABLE "ar_internal_metadata" ("key" varchar NOT NULL PRIMARY KEY, "value" varchar, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
+ [1m[36mActiveRecord::SchemaMigration Load (0.2ms)[0m [1m[34mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+Migrating to CreateAnimals (20170401031452)
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35m (0.7ms)[0m [1m[35mCREATE TABLE "animals" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar, "species" varchar, "age" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)[0m
+ [1m[35mSQL (0.2ms)[0m [1m[32mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20170401031452"]]
+ [1m[35m (1.1ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mActiveRecord::InternalMetadata Load (0.3ms)[0m [1m[34mSELECT "ar_internal_metadata".* FROM "ar_internal_metadata" WHERE "ar_internal_metadata"."key" = ? LIMIT ?[0m [["key", :environment], ["LIMIT", 1]]
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.5ms)[0m [1m[32mINSERT INTO "ar_internal_metadata" ("key", "value", "created_at", "updated_at") VALUES (?, ?, ?, ?)[0m [["key", "environment"], ["value", "development"], ["created_at", 2017-04-01 03:16:19 UTC], ["updated_at", 2017-04-01 03:16:19 UTC]]
+ [1m[35m (1.0ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mActiveRecord::SchemaMigration Load (0.3ms)[0m [1m[34mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+ [1m[35m (0.5ms)[0m [1m[34mSELECT "schema_migrations"."version" FROM "schema_migrations"[0m
+ [1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (2.0ms)[0m [1m[32mINSERT INTO "animals" ("name", "species", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Howard"], ["species", "Alligator"], ["age", 12], ["created_at", 2017-04-01 03:21:30 UTC], ["updated_at", 2017-04-01 03:21:30 UTC]]
+ [1m[35m (1.2ms)[0m [1m[36mcommit transaction[0m
+ [1m[36mAnimal Load (0.4ms)[0m [1m[34mSELECT "animals".* FROM "animals"[0m
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.6ms)[0m [1m[32mINSERT INTO "animals" ("name", "species", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Rachel"], ["species", "Giraffe"], ["age", 6], ["created_at", 2017-04-01 03:22:19 UTC], ["updated_at", 2017-04-01 03:22:19 UTC]]
+ [1m[35m (2.5ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.8ms)[0m [1m[34mSELECT COUNT(*) FROM "animals"[0m
+ [1m[35m (0.3ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.6ms)[0m [1m[32mINSERT INTO "animals" ("name", "species", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Finnegan"], ["species", "Goat"], ["age", 4], ["created_at", 2017-04-01 03:23:33 UTC], ["updated_at", 2017-04-01 03:23:33 UTC]]
+ [1m[35m (5.7ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.6ms)[0m [1m[32mINSERT INTO "animals" ("name", "species", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Helene"], ["species", "Zebra"], ["age", 12], ["created_at", 2017-04-01 03:24:25 UTC], ["updated_at", 2017-04-01 03:24:25 UTC]]
+ [1m[35m (2.2ms)[0m [1m[36mcommit transaction[0m
+ [1m[35m (0.5ms)[0m [1m[34mSELECT COUNT(*) FROM "animals"[0m
+Started GET "/animals" for ::1 at 2017-03-31 20:28:24 -0700
+ [1m[36mActiveRecord::SchemaMigration Load (0.7ms)[0m [1m[34mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+
+AbstractController::ActionNotFound (The action 'index' could not be found for AnimalsController):
+
+actionpack (5.0.2) lib/abstract_controller/base.rb:121:in `process'
+actionview (5.0.2) lib/action_view/rendering.rb:30:in `process'
+actionpack (5.0.2) lib/action_controller/metal.rb:190:in `dispatch'
+actionpack (5.0.2) lib/action_controller/metal.rb:262:in `dispatch'
+actionpack (5.0.2) lib/action_dispatch/routing/route_set.rb:50:in `dispatch'
+actionpack (5.0.2) lib/action_dispatch/routing/route_set.rb:32:in `serve'
+actionpack (5.0.2) lib/action_dispatch/journey/router.rb:39:in `block in serve'
+actionpack (5.0.2) lib/action_dispatch/journey/router.rb:26:in `each'
+actionpack (5.0.2) lib/action_dispatch/journey/router.rb:26:in `serve'
+actionpack (5.0.2) lib/action_dispatch/routing/route_set.rb:725:in `call'
+rack (2.0.1) lib/rack/etag.rb:25:in `call'
+rack (2.0.1) lib/rack/conditional_get.rb:25:in `call'
+rack (2.0.1) lib/rack/head.rb:12:in `call'
+rack (2.0.1) lib/rack/session/abstract/id.rb:222:in `context'
+rack (2.0.1) lib/rack/session/abstract/id.rb:216:in `call'
+actionpack (5.0.2) lib/action_dispatch/middleware/cookies.rb:613:in `call'
+activerecord (5.0.2) lib/active_record/migration.rb:553:in `call'
+actionpack (5.0.2) lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'
+activesupport (5.0.2) lib/active_support/callbacks.rb:97:in `__run_callbacks__'
+activesupport (5.0.2) lib/active_support/callbacks.rb:750:in `_run_call_callbacks'
+activesupport (5.0.2) lib/active_support/callbacks.rb:90:in `run_callbacks'
+actionpack (5.0.2) lib/action_dispatch/middleware/callbacks.rb:36:in `call'
+actionpack (5.0.2) lib/action_dispatch/middleware/executor.rb:12:in `call'
+actionpack (5.0.2) lib/action_dispatch/middleware/remote_ip.rb:79:in `call'
+actionpack (5.0.2) lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'
+web-console (3.5.0) lib/web_console/middleware.rb:135:in `call_app'
+web-console (3.5.0) lib/web_console/middleware.rb:28:in `block in call'
+web-console (3.5.0) lib/web_console/middleware.rb:18:in `catch'
+web-console (3.5.0) lib/web_console/middleware.rb:18:in `call'
+actionpack (5.0.2) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'
+railties (5.0.2) lib/rails/rack/logger.rb:36:in `call_app'
+railties (5.0.2) lib/rails/rack/logger.rb:24:in `block in call'
+activesupport (5.0.2) lib/active_support/tagged_logging.rb:69:in `block in tagged'
+activesupport (5.0.2) lib/active_support/tagged_logging.rb:26:in `tagged'
+activesupport (5.0.2) lib/active_support/tagged_logging.rb:69:in `tagged'
+railties (5.0.2) lib/rails/rack/logger.rb:24:in `call'
+sprockets-rails (3.2.0) lib/sprockets/rails/quiet_assets.rb:13:in `call'
+actionpack (5.0.2) lib/action_dispatch/middleware/request_id.rb:24:in `call'
+rack (2.0.1) lib/rack/method_override.rb:22:in `call'
+rack (2.0.1) lib/rack/runtime.rb:22:in `call'
+activesupport (5.0.2) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+actionpack (5.0.2) lib/action_dispatch/middleware/executor.rb:12:in `call'
+actionpack (5.0.2) lib/action_dispatch/middleware/static.rb:136:in `call'
+rack (2.0.1) lib/rack/sendfile.rb:111:in `call'
+railties (5.0.2) lib/rails/engine.rb:522:in `call'
+puma (3.8.2) lib/puma/configuration.rb:224:in `call'
+puma (3.8.2) lib/puma/server.rb:600:in `handle_request'
+puma (3.8.2) lib/puma/server.rb:435:in `process_client'
+puma (3.8.2) lib/puma/server.rb:299:in `block in run'
+puma (3.8.2) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
+ Rendering /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/unknown_action.html.erb within rescues/layout
+ Rendered /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/unknown_action.html.erb within rescues/layout (8.2ms)
+Started GET "/animals" for ::1 at 2017-03-31 20:30:01 -0700
+Processing by AnimalsController#index as HTML
+Completed 406 Not Acceptable in 105ms (ActiveRecord: 0.0ms)
+
+
+
+ActionController::UnknownFormat (AnimalsController#index is missing a template for this request format and variant.
+
+request.formats: ["text/html"]
+request.variant: []
+
+NOTE! For XHR/Ajax or API requests, this action would normally respond with 204 No Content: an empty white screen. Since you're loading it in a web browser, we assume that you expected to actually render a template, not nothing, so we're showing an error to be extra-clear. If you expect 204 No Content, carry on. That's what you'll get from an XHR or API request. Give it a shot.):
+
+actionpack (5.0.2) lib/action_controller/metal/implicit_render.rb:56:in `default_render'
+actionpack (5.0.2) lib/action_controller/metal/basic_implicit_render.rb:4:in `block in send_action'
+actionpack (5.0.2) lib/action_controller/metal/basic_implicit_render.rb:4:in `tap'
+actionpack (5.0.2) lib/action_controller/metal/basic_implicit_render.rb:4:in `send_action'
+actionpack (5.0.2) lib/abstract_controller/base.rb:188:in `process_action'
+actionpack (5.0.2) lib/action_controller/metal/rendering.rb:30:in `process_action'
+actionpack (5.0.2) lib/abstract_controller/callbacks.rb:20:in `block in process_action'
+activesupport (5.0.2) lib/active_support/callbacks.rb:126:in `call'
+activesupport (5.0.2) lib/active_support/callbacks.rb:506:in `block (2 levels) in compile'
+activesupport (5.0.2) lib/active_support/callbacks.rb:455:in `call'
+activesupport (5.0.2) lib/active_support/callbacks.rb:101:in `__run_callbacks__'
+activesupport (5.0.2) lib/active_support/callbacks.rb:750:in `_run_process_action_callbacks'
+activesupport (5.0.2) lib/active_support/callbacks.rb:90:in `run_callbacks'
+actionpack (5.0.2) lib/abstract_controller/callbacks.rb:19:in `process_action'
+actionpack (5.0.2) lib/action_controller/metal/rescue.rb:20:in `process_action'
+actionpack (5.0.2) lib/action_controller/metal/instrumentation.rb:32:in `block in process_action'
+activesupport (5.0.2) lib/active_support/notifications.rb:164:in `block in instrument'
+activesupport (5.0.2) lib/active_support/notifications/instrumenter.rb:21:in `instrument'
+activesupport (5.0.2) lib/active_support/notifications.rb:164:in `instrument'
+actionpack (5.0.2) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
+actionpack (5.0.2) lib/action_controller/metal/params_wrapper.rb:248:in `process_action'
+activerecord (5.0.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
+actionpack (5.0.2) lib/abstract_controller/base.rb:126:in `process'
+actionview (5.0.2) lib/action_view/rendering.rb:30:in `process'
+actionpack (5.0.2) lib/action_controller/metal.rb:190:in `dispatch'
+actionpack (5.0.2) lib/action_controller/metal.rb:262:in `dispatch'
+actionpack (5.0.2) lib/action_dispatch/routing/route_set.rb:50:in `dispatch'
+actionpack (5.0.2) lib/action_dispatch/routing/route_set.rb:32:in `serve'
+actionpack (5.0.2) lib/action_dispatch/journey/router.rb:39:in `block in serve'
+actionpack (5.0.2) lib/action_dispatch/journey/router.rb:26:in `each'
+actionpack (5.0.2) lib/action_dispatch/journey/router.rb:26:in `serve'
+actionpack (5.0.2) lib/action_dispatch/routing/route_set.rb:725:in `call'
+rack (2.0.1) lib/rack/etag.rb:25:in `call'
+rack (2.0.1) lib/rack/conditional_get.rb:25:in `call'
+rack (2.0.1) lib/rack/head.rb:12:in `call'
+rack (2.0.1) lib/rack/session/abstract/id.rb:222:in `context'
+rack (2.0.1) lib/rack/session/abstract/id.rb:216:in `call'
+actionpack (5.0.2) lib/action_dispatch/middleware/cookies.rb:613:in `call'
+activerecord (5.0.2) lib/active_record/migration.rb:553:in `call'
+actionpack (5.0.2) lib/action_dispatch/middleware/callbacks.rb:38:in `block in call'
+activesupport (5.0.2) lib/active_support/callbacks.rb:97:in `__run_callbacks__'
+activesupport (5.0.2) lib/active_support/callbacks.rb:750:in `_run_call_callbacks'
+activesupport (5.0.2) lib/active_support/callbacks.rb:90:in `run_callbacks'
+actionpack (5.0.2) lib/action_dispatch/middleware/callbacks.rb:36:in `call'
+actionpack (5.0.2) lib/action_dispatch/middleware/executor.rb:12:in `call'
+actionpack (5.0.2) lib/action_dispatch/middleware/remote_ip.rb:79:in `call'
+actionpack (5.0.2) lib/action_dispatch/middleware/debug_exceptions.rb:49:in `call'
+web-console (3.5.0) lib/web_console/middleware.rb:135:in `call_app'
+web-console (3.5.0) lib/web_console/middleware.rb:28:in `block in call'
+web-console (3.5.0) lib/web_console/middleware.rb:18:in `catch'
+web-console (3.5.0) lib/web_console/middleware.rb:18:in `call'
+actionpack (5.0.2) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'
+railties (5.0.2) lib/rails/rack/logger.rb:36:in `call_app'
+railties (5.0.2) lib/rails/rack/logger.rb:24:in `block in call'
+activesupport (5.0.2) lib/active_support/tagged_logging.rb:69:in `block in tagged'
+activesupport (5.0.2) lib/active_support/tagged_logging.rb:26:in `tagged'
+activesupport (5.0.2) lib/active_support/tagged_logging.rb:69:in `tagged'
+railties (5.0.2) lib/rails/rack/logger.rb:24:in `call'
+sprockets-rails (3.2.0) lib/sprockets/rails/quiet_assets.rb:13:in `call'
+actionpack (5.0.2) lib/action_dispatch/middleware/request_id.rb:24:in `call'
+rack (2.0.1) lib/rack/method_override.rb:22:in `call'
+rack (2.0.1) lib/rack/runtime.rb:22:in `call'
+activesupport (5.0.2) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+actionpack (5.0.2) lib/action_dispatch/middleware/executor.rb:12:in `call'
+actionpack (5.0.2) lib/action_dispatch/middleware/static.rb:136:in `call'
+rack (2.0.1) lib/rack/sendfile.rb:111:in `call'
+railties (5.0.2) lib/rails/engine.rb:522:in `call'
+puma (3.8.2) lib/puma/configuration.rb:224:in `call'
+puma (3.8.2) lib/puma/server.rb:600:in `handle_request'
+puma (3.8.2) lib/puma/server.rb:435:in `process_client'
+puma (3.8.2) lib/puma/server.rb:299:in `block in run'
+puma (3.8.2) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
+ Rendering /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout
+ Rendering /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_source.html.erb
+ Rendered /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_source.html.erb (16.4ms)
+ Rendering /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb
+ Rendered /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.8ms)
+ Rendering /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb
+ Rendered /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.7ms)
+ Rendered /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (137.9ms)
+Started GET "/animals" for ::1 at 2017-03-31 20:33:13 -0700
+Processing by AnimalsController#index as HTML
+ Rendering animals/index.html.erb within layouts/application
+ Rendered animals/index.html.erb within layouts/application (0.4ms)
+Completed 200 OK in 1446ms (Views: 1441.9ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/animals" for ::1 at 2017-03-31 20:40:45 -0700
+Processing by AnimalsController#index as HTML
+ Rendering animals/index.html.erb within layouts/application
+ Rendered animals/index.html.erb within layouts/application (7.6ms)
+Completed 500 Internal Server Error in 32ms (ActiveRecord: 0.0ms)
+
+
+
+SyntaxError (/Users/valliere/ada/week_seven/rails-zoo/app/views/animals/index.html.erb:5: syntax error, unexpected ')', expecting '='
+mal[:species], animal[:name] );@output_buffer.safe_append='
+ ^
+/Users/valliere/ada/week_seven/rails-zoo/app/views/animals/index.html.erb:7: syntax error, unexpected keyword_end, expecting ')'
+'.freeze; end
+ ^
+/Users/valliere/ada/week_seven/rails-zoo/app/views/animals/index.html.erb:10: syntax error, unexpected keyword_ensure, expecting ')'
+ ensure
+ ^
+/Users/valliere/ada/week_seven/rails-zoo/app/views/animals/index.html.erb:12: syntax error, unexpected keyword_end, expecting ')'
+ end
+ ^):
+
+app/views/animals/index.html.erb:5: syntax error, unexpected ')', expecting '='
+app/views/animals/index.html.erb:7: syntax error, unexpected keyword_end, expecting ')'
+app/views/animals/index.html.erb:10: syntax error, unexpected keyword_ensure, expecting ')'
+app/views/animals/index.html.erb:12: syntax error, unexpected keyword_end, expecting ')'
+ Rendering /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout
+ Rendering /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_source.html.erb
+ Rendered /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_source.html.erb (9.3ms)
+ Rendering /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb
+ Rendered /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.5ms)
+ Rendering /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb
+ Rendered /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.1ms)
+ Rendered /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (107.6ms)
+Started GET "/animals" for ::1 at 2017-03-31 20:41:08 -0700
+Processing by AnimalsController#index as HTML
+ Rendering animals/index.html.erb within layouts/application
+ Rendered animals/index.html.erb within layouts/application (1.1ms)
+Completed 500 Internal Server Error in 10ms (ActiveRecord: 0.0ms)
+
+
+
+SyntaxError (/Users/valliere/ada/week_seven/rails-zoo/app/views/animals/index.html.erb:5: syntax error, unexpected tIDENTIFIER, expecting ')'
+.append=( animal[:name] animal[:species] animal[:name] );@ou
+ ^
+/Users/valliere/ada/week_seven/rails-zoo/app/views/animals/index.html.erb:5: syntax error, unexpected tIDENTIFIER, expecting ')'
+:name] animal[:species] animal[:name] );@output_buffer.safe_
+ ^):
+
+app/views/animals/index.html.erb:5: syntax error, unexpected tIDENTIFIER, expecting ')'
+app/views/animals/index.html.erb:5: syntax error, unexpected tIDENTIFIER, expecting ')'
+ Rendering /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout
+ Rendering /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_source.html.erb
+ Rendered /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_source.html.erb (8.1ms)
+ Rendering /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb
+ Rendered /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.4ms)
+ Rendering /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb
+ Rendered /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms)
+ Rendered /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (106.4ms)
+Started GET "/animals" for ::1 at 2017-03-31 20:42:05 -0700
+Processing by AnimalsController#index as HTML
+ Rendering animals/index.html.erb within layouts/application
+ [1m[36mAnimal Load (1.0ms)[0m [1m[34mSELECT "animals".* FROM "animals"[0m
+ Rendered animals/index.html.erb within layouts/application (10.9ms)
+Completed 200 OK in 47ms (Views: 43.1ms | ActiveRecord: 1.6ms)
+
+
+Started GET "/animals" for ::1 at 2017-03-31 20:42:55 -0700
+Processing by AnimalsController#index as HTML
+ Rendering animals/index.html.erb within layouts/application
+ [1m[36mAnimal Load (0.2ms)[0m [1m[34mSELECT "animals".* FROM "animals"[0m
+ Rendered animals/index.html.erb within layouts/application (1.7ms)
+Completed 200 OK in 37ms (Views: 34.4ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/animals" for ::1 at 2017-03-31 20:43:08 -0700
+Processing by AnimalsController#index as HTML
+ Rendering animals/index.html.erb within layouts/application
+ [1m[36mAnimal Load (0.2ms)[0m [1m[34mSELECT "animals".* FROM "animals"[0m
+ Rendered animals/index.html.erb within layouts/application (1.7ms)
+Completed 200 OK in 33ms (Views: 30.5ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/animals" for ::1 at 2017-04-01 23:06:27 -0700
+
+SyntaxError (/Users/valliere/ada/week_seven/rails-zoo/config/routes.rb:6: syntax error, unexpected tIDENTIFIER, expecting keyword_end
+ls/:id", to: "animals#show" as: "animal"
+ ^):
+
+config/routes.rb:6: syntax error, unexpected tIDENTIFIER, expecting keyword_end
+ Rendering /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout
+ Rendering /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_source.html.erb
+ Rendered /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_source.html.erb (45.5ms)
+ Rendering /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb
+ Rendered /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.4ms)
+ Rendering /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb
+ Rendered /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms)
+ Rendered /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (166.7ms)
+Started GET "/animals" for ::1 at 2017-04-01 23:06:42 -0700
+Processing by AnimalsController#index as HTML
+ Rendering animals/index.html.erb within layouts/application
+ [1m[36mAnimal Load (1.4ms)[0m [1m[34mSELECT "animals".* FROM "animals"[0m
+ Rendered animals/index.html.erb within layouts/application (13.1ms)
+Completed 200 OK in 76ms (Views: 56.5ms | ActiveRecord: 2.1ms)
+
+
+Started GET "/animals/1" for ::1 at 2017-04-01 23:06:47 -0700
+Processing by AnimalsController#show as HTML
+ Parameters: {"id"=>"1"}
+ Rendering animals/show.html.erb within layouts/application
+ Rendered animals/show.html.erb within layouts/application (11.5ms)
+Completed 500 Internal Server Error in 20ms (ActiveRecord: 0.0ms)
+
+
+
+ActionView::Template::Error (undefined method `[]' for nil:NilClass):
+ 1: <%= @animal[:name] %>
+ 2: Species: <%= @animal[:species] %>
+ 3: Age: <%= @aniaml[:age] %>
+
+app/views/animals/show.html.erb:1:in `_app_views_animals_show_html_erb__1038994646227625187_70240370003840'
+ Rendering /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout
+ Rendering /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_source.html.erb
+ Rendered /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_source.html.erb (7.2ms)
+ Rendering /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb
+ Rendered /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.2ms)
+ Rendering /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb
+ Rendered /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms)
+ Rendered /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (108.4ms)
+Started GET "/animals/1" for ::1 at 2017-04-01 23:08:42 -0700
+Processing by AnimalsController#show as HTML
+ Parameters: {"id"=>"1"}
+ Rendering animals/show.html.erb within layouts/application
+ Rendered animals/show.html.erb within layouts/application (22.9ms)
+Completed 500 Internal Server Error in 49ms (ActiveRecord: 0.0ms)
+
+
+
+ActionView::Template::Error (undefined method `[]' for nil:NilClass):
+ 1:
+ 2: <%= @animal[:name] %>
+ 3: Species: <%= @animal[:species] %>
+ 4: Age: <%= @aniaml[:age] %>
+ 5:
+
+app/views/animals/show.html.erb:2:in `_app_views_animals_show_html_erb__1038994646227625187_70240373539600'
+ Rendering /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout
+ Rendering /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_source.html.erb
+ Rendered /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_source.html.erb (8.2ms)
+ Rendering /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb
+ Rendered /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (7.8ms)
+ Rendering /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb
+ Rendered /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (5.0ms)
+ Rendered /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (111.3ms)
+Started GET "/animals/a" for ::1 at 2017-04-01 23:09:00 -0700
+Processing by AnimalsController#show as HTML
+ Parameters: {"id"=>"a"}
+ Rendering animals/show.html.erb within layouts/application
+ Rendered animals/show.html.erb within layouts/application (7.5ms)
+Completed 500 Internal Server Error in 15ms (ActiveRecord: 0.0ms)
+
+
+
+ActionView::Template::Error (undefined method `[]' for nil:NilClass):
+ 1:
+ 2: <%= @animal[:name] %>
+ 3: Species: <%= @animal[:species] %>
+ 4: Age: <%= @aniaml[:age] %>
+ 5:
+
+app/views/animals/show.html.erb:2:in `_app_views_animals_show_html_erb__1038994646227625187_70240329920340'
+ Rendering /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout
+ Rendering /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_source.html.erb
+ Rendered /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_source.html.erb (13.9ms)
+ Rendering /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb
+ Rendered /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.7ms)
+ Rendering /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb
+ Rendered /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.5ms)
+ Rendered /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (114.0ms)
+Started GET "/animals/1" for ::1 at 2017-04-01 23:10:28 -0700
+Processing by AnimalsController#show as HTML
+ Parameters: {"id"=>"1"}
+ [1m[36mAnimal Load (1.6ms)[0m [1m[34mSELECT "animals".* FROM "animals" WHERE "animals"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ Rendering animals/show.html.erb within layouts/application
+ Rendered animals/show.html.erb within layouts/application (3.9ms)
+Completed 500 Internal Server Error in 57ms (ActiveRecord: 2.5ms)
+
+
+
+ActionView::Template::Error (undefined method `[]' for nil:NilClass):
+ 1:
+ 2: <%= @animal[:name] %>
+ 3: Species: <%= @animal[:species] %>
+ 4: Age: <%= @aniaml[:age] %>
+ 5:
+
+app/views/animals/show.html.erb:4:in `_app_views_animals_show_html_erb__1038994646227625187_70240374936980'
+ Rendering /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout
+ Rendering /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_source.html.erb
+ Rendered /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_source.html.erb (7.3ms)
+ Rendering /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb
+ Rendered /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.2ms)
+ Rendering /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb
+ Rendered /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms)
+ Rendered /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (108.2ms)
+Started GET "/animals/a" for ::1 at 2017-04-01 23:12:04 -0700
+Processing by AnimalsController#show as HTML
+ Parameters: {"id"=>"a"}
+ [1m[36mAnimal Load (0.2ms)[0m [1m[34mSELECT "animals".* FROM "animals" WHERE "animals"."id" = ? LIMIT ?[0m [["id", 0], ["LIMIT", 1]]
+Completed 404 Not Found in 2ms (ActiveRecord: 0.2ms)
+
+
+
+ActiveRecord::RecordNotFound (Couldn't find Animal with 'id'=0):
+
+app/controllers/animals_controller.rb:9:in `show'
+ Rendering /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout
+ Rendering /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_source.html.erb
+ Rendered /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_source.html.erb (8.2ms)
+ Rendering /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb
+ Rendered /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.5ms)
+ Rendering /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb
+ Rendered /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.1ms)
+ Rendered /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (99.1ms)
+Started GET "/animals/0" for ::1 at 2017-04-01 23:12:12 -0700
+Processing by AnimalsController#show as HTML
+ Parameters: {"id"=>"0"}
+ [1m[36mAnimal Load (0.2ms)[0m [1m[34mSELECT "animals".* FROM "animals" WHERE "animals"."id" = ? LIMIT ?[0m [["id", 0], ["LIMIT", 1]]
+Completed 404 Not Found in 2ms (ActiveRecord: 0.2ms)
+
+
+
+ActiveRecord::RecordNotFound (Couldn't find Animal with 'id'=0):
+
+app/controllers/animals_controller.rb:9:in `show'
+ Rendering /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout
+ Rendering /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_source.html.erb
+ Rendered /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_source.html.erb (7.4ms)
+ Rendering /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb
+ Rendered /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (5.3ms)
+ Rendering /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb
+ Rendered /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms)
+ Rendered /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (117.2ms)
+Started GET "/animals/1" for ::1 at 2017-04-01 23:12:16 -0700
+Processing by AnimalsController#show as HTML
+ Parameters: {"id"=>"1"}
+ [1m[36mAnimal Load (0.2ms)[0m [1m[34mSELECT "animals".* FROM "animals" WHERE "animals"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ Rendering animals/show.html.erb within layouts/application
+ Rendered animals/show.html.erb within layouts/application (4.7ms)
+Completed 500 Internal Server Error in 18ms (ActiveRecord: 0.2ms)
+
+
+
+ActionView::Template::Error (undefined method `[]' for nil:NilClass):
+ 1:
+ 2: <%= @animal[:name] %>
+ 3: Species: <%= @animal[:species] %>
+ 4: Age: <%= @aniaml[:age] %>
+ 5:
+
+app/views/animals/show.html.erb:4:in `_app_views_animals_show_html_erb__1038994646227625187_70240374872340'
+ Rendering /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout
+ Rendering /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_source.html.erb
+ Rendered /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_source.html.erb (8.3ms)
+ Rendering /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb
+ Rendered /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.6ms)
+ Rendering /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb
+ Rendered /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms)
+ Rendered /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb within rescues/layout (111.4ms)
+ [1m[35m (0.7ms)[0m [1m[34mSELECT COUNT(*) FROM "animals"[0m
+Started GET "/animals/1" for ::1 at 2017-04-01 23:17:51 -0700
+Processing by AnimalsController#show as HTML
+ Parameters: {"id"=>"1"}
+ [1m[36mAnimal Load (0.8ms)[0m [1m[34mSELECT "animals".* FROM "animals" WHERE "animals"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ Rendering animals/show.html.erb within layouts/application
+ Rendered animals/show.html.erb within layouts/application (5.3ms)
+Completed 200 OK in 100ms (Views: 82.9ms | ActiveRecord: 0.8ms)
+
+
+Started GET "/animals/" for ::1 at 2017-04-01 23:22:37 -0700
+Processing by AnimalsController#index as HTML
+ Rendering animals/index.html.erb within layouts/application
+ [1m[36mAnimal Load (0.8ms)[0m [1m[34mSELECT "animals".* FROM "animals"[0m
+ Rendered animals/index.html.erb within layouts/application (21.6ms)
+Completed 200 OK in 128ms (Views: 122.9ms | ActiveRecord: 0.8ms)
+
+
+Started GET "/animals/1" for ::1 at 2017-04-01 23:22:39 -0700
+Processing by AnimalsController#show as HTML
+ Parameters: {"id"=>"1"}
+ [1m[36mAnimal Load (0.2ms)[0m [1m[34mSELECT "animals".* FROM "animals" WHERE "animals"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ Rendering animals/show.html.erb within layouts/application
+ Rendered animals/show.html.erb within layouts/application (1.4ms)
+Completed 200 OK in 65ms (Views: 58.9ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/animals/2" for ::1 at 2017-04-01 23:22:42 -0700
+Processing by AnimalsController#show as HTML
+ Parameters: {"id"=>"2"}
+ [1m[36mAnimal Load (0.7ms)[0m [1m[34mSELECT "animals".* FROM "animals" WHERE "animals"."id" = ? LIMIT ?[0m [["id", 2], ["LIMIT", 1]]
+ Rendering animals/show.html.erb within layouts/application
+ Rendered animals/show.html.erb within layouts/application (1.3ms)
+Completed 200 OK in 50ms (Views: 44.4ms | ActiveRecord: 0.7ms)
+
+
+Started GET "/animals/3" for ::1 at 2017-04-01 23:24:54 -0700
+Processing by AnimalsController#show as HTML
+ Parameters: {"id"=>"3"}
+ [1m[36mAnimal Load (1.5ms)[0m [1m[34mSELECT "animals".* FROM "animals" WHERE "animals"."id" = ? LIMIT ?[0m [["id", 3], ["LIMIT", 1]]
+ Rendering animals/show.html.erb within layouts/application
+ Rendered animals/show.html.erb within layouts/application (5.6ms)
+Completed 200 OK in 101ms (Views: 74.4ms | ActiveRecord: 1.5ms)
+
+
+Started GET "/animals" for ::1 at 2017-04-01 23:24:57 -0700
+Processing by AnimalsController#index as HTML
+ Rendering animals/index.html.erb within layouts/application
+ [1m[36mAnimal Load (2.0ms)[0m [1m[34mSELECT "animals".* FROM "animals"[0m
+ Rendered animals/index.html.erb within layouts/application (6.6ms)
+Completed 200 OK in 62ms (Views: 55.1ms | ActiveRecord: 2.0ms)
+
+
+Started GET "/animals/new" for ::1 at 2017-04-02 21:54:48 -0700
+Processing by AnimalsController#show as HTML
+ Parameters: {"id"=>"new"}
+ [1m[36mAnimal Load (1.9ms)[0m [1m[34mSELECT "animals".* FROM "animals" WHERE "animals"."id" = ? LIMIT ?[0m [["id", 0], ["LIMIT", 1]]
+Completed 404 Not Found in 53ms (ActiveRecord: 1.9ms)
+
+
+
+ActiveRecord::RecordNotFound (Couldn't find Animal with 'id'=0):
+
+app/controllers/animals_controller.rb:9:in `show'
+ Rendering /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout
+ Rendering /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_source.html.erb
+ Rendered /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_source.html.erb (9.3ms)
+ Rendering /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb
+ Rendered /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.1ms)
+ Rendering /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb
+ Rendered /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.8ms)
+ Rendered /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (143.3ms)
+Started GET "/animals/new" for ::1 at 2017-04-02 21:59:34 -0700
+Processing by AnimalsController#show as HTML
+ Parameters: {"id"=>"new"}
+ [1m[36mAnimal Load (0.7ms)[0m [1m[34mSELECT "animals".* FROM "animals" WHERE "animals"."id" = ? LIMIT ?[0m [["id", 0], ["LIMIT", 1]]
+Completed 404 Not Found in 28ms (ActiveRecord: 3.4ms)
+
+
+
+ActiveRecord::RecordNotFound (Couldn't find Animal with 'id'=0):
+
+app/controllers/animals_controller.rb:9:in `show'
+ Rendering /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout
+ Rendering /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_source.html.erb
+ Rendered /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_source.html.erb (10.6ms)
+ Rendering /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb
+ Rendered /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.4ms)
+ Rendering /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb
+ Rendered /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms)
+ Rendered /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (114.7ms)
+Started GET "/new" for ::1 at 2017-04-02 22:00:43 -0700
+
+ActionController::RoutingError (No route matches [GET] "/new"):
+
+actionpack (5.0.2) lib/action_dispatch/middleware/debug_exceptions.rb:53:in `call'
+web-console (3.5.0) lib/web_console/middleware.rb:135:in `call_app'
+web-console (3.5.0) lib/web_console/middleware.rb:28:in `block in call'
+web-console (3.5.0) lib/web_console/middleware.rb:18:in `catch'
+web-console (3.5.0) lib/web_console/middleware.rb:18:in `call'
+actionpack (5.0.2) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'
+railties (5.0.2) lib/rails/rack/logger.rb:36:in `call_app'
+railties (5.0.2) lib/rails/rack/logger.rb:24:in `block in call'
+activesupport (5.0.2) lib/active_support/tagged_logging.rb:69:in `block in tagged'
+activesupport (5.0.2) lib/active_support/tagged_logging.rb:26:in `tagged'
+activesupport (5.0.2) lib/active_support/tagged_logging.rb:69:in `tagged'
+railties (5.0.2) lib/rails/rack/logger.rb:24:in `call'
+sprockets-rails (3.2.0) lib/sprockets/rails/quiet_assets.rb:13:in `call'
+actionpack (5.0.2) lib/action_dispatch/middleware/request_id.rb:24:in `call'
+rack (2.0.1) lib/rack/method_override.rb:22:in `call'
+rack (2.0.1) lib/rack/runtime.rb:22:in `call'
+activesupport (5.0.2) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+actionpack (5.0.2) lib/action_dispatch/middleware/executor.rb:12:in `call'
+actionpack (5.0.2) lib/action_dispatch/middleware/static.rb:136:in `call'
+rack (2.0.1) lib/rack/sendfile.rb:111:in `call'
+railties (5.0.2) lib/rails/engine.rb:522:in `call'
+puma (3.8.2) lib/puma/configuration.rb:224:in `call'
+puma (3.8.2) lib/puma/server.rb:600:in `handle_request'
+puma (3.8.2) lib/puma/server.rb:435:in `process_client'
+puma (3.8.2) lib/puma/server.rb:299:in `block in run'
+puma (3.8.2) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
+ Rendering /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout
+ Rendering /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb
+ Rendered /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (1.9ms)
+ Rendered collection of /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/routes/_route.html.erb [2 times] (46.7ms)
+ Rendered /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/routes/_table.html.erb (100.1ms)
+ Rendering /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb
+ Rendered /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (3.3ms)
+ Rendered /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (289.5ms)
+Started GET "/animals/new" for ::1 at 2017-04-02 22:00:52 -0700
+Processing by AnimalsController#show as HTML
+ Parameters: {"id"=>"new"}
+ [1m[36mAnimal Load (0.5ms)[0m [1m[34mSELECT "animals".* FROM "animals" WHERE "animals"."id" = ? LIMIT ?[0m [["id", 0], ["LIMIT", 1]]
+Completed 404 Not Found in 9ms (ActiveRecord: 0.5ms)
+
+
+
+ActiveRecord::RecordNotFound (Couldn't find Animal with 'id'=0):
+
+app/controllers/animals_controller.rb:9:in `show'
+ Rendering /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout
+ Rendering /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_source.html.erb
+ Rendered /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_source.html.erb (6.2ms)
+ Rendering /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb
+ Rendered /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.7ms)
+ Rendering /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb
+ Rendered /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (2.4ms)
+ Rendered /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (116.2ms)
+Started GET "/animals/new" for ::1 at 2017-04-02 22:03:23 -0700
+
+ArgumentError ('Animals' is not a supported controller name. This can lead to potential routing problems. See http://guides.rubyonrails.org/routing.html#specifying-a-controller-to-use):
+
+config/routes.rb:8:in `block in '
+config/routes.rb:1:in `'
+ Rendering /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout
+ Rendering /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_source.html.erb
+ Rendered /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_source.html.erb (7.9ms)
+ Rendering /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb
+ Rendered /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.1ms)
+ Rendering /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb
+ Rendered /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.3ms)
+ Rendered /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (109.9ms)
+Started GET "/animals/new" for ::1 at 2017-04-02 22:05:05 -0700
+Processing by AnimalsController#show as HTML
+ Parameters: {"id"=>"new"}
+ [1m[36mAnimal Load (0.7ms)[0m [1m[34mSELECT "animals".* FROM "animals" WHERE "animals"."id" = ? LIMIT ?[0m [["id", 0], ["LIMIT", 1]]
+Completed 404 Not Found in 15ms (ActiveRecord: 1.8ms)
+
+
+
+ActiveRecord::RecordNotFound (Couldn't find Animal with 'id'=0):
+
+app/controllers/animals_controller.rb:9:in `show'
+ Rendering /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout
+ Rendering /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_source.html.erb
+ Rendered /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_source.html.erb (6.8ms)
+ Rendering /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb
+ Rendered /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.8ms)
+ Rendering /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb
+ Rendered /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.6ms)
+ Rendered /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (110.1ms)
+Started GET "/animals/0" for ::1 at 2017-04-02 22:05:41 -0700
+Processing by AnimalsController#show as HTML
+ Parameters: {"id"=>"0"}
+ [1m[36mAnimal Load (0.1ms)[0m [1m[34mSELECT "animals".* FROM "animals" WHERE "animals"."id" = ? LIMIT ?[0m [["id", 0], ["LIMIT", 1]]
+Completed 404 Not Found in 2ms (ActiveRecord: 0.1ms)
+
+
+
+ActiveRecord::RecordNotFound (Couldn't find Animal with 'id'=0):
+
+app/controllers/animals_controller.rb:9:in `show'
+ Rendering /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout
+ Rendering /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_source.html.erb
+ Rendered /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_source.html.erb (16.4ms)
+ Rendering /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb
+ Rendered /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.7ms)
+ Rendering /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb
+ Rendered /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms)
+ Rendered /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (111.8ms)
+Started GET "/animals/1" for ::1 at 2017-04-02 22:05:51 -0700
+Processing by AnimalsController#show as HTML
+ Parameters: {"id"=>"1"}
+ [1m[36mAnimal Load (0.1ms)[0m [1m[34mSELECT "animals".* FROM "animals" WHERE "animals"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ Rendering animals/show.html.erb within layouts/application
+ Rendered animals/show.html.erb within layouts/application (1.2ms)
+Completed 200 OK in 53ms (Views: 40.9ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/animals/new" for ::1 at 2017-04-02 22:06:20 -0700
+ [1m[36mActiveRecord::SchemaMigration Load (0.7ms)[0m [1m[34mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+Processing by AnimalsController#show as HTML
+ Parameters: {"id"=>"new"}
+ [1m[36mAnimal Load (0.5ms)[0m [1m[34mSELECT "animals".* FROM "animals" WHERE "animals"."id" = ? LIMIT ?[0m [["id", 0], ["LIMIT", 1]]
+Completed 404 Not Found in 31ms (ActiveRecord: 1.3ms)
+
+
+
+ActiveRecord::RecordNotFound (Couldn't find Animal with 'id'=0):
+
+app/controllers/animals_controller.rb:9:in `show'
+ Rendering /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout
+ Rendering /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_source.html.erb
+ Rendered /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_source.html.erb (5.5ms)
+ Rendering /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb
+ Rendered /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.1ms)
+ Rendering /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb
+ Rendered /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.4ms)
+ Rendered /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (122.7ms)
+Started GET "/animals/new" for ::1 at 2017-04-02 22:07:57 -0700
+Processing by AnimalsController#new as HTML
+ Rendering animals/new.html.erb within layouts/application
+ Rendered animals/new.html.erb within layouts/application (62.2ms)
+Completed 200 OK in 424ms (Views: 394.3ms | ActiveRecord: 1.8ms)
+
+
+Started POST "/animals" for ::1 at 2017-04-02 22:10:45 -0700
+Processing by AnimalsController#create as HTML
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"dQyaG6GWeIyBcaY0NE5fJtDmwg681TpaBAWyXiW2D2VKmohGvdfmnwYQJioSMCDrsncIoGhlCtNke+ou967yaw==", "animal"=>{"name"=>"Wilbur", "species"=>"Donkey", "age"=>"3"}, "commit"=>"Add new animal"}
+DEPRECATION WARNING: Method to_hash is deprecated and will be removed in Rails 5.1, as `ActionController::Parameters` no longer inherits from hash. Using this deprecated behavior exposes potential security problems. If you continue to use this method you may be creating a security vulnerability in your app that can be exploited. Instead, consider using one of these documented methods which are not deprecated: http://api.rubyonrails.org/v5.0.2/classes/ActionController/Parameters.html (called from create at /Users/valliere/ada/week_seven/rails-zoo/app/controllers/animals_controller.rb:20)
+ [1m[35m (0.1ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (1.6ms)[0m [1m[32mINSERT INTO "animals" ("name", "species", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Wilbur"], ["species", "Donkey"], ["age", 3], ["created_at", 2017-04-03 05:10:45 UTC], ["updated_at", 2017-04-03 05:10:45 UTC]]
+ [1m[35m (1.0ms)[0m [1m[36mcommit transaction[0m
+Redirected to http://localhost:3000/animals
+Completed 302 Found in 20ms (ActiveRecord: 3.7ms)
+
+
+Started GET "/animals" for ::1 at 2017-04-02 22:10:45 -0700
+Processing by AnimalsController#index as HTML
+ Rendering animals/index.html.erb within layouts/application
+ [1m[36mAnimal Load (0.2ms)[0m [1m[34mSELECT "animals".* FROM "animals"[0m
+ Rendered animals/index.html.erb within layouts/application (2.4ms)
+Completed 200 OK in 42ms (Views: 38.0ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/animals/5" for ::1 at 2017-04-02 22:10:49 -0700
+Processing by AnimalsController#show as HTML
+ Parameters: {"id"=>"5"}
+ [1m[36mAnimal Load (0.3ms)[0m [1m[34mSELECT "animals".* FROM "animals" WHERE "animals"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ Rendering animals/show.html.erb within layouts/application
+ Rendered animals/show.html.erb within layouts/application (0.8ms)
+Completed 200 OK in 43ms (Views: 38.1ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/animals" for ::1 at 2017-04-02 22:11:03 -0700
+Processing by AnimalsController#index as HTML
+ Rendering animals/index.html.erb within layouts/application
+ [1m[36mAnimal Load (0.4ms)[0m [1m[34mSELECT "animals".* FROM "animals"[0m
+ Rendered animals/index.html.erb within layouts/application (3.1ms)
+Completed 200 OK in 46ms (Views: 41.3ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/animals" for ::1 at 2017-04-02 22:49:13 -0700
+Processing by AnimalsController#index as HTML
+ Rendering animals/index.html.erb within layouts/application
+ [1m[36mAnimal Load (12.5ms)[0m [1m[34mSELECT "animals".* FROM "animals"[0m
+ Rendered animals/index.html.erb within layouts/application (80.3ms)
+Completed 200 OK in 440ms (Views: 376.2ms | ActiveRecord: 12.5ms)
+
+
+Started GET "/animals" for ::1 at 2017-04-02 22:50:08 -0700
+Processing by AnimalsController#index as HTML
+ Rendering animals/index.html.erb within layouts/application
+ [1m[36mAnimal Load (1.0ms)[0m [1m[34mSELECT "animals".* FROM "animals"[0m
+ Rendered animals/index.html.erb within layouts/application (40.6ms)
+Completed 200 OK in 185ms (Views: 165.6ms | ActiveRecord: 1.0ms)
+
+
+Started GET "/animals" for ::1 at 2017-04-02 22:51:19 -0700
+Processing by AnimalsController#index as HTML
+ Rendering animals/index.html.erb within layouts/application
+ [1m[36mAnimal Load (0.3ms)[0m [1m[34mSELECT "animals".* FROM "animals"[0m
+ Rendered animals/index.html.erb within layouts/application (10.8ms)
+Completed 200 OK in 173ms (Views: 167.2ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/animals" for ::1 at 2017-04-02 22:51:23 -0700
+Processing by AnimalsController#index as HTML
+ Rendering animals/index.html.erb within layouts/application
+ [1m[36mAnimal Load (0.2ms)[0m [1m[34mSELECT "animals".* FROM "animals"[0m
+ Rendered animals/index.html.erb within layouts/application (2.1ms)
+Completed 200 OK in 45ms (Views: 42.1ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/animals" for ::1 at 2017-04-02 22:51:49 -0700
+Processing by AnimalsController#index as HTML
+ Rendering animals/index.html.erb within layouts/application
+ [1m[36mAnimal Load (0.3ms)[0m [1m[34mSELECT "animals".* FROM "animals"[0m
+ Rendered animals/index.html.erb within layouts/application (6.5ms)
+Completed 200 OK in 117ms (Views: 113.4ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/animals" for ::1 at 2017-04-02 22:53:01 -0700
+Processing by AnimalsController#index as HTML
+ Rendering animals/index.html.erb within layouts/application
+ [1m[36mAnimal Load (1.2ms)[0m [1m[34mSELECT "animals".* FROM "animals"[0m
+ Rendered animals/index.html.erb within layouts/application (21.4ms)
+Completed 200 OK in 395ms (Views: 373.9ms | ActiveRecord: 1.2ms)
+
+
+Started GET "/animals" for ::1 at 2017-04-02 22:53:45 -0700
+Processing by AnimalsController#index as HTML
+ Rendering animals/index.html.erb within layouts/application
+ [1m[36mAnimal Load (0.2ms)[0m [1m[34mSELECT "animals".* FROM "animals"[0m
+ Rendered animals/index.html.erb within layouts/application (15.8ms)
+Completed 200 OK in 89ms (Views: 85.3ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/animals" for ::1 at 2017-04-02 22:54:23 -0700
+Processing by AnimalsController#index as HTML
+ Rendering animals/index.html.erb within layouts/application
+ [1m[36mAnimal Load (0.2ms)[0m [1m[34mSELECT "animals".* FROM "animals"[0m
+ Rendered animals/index.html.erb within layouts/application (10.1ms)
+Completed 200 OK in 62ms (Views: 58.5ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/animals" for ::1 at 2017-04-02 22:54:33 -0700
+Processing by AnimalsController#index as HTML
+ Rendering animals/index.html.erb within layouts/application
+ [1m[36mAnimal Load (0.2ms)[0m [1m[34mSELECT "animals".* FROM "animals"[0m
+ Rendered animals/index.html.erb within layouts/application (2.1ms)
+Completed 200 OK in 64ms (Views: 60.4ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/animals" for ::1 at 2017-04-02 22:57:33 -0700
+Processing by AnimalsController#index as HTML
+ Rendering animals/index.html.erb within layouts/application
+ [1m[36mAnimal Load (1.1ms)[0m [1m[34mSELECT "animals".* FROM "animals"[0m
+ Rendered animals/index.html.erb within layouts/application (36.5ms)
+Completed 200 OK in 234ms (Views: 222.0ms | ActiveRecord: 1.1ms)
+
+
+Started GET "/animals" for ::1 at 2017-04-02 22:58:46 -0700
+Processing by AnimalsController#index as HTML
+ Rendering animals/index.html.erb within layouts/application
+ [1m[36mAnimal Load (1.4ms)[0m [1m[34mSELECT "animals".* FROM "animals"[0m
+ Rendered animals/index.html.erb within layouts/application (15.9ms)
+Completed 200 OK in 165ms (Views: 148.5ms | ActiveRecord: 1.4ms)
+
+
+Started GET "/animals" for ::1 at 2017-04-02 23:06:47 -0700
+Processing by AnimalsController#index as HTML
+ Rendering animals/index.html.erb within layouts/application
+ [1m[36mAnimal Load (1.0ms)[0m [1m[34mSELECT "animals".* FROM "animals"[0m
+ Rendered animals/index.html.erb within layouts/application (14.8ms)
+Completed 200 OK in 135ms (Views: 123.4ms | ActiveRecord: 1.0ms)
+
+
+Started GET "/animals" for ::1 at 2017-04-02 23:07:34 -0700
+Processing by AnimalsController#index as HTML
+ Rendering animals/index.html.erb within layouts/application
+ [1m[36mAnimal Load (1.2ms)[0m [1m[34mSELECT "animals".* FROM "animals"[0m
+ Rendered animals/index.html.erb within layouts/application (20.7ms)
+Completed 200 OK in 138ms (Views: 125.7ms | ActiveRecord: 1.2ms)
+
+
+Started GET "/animals" for ::1 at 2017-04-02 23:07:36 -0700
+Processing by AnimalsController#index as HTML
+ Rendering animals/index.html.erb within layouts/application
+ [1m[36mAnimal Load (0.2ms)[0m [1m[34mSELECT "animals".* FROM "animals"[0m
+ Rendered animals/index.html.erb within layouts/application (3.0ms)
+Completed 200 OK in 65ms (Views: 60.6ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/" for ::1 at 2017-04-02 23:07:39 -0700
+Processing by Rails::WelcomeController#index as HTML
+ Parameters: {"internal"=>true}
+ Rendering /Users/valliere/.rvm/gems/ruby-2.4.0/gems/railties-5.0.2/lib/rails/templates/rails/welcome/index.html.erb
+ Rendered /Users/valliere/.rvm/gems/ruby-2.4.0/gems/railties-5.0.2/lib/rails/templates/rails/welcome/index.html.erb (17.9ms)
+Completed 200 OK in 34ms (Views: 25.5ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/animals/" for ::1 at 2017-04-02 23:07:44 -0700
+Processing by AnimalsController#index as HTML
+ Rendering animals/index.html.erb within layouts/application
+ [1m[36mAnimal Load (0.4ms)[0m [1m[34mSELECT "animals".* FROM "animals"[0m
+ Rendered animals/index.html.erb within layouts/application (3.5ms)
+Completed 200 OK in 51ms (Views: 47.6ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/animals/" for ::1 at 2017-04-02 23:08:29 -0700
+Processing by AnimalsController#index as HTML
+ Rendering animals/index.html.erb within layouts/application
+ [1m[36mAnimal Load (3.2ms)[0m [1m[34mSELECT "animals".* FROM "animals"[0m
+ Rendered animals/index.html.erb within layouts/application (133.2ms)
+Completed 200 OK in 221ms (Views: 205.6ms | ActiveRecord: 3.2ms)
+
+
+Started GET "/animals/" for ::1 at 2017-04-02 23:09:09 -0700
+Processing by AnimalsController#index as HTML
+ Rendering animals/index.html.erb within layouts/application
+ [1m[36mAnimal Load (0.2ms)[0m [1m[34mSELECT "animals".* FROM "animals"[0m
+ Rendered animals/index.html.erb within layouts/application (22.5ms)
+Completed 200 OK in 84ms (Views: 80.3ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/animals/" for ::1 at 2017-04-02 23:09:45 -0700
+Processing by AnimalsController#index as HTML
+ Rendering animals/index.html.erb within layouts/application
+ [1m[36mAnimal Load (0.3ms)[0m [1m[34mSELECT "animals".* FROM "animals"[0m
+ Rendered animals/index.html.erb within layouts/application (9.2ms)
+Completed 200 OK in 82ms (Views: 70.8ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/animals/" for ::1 at 2017-04-02 23:12:00 -0700
+Processing by AnimalsController#index as HTML
+ Rendering animals/index.html.erb within layouts/application
+ [1m[36mAnimal Load (4.2ms)[0m [1m[34mSELECT "animals".* FROM "animals"[0m
+ Rendered animals/index.html.erb within layouts/application (25.4ms)
+Completed 200 OK in 131ms (Views: 115.6ms | ActiveRecord: 4.2ms)
+
+
+Started GET "/animals/" for ::1 at 2017-04-02 23:14:14 -0700
+Processing by AnimalsController#index as HTML
+ Rendering animals/index.html.erb within layouts/application
+ [1m[36mAnimal Load (1.0ms)[0m [1m[34mSELECT "animals".* FROM "animals"[0m
+ Rendered animals/index.html.erb within layouts/application (14.1ms)
+Completed 200 OK in 126ms (Views: 113.5ms | ActiveRecord: 1.0ms)
+
+
+Started GET "/animals/" for ::1 at 2017-04-02 23:14:18 -0700
+Processing by AnimalsController#index as HTML
+ Rendering animals/index.html.erb within layouts/application
+ [1m[36mAnimal Load (0.2ms)[0m [1m[34mSELECT "animals".* FROM "animals"[0m
+ Rendered animals/index.html.erb within layouts/application (2.4ms)
+Completed 200 OK in 47ms (Views: 43.7ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/animals/" for ::1 at 2017-04-02 23:14:32 -0700
+Processing by AnimalsController#index as HTML
+ Rendering animals/index.html.erb within layouts/application
+ [1m[36mAnimal Load (0.2ms)[0m [1m[34mSELECT "animals".* FROM "animals"[0m
+ Rendered animals/index.html.erb within layouts/application (8.3ms)
+Completed 200 OK in 65ms (Views: 61.6ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/animals/" for ::1 at 2017-04-02 23:16:09 -0700
+Processing by AnimalsController#index as HTML
+ Rendering animals/index.html.erb within layouts/application
+ [1m[36mAnimal Load (0.2ms)[0m [1m[34mSELECT "animals".* FROM "animals"[0m
+ Rendered animals/index.html.erb within layouts/application (7.2ms)
+Completed 200 OK in 66ms (Views: 63.3ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/animals/" for ::1 at 2017-04-02 23:16:48 -0700
+Processing by AnimalsController#index as HTML
+ Rendering animals/index.html.erb within layouts/application
+ [1m[36mAnimal Load (1.3ms)[0m [1m[34mSELECT "animals".* FROM "animals"[0m
+ Rendered animals/index.html.erb within layouts/application (18.3ms)
+Completed 200 OK in 111ms (Views: 98.6ms | ActiveRecord: 1.3ms)
+
+
+Started GET "/animals/" for ::1 at 2017-04-02 23:16:59 -0700
+Processing by AnimalsController#index as HTML
+ Rendering animals/index.html.erb within layouts/application
+ [1m[36mAnimal Load (0.3ms)[0m [1m[34mSELECT "animals".* FROM "animals"[0m
+ Rendered animals/index.html.erb within layouts/application (3.4ms)
+Completed 200 OK in 65ms (Views: 61.7ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/animals/" for ::1 at 2017-04-02 23:18:25 -0700
+Processing by AnimalsController#index as HTML
+ Rendering animals/index.html.erb within layouts/application
+ [1m[36mAnimal Load (0.3ms)[0m [1m[34mSELECT "animals".* FROM "animals"[0m
+ Rendered animals/index.html.erb within layouts/application (7.1ms)
+Completed 200 OK in 127ms (Views: 123.4ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/animals/1" for ::1 at 2017-04-02 23:19:58 -0700
+Processing by AnimalsController#show as HTML
+ Parameters: {"id"=>"1"}
+ [1m[36mAnimal Load (13.4ms)[0m [1m[34mSELECT "animals".* FROM "animals" WHERE "animals"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ Rendering animals/show.html.erb within layouts/application
+ Rendered animals/show.html.erb within layouts/application (5.1ms)
+Completed 200 OK in 152ms (Views: 101.0ms | ActiveRecord: 13.4ms)
+
+
+Started GET "/animals/1" for ::1 at 2017-04-02 23:19:59 -0700
+Processing by AnimalsController#show as HTML
+ Parameters: {"id"=>"1"}
+ [1m[36mAnimal Load (0.2ms)[0m [1m[34mSELECT "animals".* FROM "animals" WHERE "animals"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ Rendering animals/show.html.erb within layouts/application
+ Rendered animals/show.html.erb within layouts/application (1.1ms)
+Completed 200 OK in 46ms (Views: 41.1ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/animals/1" for ::1 at 2017-04-02 23:20:18 -0700
+Processing by AnimalsController#show as HTML
+ Parameters: {"id"=>"1"}
+ [1m[36mAnimal Load (0.3ms)[0m [1m[34mSELECT "animals".* FROM "animals" WHERE "animals"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ Rendering animals/show.html.erb within layouts/application
+ Rendered animals/show.html.erb within layouts/application (1.1ms)
+Completed 200 OK in 47ms (Views: 42.1ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/animals/1" for ::1 at 2017-04-02 23:21:29 -0700
+Processing by AnimalsController#show as HTML
+ Parameters: {"id"=>"1"}
+ [1m[36mAnimal Load (1.5ms)[0m [1m[34mSELECT "animals".* FROM "animals" WHERE "animals"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ Rendering animals/show.html.erb within layouts/application
+ Rendered animals/show.html.erb within layouts/application (3.5ms)
+Completed 200 OK in 82ms (Views: 65.4ms | ActiveRecord: 1.5ms)
+
+
+Started GET "/animals/1" for ::1 at 2017-04-02 23:22:18 -0700
+Processing by AnimalsController#show as HTML
+ Parameters: {"id"=>"1"}
+ [1m[36mAnimal Load (0.2ms)[0m [1m[34mSELECT "animals".* FROM "animals" WHERE "animals"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ Rendering animals/show.html.erb within layouts/application
+ Rendered animals/show.html.erb within layouts/application (7.2ms)
+Completed 200 OK in 59ms (Views: 55.1ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/animals" for ::1 at 2017-04-02 23:22:21 -0700
+Processing by AnimalsController#index as HTML
+ Rendering animals/index.html.erb within layouts/application
+ [1m[36mAnimal Load (0.6ms)[0m [1m[34mSELECT "animals".* FROM "animals"[0m
+ Rendered animals/index.html.erb within layouts/application (10.2ms)
+Completed 200 OK in 87ms (Views: 78.0ms | ActiveRecord: 0.6ms)
+
+
+Started GET "/animals" for ::1 at 2017-04-02 23:22:55 -0700
+Processing by AnimalsController#index as HTML
+ Rendering animals/index.html.erb within layouts/application
+ [1m[36mAnimal Load (0.8ms)[0m [1m[34mSELECT "animals".* FROM "animals"[0m
+ Rendered animals/index.html.erb within layouts/application (4.3ms)
+Completed 200 OK in 58ms (Views: 53.5ms | ActiveRecord: 0.8ms)
+
+
+Started GET "/animals" for ::1 at 2017-04-02 23:23:20 -0700
+Processing by AnimalsController#index as HTML
+ Rendering animals/index.html.erb within layouts/application
+ [1m[36mAnimal Load (0.2ms)[0m [1m[34mSELECT "animals".* FROM "animals"[0m
+ Rendered animals/index.html.erb within layouts/application (5.2ms)
+Completed 200 OK in 65ms (Views: 62.2ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/animals" for ::1 at 2017-04-02 23:23:27 -0700
+Processing by AnimalsController#index as HTML
+ Rendering animals/index.html.erb within layouts/application
+ [1m[36mAnimal Load (0.2ms)[0m [1m[34mSELECT "animals".* FROM "animals"[0m
+ Rendered animals/index.html.erb within layouts/application (3.3ms)
+Completed 200 OK in 96ms (Views: 92.5ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/animals/1" for ::1 at 2017-04-02 23:23:39 -0700
+Processing by AnimalsController#show as HTML
+ Parameters: {"id"=>"1"}
+ [1m[36mAnimal Load (3.2ms)[0m [1m[34mSELECT "animals".* FROM "animals" WHERE "animals"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ Rendering animals/show.html.erb within layouts/application
+ Rendered animals/show.html.erb within layouts/application (1.9ms)
+Completed 200 OK in 58ms (Views: 48.2ms | ActiveRecord: 3.2ms)
+
+
+Started GET "/animals" for ::1 at 2017-04-02 23:23:46 -0700
+Processing by AnimalsController#index as HTML
+ Rendering animals/index.html.erb within layouts/application
+ [1m[36mAnimal Load (0.5ms)[0m [1m[34mSELECT "animals".* FROM "animals"[0m
+ Rendered animals/index.html.erb within layouts/application (4.7ms)
+Completed 200 OK in 63ms (Views: 58.4ms | ActiveRecord: 0.5ms)
+
+
+Started GET "/animals/1" for ::1 at 2017-04-02 23:24:20 -0700
+Processing by AnimalsController#show as HTML
+ Parameters: {"id"=>"1"}
+ [1m[36mAnimal Load (0.3ms)[0m [1m[34mSELECT "animals".* FROM "animals" WHERE "animals"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ Rendering animals/show.html.erb within layouts/application
+ Rendered animals/show.html.erb within layouts/application (1.8ms)
+Completed 200 OK in 90ms (Views: 83.4ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/animals/1" for ::1 at 2017-04-02 23:24:20 -0700
+Processing by AnimalsController#show as HTML
+ Parameters: {"id"=>"1"}
+ [1m[36mAnimal Load (0.2ms)[0m [1m[34mSELECT "animals".* FROM "animals" WHERE "animals"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ Rendering animals/show.html.erb within layouts/application
+ Rendered animals/show.html.erb within layouts/application (0.9ms)
+Completed 200 OK in 40ms (Views: 36.2ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/animals" for ::1 at 2017-04-02 23:24:24 -0700
+Processing by AnimalsController#index as HTML
+ Rendering animals/index.html.erb within layouts/application
+ [1m[36mAnimal Load (0.2ms)[0m [1m[34mSELECT "animals".* FROM "animals"[0m
+ Rendered animals/index.html.erb within layouts/application (3.3ms)
+Completed 200 OK in 52ms (Views: 48.4ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/animals" for ::1 at 2017-04-02 23:24:41 -0700
+Processing by AnimalsController#index as HTML
+ Rendering animals/index.html.erb within layouts/application
+ [1m[36mAnimal Load (0.3ms)[0m [1m[34mSELECT "animals".* FROM "animals"[0m
+ Rendered animals/index.html.erb within layouts/application (3.4ms)
+Completed 200 OK in 56ms (Views: 52.2ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/animals/5" for ::1 at 2017-04-02 23:24:43 -0700
+Processing by AnimalsController#show as HTML
+ Parameters: {"id"=>"5"}
+ [1m[36mAnimal Load (0.4ms)[0m [1m[34mSELECT "animals".* FROM "animals" WHERE "animals"."id" = ? LIMIT ?[0m [["id", 5], ["LIMIT", 1]]
+ Rendering animals/show.html.erb within layouts/application
+ Rendered animals/show.html.erb within layouts/application (2.2ms)
+Completed 200 OK in 60ms (Views: 53.6ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/animals" for ::1 at 2017-04-02 23:24:45 -0700
+Processing by AnimalsController#index as HTML
+ Rendering animals/index.html.erb within layouts/application
+ [1m[36mAnimal Load (0.4ms)[0m [1m[34mSELECT "animals".* FROM "animals"[0m
+ Rendered animals/index.html.erb within layouts/application (7.2ms)
+Completed 200 OK in 76ms (Views: 70.7ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/animals/new" for ::1 at 2017-04-02 23:24:56 -0700
+Processing by AnimalsController#new as HTML
+ Rendering animals/new.html.erb within layouts/application
+ Rendered animals/new.html.erb within layouts/application (25.4ms)
+Completed 200 OK in 70ms (Views: 60.3ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/animals/" for ::1 at 2017-04-02 23:27:03 -0700
+Processing by AnimalsController#index as HTML
+ Rendering animals/index.html.erb within layouts/application
+ [1m[36mAnimal Load (1.6ms)[0m [1m[34mSELECT "animals".* FROM "animals"[0m
+ Rendered animals/index.html.erb within layouts/application (37.9ms)
+Completed 200 OK in 241ms (Views: 212.1ms | ActiveRecord: 1.6ms)
+
+
+Started GET "/animals/new" for ::1 at 2017-04-02 23:27:11 -0700
+Processing by AnimalsController#new as HTML
+ Rendering animals/new.html.erb within layouts/application
+ Rendered animals/new.html.erb within layouts/application (25.3ms)
+Completed 200 OK in 143ms (Views: 138.2ms | ActiveRecord: 0.0ms)
+
+
+Started POST "/animals" for ::1 at 2017-04-02 23:27:26 -0700
+Processing by AnimalsController#create as HTML
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"34v1Ow2nIogtf8wrUwWTkujeuR2qoaoebN4fwAGJPsBuC2q229MkGk/Cf7cgBZKmQKTzaOFM8z/KqXuCQoFHkA==", "animal"=>{"name"=>"Alex", "species"=>"Alligator", "age"=>"5"}, "commit"=>"Add new animal"}
+DEPRECATION WARNING: Method to_hash is deprecated and will be removed in Rails 5.1, as `ActionController::Parameters` no longer inherits from hash. Using this deprecated behavior exposes potential security problems. If you continue to use this method you may be creating a security vulnerability in your app that can be exploited. Instead, consider using one of these documented methods which are not deprecated: http://api.rubyonrails.org/v5.0.2/classes/ActionController/Parameters.html (called from create at /Users/valliere/ada/week_seven/rails-zoo/app/controllers/animals_controller.rb:20)
+ [1m[35m (3.9ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (0.8ms)[0m [1m[32mINSERT INTO "animals" ("name", "species", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Alex"], ["species", "Alligator"], ["age", 5], ["created_at", 2017-04-03 06:27:26 UTC], ["updated_at", 2017-04-03 06:27:26 UTC]]
+ [1m[35m (3.1ms)[0m [1m[36mcommit transaction[0m
+Redirected to http://localhost:3000/animals
+Completed 302 Found in 50ms (ActiveRecord: 7.8ms)
+
+
+Started GET "/animals" for ::1 at 2017-04-02 23:27:26 -0700
+Processing by AnimalsController#index as HTML
+ Rendering animals/index.html.erb within layouts/application
+ [1m[36mAnimal Load (0.2ms)[0m [1m[34mSELECT "animals".* FROM "animals"[0m
+ Rendered animals/index.html.erb within layouts/application (2.7ms)
+Completed 200 OK in 51ms (Views: 48.7ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/animals/new" for ::1 at 2017-04-02 23:28:24 -0700
+Processing by AnimalsController#new as HTML
+ Rendering animals/new.html.erb within layouts/application
+ Rendered animals/new.html.erb within layouts/application (9.1ms)
+Completed 200 OK in 55ms (Views: 51.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/animals" for ::1 at 2017-04-02 23:28:26 -0700
+Processing by AnimalsController#index as HTML
+ Rendering animals/index.html.erb within layouts/application
+ [1m[36mAnimal Load (0.4ms)[0m [1m[34mSELECT "animals".* FROM "animals"[0m
+ Rendered animals/index.html.erb within layouts/application (5.1ms)
+Completed 200 OK in 64ms (Views: 58.7ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/animals" for ::1 at 2017-04-02 23:28:50 -0700
+Processing by AnimalsController#index as HTML
+ Rendering animals/index.html.erb within layouts/application
+ [1m[36mAnimal Load (0.2ms)[0m [1m[34mSELECT "animals".* FROM "animals"[0m
+ Rendered animals/index.html.erb within layouts/application (2.2ms)
+Completed 200 OK in 44ms (Views: 40.7ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/animals" for ::1 at 2017-04-02 23:28:58 -0700
+Processing by AnimalsController#index as HTML
+ Rendering animals/index.html.erb within layouts/application
+ [1m[36mAnimal Load (0.2ms)[0m [1m[34mSELECT "animals".* FROM "animals"[0m
+ Rendered animals/index.html.erb within layouts/application (2.5ms)
+Completed 200 OK in 55ms (Views: 52.0ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/animals" for ::1 at 2017-04-02 23:29:13 -0700
+Processing by AnimalsController#index as HTML
+ Rendering animals/index.html.erb within layouts/application
+ [1m[36mAnimal Load (0.3ms)[0m [1m[34mSELECT "animals".* FROM "animals"[0m
+ Rendered animals/index.html.erb within layouts/application (2.5ms)
+Completed 200 OK in 45ms (Views: 41.3ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/animals" for ::1 at 2017-04-02 23:29:27 -0700
+Processing by AnimalsController#index as HTML
+ Rendering animals/index.html.erb within layouts/application
+ [1m[36mAnimal Load (0.3ms)[0m [1m[34mSELECT "animals".* FROM "animals"[0m
+ Rendered animals/index.html.erb within layouts/application (2.8ms)
+Completed 200 OK in 55ms (Views: 49.5ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/animals" for ::1 at 2017-04-02 23:29:47 -0700
+Processing by AnimalsController#index as HTML
+ Rendering animals/index.html.erb within layouts/application
+ [1m[36mAnimal Load (0.4ms)[0m [1m[34mSELECT "animals".* FROM "animals"[0m
+ Rendered animals/index.html.erb within layouts/application (13.9ms)
+Completed 200 OK in 54ms (Views: 51.6ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/animals" for ::1 at 2017-04-02 23:30:47 -0700
+Processing by AnimalsController#index as HTML
+ Rendering animals/index.html.erb within layouts/application
+ [1m[36mAnimal Load (1.1ms)[0m [1m[34mSELECT "animals".* FROM "animals"[0m
+ Rendered animals/index.html.erb within layouts/application (16.1ms)
+Completed 200 OK in 137ms (Views: 121.2ms | ActiveRecord: 1.1ms)
+
+
+Started GET "/animals" for ::1 at 2017-04-02 23:31:02 -0700
+Processing by AnimalsController#index as HTML
+ Rendering animals/index.html.erb within layouts/application
+ [1m[36mAnimal Load (0.5ms)[0m [1m[34mSELECT "animals".* FROM "animals"[0m
+ Rendered animals/index.html.erb within layouts/application (3.4ms)
+Completed 200 OK in 112ms (Views: 107.9ms | ActiveRecord: 0.5ms)
+
+
+Started GET "/animals/1" for ::1 at 2017-04-02 23:31:09 -0700
+Processing by AnimalsController#show as HTML
+ Parameters: {"id"=>"1"}
+ [1m[36mAnimal Load (0.4ms)[0m [1m[34mSELECT "animals".* FROM "animals" WHERE "animals"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ Rendering animals/show.html.erb within layouts/application
+ Rendered animals/show.html.erb within layouts/application (7.7ms)
+Completed 200 OK in 74ms (Views: 66.8ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/animals" for ::1 at 2017-04-02 23:31:21 -0700
+Processing by AnimalsController#index as HTML
+ Rendering animals/index.html.erb within layouts/application
+ [1m[36mAnimal Load (0.4ms)[0m [1m[34mSELECT "animals".* FROM "animals"[0m
+ Rendered animals/index.html.erb within layouts/application (7.4ms)
+Completed 200 OK in 76ms (Views: 70.9ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/animals" for ::1 at 2017-04-02 23:32:23 -0700
+Processing by AnimalsController#index as HTML
+ Rendering animals/index.html.erb within layouts/application
+ [1m[36mAnimal Load (0.6ms)[0m [1m[34mSELECT "animals".* FROM "animals"[0m
+ Rendered animals/index.html.erb within layouts/application (4.0ms)
+Completed 200 OK in 49ms (Views: 46.0ms | ActiveRecord: 0.6ms)
+
+
+Started GET "/animals/new" for ::1 at 2017-04-02 23:32:26 -0700
+Processing by AnimalsController#new as HTML
+ Rendering animals/new.html.erb within layouts/application
+ Rendered animals/new.html.erb within layouts/application (19.6ms)
+Completed 200 OK in 62ms (Views: 56.4ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/animals/new" for ::1 at 2017-04-02 23:34:06 -0700
+Processing by AnimalsController#new as HTML
+ Rendering animals/new.html.erb within layouts/application
+ Rendered animals/new.html.erb within layouts/application (14.5ms)
+Completed 200 OK in 121ms (Views: 102.3ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/animals/new" for ::1 at 2017-04-02 23:34:20 -0700
+Processing by AnimalsController#new as HTML
+ Rendering animals/new.html.erb within layouts/application
+ Rendered animals/new.html.erb within layouts/application (3.2ms)
+Completed 200 OK in 47ms (Views: 43.6ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/animals/new" for ::1 at 2017-04-02 23:34:36 -0700
+Processing by AnimalsController#new as HTML
+ Rendering animals/new.html.erb within layouts/application
+ Rendered animals/new.html.erb within layouts/application (11.3ms)
+Completed 200 OK in 61ms (Views: 57.8ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/animals" for ::1 at 2017-04-02 23:35:08 -0700
+Processing by AnimalsController#index as HTML
+ Rendering animals/index.html.erb within layouts/application
+ [1m[36mAnimal Load (1.1ms)[0m [1m[34mSELECT "animals".* FROM "animals"[0m
+ Rendered animals/index.html.erb within layouts/application (15.7ms)
+Completed 200 OK in 68ms (Views: 63.7ms | ActiveRecord: 1.1ms)
+
+
+Started GET "/animals" for ::1 at 2017-04-02 23:35:09 -0700
+Processing by AnimalsController#index as HTML
+ Rendering animals/index.html.erb within layouts/application
+ [1m[36mAnimal Load (0.3ms)[0m [1m[34mSELECT "animals".* FROM "animals"[0m
+ Rendered animals/index.html.erb within layouts/application (2.3ms)
+Completed 200 OK in 47ms (Views: 44.3ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/animals" for ::1 at 2017-04-02 23:35:31 -0700
+Processing by AnimalsController#index as HTML
+ Rendering animals/index.html.erb within layouts/application
+ [1m[36mAnimal Load (0.2ms)[0m [1m[34mSELECT "animals".* FROM "animals"[0m
+ Rendered animals/index.html.erb within layouts/application (3.4ms)
+Completed 200 OK in 81ms (Views: 76.5ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/animals" for ::1 at 2017-04-02 23:35:56 -0700
+Processing by AnimalsController#index as HTML
+ Rendering animals/index.html.erb within layouts/application
+ [1m[36mAnimal Load (1.0ms)[0m [1m[34mSELECT "animals".* FROM "animals"[0m
+ Rendered animals/index.html.erb within layouts/application (13.6ms)
+Completed 200 OK in 91ms (Views: 79.8ms | ActiveRecord: 1.0ms)
+
+
+Started GET "/animals" for ::1 at 2017-04-02 23:36:09 -0700
+Processing by AnimalsController#index as HTML
+ Rendering animals/index.html.erb within layouts/application
+ [1m[36mAnimal Load (0.2ms)[0m [1m[34mSELECT "animals".* FROM "animals"[0m
+ Rendered animals/index.html.erb within layouts/application (2.6ms)
+Completed 200 OK in 49ms (Views: 46.5ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/animals" for ::1 at 2017-04-02 23:36:13 -0700
+Processing by AnimalsController#index as HTML
+ Rendering animals/index.html.erb within layouts/application
+ [1m[36mAnimal Load (0.2ms)[0m [1m[34mSELECT "animals".* FROM "animals"[0m
+ Rendered animals/index.html.erb within layouts/application (2.1ms)
+Completed 200 OK in 39ms (Views: 36.9ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/animals" for ::1 at 2017-04-02 23:36:22 -0700
+Processing by AnimalsController#index as HTML
+ Rendering animals/index.html.erb within layouts/application
+ [1m[36mAnimal Load (0.3ms)[0m [1m[34mSELECT "animals".* FROM "animals"[0m
+ Rendered animals/index.html.erb within layouts/application (2.4ms)
+Completed 200 OK in 48ms (Views: 44.4ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/animals" for ::1 at 2017-04-02 23:36:43 -0700
+Processing by AnimalsController#index as HTML
+ Rendering animals/index.html.erb within layouts/application
+ [1m[36mAnimal Load (0.4ms)[0m [1m[34mSELECT "animals".* FROM "animals"[0m
+ Rendered animals/index.html.erb within layouts/application (17.9ms)
+Completed 200 OK in 56ms (Views: 50.9ms | ActiveRecord: 0.4ms)
+
+
+Started POST "/animals/new" for ::1 at 2017-04-02 23:36:46 -0700
+
+ActionController::RoutingError (No route matches [POST] "/animals/new"):
+
+actionpack (5.0.2) lib/action_dispatch/middleware/debug_exceptions.rb:53:in `call'
+web-console (3.5.0) lib/web_console/middleware.rb:135:in `call_app'
+web-console (3.5.0) lib/web_console/middleware.rb:28:in `block in call'
+web-console (3.5.0) lib/web_console/middleware.rb:18:in `catch'
+web-console (3.5.0) lib/web_console/middleware.rb:18:in `call'
+actionpack (5.0.2) lib/action_dispatch/middleware/show_exceptions.rb:31:in `call'
+railties (5.0.2) lib/rails/rack/logger.rb:36:in `call_app'
+railties (5.0.2) lib/rails/rack/logger.rb:24:in `block in call'
+activesupport (5.0.2) lib/active_support/tagged_logging.rb:69:in `block in tagged'
+activesupport (5.0.2) lib/active_support/tagged_logging.rb:26:in `tagged'
+activesupport (5.0.2) lib/active_support/tagged_logging.rb:69:in `tagged'
+railties (5.0.2) lib/rails/rack/logger.rb:24:in `call'
+sprockets-rails (3.2.0) lib/sprockets/rails/quiet_assets.rb:13:in `call'
+actionpack (5.0.2) lib/action_dispatch/middleware/request_id.rb:24:in `call'
+rack (2.0.1) lib/rack/method_override.rb:22:in `call'
+rack (2.0.1) lib/rack/runtime.rb:22:in `call'
+activesupport (5.0.2) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+actionpack (5.0.2) lib/action_dispatch/middleware/executor.rb:12:in `call'
+actionpack (5.0.2) lib/action_dispatch/middleware/static.rb:136:in `call'
+rack (2.0.1) lib/rack/sendfile.rb:111:in `call'
+railties (5.0.2) lib/rails/engine.rb:522:in `call'
+puma (3.8.2) lib/puma/configuration.rb:224:in `call'
+puma (3.8.2) lib/puma/server.rb:600:in `handle_request'
+puma (3.8.2) lib/puma/server.rb:435:in `process_client'
+puma (3.8.2) lib/puma/server.rb:299:in `block in run'
+puma (3.8.2) lib/puma/thread_pool.rb:120:in `block in spawn_thread'
+ Rendering /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout
+ Rendering /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb
+ Rendered /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.6ms)
+ Rendered collection of /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/routes/_route.html.erb [4 times] (29.3ms)
+ Rendered /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/routes/_table.html.erb (20.6ms)
+ Rendering /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb
+ Rendered /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (5.6ms)
+ Rendered /Users/valliere/.rvm/gems/ruby-2.4.0/gems/actionpack-5.0.2/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (203.6ms)
+Started GET "/animals" for ::1 at 2017-04-02 23:38:20 -0700
+Processing by AnimalsController#index as HTML
+ Rendering animals/index.html.erb within layouts/application
+ [1m[36mAnimal Load (0.9ms)[0m [1m[34mSELECT "animals".* FROM "animals"[0m
+ Rendered animals/index.html.erb within layouts/application (18.2ms)
+Completed 200 OK in 89ms (Views: 78.4ms | ActiveRecord: 0.9ms)
+
+
+Started GET "/animals/1" for ::1 at 2017-04-02 23:38:25 -0700
+Processing by AnimalsController#show as HTML
+ Parameters: {"id"=>"1"}
+ [1m[36mAnimal Load (0.5ms)[0m [1m[34mSELECT "animals".* FROM "animals" WHERE "animals"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ Rendering animals/show.html.erb within layouts/application
+ Rendered animals/show.html.erb within layouts/application (2.2ms)
+Completed 200 OK in 70ms (Views: 55.2ms | ActiveRecord: 0.5ms)
+
+
+Started GET "/animals/1" for ::1 at 2017-04-02 23:39:05 -0700
+Processing by AnimalsController#show as HTML
+ Parameters: {"id"=>"1"}
+ [1m[36mAnimal Load (0.6ms)[0m [1m[34mSELECT "animals".* FROM "animals" WHERE "animals"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ Rendering animals/show.html.erb within layouts/application
+ Rendered animals/show.html.erb within layouts/application (1.4ms)
+Completed 200 OK in 89ms (Views: 84.4ms | ActiveRecord: 0.6ms)
+
+
+Started GET "/animals/1" for ::1 at 2017-04-02 23:39:27 -0700
+Processing by AnimalsController#show as HTML
+ Parameters: {"id"=>"1"}
+ [1m[36mAnimal Load (0.3ms)[0m [1m[34mSELECT "animals".* FROM "animals" WHERE "animals"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ Rendering animals/show.html.erb within layouts/application
+ Rendered animals/show.html.erb within layouts/application (1.9ms)
+Completed 200 OK in 103ms (Views: 45.7ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/animals/1" for ::1 at 2017-04-02 23:40:10 -0700
+Processing by AnimalsController#show as HTML
+ Parameters: {"id"=>"1"}
+ [1m[36mAnimal Load (0.1ms)[0m [1m[34mSELECT "animals".* FROM "animals" WHERE "animals"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ Rendering animals/show.html.erb within layouts/application
+ Rendered animals/show.html.erb within layouts/application (7.1ms)
+Completed 200 OK in 61ms (Views: 57.0ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/animals/1" for ::1 at 2017-04-02 23:40:18 -0700
+Processing by AnimalsController#show as HTML
+ Parameters: {"id"=>"1"}
+ [1m[36mAnimal Load (0.2ms)[0m [1m[34mSELECT "animals".* FROM "animals" WHERE "animals"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ Rendering animals/show.html.erb within layouts/application
+ Rendered animals/show.html.erb within layouts/application (1.0ms)
+Completed 200 OK in 43ms (Views: 39.9ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/animals/1" for ::1 at 2017-04-02 23:40:33 -0700
+Processing by AnimalsController#show as HTML
+ Parameters: {"id"=>"1"}
+ [1m[36mAnimal Load (0.1ms)[0m [1m[34mSELECT "animals".* FROM "animals" WHERE "animals"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ Rendering animals/show.html.erb within layouts/application
+ Rendered animals/show.html.erb within layouts/application (1.5ms)
+Completed 200 OK in 54ms (Views: 49.9ms | ActiveRecord: 0.1ms)
+
+
+Started GET "/animals/1" for ::1 at 2017-04-02 23:41:05 -0700
+Processing by AnimalsController#show as HTML
+ Parameters: {"id"=>"1"}
+ [1m[36mAnimal Load (0.3ms)[0m [1m[34mSELECT "animals".* FROM "animals" WHERE "animals"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ Rendering animals/show.html.erb within layouts/application
+ Rendered animals/show.html.erb within layouts/application (0.9ms)
+Completed 200 OK in 54ms (Views: 48.7ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/animals" for ::1 at 2017-04-02 23:41:11 -0700
+Processing by AnimalsController#index as HTML
+ Rendering animals/index.html.erb within layouts/application
+ [1m[36mAnimal Load (0.3ms)[0m [1m[34mSELECT "animals".* FROM "animals"[0m
+ Rendered animals/index.html.erb within layouts/application (10.5ms)
+Completed 200 OK in 65ms (Views: 61.4ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/animals" for ::1 at 2017-04-02 23:41:31 -0700
+Processing by AnimalsController#index as HTML
+ Rendering animals/index.html.erb within layouts/application
+ [1m[36mAnimal Load (0.3ms)[0m [1m[34mSELECT "animals".* FROM "animals"[0m
+ Rendered animals/index.html.erb within layouts/application (2.5ms)
+Completed 200 OK in 54ms (Views: 51.5ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/animals" for ::1 at 2017-04-02 23:41:54 -0700
+Processing by AnimalsController#index as HTML
+ Rendering animals/index.html.erb within layouts/application
+ [1m[36mAnimal Load (0.4ms)[0m [1m[34mSELECT "animals".* FROM "animals"[0m
+ Rendered animals/index.html.erb within layouts/application (4.2ms)
+Completed 200 OK in 72ms (Views: 67.2ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/animals" for ::1 at 2017-04-02 23:42:01 -0700
+Processing by AnimalsController#index as HTML
+ Rendering animals/index.html.erb within layouts/application
+ [1m[36mAnimal Load (0.3ms)[0m [1m[34mSELECT "animals".* FROM "animals"[0m
+ Rendered animals/index.html.erb within layouts/application (2.6ms)
+Completed 200 OK in 68ms (Views: 64.2ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/animals" for ::1 at 2017-04-02 23:42:16 -0700
+Processing by AnimalsController#index as HTML
+ Rendering animals/index.html.erb within layouts/application
+ [1m[36mAnimal Load (0.3ms)[0m [1m[34mSELECT "animals".* FROM "animals"[0m
+ Rendered animals/index.html.erb within layouts/application (2.8ms)
+Completed 200 OK in 94ms (Views: 91.1ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/animals" for ::1 at 2017-04-02 23:42:20 -0700
+Processing by AnimalsController#index as HTML
+ Rendering animals/index.html.erb within layouts/application
+ [1m[36mAnimal Load (0.2ms)[0m [1m[34mSELECT "animals".* FROM "animals"[0m
+ Rendered animals/index.html.erb within layouts/application (2.9ms)
+Completed 200 OK in 39ms (Views: 35.9ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/animals" for ::1 at 2017-04-02 23:42:38 -0700
+Processing by AnimalsController#index as HTML
+ Rendering animals/index.html.erb within layouts/application
+ [1m[36mAnimal Load (0.3ms)[0m [1m[34mSELECT "animals".* FROM "animals"[0m
+ Rendered animals/index.html.erb within layouts/application (2.9ms)
+Completed 200 OK in 40ms (Views: 37.6ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/animals" for ::1 at 2017-04-02 23:42:57 -0700
+Processing by AnimalsController#index as HTML
+ Rendering animals/index.html.erb within layouts/application
+ [1m[36mAnimal Load (0.4ms)[0m [1m[34mSELECT "animals".* FROM "animals"[0m
+ Rendered animals/index.html.erb within layouts/application (3.8ms)
+Completed 200 OK in 52ms (Views: 49.2ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/animals" for ::1 at 2017-04-02 23:43:34 -0700
+Processing by AnimalsController#index as HTML
+ Rendering animals/index.html.erb within layouts/application
+ [1m[36mAnimal Load (0.2ms)[0m [1m[34mSELECT "animals".* FROM "animals"[0m
+ Rendered animals/index.html.erb within layouts/application (3.1ms)
+Completed 200 OK in 65ms (Views: 60.0ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/animals" for ::1 at 2017-04-02 23:43:47 -0700
+Processing by AnimalsController#index as HTML
+ Rendering animals/index.html.erb within layouts/application
+ [1m[36mAnimal Load (0.4ms)[0m [1m[34mSELECT "animals".* FROM "animals"[0m
+ Rendered animals/index.html.erb within layouts/application (2.5ms)
+Completed 200 OK in 44ms (Views: 41.1ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/animals" for ::1 at 2017-04-02 23:45:10 -0700
+Processing by AnimalsController#index as HTML
+ Rendering animals/index.html.erb within layouts/application
+ [1m[36mAnimal Load (2.3ms)[0m [1m[34mSELECT "animals".* FROM "animals"[0m
+ Rendered animals/index.html.erb within layouts/application (27.4ms)
+Completed 200 OK in 141ms (Views: 120.0ms | ActiveRecord: 2.3ms)
+
+
+Started GET "/animals" for ::1 at 2017-04-02 23:45:23 -0700
+Processing by AnimalsController#index as HTML
+ Rendering animals/index.html.erb within layouts/application
+ [1m[36mAnimal Load (0.3ms)[0m [1m[34mSELECT "animals".* FROM "animals"[0m
+ Rendered animals/index.html.erb within layouts/application (2.3ms)
+Completed 200 OK in 53ms (Views: 50.3ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/animals" for ::1 at 2017-04-02 23:45:33 -0700
+Processing by AnimalsController#index as HTML
+ Rendering animals/index.html.erb within layouts/application
+ [1m[36mAnimal Load (0.3ms)[0m [1m[34mSELECT "animals".* FROM "animals"[0m
+ Rendered animals/index.html.erb within layouts/application (3.2ms)
+Completed 200 OK in 51ms (Views: 46.8ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/animals/new" for ::1 at 2017-04-02 23:45:53 -0700
+Processing by AnimalsController#new as HTML
+ Rendering animals/new.html.erb within layouts/application
+ Rendered animals/new.html.erb within layouts/application (22.6ms)
+Completed 200 OK in 87ms (Views: 80.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/animals/new" for ::1 at 2017-04-02 23:49:47 -0700
+Processing by AnimalsController#new as HTML
+ Rendering animals/new.html.erb within layouts/application
+ Rendered animals/new.html.erb within layouts/application (134.5ms)
+Completed 200 OK in 222ms (Views: 203.9ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/animals/new" for ::1 at 2017-04-02 23:50:35 -0700
+Processing by AnimalsController#new as HTML
+ Rendering animals/new.html.erb within layouts/application
+ Rendered animals/new.html.erb within layouts/application (3.9ms)
+Completed 200 OK in 64ms (Views: 60.9ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/animals/new" for ::1 at 2017-04-02 23:51:25 -0700
+Processing by AnimalsController#new as HTML
+ Rendering animals/new.html.erb within layouts/application
+ Rendered animals/new.html.erb within layouts/application (29.4ms)
+Completed 200 OK in 158ms (Views: 142.2ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/animals/new" for ::1 at 2017-04-02 23:52:22 -0700
+Processing by AnimalsController#new as HTML
+ Rendering animals/new.html.erb within layouts/application
+ Rendered animals/new.html.erb within layouts/application (12.7ms)
+Completed 200 OK in 85ms (Views: 80.9ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/animals/new" for ::1 at 2017-04-02 23:52:54 -0700
+Processing by AnimalsController#new as HTML
+ Rendering animals/new.html.erb within layouts/application
+ Rendered animals/new.html.erb within layouts/application (4.5ms)
+Completed 200 OK in 78ms (Views: 75.3ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/animals" for ::1 at 2017-04-02 23:53:11 -0700
+Processing by AnimalsController#index as HTML
+ Rendering animals/index.html.erb within layouts/application
+ [1m[36mAnimal Load (0.9ms)[0m [1m[34mSELECT "animals".* FROM "animals"[0m
+ Rendered animals/index.html.erb within layouts/application (17.2ms)
+Completed 200 OK in 97ms (Views: 80.7ms | ActiveRecord: 0.9ms)
+
+
+Started GET "/animals/1" for ::1 at 2017-04-02 23:53:26 -0700
+Processing by AnimalsController#show as HTML
+ Parameters: {"id"=>"1"}
+ [1m[36mAnimal Load (0.5ms)[0m [1m[34mSELECT "animals".* FROM "animals" WHERE "animals"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ Rendering animals/show.html.erb within layouts/application
+ Rendered animals/show.html.erb within layouts/application (3.4ms)
+Completed 200 OK in 79ms (Views: 66.4ms | ActiveRecord: 0.5ms)
+
+
+Started GET "/animals/1" for ::1 at 2017-04-02 23:54:11 -0700
+Processing by AnimalsController#show as HTML
+ Parameters: {"id"=>"1"}
+ [1m[36mAnimal Load (0.3ms)[0m [1m[34mSELECT "animals".* FROM "animals" WHERE "animals"."id" = ? LIMIT ?[0m [["id", 1], ["LIMIT", 1]]
+ Rendering animals/show.html.erb within layouts/application
+ Rendered animals/show.html.erb within layouts/application (1.3ms)
+Completed 200 OK in 95ms (Views: 90.8ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/animals" for ::1 at 2017-04-02 23:54:25 -0700
+Processing by AnimalsController#index as HTML
+ Rendering animals/index.html.erb within layouts/application
+ [1m[36mAnimal Load (0.5ms)[0m [1m[34mSELECT "animals".* FROM "animals"[0m
+ Rendered animals/index.html.erb within layouts/application (10.0ms)
+Completed 200 OK in 64ms (Views: 59.1ms | ActiveRecord: 0.5ms)
+
+
+Started GET "/animals/new" for ::1 at 2017-04-02 23:54:30 -0700
+Processing by AnimalsController#new as HTML
+ Rendering animals/new.html.erb within layouts/application
+ Rendered animals/new.html.erb within layouts/application (16.1ms)
+Completed 200 OK in 100ms (Views: 94.1ms | ActiveRecord: 0.0ms)
+
+
+Started POST "/animals" for ::1 at 2017-04-02 23:54:57 -0700
+Processing by AnimalsController#create as HTML
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"mWVLlh0m11wyh+yZsFMlkDHROqaTRO2uOqiU9bXpBiAo5dQby1LRzlA6XwXDUySkmatw09iptI+c3/C39uF/cA==", "animal"=>{"name"=>"Poncho", "species"=>"Pond Duck", "age"=>".5"}, "commit"=>"Add new animal"}
+DEPRECATION WARNING: Method to_hash is deprecated and will be removed in Rails 5.1, as `ActionController::Parameters` no longer inherits from hash. Using this deprecated behavior exposes potential security problems. If you continue to use this method you may be creating a security vulnerability in your app that can be exploited. Instead, consider using one of these documented methods which are not deprecated: http://api.rubyonrails.org/v5.0.2/classes/ActionController/Parameters.html (called from create at /Users/valliere/ada/week_seven/rails-zoo/app/controllers/animals_controller.rb:20)
+ [1m[35m (0.2ms)[0m [1m[36mbegin transaction[0m
+ [1m[35mSQL (1.1ms)[0m [1m[32mINSERT INTO "animals" ("name", "species", "age", "created_at", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["name", "Poncho"], ["species", "Pond Duck"], ["age", 0], ["created_at", 2017-04-03 06:54:57 UTC], ["updated_at", 2017-04-03 06:54:57 UTC]]
+ [1m[35m (1.1ms)[0m [1m[36mcommit transaction[0m
+Redirected to http://localhost:3000/animals
+Completed 302 Found in 31ms (ActiveRecord: 2.4ms)
+
+
+Started GET "/animals" for ::1 at 2017-04-02 23:54:57 -0700
+Processing by AnimalsController#index as HTML
+ Rendering animals/index.html.erb within layouts/application
+ [1m[36mAnimal Load (0.5ms)[0m [1m[34mSELECT "animals".* FROM "animals"[0m
+ Rendered animals/index.html.erb within layouts/application (3.1ms)
+Completed 200 OK in 58ms (Views: 52.3ms | ActiveRecord: 0.5ms)
+
+
+Started GET "/animals/7" for ::1 at 2017-04-02 23:54:59 -0700
+Processing by AnimalsController#show as HTML
+ Parameters: {"id"=>"7"}
+ [1m[36mAnimal Load (0.7ms)[0m [1m[34mSELECT "animals".* FROM "animals" WHERE "animals"."id" = ? LIMIT ?[0m [["id", 7], ["LIMIT", 1]]
+ Rendering animals/show.html.erb within layouts/application
+ Rendered animals/show.html.erb within layouts/application (3.8ms)
+Completed 200 OK in 62ms (Views: 55.8ms | ActiveRecord: 0.7ms)
+
+
+Started GET "/animals" for ::1 at 2017-04-02 23:55:08 -0700
+Processing by AnimalsController#index as HTML
+ Rendering animals/index.html.erb within layouts/application
+ [1m[36mAnimal Load (4.0ms)[0m [1m[34mSELECT "animals".* FROM "animals"[0m
+ Rendered animals/index.html.erb within layouts/application (9.0ms)
+Completed 200 OK in 80ms (Views: 70.3ms | ActiveRecord: 4.0ms)
+
+
+Started GET "/animals/new" for ::1 at 2017-04-02 23:55:45 -0700
+Processing by AnimalsController#new as HTML
+ Rendering animals/new.html.erb within layouts/application
+ Rendered animals/new.html.erb within layouts/application (6.5ms)
+Completed 200 OK in 59ms (Views: 55.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/animals/new" for ::1 at 2017-04-02 23:56:11 -0700
+Processing by AnimalsController#new as HTML
+ Rendering animals/new.html.erb within layouts/application
+ Rendered animals/new.html.erb within layouts/application (3.1ms)
+Completed 200 OK in 47ms (Views: 43.2ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/animals" for ::1 at 2017-04-02 23:56:17 -0700
+Processing by AnimalsController#index as HTML
+ Rendering animals/index.html.erb within layouts/application
+ [1m[36mAnimal Load (0.8ms)[0m [1m[34mSELECT "animals".* FROM "animals"[0m
+ Rendered animals/index.html.erb within layouts/application (5.1ms)
+Completed 200 OK in 92ms (Views: 79.3ms | ActiveRecord: 0.8ms)
+
+
+Started GET "/animals/new" for ::1 at 2017-04-02 23:56:26 -0700
+Processing by AnimalsController#new as HTML
+ Rendering animals/new.html.erb within layouts/application
+ Rendered animals/new.html.erb within layouts/application (6.0ms)
+Completed 200 OK in 67ms (Views: 64.2ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/animals/new" for ::1 at 2017-04-02 23:57:23 -0700
+Processing by AnimalsController#new as HTML
+ Rendering animals/new.html.erb within layouts/application
+ Rendered animals/new.html.erb within layouts/application (5.1ms)
+Completed 200 OK in 55ms (Views: 51.3ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/animals" for ::1 at 2017-04-02 23:57:44 -0700
+Processing by AnimalsController#index as HTML
+ Rendering animals/index.html.erb within layouts/application
+ [1m[36mAnimal Load (0.7ms)[0m [1m[34mSELECT "animals".* FROM "animals"[0m
+ Rendered animals/index.html.erb within layouts/application (8.0ms)
+Completed 200 OK in 53ms (Views: 47.9ms | ActiveRecord: 0.7ms)
+
+
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/apple-touch-icon-precomposed.png b/public/apple-touch-icon-precomposed.png
new file mode 100644
index 0000000..e69de29
diff --git a/public/apple-touch-icon.png b/public/apple-touch-icon.png
new file mode 100644
index 0000000..e69de29
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/test/controllers/.keep b/test/controllers/.keep
new file mode 100644
index 0000000..e69de29
diff --git a/test/controllers/animals_controller_test.rb b/test/controllers/animals_controller_test.rb
new file mode 100644
index 0000000..ed03b35
--- /dev/null
+++ b/test/controllers/animals_controller_test.rb
@@ -0,0 +1,7 @@
+require 'test_helper'
+
+class AnimalsControllerTest < ActionDispatch::IntegrationTest
+ # test "the truth" do
+ # assert true
+ # end
+end
diff --git a/test/fixtures/.keep b/test/fixtures/.keep
new file mode 100644
index 0000000..e69de29
diff --git a/test/fixtures/animals.yml b/test/fixtures/animals.yml
new file mode 100644
index 0000000..f15ec23
--- /dev/null
+++ b/test/fixtures/animals.yml
@@ -0,0 +1,11 @@
+# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
+
+one:
+ name: MyString
+ species: MyString
+ age: 1
+
+two:
+ name: MyString
+ species: MyString
+ age: 1
diff --git a/test/fixtures/files/.keep b/test/fixtures/files/.keep
new file mode 100644
index 0000000..e69de29
diff --git a/test/helpers/.keep b/test/helpers/.keep
new file mode 100644
index 0000000..e69de29
diff --git a/test/integration/.keep b/test/integration/.keep
new file mode 100644
index 0000000..e69de29
diff --git a/test/mailers/.keep b/test/mailers/.keep
new file mode 100644
index 0000000..e69de29
diff --git a/test/models/.keep b/test/models/.keep
new file mode 100644
index 0000000..e69de29
diff --git a/test/models/animal_test.rb b/test/models/animal_test.rb
new file mode 100644
index 0000000..d25e750
--- /dev/null
+++ b/test/models/animal_test.rb
@@ -0,0 +1,7 @@
+require 'test_helper'
+
+class AnimalTest < ActiveSupport::TestCase
+ # test "the truth" do
+ # assert true
+ # end
+end
diff --git a/test/test_helper.rb b/test/test_helper.rb
new file mode 100644
index 0000000..92e39b2
--- /dev/null
+++ b/test/test_helper.rb
@@ -0,0 +1,10 @@
+ENV['RAILS_ENV'] ||= 'test'
+require File.expand_path('../../config/environment', __FILE__)
+require 'rails/test_help'
+
+class ActiveSupport::TestCase
+ # Setup all fixtures in test/fixtures/*.yml for all tests in alphabetical order.
+ fixtures :all
+
+ # Add more helper methods to be used by all tests here...
+end
diff --git a/tmp/.keep b/tmp/.keep
new file mode 100644
index 0000000..e69de29
diff --git a/tmp/cache/assets/sprockets/v3.0/-G/-G_GvochISqMKF8ZdoEbNjUBdfMI5oLE5psRV_PM0Q8.cache b/tmp/cache/assets/sprockets/v3.0/-G/-G_GvochISqMKF8ZdoEbNjUBdfMI5oLE5psRV_PM0Q8.cache
new file mode 100644
index 0000000..f69f224
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/-G/-G_GvochISqMKF8ZdoEbNjUBdfMI5oLE5psRV_PM0Q8.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/-J/-JTpdXiGdhAvl4NUZr30-bYdJdOWuDJbjAVaZ0DVm_Q.cache b/tmp/cache/assets/sprockets/v3.0/-J/-JTpdXiGdhAvl4NUZr30-bYdJdOWuDJbjAVaZ0DVm_Q.cache
new file mode 100644
index 0000000..ba0d224
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/-J/-JTpdXiGdhAvl4NUZr30-bYdJdOWuDJbjAVaZ0DVm_Q.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"9file-digest://app/assets/stylesheets/application.css;TTI")file-digest://app/assets/stylesheets;TTI"5file-digest://app/assets/stylesheets/animals.css;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/-K/-Kut3C3JEG66a26HZIw-ZRLIpxD9S-mhw1bpk6uIKGI.cache b/tmp/cache/assets/sprockets/v3.0/-K/-Kut3C3JEG66a26HZIw-ZRLIpxD9S-mhw1bpk6uIKGI.cache
new file mode 100644
index 0000000..d20709a
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/-K/-Kut3C3JEG66a26HZIw-ZRLIpxD9S-mhw1bpk6uIKGI.cache
@@ -0,0 +1,3 @@
+[o:Set:
+@hash}
+I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI"Zprocessors:type=application/javascript&file_type=application/javascript&pipeline=self;TTI"sfile-digest:///Users/valliere/.rvm/gems/ruby-2.4.0/gems/jquery-rails-4.3.1/vendor/assets/javascripts/jquery.js;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/-O/-OpQAswct5OyYj5OtJHxp3rhwAg5eyARZ2AQtOlh8vU.cache b/tmp/cache/assets/sprockets/v3.0/-O/-OpQAswct5OyYj5OtJHxp3rhwAg5eyARZ2AQtOlh8vU.cache
new file mode 100644
index 0000000..e039e77
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/-O/-OpQAswct5OyYj5OtJHxp3rhwAg5eyARZ2AQtOlh8vU.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/-R/-RjTZGllicN4dr8qfzkVaa17wFtfQq56ZZTPnpZJBhA.cache b/tmp/cache/assets/sprockets/v3.0/-R/-RjTZGllicN4dr8qfzkVaa17wFtfQq56ZZTPnpZJBhA.cache
new file mode 100644
index 0000000..3d6427a
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/-R/-RjTZGllicN4dr8qfzkVaa17wFtfQq56ZZTPnpZJBhA.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=debug&id=53154c65910e49c80c8e66aec6e8564a22d9098f9ff86a15dcc64c6290d87d4a:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/-W/-WYq16P96zIcZGDxOnHD3oLGZA9FRXLMSdjOlIRK-_4.cache b/tmp/cache/assets/sprockets/v3.0/-W/-WYq16P96zIcZGDxOnHD3oLGZA9FRXLMSdjOlIRK-_4.cache
new file mode 100644
index 0000000..1e8b89e
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/-W/-WYq16P96zIcZGDxOnHD3oLGZA9FRXLMSdjOlIRK-_4.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/-_/-_bMSYCiMCdlcSw44ajWKtICsl_Wdp-OflbJVB4mWkg.cache b/tmp/cache/assets/sprockets/v3.0/-_/-_bMSYCiMCdlcSw44ajWKtICsl_Wdp-OflbJVB4mWkg.cache
new file mode 100644
index 0000000..33af199
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/-_/-_bMSYCiMCdlcSw44ajWKtICsl_Wdp-OflbJVB4mWkg.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=debug&id=fe7305e3cb64f688bcaf812206638e06393458cc707f7b65a4148090c70e5714:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/-h/-HzFeppVMEfG2UMy0Po4b3rWvXTNSZjFdhrifAF_of0.cache b/tmp/cache/assets/sprockets/v3.0/-h/-HzFeppVMEfG2UMy0Po4b3rWvXTNSZjFdhrifAF_of0.cache
new file mode 100644
index 0000000..dda562d
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/-h/-HzFeppVMEfG2UMy0Po4b3rWvXTNSZjFdhrifAF_of0.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/animals.css?type=text/css&pipeline=self&id=b83debb901bc0f74d83a65373cb0546c3250d673cc48d984b110dda38f21edb4:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/-h/-hBg1Gvz0ju72-TAj2rRc_YCfryRsWEmpsyIuqHkAOA.cache b/tmp/cache/assets/sprockets/v3.0/-h/-hBg1Gvz0ju72-TAj2rRc_YCfryRsWEmpsyIuqHkAOA.cache
new file mode 100644
index 0000000..642bac4
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/-h/-hBg1Gvz0ju72-TAj2rRc_YCfryRsWEmpsyIuqHkAOA.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/-l/-lX8espdfL21RwxUKr73XRtMBrCx9bp_Ec3AFjOQE0U.cache b/tmp/cache/assets/sprockets/v3.0/-l/-lX8espdfL21RwxUKr73XRtMBrCx9bp_Ec3AFjOQE0U.cache
new file mode 100644
index 0000000..7a47f66
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/-l/-lX8espdfL21RwxUKr73XRtMBrCx9bp_Ec3AFjOQE0U.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=debug&id=2048f50c9cfd1f2ea64d301b43ccd46e930ba3b49b9e88b21948a66cd0e439f2:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/-s/-sa-YzZh5nqSLE3dkEC-dMgimIVb0hzOfppLKFPaqZw.cache b/tmp/cache/assets/sprockets/v3.0/-s/-sa-YzZh5nqSLE3dkEC-dMgimIVb0hzOfppLKFPaqZw.cache
new file mode 100644
index 0000000..ab9eb35
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/-s/-sa-YzZh5nqSLE3dkEC-dMgimIVb0hzOfppLKFPaqZw.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}
I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI"?processors:type=text/css&file_type=text/css&pipeline=debug;TTI"9file-digest://app/assets/stylesheets/application.css;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"5file-digest://app/assets/stylesheets/animals.css;TTI")file-digest://app/assets/stylesheets;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/08/08FeAgKW4jDU-E9KCpsVCs8Xx5qtgasAkuSi-_-93Zc.cache b/tmp/cache/assets/sprockets/v3.0/08/08FeAgKW4jDU-E9KCpsVCs8Xx5qtgasAkuSi-_-93Zc.cache
new file mode 100644
index 0000000..f7d2455
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/08/08FeAgKW4jDU-E9KCpsVCs8Xx5qtgasAkuSi-_-93Zc.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/0j/0JZOk4kCj8lKOHvq0BO1SjXlbTbl2Op3krxCF44cwtc.cache b/tmp/cache/assets/sprockets/v3.0/0j/0JZOk4kCj8lKOHvq0BO1SjXlbTbl2Op3krxCF44cwtc.cache
new file mode 100644
index 0000000..ba0d224
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/0j/0JZOk4kCj8lKOHvq0BO1SjXlbTbl2Op3krxCF44cwtc.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"9file-digest://app/assets/stylesheets/application.css;TTI")file-digest://app/assets/stylesheets;TTI"5file-digest://app/assets/stylesheets/animals.css;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/0j/0jWs2oypha093c26eyZppMlv7ae_tKWsDubNjqrpw5E.cache b/tmp/cache/assets/sprockets/v3.0/0j/0jWs2oypha093c26eyZppMlv7ae_tKWsDubNjqrpw5E.cache
new file mode 100644
index 0000000..f0eb20a
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/0j/0jWs2oypha093c26eyZppMlv7ae_tKWsDubNjqrpw5E.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=debug&id=bf63a1b0eb7c70b37f5cba3a405b4dde918e8d844ace8ecaa3983f1fa9faf23e:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/0m/0mkhDQwaFjpYoxSh0h9Ss3n6O0h4I06gwn78UE9Rv2g.cache b/tmp/cache/assets/sprockets/v3.0/0m/0mkhDQwaFjpYoxSh0h9Ss3n6O0h4I06gwn78UE9Rv2g.cache
new file mode 100644
index 0000000..e32a99f
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/0m/0mkhDQwaFjpYoxSh0h9Ss3n6O0h4I06gwn78UE9Rv2g.cache
@@ -0,0 +1 @@
+"%F^H":@^τ5Ծ+1Z
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/0n/0nlf5LSrJj-0hrkMvLu9GQG2MeB-Xq-6uxJr3GyFpHc.cache b/tmp/cache/assets/sprockets/v3.0/0n/0nlf5LSrJj-0hrkMvLu9GQG2MeB-Xq-6uxJr3GyFpHc.cache
new file mode 100644
index 0000000..1c6c139
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/0n/0nlf5LSrJj-0hrkMvLu9GQG2MeB-Xq-6uxJr3GyFpHc.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/0v/0VbYrwkzYtFevOYh3bawhZb74HbBr6-jkCpXtD8B3_c.cache b/tmp/cache/assets/sprockets/v3.0/0v/0VbYrwkzYtFevOYh3bawhZb74HbBr6-jkCpXtD8B3_c.cache
new file mode 100644
index 0000000..81feea7
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/0v/0VbYrwkzYtFevOYh3bawhZb74HbBr6-jkCpXtD8B3_c.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/0v/0vfQpbKQfnyGX4X6Yr7Anq0uMymPgx1x_O_lS8ieEQ8.cache b/tmp/cache/assets/sprockets/v3.0/0v/0vfQpbKQfnyGX4X6Yr7Anq0uMymPgx1x_O_lS8ieEQ8.cache
new file mode 100644
index 0000000..b637bae
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/0v/0vfQpbKQfnyGX4X6Yr7Anq0uMymPgx1x_O_lS8ieEQ8.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/0x/0xziO4RHR6cOcEVYQ1IkeWoqMa0RoKigamQyDKwrVR8.cache b/tmp/cache/assets/sprockets/v3.0/0x/0xziO4RHR6cOcEVYQ1IkeWoqMa0RoKigamQyDKwrVR8.cache
new file mode 100644
index 0000000..ba0d224
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/0x/0xziO4RHR6cOcEVYQ1IkeWoqMa0RoKigamQyDKwrVR8.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"9file-digest://app/assets/stylesheets/application.css;TTI")file-digest://app/assets/stylesheets;TTI"5file-digest://app/assets/stylesheets/animals.css;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/1C/1C30LwTbub0cHb6bqf8B78b_H3w-pCjGUYFwA7G--5k.cache b/tmp/cache/assets/sprockets/v3.0/1C/1C30LwTbub0cHb6bqf8B78b_H3w-pCjGUYFwA7G--5k.cache
new file mode 100644
index 0000000..c7863f6
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/1C/1C30LwTbub0cHb6bqf8B78b_H3w-pCjGUYFwA7G--5k.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=debug&id=2fe3a78d8c0c1cf9c77da4fb0fc45463d9d0dd2a5e57eaddc1ceef39a9315c77:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/1F/1FQw7NkPWQGiGfr3Vv1h3JOrfbdWmBIFQ54C0ntrT5w.cache b/tmp/cache/assets/sprockets/v3.0/1F/1FQw7NkPWQGiGfr3Vv1h3JOrfbdWmBIFQ54C0ntrT5w.cache
new file mode 100644
index 0000000..c372618
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/1F/1FQw7NkPWQGiGfr3Vv1h3JOrfbdWmBIFQ54C0ntrT5w.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/1J/1JYqEJ0TPX44RoXsPU9rGiOUzwwMttxLXSiH7QoYM3Y.cache b/tmp/cache/assets/sprockets/v3.0/1J/1JYqEJ0TPX44RoXsPU9rGiOUzwwMttxLXSiH7QoYM3Y.cache
new file mode 100644
index 0000000..ab9eb35
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/1J/1JYqEJ0TPX44RoXsPU9rGiOUzwwMttxLXSiH7QoYM3Y.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}
I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI"?processors:type=text/css&file_type=text/css&pipeline=debug;TTI"9file-digest://app/assets/stylesheets/application.css;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"5file-digest://app/assets/stylesheets/animals.css;TTI")file-digest://app/assets/stylesheets;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/1Z/1ZLUMZyFcTL6W8JEPrx96UX6rIZr70OqLZSVrYPhaSI.cache b/tmp/cache/assets/sprockets/v3.0/1Z/1ZLUMZyFcTL6W8JEPrx96UX6rIZr70OqLZSVrYPhaSI.cache
new file mode 100644
index 0000000..cfbe052
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/1Z/1ZLUMZyFcTL6W8JEPrx96UX6rIZr70OqLZSVrYPhaSI.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/1a/1AmT9_xYjoM_S3yX_iU6wjulmMMvU2LDEMTgbf2fcUw.cache b/tmp/cache/assets/sprockets/v3.0/1a/1AmT9_xYjoM_S3yX_iU6wjulmMMvU2LDEMTgbf2fcUw.cache
new file mode 100644
index 0000000..e4bdf6e
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/1a/1AmT9_xYjoM_S3yX_iU6wjulmMMvU2LDEMTgbf2fcUw.cache
@@ -0,0 +1 @@
+"%)LyԱ|mCx~Fꉺp>9
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/1a/1aUGRv_ge5bUjnSW1PQs4NOm3YETBe5fPCy861gscAg.cache b/tmp/cache/assets/sprockets/v3.0/1a/1aUGRv_ge5bUjnSW1PQs4NOm3YETBe5fPCy861gscAg.cache
new file mode 100644
index 0000000..670b554
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/1a/1aUGRv_ge5bUjnSW1PQs4NOm3YETBe5fPCy861gscAg.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/23/23TqGaIJ5ctqzblVhYmDNIp5NGCHTfCKliRy-5Of82Q.cache b/tmp/cache/assets/sprockets/v3.0/23/23TqGaIJ5ctqzblVhYmDNIp5NGCHTfCKliRy-5Of82Q.cache
new file mode 100644
index 0000000..ab9eb35
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/23/23TqGaIJ5ctqzblVhYmDNIp5NGCHTfCKliRy-5Of82Q.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}
I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI"?processors:type=text/css&file_type=text/css&pipeline=debug;TTI"9file-digest://app/assets/stylesheets/application.css;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"5file-digest://app/assets/stylesheets/animals.css;TTI")file-digest://app/assets/stylesheets;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/29/29UDAtLTmjmUPCOyvP4Vd3hhkvpheStAxu5zejHTkds.cache b/tmp/cache/assets/sprockets/v3.0/29/29UDAtLTmjmUPCOyvP4Vd3hhkvpheStAxu5zejHTkds.cache
new file mode 100644
index 0000000..ab9eb35
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/29/29UDAtLTmjmUPCOyvP4Vd3hhkvpheStAxu5zejHTkds.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}
I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI"?processors:type=text/css&file_type=text/css&pipeline=debug;TTI"9file-digest://app/assets/stylesheets/application.css;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"5file-digest://app/assets/stylesheets/animals.css;TTI")file-digest://app/assets/stylesheets;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/2M/2MHVNJTr1ANhs-DPPeTACGU3eyIlMyUa7MYFrwI1KWQ.cache b/tmp/cache/assets/sprockets/v3.0/2M/2MHVNJTr1ANhs-DPPeTACGU3eyIlMyUa7MYFrwI1KWQ.cache
new file mode 100644
index 0000000..157347f
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/2M/2MHVNJTr1ANhs-DPPeTACGU3eyIlMyUa7MYFrwI1KWQ.cache
@@ -0,0 +1,3 @@
+[o:Set:
+@hash}
+I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"5file-digest://app/assets/stylesheets/animals.css;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/2Q/2QJvDPEP_0quz1JSJcqnW88ooch1KiF8IZb8a1nmixk.cache b/tmp/cache/assets/sprockets/v3.0/2Q/2QJvDPEP_0quz1JSJcqnW88ooch1KiF8IZb8a1nmixk.cache
new file mode 100644
index 0000000..157347f
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/2Q/2QJvDPEP_0quz1JSJcqnW88ooch1KiF8IZb8a1nmixk.cache
@@ -0,0 +1,3 @@
+[o:Set:
+@hash}
+I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"5file-digest://app/assets/stylesheets/animals.css;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/2u/2uVJ9qUuWWde0hoHmWjbXpq7_pGFjVDZ7FFkEXhjiJs.cache b/tmp/cache/assets/sprockets/v3.0/2u/2uVJ9qUuWWde0hoHmWjbXpq7_pGFjVDZ7FFkEXhjiJs.cache
new file mode 100644
index 0000000..5b10535
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/2u/2uVJ9qUuWWde0hoHmWjbXpq7_pGFjVDZ7FFkEXhjiJs.cache
@@ -0,0 +1 @@
+"%C6ܦM=Qu/,"c5u
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/2u/2usueV0-OExpOGdtosxFBc3vWDAAUyKiqH2ODtXFHJc.cache b/tmp/cache/assets/sprockets/v3.0/2u/2usueV0-OExpOGdtosxFBc3vWDAAUyKiqH2ODtXFHJc.cache
new file mode 100644
index 0000000..4dc4c47
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/2u/2usueV0-OExpOGdtosxFBc3vWDAAUyKiqH2ODtXFHJc.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/2x/2x3XUd2ZG7DKJg5pNOHq6JnzoYtdP8W92zN-gA_IDrs.cache b/tmp/cache/assets/sprockets/v3.0/2x/2x3XUd2ZG7DKJg5pNOHq6JnzoYtdP8W92zN-gA_IDrs.cache
new file mode 100644
index 0000000..ba0d224
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/2x/2x3XUd2ZG7DKJg5pNOHq6JnzoYtdP8W92zN-gA_IDrs.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"9file-digest://app/assets/stylesheets/application.css;TTI")file-digest://app/assets/stylesheets;TTI"5file-digest://app/assets/stylesheets/animals.css;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/37/37Hx3ptgp7US2GA3LgGQCG5P9tW-LRsttPM7fPvLaWQ.cache b/tmp/cache/assets/sprockets/v3.0/37/37Hx3ptgp7US2GA3LgGQCG5P9tW-LRsttPM7fPvLaWQ.cache
new file mode 100644
index 0000000..ab9eb35
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/37/37Hx3ptgp7US2GA3LgGQCG5P9tW-LRsttPM7fPvLaWQ.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}
I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI"?processors:type=text/css&file_type=text/css&pipeline=debug;TTI"9file-digest://app/assets/stylesheets/application.css;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"5file-digest://app/assets/stylesheets/animals.css;TTI")file-digest://app/assets/stylesheets;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/3A/3AseVk-4e7kGG__Xw1fCNAVKDtlN_-YwSolcnaJ3gWs.cache b/tmp/cache/assets/sprockets/v3.0/3A/3AseVk-4e7kGG__Xw1fCNAVKDtlN_-YwSolcnaJ3gWs.cache
new file mode 100644
index 0000000..9423176
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/3A/3AseVk-4e7kGG__Xw1fCNAVKDtlN_-YwSolcnaJ3gWs.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/3I/3I455a440cgAFcoNHBBwVhMDWlt5AFfT5Oyd2dfLNWs.cache b/tmp/cache/assets/sprockets/v3.0/3I/3I455a440cgAFcoNHBBwVhMDWlt5AFfT5Oyd2dfLNWs.cache
new file mode 100644
index 0000000..ba0d224
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/3I/3I455a440cgAFcoNHBBwVhMDWlt5AFfT5Oyd2dfLNWs.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"9file-digest://app/assets/stylesheets/application.css;TTI")file-digest://app/assets/stylesheets;TTI"5file-digest://app/assets/stylesheets/animals.css;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/3K/3KPu0PwUeFAy12lpP3L_PgSmtmOZ5iw_YWmfIFZASSU.cache b/tmp/cache/assets/sprockets/v3.0/3K/3KPu0PwUeFAy12lpP3L_PgSmtmOZ5iw_YWmfIFZASSU.cache
new file mode 100644
index 0000000..3258c69
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/3K/3KPu0PwUeFAy12lpP3L_PgSmtmOZ5iw_YWmfIFZASSU.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=debug&id=2baf228a794fa5e6ce156f90c249e2acbe3ef8b82df95059d904bc439c920cd2:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/3K/3kix6npCPnMRptrKPyZ4BmfBxIuUc05qX1NvQY8Q4NY.cache b/tmp/cache/assets/sprockets/v3.0/3K/3kix6npCPnMRptrKPyZ4BmfBxIuUc05qX1NvQY8Q4NY.cache
new file mode 100644
index 0000000..4a73af4
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/3K/3kix6npCPnMRptrKPyZ4BmfBxIuUc05qX1NvQY8Q4NY.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/3L/3LaYJRszJ4b5RP8fe_fZezVDGv96qD6gOV3OW8Zc2KU.cache b/tmp/cache/assets/sprockets/v3.0/3L/3LaYJRszJ4b5RP8fe_fZezVDGv96qD6gOV3OW8Zc2KU.cache
new file mode 100644
index 0000000..af3037d
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/3L/3LaYJRszJ4b5RP8fe_fZezVDGv96qD6gOV3OW8Zc2KU.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=debug&id=12e86d2a7f61ce2ecf4a076af150a9337564358abc944e55f59f2eea72a5c900:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/3O/3OyW1492CDsase6gWxWWifznyQln_CaXNCf_lCGmy-M.cache b/tmp/cache/assets/sprockets/v3.0/3O/3OyW1492CDsase6gWxWWifznyQln_CaXNCf_lCGmy-M.cache
new file mode 100644
index 0000000..496e1cf
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/3O/3OyW1492CDsase6gWxWWifznyQln_CaXNCf_lCGmy-M.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/3U/3U9I6JlzP7mRMGs-QLnlMYZrP38DL8P8JHtxbIdRndA.cache b/tmp/cache/assets/sprockets/v3.0/3U/3U9I6JlzP7mRMGs-QLnlMYZrP38DL8P8JHtxbIdRndA.cache
new file mode 100644
index 0000000..ba0d224
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/3U/3U9I6JlzP7mRMGs-QLnlMYZrP38DL8P8JHtxbIdRndA.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"9file-digest://app/assets/stylesheets/application.css;TTI")file-digest://app/assets/stylesheets;TTI"5file-digest://app/assets/stylesheets/animals.css;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/3W/3WPZpxprN9QcdQoeK7jDGTFNX0UiKtMR-WljQMyXo4c.cache b/tmp/cache/assets/sprockets/v3.0/3W/3WPZpxprN9QcdQoeK7jDGTFNX0UiKtMR-WljQMyXo4c.cache
new file mode 100644
index 0000000..9c26dd4
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/3W/3WPZpxprN9QcdQoeK7jDGTFNX0UiKtMR-WljQMyXo4c.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/3W/3WfqTy5VFZQfa95kbb-bixVhijcgDU33C10tVvdfr_8.cache b/tmp/cache/assets/sprockets/v3.0/3W/3WfqTy5VFZQfa95kbb-bixVhijcgDU33C10tVvdfr_8.cache
new file mode 100644
index 0000000..c5ab488
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/3W/3WfqTy5VFZQfa95kbb-bixVhijcgDU33C10tVvdfr_8.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/animals.css?type=text/css&pipeline=self&id=9dbbd1aaecdc025db54fd01b50cfd781241dba5e06b3799a4a038d691e45f589:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/3g/3gTPPIzZnV2mGnq7P6Jo6T4cVS8P-0qqBBox6QFG0ys.cache b/tmp/cache/assets/sprockets/v3.0/3g/3gTPPIzZnV2mGnq7P6Jo6T4cVS8P-0qqBBox6QFG0ys.cache
new file mode 100644
index 0000000..4e0016e
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/3g/3gTPPIzZnV2mGnq7P6Jo6T4cVS8P-0qqBBox6QFG0ys.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/3m/3mVyX8gUB6-g2NW3NcdVMImf89NYh9POHV5--mosWMU.cache b/tmp/cache/assets/sprockets/v3.0/3m/3mVyX8gUB6-g2NW3NcdVMImf89NYh9POHV5--mosWMU.cache
new file mode 100644
index 0000000..edd8a2e
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/3m/3mVyX8gUB6-g2NW3NcdVMImf89NYh9POHV5--mosWMU.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/3n/3nU2LsSoXfD-jWN4ceOlYlmmZHkUBTho8N1bepQA920.cache b/tmp/cache/assets/sprockets/v3.0/3n/3nU2LsSoXfD-jWN4ceOlYlmmZHkUBTho8N1bepQA920.cache
new file mode 100644
index 0000000..789e435
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/3n/3nU2LsSoXfD-jWN4ceOlYlmmZHkUBTho8N1bepQA920.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/40/40KVE0rrjZ6nobvPTboVK_YpSPPdNdoIAnBhNb2IghI.cache b/tmp/cache/assets/sprockets/v3.0/40/40KVE0rrjZ6nobvPTboVK_YpSPPdNdoIAnBhNb2IghI.cache
new file mode 100644
index 0000000..60f52bb
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/40/40KVE0rrjZ6nobvPTboVK_YpSPPdNdoIAnBhNb2IghI.cache
@@ -0,0 +1 @@
+"%AG{h tlmVNEf
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/40/40rmqldT5XTZvZaH3klJG9FuW6Ktd5Z2ao7NSu9ZaLU.cache b/tmp/cache/assets/sprockets/v3.0/40/40rmqldT5XTZvZaH3klJG9FuW6Ktd5Z2ao7NSu9ZaLU.cache
new file mode 100644
index 0000000..9871f2b
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/40/40rmqldT5XTZvZaH3klJG9FuW6Ktd5Z2ao7NSu9ZaLU.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/44/440fOhu4SiQJq6s-jPPWTr94Qp9EU7uvFRVuZqVGhng.cache b/tmp/cache/assets/sprockets/v3.0/44/440fOhu4SiQJq6s-jPPWTr94Qp9EU7uvFRVuZqVGhng.cache
new file mode 100644
index 0000000..cbb7c7e
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/44/440fOhu4SiQJq6s-jPPWTr94Qp9EU7uvFRVuZqVGhng.cache
@@ -0,0 +1 @@
+I"/Users/valliere/.rvm/gems/ruby-2.4.0/gems/jquery-rails-4.3.1/vendor/assets/javascripts/jquery_ujs.js?type=application/javascript&pipeline=self&id=e183468eaee3097405e2f448789a0278edaa4d1c4960c75d28135fb66cf81702:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/4J/4JlLRV5ALdjVD-e0iU6Zg7WYNrQtCfuQ9xwu_RQ02aQ.cache b/tmp/cache/assets/sprockets/v3.0/4J/4JlLRV5ALdjVD-e0iU6Zg7WYNrQtCfuQ9xwu_RQ02aQ.cache
new file mode 100644
index 0000000..fee127d
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/4J/4JlLRV5ALdjVD-e0iU6Zg7WYNrQtCfuQ9xwu_RQ02aQ.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=self&id=88ef8a663b230692b80cb76b4d0856f901fd7c3ba7893e3665c1ab8a5828e2b1:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/4Z/4ZV-M2DZvXIj_hgrYCLkynUgoTEb6gQPZADp0Lno_fY.cache b/tmp/cache/assets/sprockets/v3.0/4Z/4ZV-M2DZvXIj_hgrYCLkynUgoTEb6gQPZADp0Lno_fY.cache
new file mode 100644
index 0000000..e05f566
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/4Z/4ZV-M2DZvXIj_hgrYCLkynUgoTEb6gQPZADp0Lno_fY.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/4d/4dedFryG_TdelYZl6G3kojHDDww9l229KyxWL0CR7xc.cache b/tmp/cache/assets/sprockets/v3.0/4d/4dedFryG_TdelYZl6G3kojHDDww9l229KyxWL0CR7xc.cache
new file mode 100644
index 0000000..ab9eb35
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/4d/4dedFryG_TdelYZl6G3kojHDDww9l229KyxWL0CR7xc.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}
I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI"?processors:type=text/css&file_type=text/css&pipeline=debug;TTI"9file-digest://app/assets/stylesheets/application.css;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"5file-digest://app/assets/stylesheets/animals.css;TTI")file-digest://app/assets/stylesheets;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/4e/4ecldp7TtxXqHtWFWRkqJOLnJOdKOXI2vvcLEpBaI5w.cache b/tmp/cache/assets/sprockets/v3.0/4e/4ecldp7TtxXqHtWFWRkqJOLnJOdKOXI2vvcLEpBaI5w.cache
new file mode 100644
index 0000000..5e9dd54
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/4e/4ecldp7TtxXqHtWFWRkqJOLnJOdKOXI2vvcLEpBaI5w.cache
@@ -0,0 +1 @@
+"%7K^n\@?=
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/4r/4rKkLJok9mQ76wYATSYEZMHD2XFZD9Z_HxldmsVkdD4.cache b/tmp/cache/assets/sprockets/v3.0/4r/4rKkLJok9mQ76wYATSYEZMHD2XFZD9Z_HxldmsVkdD4.cache
new file mode 100644
index 0000000..ab9eb35
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/4r/4rKkLJok9mQ76wYATSYEZMHD2XFZD9Z_HxldmsVkdD4.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}
I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI"?processors:type=text/css&file_type=text/css&pipeline=debug;TTI"9file-digest://app/assets/stylesheets/application.css;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"5file-digest://app/assets/stylesheets/animals.css;TTI")file-digest://app/assets/stylesheets;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/4v/4v4EUgqDgw1eC1rbqxFoQLs5rCjG57ZhAw4QJg7_A-8.cache b/tmp/cache/assets/sprockets/v3.0/4v/4v4EUgqDgw1eC1rbqxFoQLs5rCjG57ZhAw4QJg7_A-8.cache
new file mode 100644
index 0000000..39acb8c
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/4v/4v4EUgqDgw1eC1rbqxFoQLs5rCjG57ZhAw4QJg7_A-8.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=debug&id=acccc77d8f067d035684bbf9d3d77656b31f6cedc563955dd6826369f9a6d598:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/53/53lDLPVJzToy20fqQn4fSnnxCS6Q55N_L2eGkcwr0TI.cache b/tmp/cache/assets/sprockets/v3.0/53/53lDLPVJzToy20fqQn4fSnnxCS6Q55N_L2eGkcwr0TI.cache
new file mode 100644
index 0000000..1ae158e
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/53/53lDLPVJzToy20fqQn4fSnnxCS6Q55N_L2eGkcwr0TI.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=debug&id=67a136b65fb4843b11aeeaef7ea9f1754289fb3845297d6d31990e5bc6346e95:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/53/53m3YUyZm6PGyu414nFJ1TZ3Pd6iVnS1bjNhnNAVKR0.cache b/tmp/cache/assets/sprockets/v3.0/53/53m3YUyZm6PGyu414nFJ1TZ3Pd6iVnS1bjNhnNAVKR0.cache
new file mode 100644
index 0000000..68215d7
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/53/53m3YUyZm6PGyu414nFJ1TZ3Pd6iVnS1bjNhnNAVKR0.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/5D/5DKbqy9-N4FboEDPYrSG04jJvaPaM7MZc0QJhhkH20Q.cache b/tmp/cache/assets/sprockets/v3.0/5D/5DKbqy9-N4FboEDPYrSG04jJvaPaM7MZc0QJhhkH20Q.cache
new file mode 100644
index 0000000..f818c60
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/5D/5DKbqy9-N4FboEDPYrSG04jJvaPaM7MZc0QJhhkH20Q.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/5H/5HyAhJGgZ4ACIpSAnbifGGlx4UayBmDNnh_DbyRx_JQ.cache b/tmp/cache/assets/sprockets/v3.0/5H/5HyAhJGgZ4ACIpSAnbifGGlx4UayBmDNnh_DbyRx_JQ.cache
new file mode 100644
index 0000000..5ea1e94
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/5H/5HyAhJGgZ4ACIpSAnbifGGlx4UayBmDNnh_DbyRx_JQ.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/5m/5mRHiORRJimSgXVyof-EB5kf_gPzQarCxiG6ue13G1Y.cache b/tmp/cache/assets/sprockets/v3.0/5m/5mRHiORRJimSgXVyof-EB5kf_gPzQarCxiG6ue13G1Y.cache
new file mode 100644
index 0000000..4d4c53f
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/5m/5mRHiORRJimSgXVyof-EB5kf_gPzQarCxiG6ue13G1Y.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/5r/5rhOrb4eBUNNYVF2DLN6rxRnvAE_LdcmIL9Yn52m5Qg.cache b/tmp/cache/assets/sprockets/v3.0/5r/5rhOrb4eBUNNYVF2DLN6rxRnvAE_LdcmIL9Yn52m5Qg.cache
new file mode 100644
index 0000000..5ee757d
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/5r/5rhOrb4eBUNNYVF2DLN6rxRnvAE_LdcmIL9Yn52m5Qg.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=debug&id=aa7e4cc35cf17332e59747755a0ce8c56fd3d969bac40c6968ab5ad3cd93cec5:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/67/67gR0tPYfdzhbuxNwEHs52_gMAPeB97V5OeQEjZRBCY.cache b/tmp/cache/assets/sprockets/v3.0/67/67gR0tPYfdzhbuxNwEHs52_gMAPeB97V5OeQEjZRBCY.cache
new file mode 100644
index 0000000..8a014d0
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/67/67gR0tPYfdzhbuxNwEHs52_gMAPeB97V5OeQEjZRBCY.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=self&id=092630d4a20fead01819e5a3c784bbddd791e8669b109b1f9a74d9ba4682201a:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/6K/6K4hnl1FAvM6zKgYQe2z5CE155mbV09ug58PPEqXPYc.cache b/tmp/cache/assets/sprockets/v3.0/6K/6K4hnl1FAvM6zKgYQe2z5CE155mbV09ug58PPEqXPYc.cache
new file mode 100644
index 0000000..ba0d224
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/6K/6K4hnl1FAvM6zKgYQe2z5CE155mbV09ug58PPEqXPYc.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"9file-digest://app/assets/stylesheets/application.css;TTI")file-digest://app/assets/stylesheets;TTI"5file-digest://app/assets/stylesheets/animals.css;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/6L/6LxHUKNQgFIf07FPN5PJigGSyNkmacMX_C5nOjJ-eSE.cache b/tmp/cache/assets/sprockets/v3.0/6L/6LxHUKNQgFIf07FPN5PJigGSyNkmacMX_C5nOjJ-eSE.cache
new file mode 100644
index 0000000..ba0d224
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/6L/6LxHUKNQgFIf07FPN5PJigGSyNkmacMX_C5nOjJ-eSE.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"9file-digest://app/assets/stylesheets/application.css;TTI")file-digest://app/assets/stylesheets;TTI"5file-digest://app/assets/stylesheets/animals.css;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/6M/6M2DavAhdDtiBw5_1aGk2qUL4pWD9x9jQ1gBlop83Wk.cache b/tmp/cache/assets/sprockets/v3.0/6M/6M2DavAhdDtiBw5_1aGk2qUL4pWD9x9jQ1gBlop83Wk.cache
new file mode 100644
index 0000000..ab9eb35
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/6M/6M2DavAhdDtiBw5_1aGk2qUL4pWD9x9jQ1gBlop83Wk.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}
I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI"?processors:type=text/css&file_type=text/css&pipeline=debug;TTI"9file-digest://app/assets/stylesheets/application.css;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"5file-digest://app/assets/stylesheets/animals.css;TTI")file-digest://app/assets/stylesheets;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/6M/6MzOaNvfg9tExb-RzZg3tYOqmRjU0A40JA0k3KQE6p0.cache b/tmp/cache/assets/sprockets/v3.0/6M/6MzOaNvfg9tExb-RzZg3tYOqmRjU0A40JA0k3KQE6p0.cache
new file mode 100644
index 0000000..2dda94d
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/6M/6MzOaNvfg9tExb-RzZg3tYOqmRjU0A40JA0k3KQE6p0.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/6W/6WHXjrB6b3xww1lIfcp_XilJbWxcleqrIObzVg3kHxE.cache b/tmp/cache/assets/sprockets/v3.0/6W/6WHXjrB6b3xww1lIfcp_XilJbWxcleqrIObzVg3kHxE.cache
new file mode 100644
index 0000000..ba0d224
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/6W/6WHXjrB6b3xww1lIfcp_XilJbWxcleqrIObzVg3kHxE.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"9file-digest://app/assets/stylesheets/application.css;TTI")file-digest://app/assets/stylesheets;TTI"5file-digest://app/assets/stylesheets/animals.css;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/6y/6ygKPcPBBI1zRo2lpb48pqWeDHDtqlVPhxxOyh5JqPY.cache b/tmp/cache/assets/sprockets/v3.0/6y/6ygKPcPBBI1zRo2lpb48pqWeDHDtqlVPhxxOyh5JqPY.cache
new file mode 100644
index 0000000..ba0d224
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/6y/6ygKPcPBBI1zRo2lpb48pqWeDHDtqlVPhxxOyh5JqPY.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"9file-digest://app/assets/stylesheets/application.css;TTI")file-digest://app/assets/stylesheets;TTI"5file-digest://app/assets/stylesheets/animals.css;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/6y/6ywi0FjHlgYG2QE3bud9wYeWQTV2UR8M46eBzlCFitQ.cache b/tmp/cache/assets/sprockets/v3.0/6y/6ywi0FjHlgYG2QE3bud9wYeWQTV2UR8M46eBzlCFitQ.cache
new file mode 100644
index 0000000..25129ed
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/6y/6ywi0FjHlgYG2QE3bud9wYeWQTV2UR8M46eBzlCFitQ.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/73/73vCYyV8FRV0xUglGdzkqs-i2jSFrDiMrLPhAGWNMSY.cache b/tmp/cache/assets/sprockets/v3.0/73/73vCYyV8FRV0xUglGdzkqs-i2jSFrDiMrLPhAGWNMSY.cache
new file mode 100644
index 0000000..4e9a7c2
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/73/73vCYyV8FRV0xUglGdzkqs-i2jSFrDiMrLPhAGWNMSY.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/animals.css?type=text/css&pipeline=self&id=08aacb1da5103c9530a9ae0f48c19b53e79426deee7711a6a65f7f89e3acd067:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/79/79VsYNdHt1lOXNHGmKyLEBVr6jXw3ONT0iHV00Osm9w.cache b/tmp/cache/assets/sprockets/v3.0/79/79VsYNdHt1lOXNHGmKyLEBVr6jXw3ONT0iHV00Osm9w.cache
new file mode 100644
index 0000000..9c22d31
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/79/79VsYNdHt1lOXNHGmKyLEBVr6jXw3ONT0iHV00Osm9w.cache
@@ -0,0 +1 @@
+"%<X̀#+,(o
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/7B/7B2IDtwdUjRezNVfNwjVwKsewjPgIFvyUFGU4dBQFxQ.cache b/tmp/cache/assets/sprockets/v3.0/7B/7B2IDtwdUjRezNVfNwjVwKsewjPgIFvyUFGU4dBQFxQ.cache
new file mode 100644
index 0000000..f9bdf5d
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/7B/7B2IDtwdUjRezNVfNwjVwKsewjPgIFvyUFGU4dBQFxQ.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/7S/7Su-MayUbnm_n5dpfARXee_ADyRESKdCHZoT1_xg68U.cache b/tmp/cache/assets/sprockets/v3.0/7S/7Su-MayUbnm_n5dpfARXee_ADyRESKdCHZoT1_xg68U.cache
new file mode 100644
index 0000000..23647b2
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/7S/7Su-MayUbnm_n5dpfARXee_ADyRESKdCHZoT1_xg68U.cache
@@ -0,0 +1 @@
+"%+y8czݦY.[$4
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/7U/7UkmpzWd-YtDRNkOsixqDdiK15aIa01R6S3qrOWztwY.cache b/tmp/cache/assets/sprockets/v3.0/7U/7UkmpzWd-YtDRNkOsixqDdiK15aIa01R6S3qrOWztwY.cache
new file mode 100644
index 0000000..64aa031
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/7U/7UkmpzWd-YtDRNkOsixqDdiK15aIa01R6S3qrOWztwY.cache
@@ -0,0 +1 @@
+"%|I3{Ku,oD;oTjbM
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/7d/7ddnvCagXuyCYOME0w5MuIbaxP-Yv8KGxDnZyDxBHkY.cache b/tmp/cache/assets/sprockets/v3.0/7d/7ddnvCagXuyCYOME0w5MuIbaxP-Yv8KGxDnZyDxBHkY.cache
new file mode 100644
index 0000000..0f56ef1
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/7d/7ddnvCagXuyCYOME0w5MuIbaxP-Yv8KGxDnZyDxBHkY.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=self&id=59e8989e0a1ba05dc20086082ef7954261bd1fc084da2845e6cd49888770067a:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/7m/7mJTmEFfRBSlQYSo46safshKGwiYRpymO2_E9WxWEt8.cache b/tmp/cache/assets/sprockets/v3.0/7m/7mJTmEFfRBSlQYSo46safshKGwiYRpymO2_E9WxWEt8.cache
new file mode 100644
index 0000000..ab9eb35
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/7m/7mJTmEFfRBSlQYSo46safshKGwiYRpymO2_E9WxWEt8.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}
I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI"?processors:type=text/css&file_type=text/css&pipeline=debug;TTI"9file-digest://app/assets/stylesheets/application.css;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"5file-digest://app/assets/stylesheets/animals.css;TTI")file-digest://app/assets/stylesheets;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/7n/7nKfpp-JWYDy-iYnRzQuh8uF9sQzW3xIPvPGrvpBsfk.cache b/tmp/cache/assets/sprockets/v3.0/7n/7nKfpp-JWYDy-iYnRzQuh8uF9sQzW3xIPvPGrvpBsfk.cache
new file mode 100644
index 0000000..8ef9e34
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/7n/7nKfpp-JWYDy-iYnRzQuh8uF9sQzW3xIPvPGrvpBsfk.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/7w/7wPl9vTg_F39FtigKaAMfD4er5Va2G4bEGUfMP4SwqQ.cache b/tmp/cache/assets/sprockets/v3.0/7w/7wPl9vTg_F39FtigKaAMfD4er5Va2G4bEGUfMP4SwqQ.cache
new file mode 100644
index 0000000..11ce22e
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/7w/7wPl9vTg_F39FtigKaAMfD4er5Va2G4bEGUfMP4SwqQ.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/83/83Sw-28dly_B7Bw08zo76yxpRpS-53GFcx3rDWfRIls.cache b/tmp/cache/assets/sprockets/v3.0/83/83Sw-28dly_B7Bw08zo76yxpRpS-53GFcx3rDWfRIls.cache
new file mode 100644
index 0000000..ba0d224
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/83/83Sw-28dly_B7Bw08zo76yxpRpS-53GFcx3rDWfRIls.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"9file-digest://app/assets/stylesheets/application.css;TTI")file-digest://app/assets/stylesheets;TTI"5file-digest://app/assets/stylesheets/animals.css;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/8J/8JZiA2b2AFlXDUzPgRLPerh7t98_upOmUW2VBAOrL0U.cache b/tmp/cache/assets/sprockets/v3.0/8J/8JZiA2b2AFlXDUzPgRLPerh7t98_upOmUW2VBAOrL0U.cache
new file mode 100644
index 0000000..4740572
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/8J/8JZiA2b2AFlXDUzPgRLPerh7t98_upOmUW2VBAOrL0U.cache
@@ -0,0 +1 @@
+I"app/assets/javascripts/application.js?type=application/javascript&id=b524a1bf5e21f9c533d1eb955415de9ef21737f22168e6cdcd9bcefa4699882e:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/8L/8LjbEpsInm8rUExrziBv9dcvHEBgF-HbYtKLaqdD54E.cache b/tmp/cache/assets/sprockets/v3.0/8L/8LjbEpsInm8rUExrziBv9dcvHEBgF-HbYtKLaqdD54E.cache
new file mode 100644
index 0000000..cec81bc
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/8L/8LjbEpsInm8rUExrziBv9dcvHEBgF-HbYtKLaqdD54E.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=debug&id=83f2f3c0d0294c4c1bf209a41eed0380e0e2bf8824f7fb18068d075d838863a6:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/8g/8g1MQ7zPj5B7KT17Hbj8bb3VA1Ovrmdf7dobgikOSv4.cache b/tmp/cache/assets/sprockets/v3.0/8g/8g1MQ7zPj5B7KT17Hbj8bb3VA1Ovrmdf7dobgikOSv4.cache
new file mode 100644
index 0000000..bf3c43b
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/8g/8g1MQ7zPj5B7KT17Hbj8bb3VA1Ovrmdf7dobgikOSv4.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=self&id=519a2c37eddb83e9e044c6fc84a7a39fdc443ef1fd23a6356c14b1ef1c53f5a2:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/8h/8hnzWjEvUm3-U2teIAGIHEbThbynyhOqqPZ4c7Z89pA.cache b/tmp/cache/assets/sprockets/v3.0/8h/8hnzWjEvUm3-U2teIAGIHEbThbynyhOqqPZ4c7Z89pA.cache
new file mode 100644
index 0000000..ba0d224
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/8h/8hnzWjEvUm3-U2teIAGIHEbThbynyhOqqPZ4c7Z89pA.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"9file-digest://app/assets/stylesheets/application.css;TTI")file-digest://app/assets/stylesheets;TTI"5file-digest://app/assets/stylesheets/animals.css;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/8r/8rLwKXg3V-u6S8Fh0vIZVoBEZynqVd0-8ozkwq1UDHc.cache b/tmp/cache/assets/sprockets/v3.0/8r/8rLwKXg3V-u6S8Fh0vIZVoBEZynqVd0-8ozkwq1UDHc.cache
new file mode 100644
index 0000000..11c03a9
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/8r/8rLwKXg3V-u6S8Fh0vIZVoBEZynqVd0-8ozkwq1UDHc.cache
@@ -0,0 +1 @@
+I"app/assets/javascripts/animals.coffee?type=application/javascript&pipeline=self&id=b321e23b511bbc22ccb41c90d1fabbfb802b32e4c8af009fb37c7b0a5f201d22:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/8r/8rhjhl2gjcp6DQ5941aU-c7iNvo2jR8XsOJknRpc3Fw.cache b/tmp/cache/assets/sprockets/v3.0/8r/8rhjhl2gjcp6DQ5941aU-c7iNvo2jR8XsOJknRpc3Fw.cache
new file mode 100644
index 0000000..db4f8d7
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/8r/8rhjhl2gjcp6DQ5941aU-c7iNvo2jR8XsOJknRpc3Fw.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=debug&id=65fac6dbc158d1d3e441fff59232f248134c5c79ec7196dabfa9b0d47a6971ac:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/91/91YXFGXhLOcxPy31MV39G2hacOfRSiqp8PraxaoItdI.cache b/tmp/cache/assets/sprockets/v3.0/91/91YXFGXhLOcxPy31MV39G2hacOfRSiqp8PraxaoItdI.cache
new file mode 100644
index 0000000..ba0d224
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/91/91YXFGXhLOcxPy31MV39G2hacOfRSiqp8PraxaoItdI.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"9file-digest://app/assets/stylesheets/application.css;TTI")file-digest://app/assets/stylesheets;TTI"5file-digest://app/assets/stylesheets/animals.css;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/93/93UBomYerOniTjM57bCWViRy5QX5M3f3ivsqsexDfjg.cache b/tmp/cache/assets/sprockets/v3.0/93/93UBomYerOniTjM57bCWViRy5QX5M3f3ivsqsexDfjg.cache
new file mode 100644
index 0000000..ab9eb35
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/93/93UBomYerOniTjM57bCWViRy5QX5M3f3ivsqsexDfjg.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}
I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI"?processors:type=text/css&file_type=text/css&pipeline=debug;TTI"9file-digest://app/assets/stylesheets/application.css;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"5file-digest://app/assets/stylesheets/animals.css;TTI")file-digest://app/assets/stylesheets;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/99/993C5rfqw88kn1p6yVTihIl2g9Xjtoh5duJ2dbj9smE.cache b/tmp/cache/assets/sprockets/v3.0/99/993C5rfqw88kn1p6yVTihIl2g9Xjtoh5duJ2dbj9smE.cache
new file mode 100644
index 0000000..7de2e58
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/99/993C5rfqw88kn1p6yVTihIl2g9Xjtoh5duJ2dbj9smE.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/animals.css?type=text/css&pipeline=self&id=42039364d5456caf0384b31164669efd62b8c73958e5e2d9175caa1eab74077f:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/9J/9JrBkiTlCgfaOy3OT5UODHUayd8PDmyAqaQ5oBB52MQ.cache b/tmp/cache/assets/sprockets/v3.0/9J/9JrBkiTlCgfaOy3OT5UODHUayd8PDmyAqaQ5oBB52MQ.cache
new file mode 100644
index 0000000..ab9eb35
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/9J/9JrBkiTlCgfaOy3OT5UODHUayd8PDmyAqaQ5oBB52MQ.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}
I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI"?processors:type=text/css&file_type=text/css&pipeline=debug;TTI"9file-digest://app/assets/stylesheets/application.css;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"5file-digest://app/assets/stylesheets/animals.css;TTI")file-digest://app/assets/stylesheets;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/9K/9KFr-m69lE3ikJ7qR49Gu4Efl2UAkdnScEjhUZiNdUY.cache b/tmp/cache/assets/sprockets/v3.0/9K/9KFr-m69lE3ikJ7qR49Gu4Efl2UAkdnScEjhUZiNdUY.cache
new file mode 100644
index 0000000..827d742
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/9K/9KFr-m69lE3ikJ7qR49Gu4Efl2UAkdnScEjhUZiNdUY.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/9K/9kgisyhsjbZauR8isc61AMu2Ccf5o5SS5SlHWTCs5Io.cache b/tmp/cache/assets/sprockets/v3.0/9K/9kgisyhsjbZauR8isc61AMu2Ccf5o5SS5SlHWTCs5Io.cache
new file mode 100644
index 0000000..013f95f
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/9K/9kgisyhsjbZauR8isc61AMu2Ccf5o5SS5SlHWTCs5Io.cache
@@ -0,0 +1 @@
+"%\k86,7`07zaEu@6{!
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/9L/9LJZgkNsHYtzYMOUe8PYgOkcXiDRUzlzuN1WjZkCK54.cache b/tmp/cache/assets/sprockets/v3.0/9L/9LJZgkNsHYtzYMOUe8PYgOkcXiDRUzlzuN1WjZkCK54.cache
new file mode 100644
index 0000000..157347f
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/9L/9LJZgkNsHYtzYMOUe8PYgOkcXiDRUzlzuN1WjZkCK54.cache
@@ -0,0 +1,3 @@
+[o:Set:
+@hash}
+I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"5file-digest://app/assets/stylesheets/animals.css;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/9M/9MOaY7zEAjm5qoGlGfg338WPg89in83mSLFVW0Q-pbc.cache b/tmp/cache/assets/sprockets/v3.0/9M/9MOaY7zEAjm5qoGlGfg338WPg89in83mSLFVW0Q-pbc.cache
new file mode 100644
index 0000000..157347f
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/9M/9MOaY7zEAjm5qoGlGfg338WPg89in83mSLFVW0Q-pbc.cache
@@ -0,0 +1,3 @@
+[o:Set:
+@hash}
+I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"5file-digest://app/assets/stylesheets/animals.css;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/9R/9RVg6BPMlzcGBVnrOAbJZmJIaYqsAPT3s79GRDxfkBQ.cache b/tmp/cache/assets/sprockets/v3.0/9R/9RVg6BPMlzcGBVnrOAbJZmJIaYqsAPT3s79GRDxfkBQ.cache
new file mode 100644
index 0000000..24453f9
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/9R/9RVg6BPMlzcGBVnrOAbJZmJIaYqsAPT3s79GRDxfkBQ.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/9w/9weOPlN_wp629kxmUqpKsyLLD4-jeHmJtRtiKPHG-VQ.cache b/tmp/cache/assets/sprockets/v3.0/9w/9weOPlN_wp629kxmUqpKsyLLD4-jeHmJtRtiKPHG-VQ.cache
new file mode 100644
index 0000000..9181e9c
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/9w/9weOPlN_wp629kxmUqpKsyLLD4-jeHmJtRtiKPHG-VQ.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/A2/A2aCrI7RgTh_9age4j70kX_1rfYZuwNSeUDPK4EREfA.cache b/tmp/cache/assets/sprockets/v3.0/A2/A2aCrI7RgTh_9age4j70kX_1rfYZuwNSeUDPK4EREfA.cache
new file mode 100644
index 0000000..455e8ff
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/A2/A2aCrI7RgTh_9age4j70kX_1rfYZuwNSeUDPK4EREfA.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/AQ/AQUVTQDi5Kj2TOT_lt_Jq-XukjHJREKqpFOBERwBy_I.cache b/tmp/cache/assets/sprockets/v3.0/AQ/AQUVTQDi5Kj2TOT_lt_Jq-XukjHJREKqpFOBERwBy_I.cache
new file mode 100644
index 0000000..ab9eb35
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/AQ/AQUVTQDi5Kj2TOT_lt_Jq-XukjHJREKqpFOBERwBy_I.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}
I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI"?processors:type=text/css&file_type=text/css&pipeline=debug;TTI"9file-digest://app/assets/stylesheets/application.css;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"5file-digest://app/assets/stylesheets/animals.css;TTI")file-digest://app/assets/stylesheets;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/Af/AfHVv4gmM020Tm6OVOQR3NOyzLHqTZNeSa9fATwxggk.cache b/tmp/cache/assets/sprockets/v3.0/Af/AfHVv4gmM020Tm6OVOQR3NOyzLHqTZNeSa9fATwxggk.cache
new file mode 100644
index 0000000..ab9eb35
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/Af/AfHVv4gmM020Tm6OVOQR3NOyzLHqTZNeSa9fATwxggk.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}
I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI"?processors:type=text/css&file_type=text/css&pipeline=debug;TTI"9file-digest://app/assets/stylesheets/application.css;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"5file-digest://app/assets/stylesheets/animals.css;TTI")file-digest://app/assets/stylesheets;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/Ay/Ay64In53sRT7MiV8vjCLwLJKmYRd8j9LMHZOt6ghiHY.cache b/tmp/cache/assets/sprockets/v3.0/Ay/Ay64In53sRT7MiV8vjCLwLJKmYRd8j9LMHZOt6ghiHY.cache
new file mode 100644
index 0000000..ab9eb35
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/Ay/Ay64In53sRT7MiV8vjCLwLJKmYRd8j9LMHZOt6ghiHY.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}
I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI"?processors:type=text/css&file_type=text/css&pipeline=debug;TTI"9file-digest://app/assets/stylesheets/application.css;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"5file-digest://app/assets/stylesheets/animals.css;TTI")file-digest://app/assets/stylesheets;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/Bi/BiTyAsrb2zqe7uFWnYWN5XQ1q5Q_lcm5TwiAjlKV2mM.cache b/tmp/cache/assets/sprockets/v3.0/Bi/BiTyAsrb2zqe7uFWnYWN5XQ1q5Q_lcm5TwiAjlKV2mM.cache
new file mode 100644
index 0000000..025a44d
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/Bi/BiTyAsrb2zqe7uFWnYWN5XQ1q5Q_lcm5TwiAjlKV2mM.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=debug&id=f02721201cc65f3210a12604aaf20d822b2b199b1d46081cd1fc7b3620ed55c5:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/Bl/BlnxUnT4dr59Dz2iDYzsCmL-3OE4PqcG6BlUS-47eKg.cache b/tmp/cache/assets/sprockets/v3.0/Bl/BlnxUnT4dr59Dz2iDYzsCmL-3OE4PqcG6BlUS-47eKg.cache
new file mode 100644
index 0000000..07d7aab
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/Bl/BlnxUnT4dr59Dz2iDYzsCmL-3OE4PqcG6BlUS-47eKg.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/Bl/bLH3Fzk5fpqPAGc3bluTNdKzWeof7F0QsLy0GXA3cBs.cache b/tmp/cache/assets/sprockets/v3.0/Bl/bLH3Fzk5fpqPAGc3bluTNdKzWeof7F0QsLy0GXA3cBs.cache
new file mode 100644
index 0000000..7dcb012
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/Bl/bLH3Fzk5fpqPAGc3bluTNdKzWeof7F0QsLy0GXA3cBs.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=self&id=4b0acb0595c1e267d02f796305001c8ba2adcc6935c87324a4faa9a69c223e55:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/Bu/Bu3WTRyzO_-hStxd7J0Rr5uEYgqSfrBZIt4qxElUASY.cache b/tmp/cache/assets/sprockets/v3.0/Bu/Bu3WTRyzO_-hStxd7J0Rr5uEYgqSfrBZIt4qxElUASY.cache
new file mode 100644
index 0000000..6c653aa
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/Bu/Bu3WTRyzO_-hStxd7J0Rr5uEYgqSfrBZIt4qxElUASY.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=debug&id=dea668e1fd6eb8381e3b94063474df2c8405316633ab7268e14c1ac3dad02dee:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/Bu/bUDw8XQoVOYWlVxEha5XdGDW60vjk3v5m69sdyTs7C0.cache b/tmp/cache/assets/sprockets/v3.0/Bu/bUDw8XQoVOYWlVxEha5XdGDW60vjk3v5m69sdyTs7C0.cache
new file mode 100644
index 0000000..ab9eb35
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/Bu/bUDw8XQoVOYWlVxEha5XdGDW60vjk3v5m69sdyTs7C0.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}
I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI"?processors:type=text/css&file_type=text/css&pipeline=debug;TTI"9file-digest://app/assets/stylesheets/application.css;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"5file-digest://app/assets/stylesheets/animals.css;TTI")file-digest://app/assets/stylesheets;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/Bx/BxzoG0KxeNLac4xTNeJv3qfeytbNBw58xj2zD-xdbrE.cache b/tmp/cache/assets/sprockets/v3.0/Bx/BxzoG0KxeNLac4xTNeJv3qfeytbNBw58xj2zD-xdbrE.cache
new file mode 100644
index 0000000..4ef1497
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/Bx/BxzoG0KxeNLac4xTNeJv3qfeytbNBw58xj2zD-xdbrE.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/C0/C0G2Hca6VnPVgdBGw_kdGkNvPnpVObFkEmZnOrwYqcE.cache b/tmp/cache/assets/sprockets/v3.0/C0/C0G2Hca6VnPVgdBGw_kdGkNvPnpVObFkEmZnOrwYqcE.cache
new file mode 100644
index 0000000..628b421
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/C0/C0G2Hca6VnPVgdBGw_kdGkNvPnpVObFkEmZnOrwYqcE.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/animals.css?type=text/css&pipeline=self&id=bcc0a4b3259327daa661c018c3c3654a6ae804345eb194fef0b135ef74d26767:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/C1/C1Z_K4r-SK48DlvwJOThKgLiR9FbgOTt0fwMisSglQQ.cache b/tmp/cache/assets/sprockets/v3.0/C1/C1Z_K4r-SK48DlvwJOThKgLiR9FbgOTt0fwMisSglQQ.cache
new file mode 100644
index 0000000..00a27e3
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/C1/C1Z_K4r-SK48DlvwJOThKgLiR9FbgOTt0fwMisSglQQ.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/CJ/CJY3UPAWe5d7Cqj6Biot0g_uJI3ImT_YjGv5WmnZJpI.cache b/tmp/cache/assets/sprockets/v3.0/CJ/CJY3UPAWe5d7Cqj6Biot0g_uJI3ImT_YjGv5WmnZJpI.cache
new file mode 100644
index 0000000..e09acd3
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/CJ/CJY3UPAWe5d7Cqj6Biot0g_uJI3ImT_YjGv5WmnZJpI.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/Ca/CaqVfVALb2M3NFwDmPdbYqAV4AxQeJ2vKzP2jrJi-2w.cache b/tmp/cache/assets/sprockets/v3.0/Ca/CaqVfVALb2M3NFwDmPdbYqAV4AxQeJ2vKzP2jrJi-2w.cache
new file mode 100644
index 0000000..24e7981
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/Ca/CaqVfVALb2M3NFwDmPdbYqAV4AxQeJ2vKzP2jrJi-2w.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/Ca/cAKd5-65BlVXeCSN9Jvl4Z9Ua7x8BKVuCzC25tLccA0.cache b/tmp/cache/assets/sprockets/v3.0/Ca/cAKd5-65BlVXeCSN9Jvl4Z9Ua7x8BKVuCzC25tLccA0.cache
new file mode 100644
index 0000000..ab9eb35
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/Ca/cAKd5-65BlVXeCSN9Jvl4Z9Ua7x8BKVuCzC25tLccA0.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}
I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI"?processors:type=text/css&file_type=text/css&pipeline=debug;TTI"9file-digest://app/assets/stylesheets/application.css;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"5file-digest://app/assets/stylesheets/animals.css;TTI")file-digest://app/assets/stylesheets;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/Ca/caFPOIoeogg-eKxduTu1sB38nswkmC0b1e42FTsts14.cache b/tmp/cache/assets/sprockets/v3.0/Ca/caFPOIoeogg-eKxduTu1sB38nswkmC0b1e42FTsts14.cache
new file mode 100644
index 0000000..c041e55
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/Ca/caFPOIoeogg-eKxduTu1sB38nswkmC0b1e42FTsts14.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/Cf/CFgafgf6cmJ-AqB2OERpmgFknjSDhSzDcpGZKRQPlrg.cache b/tmp/cache/assets/sprockets/v3.0/Cf/CFgafgf6cmJ-AqB2OERpmgFknjSDhSzDcpGZKRQPlrg.cache
new file mode 100644
index 0000000..ab9eb35
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/Cf/CFgafgf6cmJ-AqB2OERpmgFknjSDhSzDcpGZKRQPlrg.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}
I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI"?processors:type=text/css&file_type=text/css&pipeline=debug;TTI"9file-digest://app/assets/stylesheets/application.css;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"5file-digest://app/assets/stylesheets/animals.css;TTI")file-digest://app/assets/stylesheets;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/Cf/CfxZzmXpiQxM81uKZMvr5TrIAQ1uh_WEci36lbWJp8w.cache b/tmp/cache/assets/sprockets/v3.0/Cf/CfxZzmXpiQxM81uKZMvr5TrIAQ1uh_WEci36lbWJp8w.cache
new file mode 100644
index 0000000..ca7c18e
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/Cf/CfxZzmXpiQxM81uKZMvr5TrIAQ1uh_WEci36lbWJp8w.cache
@@ -0,0 +1 @@
+"%s0U?OXT;]m?:
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/Ch/CH-_1U9qkWz5fi6VjvXKzc-em2fxoacCDIs_V3wHm8E.cache b/tmp/cache/assets/sprockets/v3.0/Ch/CH-_1U9qkWz5fi6VjvXKzc-em2fxoacCDIs_V3wHm8E.cache
new file mode 100644
index 0000000..580b0a4
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/Ch/CH-_1U9qkWz5fi6VjvXKzc-em2fxoacCDIs_V3wHm8E.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=debug&id=3d96029f929d50d63e8b542f2e38c49c5db92aa106916ca532af7c49a4022b8b:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/Ch/ChNOqovM_hgqNejm0PVswfgRONZzJ2lXveujr889AFA.cache b/tmp/cache/assets/sprockets/v3.0/Ch/ChNOqovM_hgqNejm0PVswfgRONZzJ2lXveujr889AFA.cache
new file mode 100644
index 0000000..ba0d224
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/Ch/ChNOqovM_hgqNejm0PVswfgRONZzJ2lXveujr889AFA.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"9file-digest://app/assets/stylesheets/application.css;TTI")file-digest://app/assets/stylesheets;TTI"5file-digest://app/assets/stylesheets/animals.css;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/Cw/CwWrV7BEi7jQj_kAWr6cBJPh-RsUek1M4bJhfLpA4vU.cache b/tmp/cache/assets/sprockets/v3.0/Cw/CwWrV7BEi7jQj_kAWr6cBJPh-RsUek1M4bJhfLpA4vU.cache
new file mode 100644
index 0000000..3da86f5
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/Cw/CwWrV7BEi7jQj_kAWr6cBJPh-RsUek1M4bJhfLpA4vU.cache
@@ -0,0 +1 @@
+"%q Y_P\)0uH
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/Cw/cwsh2hXY8oeMgEkK1SuHImMGjhQbW04Klgf07k-LTms.cache b/tmp/cache/assets/sprockets/v3.0/Cw/cwsh2hXY8oeMgEkK1SuHImMGjhQbW04Klgf07k-LTms.cache
new file mode 100644
index 0000000..984ab97
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/Cw/cwsh2hXY8oeMgEkK1SuHImMGjhQbW04Klgf07k-LTms.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=debug&id=d0f273b12b0928b170320a268297329dc1993d24d99e93cc06a2b5dc6b092857:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/D0/D09mGBtKUsU9vsB6iPbEBb5SdaSVX-PXs3GGaF1yEsU.cache b/tmp/cache/assets/sprockets/v3.0/D0/D09mGBtKUsU9vsB6iPbEBb5SdaSVX-PXs3GGaF1yEsU.cache
new file mode 100644
index 0000000..89ee933
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/D0/D09mGBtKUsU9vsB6iPbEBb5SdaSVX-PXs3GGaF1yEsU.cache
@@ -0,0 +1 @@
+"%GoQ$NΖN XTk
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/D6/D6zEsDaTDOyXcJ0K_dtGj4-HYXgrWsCMfgDp_m4W6_M.cache b/tmp/cache/assets/sprockets/v3.0/D6/D6zEsDaTDOyXcJ0K_dtGj4-HYXgrWsCMfgDp_m4W6_M.cache
new file mode 100644
index 0000000..a4a5678
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/D6/D6zEsDaTDOyXcJ0K_dtGj4-HYXgrWsCMfgDp_m4W6_M.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/D9/D9dD4zI0XjY2SC9ceytwWRJtBVDapUOLqH38kPY89T0.cache b/tmp/cache/assets/sprockets/v3.0/D9/D9dD4zI0XjY2SC9ceytwWRJtBVDapUOLqH38kPY89T0.cache
new file mode 100644
index 0000000..20d966c
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/D9/D9dD4zI0XjY2SC9ceytwWRJtBVDapUOLqH38kPY89T0.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=self&id=b708d1d1d684dfdce040d8ae5258fdd88bd58a4b59c20badcab2a4ea983ff6e5:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/DC/DCq27KDBdJqvGvRjpjxgqZoq56ZEDH_GvazFF_MnaXA.cache b/tmp/cache/assets/sprockets/v3.0/DC/DCq27KDBdJqvGvRjpjxgqZoq56ZEDH_GvazFF_MnaXA.cache
new file mode 100644
index 0000000..60c2e39
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/DC/DCq27KDBdJqvGvRjpjxgqZoq56ZEDH_GvazFF_MnaXA.cache
@@ -0,0 +1 @@
+"%1'+_xs3yT`wֳf`N{processors:type=text/css&file_type=text/css&pipeline=self;TTI"9file-digest://app/assets/stylesheets/application.css;TTI")file-digest://app/assets/stylesheets;TTI"5file-digest://app/assets/stylesheets/animals.css;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/Dz/Dz_Wc6htftP3UHixtKteOkqbnEJMRsUJMCxq6rCfLYY.cache b/tmp/cache/assets/sprockets/v3.0/Dz/Dz_Wc6htftP3UHixtKteOkqbnEJMRsUJMCxq6rCfLYY.cache
new file mode 100644
index 0000000..6305e5c
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/Dz/Dz_Wc6htftP3UHixtKteOkqbnEJMRsUJMCxq6rCfLYY.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/EJ/EJzTuoGonB6E9rkR-nczD__bl-z0A2LBS87GEE7zX94.cache b/tmp/cache/assets/sprockets/v3.0/EJ/EJzTuoGonB6E9rkR-nczD__bl-z0A2LBS87GEE7zX94.cache
new file mode 100644
index 0000000..ab9eb35
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/EJ/EJzTuoGonB6E9rkR-nczD__bl-z0A2LBS87GEE7zX94.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}
I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI"?processors:type=text/css&file_type=text/css&pipeline=debug;TTI"9file-digest://app/assets/stylesheets/application.css;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"5file-digest://app/assets/stylesheets/animals.css;TTI")file-digest://app/assets/stylesheets;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/EL/ELI7cnWi4wog8Tso1r5-uCfZFllryMDNdg3RDdQjyQk.cache b/tmp/cache/assets/sprockets/v3.0/EL/ELI7cnWi4wog8Tso1r5-uCfZFllryMDNdg3RDdQjyQk.cache
new file mode 100644
index 0000000..157347f
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/EL/ELI7cnWi4wog8Tso1r5-uCfZFllryMDNdg3RDdQjyQk.cache
@@ -0,0 +1,3 @@
+[o:Set:
+@hash}
+I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"5file-digest://app/assets/stylesheets/animals.css;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/EL/ELpgOiGQqwo7V6sGSn7O5yLkQtOjQBz8dxyaDUGaeyo.cache b/tmp/cache/assets/sprockets/v3.0/EL/ELpgOiGQqwo7V6sGSn7O5yLkQtOjQBz8dxyaDUGaeyo.cache
new file mode 100644
index 0000000..15c694c
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/EL/ELpgOiGQqwo7V6sGSn7O5yLkQtOjQBz8dxyaDUGaeyo.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/EZ/EZfUswsAb4fN3cgfZVNuJb7uvS7g6SrlrFdt7YBHf3M.cache b/tmp/cache/assets/sprockets/v3.0/EZ/EZfUswsAb4fN3cgfZVNuJb7uvS7g6SrlrFdt7YBHf3M.cache
new file mode 100644
index 0000000..2a4600c
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/EZ/EZfUswsAb4fN3cgfZVNuJb7uvS7g6SrlrFdt7YBHf3M.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/E_/E_vBA2LS4GnbjmktMZ9oEhgafJVL8JhM5oH3ntcXYrM.cache b/tmp/cache/assets/sprockets/v3.0/E_/E_vBA2LS4GnbjmktMZ9oEhgafJVL8JhM5oH3ntcXYrM.cache
new file mode 100644
index 0000000..f19efa1
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/E_/E_vBA2LS4GnbjmktMZ9oEhgafJVL8JhM5oH3ntcXYrM.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=debug&id=1c138c7ed8ab7ecbdc5ec676fff418a07a6ad18e68e41d7f4d084dd9e54fbb98:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/En/En2paQ1g8tf-nA-bDPNEBI29eT-yuGN1m0Hs-dYG188.cache b/tmp/cache/assets/sprockets/v3.0/En/En2paQ1g8tf-nA-bDPNEBI29eT-yuGN1m0Hs-dYG188.cache
new file mode 100644
index 0000000..ca7c18e
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/En/En2paQ1g8tf-nA-bDPNEBI29eT-yuGN1m0Hs-dYG188.cache
@@ -0,0 +1 @@
+"%s0U?OXT;]m?:
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/FO/FOpqc-LnKIqHSkmlrPKj5DcC-7Wsg2QonfYNfKwo30U.cache b/tmp/cache/assets/sprockets/v3.0/FO/FOpqc-LnKIqHSkmlrPKj5DcC-7Wsg2QonfYNfKwo30U.cache
new file mode 100644
index 0000000..ff9124f
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/FO/FOpqc-LnKIqHSkmlrPKj5DcC-7Wsg2QonfYNfKwo30U.cache
@@ -0,0 +1 @@
+"%D#+R=@7|(
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/FP/FPC4cmGfV2J0DYNQM3HazMZ4MHD6snp8iTS9OeNDq7s.cache b/tmp/cache/assets/sprockets/v3.0/FP/FPC4cmGfV2J0DYNQM3HazMZ4MHD6snp8iTS9OeNDq7s.cache
new file mode 100644
index 0000000..74c4b76
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/FP/FPC4cmGfV2J0DYNQM3HazMZ4MHD6snp8iTS9OeNDq7s.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=self&id=a1cfc4ea475c6e340b1ae456e4b91672408869fa9845407aad20673e9d5279dc:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/FW/FWcxAI9gOuZ4SFhkjS6QjuDuTazEElZnPAPwmNjGEv4.cache b/tmp/cache/assets/sprockets/v3.0/FW/FWcxAI9gOuZ4SFhkjS6QjuDuTazEElZnPAPwmNjGEv4.cache
new file mode 100644
index 0000000..ba0d224
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/FW/FWcxAI9gOuZ4SFhkjS6QjuDuTazEElZnPAPwmNjGEv4.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"9file-digest://app/assets/stylesheets/application.css;TTI")file-digest://app/assets/stylesheets;TTI"5file-digest://app/assets/stylesheets/animals.css;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/Fa/Fam-WgqPZcvLE0Re5ua_tRXdb9-km8dYDVet7JI3TgA.cache b/tmp/cache/assets/sprockets/v3.0/Fa/Fam-WgqPZcvLE0Re5ua_tRXdb9-km8dYDVet7JI3TgA.cache
new file mode 100644
index 0000000..ba0d224
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/Fa/Fam-WgqPZcvLE0Re5ua_tRXdb9-km8dYDVet7JI3TgA.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"9file-digest://app/assets/stylesheets/application.css;TTI")file-digest://app/assets/stylesheets;TTI"5file-digest://app/assets/stylesheets/animals.css;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/Fb/FbxiAC3ujdjXpKpOzToXCuYdF_GAUEI8MdRQOFlCmdM.cache b/tmp/cache/assets/sprockets/v3.0/Fb/FbxiAC3ujdjXpKpOzToXCuYdF_GAUEI8MdRQOFlCmdM.cache
new file mode 100644
index 0000000..33ed9c9
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/Fb/FbxiAC3ujdjXpKpOzToXCuYdF_GAUEI8MdRQOFlCmdM.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=self&id=55a112d96e1209ec4e9c35d692fdeaa816e8c8bd4bb45390156bdfaa9dcf4563:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/Fj/FjStrO69aSERnp5QfgpEjwO8mHGZa1jnu82YZcEfiMY.cache b/tmp/cache/assets/sprockets/v3.0/Fj/FjStrO69aSERnp5QfgpEjwO8mHGZa1jnu82YZcEfiMY.cache
new file mode 100644
index 0000000..7a7f07d
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/Fj/FjStrO69aSERnp5QfgpEjwO8mHGZa1jnu82YZcEfiMY.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/Fj/fjCMbYgq6-G4SyTeB-k4OWF7wMPqlMqTCnHq27QqfVg.cache b/tmp/cache/assets/sprockets/v3.0/Fj/fjCMbYgq6-G4SyTeB-k4OWF7wMPqlMqTCnHq27QqfVg.cache
new file mode 100644
index 0000000..9ec06c2
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/Fj/fjCMbYgq6-G4SyTeB-k4OWF7wMPqlMqTCnHq27QqfVg.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/G0/G0Vy36Ze3bhENenyKckp20xAStNaEF2FKiG7iIYDBlY.cache b/tmp/cache/assets/sprockets/v3.0/G0/G0Vy36Ze3bhENenyKckp20xAStNaEF2FKiG7iIYDBlY.cache
new file mode 100644
index 0000000..ab9eb35
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/G0/G0Vy36Ze3bhENenyKckp20xAStNaEF2FKiG7iIYDBlY.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}
I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI"?processors:type=text/css&file_type=text/css&pipeline=debug;TTI"9file-digest://app/assets/stylesheets/application.css;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"5file-digest://app/assets/stylesheets/animals.css;TTI")file-digest://app/assets/stylesheets;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/G0/G0kukI-r0q0Vbrg6e_jnYJoYcOX8K__h-mwKbCf4twE.cache b/tmp/cache/assets/sprockets/v3.0/G0/G0kukI-r0q0Vbrg6e_jnYJoYcOX8K__h-mwKbCf4twE.cache
new file mode 100644
index 0000000..222abb8
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/G0/G0kukI-r0q0Vbrg6e_jnYJoYcOX8K__h-mwKbCf4twE.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/G0/g0TyiXQqy6Pg_0R4yWscQxmmLrbWiUa8QZMmgHcPZL8.cache b/tmp/cache/assets/sprockets/v3.0/G0/g0TyiXQqy6Pg_0R4yWscQxmmLrbWiUa8QZMmgHcPZL8.cache
new file mode 100644
index 0000000..7330101
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/G0/g0TyiXQqy6Pg_0R4yWscQxmmLrbWiUa8QZMmgHcPZL8.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/G0/g0qu4ocbYubKCBFz_T9m1RrNliiKRvug2uOnYjuZl9o.cache b/tmp/cache/assets/sprockets/v3.0/G0/g0qu4ocbYubKCBFz_T9m1RrNliiKRvug2uOnYjuZl9o.cache
new file mode 100644
index 0000000..ab9eb35
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/G0/g0qu4ocbYubKCBFz_T9m1RrNliiKRvug2uOnYjuZl9o.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}
I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI"?processors:type=text/css&file_type=text/css&pipeline=debug;TTI"9file-digest://app/assets/stylesheets/application.css;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"5file-digest://app/assets/stylesheets/animals.css;TTI")file-digest://app/assets/stylesheets;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/G2/G2mArPt8i8KBiJl91KMMHxU1jrC0HtyASJ4xj_ZEkXQ.cache b/tmp/cache/assets/sprockets/v3.0/G2/G2mArPt8i8KBiJl91KMMHxU1jrC0HtyASJ4xj_ZEkXQ.cache
new file mode 100644
index 0000000..a8ba360
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/G2/G2mArPt8i8KBiJl91KMMHxU1jrC0HtyASJ4xj_ZEkXQ.cache
@@ -0,0 +1 @@
+I"app/assets/javascripts/application.js?type=application/javascript&pipeline=self&id=3092e3527e25a801e5914a7934b0c787a1daf48eee95580609bb84c14072ed16:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/G9/G9FOKqw9YfuOgY_8FaxyMbskQbd4pWiqSXpkTZHAI08.cache b/tmp/cache/assets/sprockets/v3.0/G9/G9FOKqw9YfuOgY_8FaxyMbskQbd4pWiqSXpkTZHAI08.cache
new file mode 100644
index 0000000..ab9eb35
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/G9/G9FOKqw9YfuOgY_8FaxyMbskQbd4pWiqSXpkTZHAI08.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}
I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI"?processors:type=text/css&file_type=text/css&pipeline=debug;TTI"9file-digest://app/assets/stylesheets/application.css;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"5file-digest://app/assets/stylesheets/animals.css;TTI")file-digest://app/assets/stylesheets;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/GI/GIcqOH6bFPon7WwJ_oZyTY8yluqDbuHBUFpm2diCNxE.cache b/tmp/cache/assets/sprockets/v3.0/GI/GIcqOH6bFPon7WwJ_oZyTY8yluqDbuHBUFpm2diCNxE.cache
new file mode 100644
index 0000000..ba0d224
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/GI/GIcqOH6bFPon7WwJ_oZyTY8yluqDbuHBUFpm2diCNxE.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"9file-digest://app/assets/stylesheets/application.css;TTI")file-digest://app/assets/stylesheets;TTI"5file-digest://app/assets/stylesheets/animals.css;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/Gh/GhIyFJTNQKGFfRR-Mcd8Z3ck4nn7bAmZ1OfHhGhLtnw.cache b/tmp/cache/assets/sprockets/v3.0/Gh/GhIyFJTNQKGFfRR-Mcd8Z3ck4nn7bAmZ1OfHhGhLtnw.cache
new file mode 100644
index 0000000..f242b64
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/Gh/GhIyFJTNQKGFfRR-Mcd8Z3ck4nn7bAmZ1OfHhGhLtnw.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=self&id=73a5ebf02df3e5cd894f32039b95a992f511837bff581e161b36173500bfde9a:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/Gh/gHFJQ96hT6pFM2RVdhCBPssW4wOId_hlBQthcH97suY.cache b/tmp/cache/assets/sprockets/v3.0/Gh/gHFJQ96hT6pFM2RVdhCBPssW4wOId_hlBQthcH97suY.cache
new file mode 100644
index 0000000..c20d9cf
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/Gh/gHFJQ96hT6pFM2RVdhCBPssW4wOId_hlBQthcH97suY.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=self&id=2e441dd1f1bab0564c8af6db3d1516207bd8c730f13d88dd481cea6729e5f053:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/Gs/GsTXicNjYJrUYUkupeQMnUwJ2fWaRpGV-_9QRGBtzfE.cache b/tmp/cache/assets/sprockets/v3.0/Gs/GsTXicNjYJrUYUkupeQMnUwJ2fWaRpGV-_9QRGBtzfE.cache
new file mode 100644
index 0000000..ab9eb35
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/Gs/GsTXicNjYJrUYUkupeQMnUwJ2fWaRpGV-_9QRGBtzfE.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}
I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI"?processors:type=text/css&file_type=text/css&pipeline=debug;TTI"9file-digest://app/assets/stylesheets/application.css;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"5file-digest://app/assets/stylesheets/animals.css;TTI")file-digest://app/assets/stylesheets;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/HD/HDx6dCgshm7RWACIEte0aHXQO9gS9R_QcbCD-IxpQbA.cache b/tmp/cache/assets/sprockets/v3.0/HD/HDx6dCgshm7RWACIEte0aHXQO9gS9R_QcbCD-IxpQbA.cache
new file mode 100644
index 0000000..ab9eb35
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/HD/HDx6dCgshm7RWACIEte0aHXQO9gS9R_QcbCD-IxpQbA.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}
I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI"?processors:type=text/css&file_type=text/css&pipeline=debug;TTI"9file-digest://app/assets/stylesheets/application.css;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"5file-digest://app/assets/stylesheets/animals.css;TTI")file-digest://app/assets/stylesheets;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/HN/HNF1SlfHtfI6r8ghlTbVC1vLoa1rHKzmNWYR1oOJSJE.cache b/tmp/cache/assets/sprockets/v3.0/HN/HNF1SlfHtfI6r8ghlTbVC1vLoa1rHKzmNWYR1oOJSJE.cache
new file mode 100644
index 0000000..ba0d224
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/HN/HNF1SlfHtfI6r8ghlTbVC1vLoa1rHKzmNWYR1oOJSJE.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"9file-digest://app/assets/stylesheets/application.css;TTI")file-digest://app/assets/stylesheets;TTI"5file-digest://app/assets/stylesheets/animals.css;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/HN/HNOzixTyv1fr0kKZZdbt8Twdyyz-NXMyx8U5Yr3DLj0.cache b/tmp/cache/assets/sprockets/v3.0/HN/HNOzixTyv1fr0kKZZdbt8Twdyyz-NXMyx8U5Yr3DLj0.cache
new file mode 100644
index 0000000..ba0d224
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/HN/HNOzixTyv1fr0kKZZdbt8Twdyyz-NXMyx8U5Yr3DLj0.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"9file-digest://app/assets/stylesheets/application.css;TTI")file-digest://app/assets/stylesheets;TTI"5file-digest://app/assets/stylesheets/animals.css;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/HO/HO0T2lQfeCkwi3y_05ddsOl518-dEr60d6KNTAtmCoI.cache b/tmp/cache/assets/sprockets/v3.0/HO/HO0T2lQfeCkwi3y_05ddsOl518-dEr60d6KNTAtmCoI.cache
new file mode 100644
index 0000000..a20a42c
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/HO/HO0T2lQfeCkwi3y_05ddsOl518-dEr60d6KNTAtmCoI.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/animals.scss?type=text/css&pipeline=self&id=3cebbecfa35c73063a39904103d3f1bf5ecc2ab6307c44e862cfd67e1f7c2b49:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/Hh/HhravFZQh5j-9tsw2NJQTwQVnbBiZB5Q6E25AwnxS2Q.cache b/tmp/cache/assets/sprockets/v3.0/Hh/HhravFZQh5j-9tsw2NJQTwQVnbBiZB5Q6E25AwnxS2Q.cache
new file mode 100644
index 0000000..92be487
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/Hh/HhravFZQh5j-9tsw2NJQTwQVnbBiZB5Q6E25AwnxS2Q.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/Hj/HjqLEfktgZ2KUPUDxcNmvng9NB_HoojI7BUw801BWTE.cache b/tmp/cache/assets/sprockets/v3.0/Hj/HjqLEfktgZ2KUPUDxcNmvng9NB_HoojI7BUw801BWTE.cache
new file mode 100644
index 0000000..39aa4e5
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/Hj/HjqLEfktgZ2KUPUDxcNmvng9NB_HoojI7BUw801BWTE.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/Hs/HsoYessW9FpM5dUKqv5P_f7wfIF0DPtjz1T3mPccjxU.cache b/tmp/cache/assets/sprockets/v3.0/Hs/HsoYessW9FpM5dUKqv5P_f7wfIF0DPtjz1T3mPccjxU.cache
new file mode 100644
index 0000000..a6f5f46
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/Hs/HsoYessW9FpM5dUKqv5P_f7wfIF0DPtjz1T3mPccjxU.cache
@@ -0,0 +1 @@
+"%cOmWVٞ#4H81V=
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/I3/I36KFWhDSZbJkqwXymUL4MPe1NxRY6_hSJsSfkynueg.cache b/tmp/cache/assets/sprockets/v3.0/I3/I36KFWhDSZbJkqwXymUL4MPe1NxRY6_hSJsSfkynueg.cache
new file mode 100644
index 0000000..c0beed2
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/I3/I36KFWhDSZbJkqwXymUL4MPe1NxRY6_hSJsSfkynueg.cache
@@ -0,0 +1 @@
+"%-,^ܽiprocessors:type=text/css&file_type=text/css&pipeline=self;TTI"5file-digest://app/assets/stylesheets/animals.css;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/JF/JFU7RJkajCA-mQ9ZSZpc0ZmJjHKBRegQJXsIIKqZYmg.cache b/tmp/cache/assets/sprockets/v3.0/JF/JFU7RJkajCA-mQ9ZSZpc0ZmJjHKBRegQJXsIIKqZYmg.cache
new file mode 100644
index 0000000..9705344
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/JF/JFU7RJkajCA-mQ9ZSZpc0ZmJjHKBRegQJXsIIKqZYmg.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/JN/JNu2J5ATIErZ8551e-AvOfGckDejeCuoo_9R456Wwek.cache b/tmp/cache/assets/sprockets/v3.0/JN/JNu2J5ATIErZ8551e-AvOfGckDejeCuoo_9R456Wwek.cache
new file mode 100644
index 0000000..72a63e8
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/JN/JNu2J5ATIErZ8551e-AvOfGckDejeCuoo_9R456Wwek.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=debug&id=fbaaf6c9e53263f03cf18f9330e13f4372e4eaf4a77428ffa2792b540ee2207c:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/JN/JNzfetV-Pwy0VWLFms4ORYF41KvFBtGC2EmUMtiEnfw.cache b/tmp/cache/assets/sprockets/v3.0/JN/JNzfetV-Pwy0VWLFms4ORYF41KvFBtGC2EmUMtiEnfw.cache
new file mode 100644
index 0000000..b1044d3
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/JN/JNzfetV-Pwy0VWLFms4ORYF41KvFBtGC2EmUMtiEnfw.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=debug&id=7bdfa0d0642d6f1884865e549a742fc81756707fe280d9f954d40b8c01708b03:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/JW/JWtq2uGVdhymw5C6E-Ijt2sb1wf-qiQx36BOxrMhDqE.cache b/tmp/cache/assets/sprockets/v3.0/JW/JWtq2uGVdhymw5C6E-Ijt2sb1wf-qiQx36BOxrMhDqE.cache
new file mode 100644
index 0000000..5f7e788
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/JW/JWtq2uGVdhymw5C6E-Ijt2sb1wf-qiQx36BOxrMhDqE.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/animals.css?type=text/css&pipeline=self&id=c34940ad20aafc5ee38cc78f10658b67d116c2e0c57eba067492b4c61f362228:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/Jo/JoZr8ljkKeHDJc-NIIvCVxyrouy_URtteecj70_ex7s.cache b/tmp/cache/assets/sprockets/v3.0/Jo/JoZr8ljkKeHDJc-NIIvCVxyrouy_URtteecj70_ex7s.cache
new file mode 100644
index 0000000..c2d13c0
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/Jo/JoZr8ljkKeHDJc-NIIvCVxyrouy_URtteecj70_ex7s.cache
@@ -0,0 +1 @@
+"%-GӣN:WV7Z<p23Jr
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/Jv/JvbX8ZLIRf6ID2D8QuxEQs2aHvFlhOtEGtm5nUXAXis.cache b/tmp/cache/assets/sprockets/v3.0/Jv/JvbX8ZLIRf6ID2D8QuxEQs2aHvFlhOtEGtm5nUXAXis.cache
new file mode 100644
index 0000000..ba0d224
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/Jv/JvbX8ZLIRf6ID2D8QuxEQs2aHvFlhOtEGtm5nUXAXis.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"9file-digest://app/assets/stylesheets/application.css;TTI")file-digest://app/assets/stylesheets;TTI"5file-digest://app/assets/stylesheets/animals.css;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/K0/K0zZrDhCFFVLrFy8dbQSyGQbFanq00KS8dvHjA6aaKY.cache b/tmp/cache/assets/sprockets/v3.0/K0/K0zZrDhCFFVLrFy8dbQSyGQbFanq00KS8dvHjA6aaKY.cache
new file mode 100644
index 0000000..ab9eb35
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/K0/K0zZrDhCFFVLrFy8dbQSyGQbFanq00KS8dvHjA6aaKY.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}
I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI"?processors:type=text/css&file_type=text/css&pipeline=debug;TTI"9file-digest://app/assets/stylesheets/application.css;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"5file-digest://app/assets/stylesheets/animals.css;TTI")file-digest://app/assets/stylesheets;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/K1/K1kJMC5faD6m0rraelz8a-LY6nnuTTr3GhrWO-u5_4Y.cache b/tmp/cache/assets/sprockets/v3.0/K1/K1kJMC5faD6m0rraelz8a-LY6nnuTTr3GhrWO-u5_4Y.cache
new file mode 100644
index 0000000..157347f
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/K1/K1kJMC5faD6m0rraelz8a-LY6nnuTTr3GhrWO-u5_4Y.cache
@@ -0,0 +1,3 @@
+[o:Set:
+@hash}
+I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"5file-digest://app/assets/stylesheets/animals.css;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/KI/KInD4GRBUJLCMsXF_QzjUunvFCzUu53b8i3h9v8_NOQ.cache b/tmp/cache/assets/sprockets/v3.0/KI/KInD4GRBUJLCMsXF_QzjUunvFCzUu53b8i3h9v8_NOQ.cache
new file mode 100644
index 0000000..3d539ee
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/KI/KInD4GRBUJLCMsXF_QzjUunvFCzUu53b8i3h9v8_NOQ.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/KT/KToOItuIGcALriwo92eOFGZQyrpNpA0ESWbfwqoxMMM.cache b/tmp/cache/assets/sprockets/v3.0/KT/KToOItuIGcALriwo92eOFGZQyrpNpA0ESWbfwqoxMMM.cache
new file mode 100644
index 0000000..5502cad
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/KT/KToOItuIGcALriwo92eOFGZQyrpNpA0ESWbfwqoxMMM.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/animals.css?type=text/css&pipeline=self&id=426e9a5b4a30e11099ef3c769de0c013d7810299a8a3a951af1d9e6a5242f1ce:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/KT/KTtQJzX6QWe-4Qh-Zq0ItLvfD2rH_TCEdgQK0PgFax4.cache b/tmp/cache/assets/sprockets/v3.0/KT/KTtQJzX6QWe-4Qh-Zq0ItLvfD2rH_TCEdgQK0PgFax4.cache
new file mode 100644
index 0000000..013f95f
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/KT/KTtQJzX6QWe-4Qh-Zq0ItLvfD2rH_TCEdgQK0PgFax4.cache
@@ -0,0 +1 @@
+"%\k86,7`07zaEu@6{!
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/KT/ktZl_-1Rcc2Pmh89ISTmCR_XjiB5DOcKRL6UYEXPxY4.cache b/tmp/cache/assets/sprockets/v3.0/KT/ktZl_-1Rcc2Pmh89ISTmCR_XjiB5DOcKRL6UYEXPxY4.cache
new file mode 100644
index 0000000..fdd6677
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/KT/ktZl_-1Rcc2Pmh89ISTmCR_XjiB5DOcKRL6UYEXPxY4.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=self&id=0fc75d9d7c8a68cefc0440c8bebdcbdf2ab811beb91ac3e6082b652dfe4ee67e:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/Kg/KgbSrVPkRxHmETntYDvRw1Jc8MZd-SQRlWHL1JAeszM.cache b/tmp/cache/assets/sprockets/v3.0/Kg/KgbSrVPkRxHmETntYDvRw1Jc8MZd-SQRlWHL1JAeszM.cache
new file mode 100644
index 0000000..ba0d224
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/Kg/KgbSrVPkRxHmETntYDvRw1Jc8MZd-SQRlWHL1JAeszM.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"9file-digest://app/assets/stylesheets/application.css;TTI")file-digest://app/assets/stylesheets;TTI"5file-digest://app/assets/stylesheets/animals.css;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/Kq/KqyxSHElq4cxrV9RpxdElxo9yyeNFRMCeXxNtSSA0wU.cache b/tmp/cache/assets/sprockets/v3.0/Kq/KqyxSHElq4cxrV9RpxdElxo9yyeNFRMCeXxNtSSA0wU.cache
new file mode 100644
index 0000000..2800ad3
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/Kq/KqyxSHElq4cxrV9RpxdElxo9yyeNFRMCeXxNtSSA0wU.cache
@@ -0,0 +1 @@
+"%Bșo$'AdLxRU
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/L4/L4iSNKybp6t9ubfZmom6s7x4EzlzqQG5vO-6Bv4BUN4.cache b/tmp/cache/assets/sprockets/v3.0/L4/L4iSNKybp6t9ubfZmom6s7x4EzlzqQG5vO-6Bv4BUN4.cache
new file mode 100644
index 0000000..be0846c
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/L4/L4iSNKybp6t9ubfZmom6s7x4EzlzqQG5vO-6Bv4BUN4.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/LO/LO3HTBZt_N6EcuuPYrn6yRDq1zr_71j6Ha5mgTHrIRQ.cache b/tmp/cache/assets/sprockets/v3.0/LO/LO3HTBZt_N6EcuuPYrn6yRDq1zr_71j6Ha5mgTHrIRQ.cache
new file mode 100644
index 0000000..1c23d64
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/LO/LO3HTBZt_N6EcuuPYrn6yRDq1zr_71j6Ha5mgTHrIRQ.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/Lf/LfWmbpMHsgMJPOjLMarM62qhAY6eL49GHQ0yL-8XoA0.cache b/tmp/cache/assets/sprockets/v3.0/Lf/LfWmbpMHsgMJPOjLMarM62qhAY6eL49GHQ0yL-8XoA0.cache
new file mode 100644
index 0000000..157347f
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/Lf/LfWmbpMHsgMJPOjLMarM62qhAY6eL49GHQ0yL-8XoA0.cache
@@ -0,0 +1,3 @@
+[o:Set:
+@hash}
+I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"5file-digest://app/assets/stylesheets/animals.css;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/Lq/LqPzPldWUTjymvT02ztomeMWB1_jMJ7_DFWLOfT2R6c.cache b/tmp/cache/assets/sprockets/v3.0/Lq/LqPzPldWUTjymvT02ztomeMWB1_jMJ7_DFWLOfT2R6c.cache
new file mode 100644
index 0000000..9944c1d
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/Lq/LqPzPldWUTjymvT02ztomeMWB1_jMJ7_DFWLOfT2R6c.cache
@@ -0,0 +1 @@
+"%xJg&k"UmXV;Fj
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/Lq/LqlTN3_lxRS0O90zXxIouNK83ZGecoyGZfkbcpiO99E.cache b/tmp/cache/assets/sprockets/v3.0/Lq/LqlTN3_lxRS0O90zXxIouNK83ZGecoyGZfkbcpiO99E.cache
new file mode 100644
index 0000000..032bd3f
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/Lq/LqlTN3_lxRS0O90zXxIouNK83ZGecoyGZfkbcpiO99E.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/Ls/LsQ4zATm4Kw1xt0gaLWpAsIYnRFODfB5WN-VmUjaun4.cache b/tmp/cache/assets/sprockets/v3.0/Ls/LsQ4zATm4Kw1xt0gaLWpAsIYnRFODfB5WN-VmUjaun4.cache
new file mode 100644
index 0000000..659867f
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/Ls/LsQ4zATm4Kw1xt0gaLWpAsIYnRFODfB5WN-VmUjaun4.cache
@@ -0,0 +1,3 @@
+[o:Set:
+@hash}
+I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI"Zprocessors:type=application/javascript&file_type=application/javascript&pipeline=self;TTI"yfile-digest:///Users/valliere/.rvm/gems/ruby-2.4.0/gems/turbolinks-source-5.0.0/lib/assets/javascripts/turbolinks.js;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/M1/M1NR5X_9wbT2DsJeCXKbOjIpMMAq-yBWb3N4X6OEx-o.cache b/tmp/cache/assets/sprockets/v3.0/M1/M1NR5X_9wbT2DsJeCXKbOjIpMMAq-yBWb3N4X6OEx-o.cache
new file mode 100644
index 0000000..daf1ab5
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/M1/M1NR5X_9wbT2DsJeCXKbOjIpMMAq-yBWb3N4X6OEx-o.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=debug&id=203e62f0d833e16d9b1f96c755924447eef86fda49c11e9d40be0b7e723b38c6:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/M6/M6AObOwCBxeM-J15UP6PQN3wx5xrMOmUu23yiZE3PuE.cache b/tmp/cache/assets/sprockets/v3.0/M6/M6AObOwCBxeM-J15UP6PQN3wx5xrMOmUu23yiZE3PuE.cache
new file mode 100644
index 0000000..649b889
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/M6/M6AObOwCBxeM-J15UP6PQN3wx5xrMOmUu23yiZE3PuE.cache
@@ -0,0 +1 @@
+I"app/assets/javascripts/cable.js?type=application/javascript&pipeline=self&id=e47640764b8054311cd950c9ab8e54dc41e0d6fa6bccd3e55abff50344e60194:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/M7/M7gZEIQSUOixh-gQha6TB-Ubjc1nXWridoWxSo6v7-0.cache b/tmp/cache/assets/sprockets/v3.0/M7/M7gZEIQSUOixh-gQha6TB-Ubjc1nXWridoWxSo6v7-0.cache
new file mode 100644
index 0000000..98a8eda
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/M7/M7gZEIQSUOixh-gQha6TB-Ubjc1nXWridoWxSo6v7-0.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/MK/MKVjuy_9a_GJZ7MwS2NFDVvayhR6UH2lQsj1DrqIN_c.cache b/tmp/cache/assets/sprockets/v3.0/MK/MKVjuy_9a_GJZ7MwS2NFDVvayhR6UH2lQsj1DrqIN_c.cache
new file mode 100644
index 0000000..b7d48ff
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/MK/MKVjuy_9a_GJZ7MwS2NFDVvayhR6UH2lQsj1DrqIN_c.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/MS/MSJtX4lJQuTQ3SluHrvO_CCTRpIqPZpc-hsORBYOOGc.cache b/tmp/cache/assets/sprockets/v3.0/MS/MSJtX4lJQuTQ3SluHrvO_CCTRpIqPZpc-hsORBYOOGc.cache
new file mode 100644
index 0000000..fe4e88e
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/MS/MSJtX4lJQuTQ3SluHrvO_CCTRpIqPZpc-hsORBYOOGc.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=self&id=7d70e1f86f9dacf46d4b708a05d3c1ef4292b5df5d5082b74ff5b0ebfb38c760:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/MU/MUKQeI4eXV8KLiDgBYnp8V9MMCm4BAldalLCxvmFfG8.cache b/tmp/cache/assets/sprockets/v3.0/MU/MUKQeI4eXV8KLiDgBYnp8V9MMCm4BAldalLCxvmFfG8.cache
new file mode 100644
index 0000000..b53b6f3
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/MU/MUKQeI4eXV8KLiDgBYnp8V9MMCm4BAldalLCxvmFfG8.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=debug&id=4b42a8c7c2f9d9cd64c158e62eaab19864f734e84dc52cb02120409ecaeb7deb:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/Mf/Mfvx8LaQEhUvtPJL4ahnD6l4ZCRtxos6Nhc8xx0PHW4.cache b/tmp/cache/assets/sprockets/v3.0/Mf/Mfvx8LaQEhUvtPJL4ahnD6l4ZCRtxos6Nhc8xx0PHW4.cache
new file mode 100644
index 0000000..ba0d224
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/Mf/Mfvx8LaQEhUvtPJL4ahnD6l4ZCRtxos6Nhc8xx0PHW4.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"9file-digest://app/assets/stylesheets/application.css;TTI")file-digest://app/assets/stylesheets;TTI"5file-digest://app/assets/stylesheets/animals.css;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/Mi/Mi5ZIZ6ZsWHKW6A1brYsEfVumLLlWr5dPA28iSfbhdQ.cache b/tmp/cache/assets/sprockets/v3.0/Mi/Mi5ZIZ6ZsWHKW6A1brYsEfVumLLlWr5dPA28iSfbhdQ.cache
new file mode 100644
index 0000000..0361287
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/Mi/Mi5ZIZ6ZsWHKW6A1brYsEfVumLLlWr5dPA28iSfbhdQ.cache
@@ -0,0 +1,3 @@
+[o:Set:
+@hash}
+I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI"jprocessors:type=application/javascript&file_type=application/javascript&engines=.coffee&pipeline=self;TTI"8file-digest://app/assets/javascripts/animals.coffee;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/Mn/Mn7oPQggpbDsi8W2_Kvy2dmjSsjFEKYzJstgFAqeceE.cache b/tmp/cache/assets/sprockets/v3.0/Mn/Mn7oPQggpbDsi8W2_Kvy2dmjSsjFEKYzJstgFAqeceE.cache
new file mode 100644
index 0000000..868ec14
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/Mn/Mn7oPQggpbDsi8W2_Kvy2dmjSsjFEKYzJstgFAqeceE.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/N8/N8Mq5F_XcoboDbnbzVX95CUvZ5gT-Yr6iJX_vMge-rs.cache b/tmp/cache/assets/sprockets/v3.0/N8/N8Mq5F_XcoboDbnbzVX95CUvZ5gT-Yr6iJX_vMge-rs.cache
new file mode 100644
index 0000000..5c597d4
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/N8/N8Mq5F_XcoboDbnbzVX95CUvZ5gT-Yr6iJX_vMge-rs.cache
@@ -0,0 +1 @@
+I"app/assets/javascripts/application.js?type=application/javascript&pipeline=debug&id=5588ec9b4299d4eeb573df09c2cd9d93230feae309fbd3f6e911072e457777cb:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/NF/NFHl3C7mFsteVn9QgDXSH0VHqnZnu79QNtmbXx7OL8o.cache b/tmp/cache/assets/sprockets/v3.0/NF/NFHl3C7mFsteVn9QgDXSH0VHqnZnu79QNtmbXx7OL8o.cache
new file mode 100644
index 0000000..1e5d687
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/NF/NFHl3C7mFsteVn9QgDXSH0VHqnZnu79QNtmbXx7OL8o.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=debug&id=d71a41e7181c8d1faac6adb7ddca0a2bd4c96e91469385f80fccbf55ccc24a1a:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/NI/NIWqwd690tsZN5_zaT-Ef6Mj5QYf2yNy9pUv8G1RZBU.cache b/tmp/cache/assets/sprockets/v3.0/NI/NIWqwd690tsZN5_zaT-Ef6Mj5QYf2yNy9pUv8G1RZBU.cache
new file mode 100644
index 0000000..0d38fd1
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/NI/NIWqwd690tsZN5_zaT-Ef6Mj5QYf2yNy9pUv8G1RZBU.cache
@@ -0,0 +1 @@
+"%6@6T>Я,=eaJJ
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/NI/NigRWbQeS2mymQJZ48tIuC8_dll0pMdt_JkdifGr56w.cache b/tmp/cache/assets/sprockets/v3.0/NI/NigRWbQeS2mymQJZ48tIuC8_dll0pMdt_JkdifGr56w.cache
new file mode 100644
index 0000000..70aadce
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/NI/NigRWbQeS2mymQJZ48tIuC8_dll0pMdt_JkdifGr56w.cache
@@ -0,0 +1 @@
+"%lN)zVWRk\~b&(
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/NT/NTA6gCXPCxPFR02iL5gQn3R3_S0ml6n9y0Ip0VFyCl8.cache b/tmp/cache/assets/sprockets/v3.0/NT/NTA6gCXPCxPFR02iL5gQn3R3_S0ml6n9y0Ip0VFyCl8.cache
new file mode 100644
index 0000000..05c618e
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/NT/NTA6gCXPCxPFR02iL5gQn3R3_S0ml6n9y0Ip0VFyCl8.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/animals.css?type=text/css&pipeline=self&id=8a6afaf2351591890b6e70bef8953dfda1d5dd0aa82080070e72a827094d8939:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/NT/ntdX9l0ntk1OCVStJWs9dbUzMQ45vkoEhRu6HY6FBr8.cache b/tmp/cache/assets/sprockets/v3.0/NT/ntdX9l0ntk1OCVStJWs9dbUzMQ45vkoEhRu6HY6FBr8.cache
new file mode 100644
index 0000000..fc8bb23
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/NT/ntdX9l0ntk1OCVStJWs9dbUzMQ45vkoEhRu6HY6FBr8.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=debug&id=4697222676596eb981b1ef02beed5bfa0f15c996fc1aa740139c70ce635f8977:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/Na/NaydohWxOyfsfgqMmBdFpp5OdAS0NvKQN0dHpJEBOy0.cache b/tmp/cache/assets/sprockets/v3.0/Na/NaydohWxOyfsfgqMmBdFpp5OdAS0NvKQN0dHpJEBOy0.cache
new file mode 100644
index 0000000..ba0d224
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/Na/NaydohWxOyfsfgqMmBdFpp5OdAS0NvKQN0dHpJEBOy0.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"9file-digest://app/assets/stylesheets/application.css;TTI")file-digest://app/assets/stylesheets;TTI"5file-digest://app/assets/stylesheets/animals.css;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/Nb/NbIt7nL6O1vOzLoMIKvlTb2taFnQoOBCQ6I6HFDhgiU.cache b/tmp/cache/assets/sprockets/v3.0/Nb/NbIt7nL6O1vOzLoMIKvlTb2taFnQoOBCQ6I6HFDhgiU.cache
new file mode 100644
index 0000000..f7e193b
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/Nb/NbIt7nL6O1vOzLoMIKvlTb2taFnQoOBCQ6I6HFDhgiU.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=self&id=1f26a7bda6fe20e0b4aaf1873970f3aa54730affbc9363b32d811a409d9f9148:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/Nh/NhydYiyrzvgAxsJ90S-qGyVjjGgcDCST1Pg7x_DIeok.cache b/tmp/cache/assets/sprockets/v3.0/Nh/NhydYiyrzvgAxsJ90S-qGyVjjGgcDCST1Pg7x_DIeok.cache
new file mode 100644
index 0000000..d144d41
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/Nh/NhydYiyrzvgAxsJ90S-qGyVjjGgcDCST1Pg7x_DIeok.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=self&id=954075762f5d7c679736bc55c209d39fc3aedd0ae7f0ad78750984d1c1e12255:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/Nl/NlKghIXuwbr1UgGy553eM11IC-02QHuJSsBAtPyl49w.cache b/tmp/cache/assets/sprockets/v3.0/Nl/NlKghIXuwbr1UgGy553eM11IC-02QHuJSsBAtPyl49w.cache
new file mode 100644
index 0000000..5bc5917
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/Nl/NlKghIXuwbr1UgGy553eM11IC-02QHuJSsBAtPyl49w.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=self&id=3e7214bbfc25aada8d466fa54d8ec601abfec79e1d52f3095b4941dd1df8748e:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/Np/NpS1jCxDbf7XeQd1jakaHhcJr-evpYXYba_f8QINgek.cache b/tmp/cache/assets/sprockets/v3.0/Np/NpS1jCxDbf7XeQd1jakaHhcJr-evpYXYba_f8QINgek.cache
new file mode 100644
index 0000000..74ad4de
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/Np/NpS1jCxDbf7XeQd1jakaHhcJr-evpYXYba_f8QINgek.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/O7/O7RTonXiM3q6XVuZTykD7d8Vn1O4EE_7OAwNmS4PBRs.cache b/tmp/cache/assets/sprockets/v3.0/O7/O7RTonXiM3q6XVuZTykD7d8Vn1O4EE_7OAwNmS4PBRs.cache
new file mode 100644
index 0000000..f445651
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/O7/O7RTonXiM3q6XVuZTykD7d8Vn1O4EE_7OAwNmS4PBRs.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/OF/OFvAe0dQ77xmRwa-Vh0otO4XfVs4T3r7pJLJZUtPX3Q.cache b/tmp/cache/assets/sprockets/v3.0/OF/OFvAe0dQ77xmRwa-Vh0otO4XfVs4T3r7pJLJZUtPX3Q.cache
new file mode 100644
index 0000000..07d4c5f
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/OF/OFvAe0dQ77xmRwa-Vh0otO4XfVs4T3r7pJLJZUtPX3Q.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=debug&id=8cd1b83b918d15fc071b9db8890427c709c618435ac70f76d37b144b3e3e41e1:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/OL/OL3jI1kGLmEHqD-I1_M5oq2PWIpD21fzyqOF-Fd3BOs.cache b/tmp/cache/assets/sprockets/v3.0/OL/OL3jI1kGLmEHqD-I1_M5oq2PWIpD21fzyqOF-Fd3BOs.cache
new file mode 100644
index 0000000..477d075
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/OL/OL3jI1kGLmEHqD-I1_M5oq2PWIpD21fzyqOF-Fd3BOs.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=debug&id=702e9b6b31620a74e43311fc47490c714d6125291cf69213db6e4ddb9d0ec9b7:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/OY/OY9uVPGGNRE9J2008Q4eQYobv-_6bVUbW8JHUT-0OIk.cache b/tmp/cache/assets/sprockets/v3.0/OY/OY9uVPGGNRE9J2008Q4eQYobv-_6bVUbW8JHUT-0OIk.cache
new file mode 100644
index 0000000..37b2786
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/OY/OY9uVPGGNRE9J2008Q4eQYobv-_6bVUbW8JHUT-0OIk.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/OY/OYwAwrhmiAMQhIjwHdnFHx8yXaZiYfTm5nOc7Jq68dw.cache b/tmp/cache/assets/sprockets/v3.0/OY/OYwAwrhmiAMQhIjwHdnFHx8yXaZiYfTm5nOc7Jq68dw.cache
new file mode 100644
index 0000000..bcf7971
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/OY/OYwAwrhmiAMQhIjwHdnFHx8yXaZiYfTm5nOc7Jq68dw.cache
@@ -0,0 +1 @@
+"%Vwʢ>1"n "す
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/OZ/OZAdc83PnubSDl_Lsfhh0w88zH28JBRvsWmcKZSbbBI.cache b/tmp/cache/assets/sprockets/v3.0/OZ/OZAdc83PnubSDl_Lsfhh0w88zH28JBRvsWmcKZSbbBI.cache
new file mode 100644
index 0000000..9835170
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/OZ/OZAdc83PnubSDl_Lsfhh0w88zH28JBRvsWmcKZSbbBI.cache
@@ -0,0 +1 @@
+"%h+RCo`v3yŇ{4ku;t
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/P6/P6OfRLPAnrYldk9risn4kLCAs4fHU3hbWtNG9826eIQ.cache b/tmp/cache/assets/sprockets/v3.0/P6/P6OfRLPAnrYldk9risn4kLCAs4fHU3hbWtNG9826eIQ.cache
new file mode 100644
index 0000000..98cd185
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/P6/P6OfRLPAnrYldk9risn4kLCAs4fHU3hbWtNG9826eIQ.cache
@@ -0,0 +1 @@
+"%[÷^+ߧ'ȄQrD&{
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/PP/PPV_8_jF6F5WDfr3I6wVc95edBZW08VJc08deMOtxGk.cache b/tmp/cache/assets/sprockets/v3.0/PP/PPV_8_jF6F5WDfr3I6wVc95edBZW08VJc08deMOtxGk.cache
new file mode 100644
index 0000000..8045cac
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/PP/PPV_8_jF6F5WDfr3I6wVc95edBZW08VJc08deMOtxGk.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/Pn/PnbL-cruhlW8jiNnu0YI86BrFAcWxeq2T2VEG0l97Tc.cache b/tmp/cache/assets/sprockets/v3.0/Pn/PnbL-cruhlW8jiNnu0YI86BrFAcWxeq2T2VEG0l97Tc.cache
new file mode 100644
index 0000000..a157087
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/Pn/PnbL-cruhlW8jiNnu0YI86BrFAcWxeq2T2VEG0l97Tc.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=self&id=6a0fd9ba77c1ed51f216cb4bbb79e758237dabd9ba082f806e78d353afd32602:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/Pn/pNVn808bSD6xkvzgt_IAZgIjGjTMscQ9IvRE_Lccz1k.cache b/tmp/cache/assets/sprockets/v3.0/Pn/pNVn808bSD6xkvzgt_IAZgIjGjTMscQ9IvRE_Lccz1k.cache
new file mode 100644
index 0000000..58d1474
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/Pn/pNVn808bSD6xkvzgt_IAZgIjGjTMscQ9IvRE_Lccz1k.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=debug&id=104cf7c1c26558ce8bff2c39d97677c72296bc53ba73082d354777f7842fbf77:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/Q3/Q3dqMj0dAhNcC2fUMK_ZU1Y3Ge2Kw5IwTinQuceqjFw.cache b/tmp/cache/assets/sprockets/v3.0/Q3/Q3dqMj0dAhNcC2fUMK_ZU1Y3Ge2Kw5IwTinQuceqjFw.cache
new file mode 100644
index 0000000..7124507
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/Q3/Q3dqMj0dAhNcC2fUMK_ZU1Y3Ge2Kw5IwTinQuceqjFw.cache
@@ -0,0 +1 @@
+"%s<_q˄'y^Jtnߋ
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/Q7/Q7OSJkj8Affm8yY8UN2KkRnsdAoipu81NqZ_X8kOmoI.cache b/tmp/cache/assets/sprockets/v3.0/Q7/Q7OSJkj8Affm8yY8UN2KkRnsdAoipu81NqZ_X8kOmoI.cache
new file mode 100644
index 0000000..ba0d224
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/Q7/Q7OSJkj8Affm8yY8UN2KkRnsdAoipu81NqZ_X8kOmoI.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"9file-digest://app/assets/stylesheets/application.css;TTI")file-digest://app/assets/stylesheets;TTI"5file-digest://app/assets/stylesheets/animals.css;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/QI/QIKJRo55L759yB7U5psh2eFaDvlJV6WuxK4CRDLlP-Q.cache b/tmp/cache/assets/sprockets/v3.0/QI/QIKJRo55L759yB7U5psh2eFaDvlJV6WuxK4CRDLlP-Q.cache
new file mode 100644
index 0000000..69d70ae
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/QI/QIKJRo55L759yB7U5psh2eFaDvlJV6WuxK4CRDLlP-Q.cache
@@ -0,0 +1,3 @@
+[o:Set:
+@hash}
+I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI"Zprocessors:type=application/javascript&file_type=application/javascript&pipeline=self;TTI"wfile-digest:///Users/valliere/.rvm/gems/ruby-2.4.0/gems/jquery-rails-4.3.1/vendor/assets/javascripts/jquery_ujs.js;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/QM/QMdIHO1a7hf28iwu7pvzv3pOpYRShU8vdV1kTENOG7Y.cache b/tmp/cache/assets/sprockets/v3.0/QM/QMdIHO1a7hf28iwu7pvzv3pOpYRShU8vdV1kTENOG7Y.cache
new file mode 100644
index 0000000..ab9eb35
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/QM/QMdIHO1a7hf28iwu7pvzv3pOpYRShU8vdV1kTENOG7Y.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}
I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI"?processors:type=text/css&file_type=text/css&pipeline=debug;TTI"9file-digest://app/assets/stylesheets/application.css;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"5file-digest://app/assets/stylesheets/animals.css;TTI")file-digest://app/assets/stylesheets;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/QM/QMt-cFQvy9hdSHjjA-QRrFsICX6_b_BYqyMIyGb3SfE.cache b/tmp/cache/assets/sprockets/v3.0/QM/QMt-cFQvy9hdSHjjA-QRrFsICX6_b_BYqyMIyGb3SfE.cache
new file mode 100644
index 0000000..e46eb6d
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/QM/QMt-cFQvy9hdSHjjA-QRrFsICX6_b_BYqyMIyGb3SfE.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=self&id=ec1dd57519c65d80953cd22e79b169ada3f8d6fd4cba07a1574283d3ead76e45:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/QM/qmwfKVBFDujOeB-A3Joxw5OsDUvx9oHlIFjAMlpia0g.cache b/tmp/cache/assets/sprockets/v3.0/QM/qmwfKVBFDujOeB-A3Joxw5OsDUvx9oHlIFjAMlpia0g.cache
new file mode 100644
index 0000000..8f83943
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/QM/qmwfKVBFDujOeB-A3Joxw5OsDUvx9oHlIFjAMlpia0g.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/Q_/Q_2BR9lsoLRR10lJzn4SR63RqWUZnXkMr3JISVQPAjk.cache b/tmp/cache/assets/sprockets/v3.0/Q_/Q_2BR9lsoLRR10lJzn4SR63RqWUZnXkMr3JISVQPAjk.cache
new file mode 100644
index 0000000..ba0d224
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/Q_/Q_2BR9lsoLRR10lJzn4SR63RqWUZnXkMr3JISVQPAjk.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"9file-digest://app/assets/stylesheets/application.css;TTI")file-digest://app/assets/stylesheets;TTI"5file-digest://app/assets/stylesheets/animals.css;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/Qj/QjlDtiVtK92EcKVfedPQAMzjojnlm-DH84F95eErGeo.cache b/tmp/cache/assets/sprockets/v3.0/Qj/QjlDtiVtK92EcKVfedPQAMzjojnlm-DH84F95eErGeo.cache
new file mode 100644
index 0000000..11a7d67
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/Qj/QjlDtiVtK92EcKVfedPQAMzjojnlm-DH84F95eErGeo.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/Qx/Qx1oEwwnqZIDX-dsd28Ph836t8kBWICJfYjMj9FJdd4.cache b/tmp/cache/assets/sprockets/v3.0/Qx/Qx1oEwwnqZIDX-dsd28Ph836t8kBWICJfYjMj9FJdd4.cache
new file mode 100644
index 0000000..48200db
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/Qx/Qx1oEwwnqZIDX-dsd28Ph836t8kBWICJfYjMj9FJdd4.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=debug&id=49bf4907500f096a542b98c496ba7619dbba32b04213dbd587833eb137d2b5f2:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/Qz/QzDIO_pP2gLzsWpTSmm415II6w4RNVJg5BgNY0zqAp4.cache b/tmp/cache/assets/sprockets/v3.0/Qz/QzDIO_pP2gLzsWpTSmm415II6w4RNVJg5BgNY0zqAp4.cache
new file mode 100644
index 0000000..ab9eb35
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/Qz/QzDIO_pP2gLzsWpTSmm415II6w4RNVJg5BgNY0zqAp4.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}
I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI"?processors:type=text/css&file_type=text/css&pipeline=debug;TTI"9file-digest://app/assets/stylesheets/application.css;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"5file-digest://app/assets/stylesheets/animals.css;TTI")file-digest://app/assets/stylesheets;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/R5/R58bFKx7YOJlMV1slZ1aV8AR5JPMT8JAsENtsWny1rc.cache b/tmp/cache/assets/sprockets/v3.0/R5/R58bFKx7YOJlMV1slZ1aV8AR5JPMT8JAsENtsWny1rc.cache
new file mode 100644
index 0000000..90302b6
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/R5/R58bFKx7YOJlMV1slZ1aV8AR5JPMT8JAsENtsWny1rc.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/RL/RLwDy-DZmpnVjl-gWHTvCfEw8BkXYidw4gWJrOmZrYg.cache b/tmp/cache/assets/sprockets/v3.0/RL/RLwDy-DZmpnVjl-gWHTvCfEw8BkXYidw4gWJrOmZrYg.cache
new file mode 100644
index 0000000..d3047a5
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/RL/RLwDy-DZmpnVjl-gWHTvCfEw8BkXYidw4gWJrOmZrYg.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=debug&id=627d3be4cd4b3133bafa7a37e64fbfa93d3b9535893b3126ea5cd59cc0660519:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/RL/rLOq-tnJv0FCHw2cXcKizHwV7FDfwOdTB4gkAdxnxxs.cache b/tmp/cache/assets/sprockets/v3.0/RL/rLOq-tnJv0FCHw2cXcKizHwV7FDfwOdTB4gkAdxnxxs.cache
new file mode 100644
index 0000000..192a3d9
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/RL/rLOq-tnJv0FCHw2cXcKizHwV7FDfwOdTB4gkAdxnxxs.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=self&id=63e28df2e0830f83288e569c28a83b130b4857c5b8ea605cd418ed08778a0a98:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/S0/S0Nghb59sEBl_Ug8236oOEqIwoOnI_6ofba9EggQbn8.cache b/tmp/cache/assets/sprockets/v3.0/S0/S0Nghb59sEBl_Ug8236oOEqIwoOnI_6ofba9EggQbn8.cache
new file mode 100644
index 0000000..ba0d224
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/S0/S0Nghb59sEBl_Ug8236oOEqIwoOnI_6ofba9EggQbn8.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"9file-digest://app/assets/stylesheets/application.css;TTI")file-digest://app/assets/stylesheets;TTI"5file-digest://app/assets/stylesheets/animals.css;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/S8/S8Oqv6W_ukFlGOSOFTPXd7IYnVQhEFtalmtESEiXjII.cache b/tmp/cache/assets/sprockets/v3.0/S8/S8Oqv6W_ukFlGOSOFTPXd7IYnVQhEFtalmtESEiXjII.cache
new file mode 100644
index 0000000..ab9eb35
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/S8/S8Oqv6W_ukFlGOSOFTPXd7IYnVQhEFtalmtESEiXjII.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}
I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI"?processors:type=text/css&file_type=text/css&pipeline=debug;TTI"9file-digest://app/assets/stylesheets/application.css;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"5file-digest://app/assets/stylesheets/animals.css;TTI")file-digest://app/assets/stylesheets;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/SD/SDJ-y5SZ9eoM83xaxduVN94ePVIs_StjIShREd6KLEM.cache b/tmp/cache/assets/sprockets/v3.0/SD/SDJ-y5SZ9eoM83xaxduVN94ePVIs_StjIShREd6KLEM.cache
new file mode 100644
index 0000000..755392b
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/SD/SDJ-y5SZ9eoM83xaxduVN94ePVIs_StjIShREd6KLEM.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=self&id=e8e519d72e4b1238cb84013ec29f3c19d5fcc81cd364431024ec0043944729e8:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/SD/sDuhy62lIaKC0c1c1Slo1nYcajQkDDSGGcdYswrAKHA.cache b/tmp/cache/assets/sprockets/v3.0/SD/sDuhy62lIaKC0c1c1Slo1nYcajQkDDSGGcdYswrAKHA.cache
new file mode 100644
index 0000000..c43c1d3
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/SD/sDuhy62lIaKC0c1c1Slo1nYcajQkDDSGGcdYswrAKHA.cache
@@ -0,0 +1,2 @@
+"%7sPM<
+1R&5sY+0OS(~9
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/S_/S_vVp8WBN0I-6ilRS5uF6L7I5QfloGnm1NaF3PWDxIE.cache b/tmp/cache/assets/sprockets/v3.0/S_/S_vVp8WBN0I-6ilRS5uF6L7I5QfloGnm1NaF3PWDxIE.cache
new file mode 100644
index 0000000..ab9eb35
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/S_/S_vVp8WBN0I-6ilRS5uF6L7I5QfloGnm1NaF3PWDxIE.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}
I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI"?processors:type=text/css&file_type=text/css&pipeline=debug;TTI"9file-digest://app/assets/stylesheets/application.css;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"5file-digest://app/assets/stylesheets/animals.css;TTI")file-digest://app/assets/stylesheets;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/Sn/SnOqeKXPD_4v5vrFKXh5N2x39Y_-QNvXNlAGpEcoj8U.cache b/tmp/cache/assets/sprockets/v3.0/Sn/SnOqeKXPD_4v5vrFKXh5N2x39Y_-QNvXNlAGpEcoj8U.cache
new file mode 100644
index 0000000..60dcd42
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/Sn/SnOqeKXPD_4v5vrFKXh5N2x39Y_-QNvXNlAGpEcoj8U.cache
@@ -0,0 +1 @@
+"%"SNh%Gfqq V{A
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/Ss/SspPMhr8Dzt0ioV7QBEMfw8WzDNqwbkm6bJDqN4KBPo.cache b/tmp/cache/assets/sprockets/v3.0/Ss/SspPMhr8Dzt0ioV7QBEMfw8WzDNqwbkm6bJDqN4KBPo.cache
new file mode 100644
index 0000000..e1e87ae
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/Ss/SspPMhr8Dzt0ioV7QBEMfw8WzDNqwbkm6bJDqN4KBPo.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/Sv/Sv1xqvI0cP5buaOJxa0yyatDO2vpAxJ08SbbJeWU9uA.cache b/tmp/cache/assets/sprockets/v3.0/Sv/Sv1xqvI0cP5buaOJxa0yyatDO2vpAxJ08SbbJeWU9uA.cache
new file mode 100644
index 0000000..b93fcf7
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/Sv/Sv1xqvI0cP5buaOJxa0yyatDO2vpAxJ08SbbJeWU9uA.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=debug&id=979ad54eae2e4ef4f41ebe1871dd19b7720f2a2703ac421fdbdd8ac599d56879:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/TA/TAF79ukpLHxX0RMtL3--d9YiS8i0q2U8GAAnuBx8IHc.cache b/tmp/cache/assets/sprockets/v3.0/TA/TAF79ukpLHxX0RMtL3--d9YiS8i0q2U8GAAnuBx8IHc.cache
new file mode 100644
index 0000000..f1b165c
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/TA/TAF79ukpLHxX0RMtL3--d9YiS8i0q2U8GAAnuBx8IHc.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/TL/TLZR-qX_pMYHMn27OKkIoweR1iuLFF7JbdZranO5EMk.cache b/tmp/cache/assets/sprockets/v3.0/TL/TLZR-qX_pMYHMn27OKkIoweR1iuLFF7JbdZranO5EMk.cache
new file mode 100644
index 0000000..90d6500
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/TL/TLZR-qX_pMYHMn27OKkIoweR1iuLFF7JbdZranO5EMk.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/Tq/TqD9QLeNncMm7SRDS4MMIu-cmaGnNoDbUrHYz-8pRT0.cache b/tmp/cache/assets/sprockets/v3.0/Tq/TqD9QLeNncMm7SRDS4MMIu-cmaGnNoDbUrHYz-8pRT0.cache
new file mode 100644
index 0000000..438866d
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/Tq/TqD9QLeNncMm7SRDS4MMIu-cmaGnNoDbUrHYz-8pRT0.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/Tq/tq2U6qvpWDkgxwmtmlShaDrdeNCvthD7uZdlURkixyg.cache b/tmp/cache/assets/sprockets/v3.0/Tq/tq2U6qvpWDkgxwmtmlShaDrdeNCvthD7uZdlURkixyg.cache
new file mode 100644
index 0000000..5ed14c6
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/Tq/tq2U6qvpWDkgxwmtmlShaDrdeNCvthD7uZdlURkixyg.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=debug&id=d1e6de7ef9b08668271f4f0f0ae54a47bd854fe914e96e104ced4ec4f7eb3760:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/Tr/TrCekBu3nvqmZc5DhlKXHa9nsln4-skREDT8PpCkKKE.cache b/tmp/cache/assets/sprockets/v3.0/Tr/TrCekBu3nvqmZc5DhlKXHa9nsln4-skREDT8PpCkKKE.cache
new file mode 100644
index 0000000..7dd801a
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/Tr/TrCekBu3nvqmZc5DhlKXHa9nsln4-skREDT8PpCkKKE.cache
@@ -0,0 +1,2 @@
+"%U3//-:b'g,Qă
+
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/U5/U5EK7QR1S8wmmO1--0G4ZADBQP_FUpGJM2b3OVTWk1k.cache b/tmp/cache/assets/sprockets/v3.0/U5/U5EK7QR1S8wmmO1--0G4ZADBQP_FUpGJM2b3OVTWk1k.cache
new file mode 100644
index 0000000..ba0d224
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/U5/U5EK7QR1S8wmmO1--0G4ZADBQP_FUpGJM2b3OVTWk1k.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"9file-digest://app/assets/stylesheets/application.css;TTI")file-digest://app/assets/stylesheets;TTI"5file-digest://app/assets/stylesheets/animals.css;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/U6/U6TpDJksbNnmEZdf0yZsbwz1Zi8i4v5f3uYpPa8q08g.cache b/tmp/cache/assets/sprockets/v3.0/U6/U6TpDJksbNnmEZdf0yZsbwz1Zi8i4v5f3uYpPa8q08g.cache
new file mode 100644
index 0000000..bc044dc
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/U6/U6TpDJksbNnmEZdf0yZsbwz1Zi8i4v5f3uYpPa8q08g.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=debug&id=9ccf454ffe2f6eed9ca68f9cd7da762e95f788baa33f4def8f51b3f7cddae689:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/UM/UMe6NmKUsZca659YXLkWNnTwvjL6hA7n3790Xc1bVVY.cache b/tmp/cache/assets/sprockets/v3.0/UM/UMe6NmKUsZca659YXLkWNnTwvjL6hA7n3790Xc1bVVY.cache
new file mode 100644
index 0000000..75311d4
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/UM/UMe6NmKUsZca659YXLkWNnTwvjL6hA7n3790Xc1bVVY.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=self&id=fce781c0f5e2e22f4f9fe9bbe87416ca68f1d9c05a677c1878670eadcb4a18ff:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/UY/UYbhmY4wl7tC_7fgQiJR3ltwTBy2fKcL6P2eTBvQT8o.cache b/tmp/cache/assets/sprockets/v3.0/UY/UYbhmY4wl7tC_7fgQiJR3ltwTBy2fKcL6P2eTBvQT8o.cache
new file mode 100644
index 0000000..22721ef
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/UY/UYbhmY4wl7tC_7fgQiJR3ltwTBy2fKcL6P2eTBvQT8o.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/UY/UyuuYxf-_PJ9K2EGrG6dgom__EQgSAsg9iH9y22AGjA.cache b/tmp/cache/assets/sprockets/v3.0/UY/UyuuYxf-_PJ9K2EGrG6dgom__EQgSAsg9iH9y22AGjA.cache
new file mode 100644
index 0000000..efe6404
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/UY/UyuuYxf-_PJ9K2EGrG6dgom__EQgSAsg9iH9y22AGjA.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/U_/U_TEoGONNeRaYPsAjwAbEhf4HehK9XBxWmjRlFOEUQc.cache b/tmp/cache/assets/sprockets/v3.0/U_/U_TEoGONNeRaYPsAjwAbEhf4HehK9XBxWmjRlFOEUQc.cache
new file mode 100644
index 0000000..3d00dc9
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/U_/U_TEoGONNeRaYPsAjwAbEhf4HehK9XBxWmjRlFOEUQc.cache
@@ -0,0 +1 @@
+"%/+tQ>6j˧#>J痁
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/Ur/UrJf5_o-a6pFHu71LjoUEHF1VJwvI8utoRZrEclLVlw.cache b/tmp/cache/assets/sprockets/v3.0/Ur/UrJf5_o-a6pFHu71LjoUEHF1VJwvI8utoRZrEclLVlw.cache
new file mode 100644
index 0000000..fe3d94b
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/Ur/UrJf5_o-a6pFHu71LjoUEHF1VJwvI8utoRZrEclLVlw.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/V3/V3deZsqw3HNWF0Ba7IGwk_KbDF5i7pR1XYZ_wuT2sF8.cache b/tmp/cache/assets/sprockets/v3.0/V3/V3deZsqw3HNWF0Ba7IGwk_KbDF5i7pR1XYZ_wuT2sF8.cache
new file mode 100644
index 0000000..3768df5
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/V3/V3deZsqw3HNWF0Ba7IGwk_KbDF5i7pR1XYZ_wuT2sF8.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=debug&id=1ab640f2f76e9c2fe246909670aaf068c6d80c91109e9e9525c1ac2565291d87:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/V8/V8EFDU9HJ5J_iqy0c6_O97WmKN1aofswT871anEcljE.cache b/tmp/cache/assets/sprockets/v3.0/V8/V8EFDU9HJ5J_iqy0c6_O97WmKN1aofswT871anEcljE.cache
new file mode 100644
index 0000000..45115fb
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/V8/V8EFDU9HJ5J_iqy0c6_O97WmKN1aofswT871anEcljE.cache
@@ -0,0 +1 @@
+"%v!3SeOl(`ؘWTMF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/VF/VFr3Rqgy3GfQfHh6UJ6f2Nqsf4-YHpclJgZhPU6wpjk.cache b/tmp/cache/assets/sprockets/v3.0/VF/VFr3Rqgy3GfQfHh6UJ6f2Nqsf4-YHpclJgZhPU6wpjk.cache
new file mode 100644
index 0000000..865a9d7
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/VF/VFr3Rqgy3GfQfHh6UJ6f2Nqsf4-YHpclJgZhPU6wpjk.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/VP/VPDbSXxDgQ4YXwdMlLKexQnSeZcpiuuqaHhKH6amSe0.cache b/tmp/cache/assets/sprockets/v3.0/VP/VPDbSXxDgQ4YXwdMlLKexQnSeZcpiuuqaHhKH6amSe0.cache
new file mode 100644
index 0000000..3526957
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/VP/VPDbSXxDgQ4YXwdMlLKexQnSeZcpiuuqaHhKH6amSe0.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=self&id=a49621b090c056316644d96b2a3985b154785efb0b202afa86c23a7c30927283:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/VS/VSIHVIhj04WOFfd0AhZhdGACfrMm_Z50pfrl3NmwLM8.cache b/tmp/cache/assets/sprockets/v3.0/VS/VSIHVIhj04WOFfd0AhZhdGACfrMm_Z50pfrl3NmwLM8.cache
new file mode 100644
index 0000000..33ba276
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/VS/VSIHVIhj04WOFfd0AhZhdGACfrMm_Z50pfrl3NmwLM8.cache
@@ -0,0 +1,2 @@
+"%)QFR9z
+ώCAcj,)´b
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/VV/VVcZ8JLgp_a8_x1rnTu2Ba41Vv-iHjlMHIJPV0mX7_Y.cache b/tmp/cache/assets/sprockets/v3.0/VV/VVcZ8JLgp_a8_x1rnTu2Ba41Vv-iHjlMHIJPV0mX7_Y.cache
new file mode 100644
index 0000000..6cb83a8
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/VV/VVcZ8JLgp_a8_x1rnTu2Ba41Vv-iHjlMHIJPV0mX7_Y.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/Vh/VhQyT094_IAW22HhL30K1MY52baJBHdkfLx0aZh8yoo.cache b/tmp/cache/assets/sprockets/v3.0/Vh/VhQyT094_IAW22HhL30K1MY52baJBHdkfLx0aZh8yoo.cache
new file mode 100644
index 0000000..126a89f
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/Vh/VhQyT094_IAW22HhL30K1MY52baJBHdkfLx0aZh8yoo.cache
@@ -0,0 +1 @@
+I"app/assets/javascripts/application.js?type=application/javascript&pipeline=debug&id=54c21ec3d7b0924fcff1c2312919d3f73c0273026ff446b8fa22a5630cfc962b:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/Vl/VlIjTsdl_QNgNGQu5-OYrVRL4brk0-liFj-IZbWZH7A.cache b/tmp/cache/assets/sprockets/v3.0/Vl/VlIjTsdl_QNgNGQu5-OYrVRL4brk0-liFj-IZbWZH7A.cache
new file mode 100644
index 0000000..b387f5e
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/Vl/VlIjTsdl_QNgNGQu5-OYrVRL4brk0-liFj-IZbWZH7A.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/Vy/VyTTlRGnTEYHpthZchPepKXAxRbd_4YpNLHwJ89zVnU.cache b/tmp/cache/assets/sprockets/v3.0/Vy/VyTTlRGnTEYHpthZchPepKXAxRbd_4YpNLHwJ89zVnU.cache
new file mode 100644
index 0000000..168713f
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/Vy/VyTTlRGnTEYHpthZchPepKXAxRbd_4YpNLHwJ89zVnU.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/W0/W0eEOgDHHVOBY_BYktQmhnFkPdiyI6XjalqYuqD-Qpw.cache b/tmp/cache/assets/sprockets/v3.0/W0/W0eEOgDHHVOBY_BYktQmhnFkPdiyI6XjalqYuqD-Qpw.cache
new file mode 100644
index 0000000..bd6982d
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/W0/W0eEOgDHHVOBY_BYktQmhnFkPdiyI6XjalqYuqD-Qpw.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/WA/WA7cWa2X4EUgd87_1U3pHBHHvapZGZQtzOseAE7eozQ.cache b/tmp/cache/assets/sprockets/v3.0/WA/WA7cWa2X4EUgd87_1U3pHBHHvapZGZQtzOseAE7eozQ.cache
new file mode 100644
index 0000000..ab9eb35
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/WA/WA7cWa2X4EUgd87_1U3pHBHHvapZGZQtzOseAE7eozQ.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}
I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI"?processors:type=text/css&file_type=text/css&pipeline=debug;TTI"9file-digest://app/assets/stylesheets/application.css;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"5file-digest://app/assets/stylesheets/animals.css;TTI")file-digest://app/assets/stylesheets;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/WE/WE47xTrKqBE1Q_NdbGA4cLI17Yy5ZJNg2oqBo5UA8FQ.cache b/tmp/cache/assets/sprockets/v3.0/WE/WE47xTrKqBE1Q_NdbGA4cLI17Yy5ZJNg2oqBo5UA8FQ.cache
new file mode 100644
index 0000000..6a44ab4
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/WE/WE47xTrKqBE1Q_NdbGA4cLI17Yy5ZJNg2oqBo5UA8FQ.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=debug&id=e0234715f2e3e14f341e165fed6e966a4311745952fc1882a9bfa39f891d77d1:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/WN/WNFh0PUPOK8NCMosVwX8lfwt48i8ssHTiwLLoTAB3Nc.cache b/tmp/cache/assets/sprockets/v3.0/WN/WNFh0PUPOK8NCMosVwX8lfwt48i8ssHTiwLLoTAB3Nc.cache
new file mode 100644
index 0000000..ab9eb35
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/WN/WNFh0PUPOK8NCMosVwX8lfwt48i8ssHTiwLLoTAB3Nc.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}
I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI"?processors:type=text/css&file_type=text/css&pipeline=debug;TTI"9file-digest://app/assets/stylesheets/application.css;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"5file-digest://app/assets/stylesheets/animals.css;TTI")file-digest://app/assets/stylesheets;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/WP/WP3mW5x5_rKpeKXuMJmjhf3WQoqWQUC6b7qVN3BlrgQ.cache b/tmp/cache/assets/sprockets/v3.0/WP/WP3mW5x5_rKpeKXuMJmjhf3WQoqWQUC6b7qVN3BlrgQ.cache
new file mode 100644
index 0000000..e6cec63
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/WP/WP3mW5x5_rKpeKXuMJmjhf3WQoqWQUC6b7qVN3BlrgQ.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=debug&id=91c0ae7d4d117679aeb39c49056d25f1fee15a4297000f2a0143e8c97dadb2f9:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/WY/WYKBZvh3R_XYTakbhD_BF0jVbMJ-ziGufUSvog1QW60.cache b/tmp/cache/assets/sprockets/v3.0/WY/WYKBZvh3R_XYTakbhD_BF0jVbMJ-ziGufUSvog1QW60.cache
new file mode 100644
index 0000000..62081cc
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/WY/WYKBZvh3R_XYTakbhD_BF0jVbMJ-ziGufUSvog1QW60.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/Wl/Wlzz-UY83Q1K29yjruYx2GZi8oXMnl_qJVWL2WY3Hlk.cache b/tmp/cache/assets/sprockets/v3.0/Wl/Wlzz-UY83Q1K29yjruYx2GZi8oXMnl_qJVWL2WY3Hlk.cache
new file mode 100644
index 0000000..a1d5c33
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/Wl/Wlzz-UY83Q1K29yjruYx2GZi8oXMnl_qJVWL2WY3Hlk.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=self&id=110e8acd50de80ead15b0c291cf08c2bad680d77295b9549183cba4bd88620cd:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/Ws/WSPPXQUoKhgW3XZHHtPXk6HvSzQ2v86v2rYnYyfl7H8.cache b/tmp/cache/assets/sprockets/v3.0/Ws/WSPPXQUoKhgW3XZHHtPXk6HvSzQ2v86v2rYnYyfl7H8.cache
new file mode 100644
index 0000000..59b348e
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/Ws/WSPPXQUoKhgW3XZHHtPXk6HvSzQ2v86v2rYnYyfl7H8.cache
@@ -0,0 +1 @@
+"%d-K`8Y3/Ya~K
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/Ws/WshlWqViFcVwz_FitlZTcTZdCzEMgJ5GaSMTjHR489I.cache b/tmp/cache/assets/sprockets/v3.0/Ws/WshlWqViFcVwz_FitlZTcTZdCzEMgJ5GaSMTjHR489I.cache
new file mode 100644
index 0000000..5c5e1dc
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/Ws/WshlWqViFcVwz_FitlZTcTZdCzEMgJ5GaSMTjHR489I.cache
@@ -0,0 +1 @@
+"%uWljZxU>?]pcs
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/Ws/wslW6galD5OOiUVQqFHDQn6--gSZ5K0IIQ2Euv-ob9o.cache b/tmp/cache/assets/sprockets/v3.0/Ws/wslW6galD5OOiUVQqFHDQn6--gSZ5K0IIQ2Euv-ob9o.cache
new file mode 100644
index 0000000..d8611d3
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/Ws/wslW6galD5OOiUVQqFHDQn6--gSZ5K0IIQ2Euv-ob9o.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=debug&id=fd0307fb581a986f918b5f7f8a4fb2ccb9e74988fcae77c48e97c4a17878d1a7:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/Wx/WxPXnejH0K_w1ft7p1jOYIN9IuO3-kQ66d3zk6GxXTs.cache b/tmp/cache/assets/sprockets/v3.0/Wx/WxPXnejH0K_w1ft7p1jOYIN9IuO3-kQ66d3zk6GxXTs.cache
new file mode 100644
index 0000000..0237934
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/Wx/WxPXnejH0K_w1ft7p1jOYIN9IuO3-kQ66d3zk6GxXTs.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/X-/X-zbfinwcbKDlN7OOby7O3ghgbaekiBlg85ZC6zwekQ.cache b/tmp/cache/assets/sprockets/v3.0/X-/X-zbfinwcbKDlN7OOby7O3ghgbaekiBlg85ZC6zwekQ.cache
new file mode 100644
index 0000000..ecb0d68
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/X-/X-zbfinwcbKDlN7OOby7O3ghgbaekiBlg85ZC6zwekQ.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/XC/XC-NrflY6ZdPwKC2LwnEGe90wcMVP6l6LyOUboQVwtc.cache b/tmp/cache/assets/sprockets/v3.0/XC/XC-NrflY6ZdPwKC2LwnEGe90wcMVP6l6LyOUboQVwtc.cache
new file mode 100644
index 0000000..0fde15f
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/XC/XC-NrflY6ZdPwKC2LwnEGe90wcMVP6l6LyOUboQVwtc.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/XG/XGniOHtKlApYSFDoZ3oYUrDhmemGwaz3vGBpQQ0bbtY.cache b/tmp/cache/assets/sprockets/v3.0/XG/XGniOHtKlApYSFDoZ3oYUrDhmemGwaz3vGBpQQ0bbtY.cache
new file mode 100644
index 0000000..f243320
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/XG/XGniOHtKlApYSFDoZ3oYUrDhmemGwaz3vGBpQQ0bbtY.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=self&id=152612bb156dece85fdc71020e1c01611e43eed2a326e5231a8c0ef1a7e33be6:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/XP/XPIMKGW-h4hYFr14NgPPHZ0KtRx7JLGqO6o7bGS2tGU.cache b/tmp/cache/assets/sprockets/v3.0/XP/XPIMKGW-h4hYFr14NgPPHZ0KtRx7JLGqO6o7bGS2tGU.cache
new file mode 100644
index 0000000..621dff2
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/XP/XPIMKGW-h4hYFr14NgPPHZ0KtRx7JLGqO6o7bGS2tGU.cache
@@ -0,0 +1,2 @@
+"%DtŁTyQ
+/{e
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/XP/XPoWXc3hQ2iA1C__FiBLOWdY8dJcWWOwV9jXxZ8xy8M.cache b/tmp/cache/assets/sprockets/v3.0/XP/XPoWXc3hQ2iA1C__FiBLOWdY8dJcWWOwV9jXxZ8xy8M.cache
new file mode 100644
index 0000000..f8ef52a
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/XP/XPoWXc3hQ2iA1C__FiBLOWdY8dJcWWOwV9jXxZ8xy8M.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/animals.css?type=text/css&pipeline=self&id=46938bcedbdd09e3c774e8304f4b35bc10083e8ccfe601d46137236c31a7062f:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/Xe/XeMPEysZePX1s4Iz9AIwoPiRCs_JhqHihk0L5utTmwQ.cache b/tmp/cache/assets/sprockets/v3.0/Xe/XeMPEysZePX1s4Iz9AIwoPiRCs_JhqHihk0L5utTmwQ.cache
new file mode 100644
index 0000000..0e350c3
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/Xe/XeMPEysZePX1s4Iz9AIwoPiRCs_JhqHihk0L5utTmwQ.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=self&id=d35a93144101c8be40e962830f070ab7e4aac42f7571f71f8343b1b730ae3d97:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/Xs/XsHpuvU_BJK9WhItGLhZcWaSNMNGsW2drDM26gfO37Y.cache b/tmp/cache/assets/sprockets/v3.0/Xs/XsHpuvU_BJK9WhItGLhZcWaSNMNGsW2drDM26gfO37Y.cache
new file mode 100644
index 0000000..cd67ed2
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/Xs/XsHpuvU_BJK9WhItGLhZcWaSNMNGsW2drDM26gfO37Y.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=debug&id=ec60939a50bb02467a557f5849af1cd05e2c42dd7dd2823d6be24b95c71989e1:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/Y0/Y0iWSKpCExU17PQGnnkEut7pc-RO60Zz5MhQJMyRo4M.cache b/tmp/cache/assets/sprockets/v3.0/Y0/Y0iWSKpCExU17PQGnnkEut7pc-RO60Zz5MhQJMyRo4M.cache
new file mode 100644
index 0000000..5f06d04
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/Y0/Y0iWSKpCExU17PQGnnkEut7pc-RO60Zz5MhQJMyRo4M.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/Y0/Y0uXG5YPx4BJtzoWjIyD6lIsVnKRPh7oAnXy-8KR6Fg.cache b/tmp/cache/assets/sprockets/v3.0/Y0/Y0uXG5YPx4BJtzoWjIyD6lIsVnKRPh7oAnXy-8KR6Fg.cache
new file mode 100644
index 0000000..ab9eb35
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/Y0/Y0uXG5YPx4BJtzoWjIyD6lIsVnKRPh7oAnXy-8KR6Fg.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}
I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI"?processors:type=text/css&file_type=text/css&pipeline=debug;TTI"9file-digest://app/assets/stylesheets/application.css;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"5file-digest://app/assets/stylesheets/animals.css;TTI")file-digest://app/assets/stylesheets;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/Y1/Y1H1qXOjLpgpXTZ7PEjWA4HCCJg2o4C0Uj6cgIu0Z3o.cache b/tmp/cache/assets/sprockets/v3.0/Y1/Y1H1qXOjLpgpXTZ7PEjWA4HCCJg2o4C0Uj6cgIu0Z3o.cache
new file mode 100644
index 0000000..90a0108
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/Y1/Y1H1qXOjLpgpXTZ7PEjWA4HCCJg2o4C0Uj6cgIu0Z3o.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/Y1/Y1M35_KO-dWJgyko8Zh9AfXx8xfmdRsTS8bm2iVPSxc.cache b/tmp/cache/assets/sprockets/v3.0/Y1/Y1M35_KO-dWJgyko8Zh9AfXx8xfmdRsTS8bm2iVPSxc.cache
new file mode 100644
index 0000000..135a686
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/Y1/Y1M35_KO-dWJgyko8Zh9AfXx8xfmdRsTS8bm2iVPSxc.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/Y2/Y2Ik46qA234peeqrC4f8ZNPiJEjU4CAUOuDyuHUZkoo.cache b/tmp/cache/assets/sprockets/v3.0/Y2/Y2Ik46qA234peeqrC4f8ZNPiJEjU4CAUOuDyuHUZkoo.cache
new file mode 100644
index 0000000..3a3133b
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/Y2/Y2Ik46qA234peeqrC4f8ZNPiJEjU4CAUOuDyuHUZkoo.cache
@@ -0,0 +1 @@
+"%%gWŷXY8E17LeBO
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/YJ/YJDM8ryYgzURHAQwlmAs7-iFI7-afDTdal9wHxaQ8QM.cache b/tmp/cache/assets/sprockets/v3.0/YJ/YJDM8ryYgzURHAQwlmAs7-iFI7-afDTdal9wHxaQ8QM.cache
new file mode 100644
index 0000000..aa46da5
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/YJ/YJDM8ryYgzURHAQwlmAs7-iFI7-afDTdal9wHxaQ8QM.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/Ya/YAr1OQJr2nAcV5Dv-eOyahy1GtPVnaGb36x1jHcdpVU.cache b/tmp/cache/assets/sprockets/v3.0/Ya/YAr1OQJr2nAcV5Dv-eOyahy1GtPVnaGb36x1jHcdpVU.cache
new file mode 100644
index 0000000..5359d7b
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/Ya/YAr1OQJr2nAcV5Dv-eOyahy1GtPVnaGb36x1jHcdpVU.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=self&id=3846b8203c0b659243ac340106962e80948d02dc9c00327dce7798177e81852b:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/Ya/YayMISAqD-Y3vBFywwKrXbUovGf5o77HUF5s8mnQgO0.cache b/tmp/cache/assets/sprockets/v3.0/Ya/YayMISAqD-Y3vBFywwKrXbUovGf5o77HUF5s8mnQgO0.cache
new file mode 100644
index 0000000..a8dc5b4
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/Ya/YayMISAqD-Y3vBFywwKrXbUovGf5o77HUF5s8mnQgO0.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/Yb/Ybb9C7Nyy8C8w01nha90LIk4CpbGCt68y3tFPWkKjBU.cache b/tmp/cache/assets/sprockets/v3.0/Yb/Ybb9C7Nyy8C8w01nha90LIk4CpbGCt68y3tFPWkKjBU.cache
new file mode 100644
index 0000000..05c40d9
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/Yb/Ybb9C7Nyy8C8w01nha90LIk4CpbGCt68y3tFPWkKjBU.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=debug&id=ae2b440e635e11def04917b098de03472a3f8837379398bf83d6a0cc096acf64:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/Ye/Ye4XPuNDcWl-0uEzKCG6kRgA--lPlR0K8mHQ2__2KnE.cache b/tmp/cache/assets/sprockets/v3.0/Ye/Ye4XPuNDcWl-0uEzKCG6kRgA--lPlR0K8mHQ2__2KnE.cache
new file mode 100644
index 0000000..eb13899
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/Ye/Ye4XPuNDcWl-0uEzKCG6kRgA--lPlR0K8mHQ2__2KnE.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/Yk/YkIYeEi3qfGs1QJ50ZZJAsp6ZQBQKAt9F1_-m_vnUZg.cache b/tmp/cache/assets/sprockets/v3.0/Yk/YkIYeEi3qfGs1QJ50ZZJAsp6ZQBQKAt9F1_-m_vnUZg.cache
new file mode 100644
index 0000000..ab9eb35
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/Yk/YkIYeEi3qfGs1QJ50ZZJAsp6ZQBQKAt9F1_-m_vnUZg.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}
I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI"?processors:type=text/css&file_type=text/css&pipeline=debug;TTI"9file-digest://app/assets/stylesheets/application.css;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"5file-digest://app/assets/stylesheets/animals.css;TTI")file-digest://app/assets/stylesheets;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/Z1/Z1M1UNb_TLemkMuy0cX0Aglty7Od2JbKJgM8F0Gy0ko.cache b/tmp/cache/assets/sprockets/v3.0/Z1/Z1M1UNb_TLemkMuy0cX0Aglty7Od2JbKJgM8F0Gy0ko.cache
new file mode 100644
index 0000000..dcd0aa3
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/Z1/Z1M1UNb_TLemkMuy0cX0Aglty7Od2JbKJgM8F0Gy0ko.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/Z3/Z3imRrfjbfhL3h-lo9is2AG3H3rRG2PzZoISRm7F3G0.cache b/tmp/cache/assets/sprockets/v3.0/Z3/Z3imRrfjbfhL3h-lo9is2AG3H3rRG2PzZoISRm7F3G0.cache
new file mode 100644
index 0000000..eafed10
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/Z3/Z3imRrfjbfhL3h-lo9is2AG3H3rRG2PzZoISRm7F3G0.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/ZB/ZBeUlESVqRZtMvG2y_vQD8qrFBXITLkAq2VX8EA7ohw.cache b/tmp/cache/assets/sprockets/v3.0/ZB/ZBeUlESVqRZtMvG2y_vQD8qrFBXITLkAq2VX8EA7ohw.cache
new file mode 100644
index 0000000..ab9eb35
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/ZB/ZBeUlESVqRZtMvG2y_vQD8qrFBXITLkAq2VX8EA7ohw.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}
I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI"?processors:type=text/css&file_type=text/css&pipeline=debug;TTI"9file-digest://app/assets/stylesheets/application.css;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"5file-digest://app/assets/stylesheets/animals.css;TTI")file-digest://app/assets/stylesheets;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/ZW/ZWoITSTRTIBPB4kdh0zQUOEA7nxg6K-nm1vsA7n0P4Y.cache b/tmp/cache/assets/sprockets/v3.0/ZW/ZWoITSTRTIBPB4kdh0zQUOEA7nxg6K-nm1vsA7n0P4Y.cache
new file mode 100644
index 0000000..729dd42
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/ZW/ZWoITSTRTIBPB4kdh0zQUOEA7nxg6K-nm1vsA7n0P4Y.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=debug&id=e9198233c7dc217988aaa77b03213d68328b8b9b88b65b28bee4e0d241cfd367:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/Zf/ZfdagZ3ZBfrds3ui2vKHQ2wmGeozyeijh7q9-WLZ3FY.cache b/tmp/cache/assets/sprockets/v3.0/Zf/ZfdagZ3ZBfrds3ui2vKHQ2wmGeozyeijh7q9-WLZ3FY.cache
new file mode 100644
index 0000000..33098d5
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/Zf/ZfdagZ3ZBfrds3ui2vKHQ2wmGeozyeijh7q9-WLZ3FY.cache
@@ -0,0 +1 @@
+"%̅2ݚɈtB!摿Ke
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/Zf/Zfhx7_XxlAwe4WU3Bnh63NryLo1wXu3houQowan5lwk.cache b/tmp/cache/assets/sprockets/v3.0/Zf/Zfhx7_XxlAwe4WU3Bnh63NryLo1wXu3houQowan5lwk.cache
new file mode 100644
index 0000000..0087fbb
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/Zf/Zfhx7_XxlAwe4WU3Bnh63NryLo1wXu3houQowan5lwk.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/Zf/zfD2h0F5DNW-Y7TwaeYtrysPkcDkkPXswGy7TaCvgJg.cache b/tmp/cache/assets/sprockets/v3.0/Zf/zfD2h0F5DNW-Y7TwaeYtrysPkcDkkPXswGy7TaCvgJg.cache
new file mode 100644
index 0000000..ab9eb35
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/Zf/zfD2h0F5DNW-Y7TwaeYtrysPkcDkkPXswGy7TaCvgJg.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}
I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI"?processors:type=text/css&file_type=text/css&pipeline=debug;TTI"9file-digest://app/assets/stylesheets/application.css;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"5file-digest://app/assets/stylesheets/animals.css;TTI")file-digest://app/assets/stylesheets;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/Zv/ZvCEW2ZyS-k4cHH7Gd8P2nKFE9Uh1VOrfR-1PYY2yz8.cache b/tmp/cache/assets/sprockets/v3.0/Zv/ZvCEW2ZyS-k4cHH7Gd8P2nKFE9Uh1VOrfR-1PYY2yz8.cache
new file mode 100644
index 0000000..736a554
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/Zv/ZvCEW2ZyS-k4cHH7Gd8P2nKFE9Uh1VOrfR-1PYY2yz8.cache
@@ -0,0 +1,5 @@
+I"$(function() {
+
+
+}).call(this);
+:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/Zv/ZvjscXarIuBeE9tTJZgL0YvyzUxvDPcrsU-bFrTFzf4.cache b/tmp/cache/assets/sprockets/v3.0/Zv/ZvjscXarIuBeE9tTJZgL0YvyzUxvDPcrsU-bFrTFzf4.cache
new file mode 100644
index 0000000..4957237
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/Zv/ZvjscXarIuBeE9tTJZgL0YvyzUxvDPcrsU-bFrTFzf4.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=self&id=ed915533bde5172a021f0683b78b9daa26764222aa786619ca351f801664ecb4:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/_2/_2JTdjAVjYHW6Ux6NFrhHQ3t-Cj8FulA-s8LgqNOhxQ.cache b/tmp/cache/assets/sprockets/v3.0/_2/_2JTdjAVjYHW6Ux6NFrhHQ3t-Cj8FulA-s8LgqNOhxQ.cache
new file mode 100644
index 0000000..ba0d224
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/_2/_2JTdjAVjYHW6Ux6NFrhHQ3t-Cj8FulA-s8LgqNOhxQ.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"9file-digest://app/assets/stylesheets/application.css;TTI")file-digest://app/assets/stylesheets;TTI"5file-digest://app/assets/stylesheets/animals.css;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/_8/_8xI2p8hwRQ0wUTsFIK1zFYZPZI1l6L93YewDuTdN5k.cache b/tmp/cache/assets/sprockets/v3.0/_8/_8xI2p8hwRQ0wUTsFIK1zFYZPZI1l6L93YewDuTdN5k.cache
new file mode 100644
index 0000000..07a2537
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/_8/_8xI2p8hwRQ0wUTsFIK1zFYZPZI1l6L93YewDuTdN5k.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=self&id=76b0e172b8b6b72fd098ef1a7f5c9c60bf4816e95e246bd22e8508e5d3677865:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/_L/_L5LLHJgs1yavQdWVDXzhW5bqL5HybHojly6aBZ2_ns.cache b/tmp/cache/assets/sprockets/v3.0/_L/_L5LLHJgs1yavQdWVDXzhW5bqL5HybHojly6aBZ2_ns.cache
new file mode 100644
index 0000000..bce66e1
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/_L/_L5LLHJgs1yavQdWVDXzhW5bqL5HybHojly6aBZ2_ns.cache
@@ -0,0 +1 @@
+"%Qƹ~̘edc]r6
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/_T/_T5LDrE74wGBV7-dpCeY-48SHndZ_Ltr-1H_Nb1ToUI.cache b/tmp/cache/assets/sprockets/v3.0/_T/_T5LDrE74wGBV7-dpCeY-48SHndZ_Ltr-1H_Nb1ToUI.cache
new file mode 100644
index 0000000..fc9d23a
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/_T/_T5LDrE74wGBV7-dpCeY-48SHndZ_Ltr-1H_Nb1ToUI.cache
@@ -0,0 +1 @@
+"%G]v}M/m2,y18V)b
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/_T/_TN6RRYlVjgEaaqrvBeTkCcyUw61hR5fomkR6yfojws.cache b/tmp/cache/assets/sprockets/v3.0/_T/_TN6RRYlVjgEaaqrvBeTkCcyUw61hR5fomkR6yfojws.cache
new file mode 100644
index 0000000..cef3cc7
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/_T/_TN6RRYlVjgEaaqrvBeTkCcyUw61hR5fomkR6yfojws.cache
@@ -0,0 +1 @@
+I"/Users/valliere/.rvm/gems/ruby-2.4.0/gems/turbolinks-source-5.0.0/lib/assets/javascripts/turbolinks.js?type=application/javascript&pipeline=self&id=bea9e1bc3724bcb1e0a91587d3247b758bd352c456aecf9b863cf34b1e62b98b:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/_c/_cB2h0d2C1TIh1TAIcxLqqNSZsa1ffOVohcKkP8tUMw.cache b/tmp/cache/assets/sprockets/v3.0/_c/_cB2h0d2C1TIh1TAIcxLqqNSZsa1ffOVohcKkP8tUMw.cache
new file mode 100644
index 0000000..ba0d224
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/_c/_cB2h0d2C1TIh1TAIcxLqqNSZsa1ffOVohcKkP8tUMw.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"9file-digest://app/assets/stylesheets/application.css;TTI")file-digest://app/assets/stylesheets;TTI"5file-digest://app/assets/stylesheets/animals.css;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/_e/_eVJXTwAzHVULo_hv5N8pomjecs9mLgrobFZ8doXV0o.cache b/tmp/cache/assets/sprockets/v3.0/_e/_eVJXTwAzHVULo_hv5N8pomjecs9mLgrobFZ8doXV0o.cache
new file mode 100644
index 0000000..e98a36f
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/_e/_eVJXTwAzHVULo_hv5N8pomjecs9mLgrobFZ8doXV0o.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/_p/_pjf4ToGZmsVNCCjrf_mJ5YUkfP4t_Bxw3HbNnrR3fk.cache b/tmp/cache/assets/sprockets/v3.0/_p/_pjf4ToGZmsVNCCjrf_mJ5YUkfP4t_Bxw3HbNnrR3fk.cache
new file mode 100644
index 0000000..000016c
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/_p/_pjf4ToGZmsVNCCjrf_mJ5YUkfP4t_Bxw3HbNnrR3fk.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/a4/a4fG0CZNIv_hQm5d8Zu-WAqNEwsHAzfJY1IGZauAPJU.cache b/tmp/cache/assets/sprockets/v3.0/a4/a4fG0CZNIv_hQm5d8Zu-WAqNEwsHAzfJY1IGZauAPJU.cache
new file mode 100644
index 0000000..ba0d224
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/a4/a4fG0CZNIv_hQm5d8Zu-WAqNEwsHAzfJY1IGZauAPJU.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"9file-digest://app/assets/stylesheets/application.css;TTI")file-digest://app/assets/stylesheets;TTI"5file-digest://app/assets/stylesheets/animals.css;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/a4/a4rfln77p_Injj3U9tLQhNqvZVQzIJbxVJQeVEz2mPk.cache b/tmp/cache/assets/sprockets/v3.0/a4/a4rfln77p_Injj3U9tLQhNqvZVQzIJbxVJQeVEz2mPk.cache
new file mode 100644
index 0000000..387ae1c
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/a4/a4rfln77p_Injj3U9tLQhNqvZVQzIJbxVJQeVEz2mPk.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=self&id=f4a99aa69f179ab5094443cf1bdf856ba3e57067e350954b0bc4cd7ccd942b9d:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/ak/akv7m98Twe7kpzYsvkXuAmhUDfH8liCPZANoAuPF640.cache b/tmp/cache/assets/sprockets/v3.0/ak/akv7m98Twe7kpzYsvkXuAmhUDfH8liCPZANoAuPF640.cache
new file mode 100644
index 0000000..a45a829
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/ak/akv7m98Twe7kpzYsvkXuAmhUDfH8liCPZANoAuPF640.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=self&id=10ea4c0b5f2c4eefa438b6ea216165b403cca3c4f966d012a5b50e9386b91c6a:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/am/am0fuCvratkhu_QpTECLeuO0ID9QgbZlkOhjB9-x66o.cache b/tmp/cache/assets/sprockets/v3.0/am/am0fuCvratkhu_QpTECLeuO0ID9QgbZlkOhjB9-x66o.cache
new file mode 100644
index 0000000..ab9eb35
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/am/am0fuCvratkhu_QpTECLeuO0ID9QgbZlkOhjB9-x66o.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}
I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI"?processors:type=text/css&file_type=text/css&pipeline=debug;TTI"9file-digest://app/assets/stylesheets/application.css;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"5file-digest://app/assets/stylesheets/animals.css;TTI")file-digest://app/assets/stylesheets;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/ap/ap0EJIg4AaSwXzEOvtqmToowJpdTunW2mSkIYGi-Rg4.cache b/tmp/cache/assets/sprockets/v3.0/ap/ap0EJIg4AaSwXzEOvtqmToowJpdTunW2mSkIYGi-Rg4.cache
new file mode 100644
index 0000000..e6c1680
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/ap/ap0EJIg4AaSwXzEOvtqmToowJpdTunW2mSkIYGi-Rg4.cache
@@ -0,0 +1,2 @@
+"%LK
gFJ
+TjVioYq
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/as/asyxXJiHtzZDXnbUvn7A-s2RpDZQOtx8pogB6zaRh9o.cache b/tmp/cache/assets/sprockets/v3.0/as/asyxXJiHtzZDXnbUvn7A-s2RpDZQOtx8pogB6zaRh9o.cache
new file mode 100644
index 0000000..06968dc
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/as/asyxXJiHtzZDXnbUvn7A-s2RpDZQOtx8pogB6zaRh9o.cache
@@ -0,0 +1 @@
+"%t-/<8r/ S6
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/au/auBn4jSCwL_AG2kOvMrNUWrIgSWowr_4mR3wtyK5wgI.cache b/tmp/cache/assets/sprockets/v3.0/au/auBn4jSCwL_AG2kOvMrNUWrIgSWowr_4mR3wtyK5wgI.cache
new file mode 100644
index 0000000..b0b58f3
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/au/auBn4jSCwL_AG2kOvMrNUWrIgSWowr_4mR3wtyK5wgI.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/b2/b2Wi50rbBKYGlIbJlyUhV0uVr45q5dufw5NFVQVsQFI.cache b/tmp/cache/assets/sprockets/v3.0/b2/b2Wi50rbBKYGlIbJlyUhV0uVr45q5dufw5NFVQVsQFI.cache
new file mode 100644
index 0000000..58ded95
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/b2/b2Wi50rbBKYGlIbJlyUhV0uVr45q5dufw5NFVQVsQFI.cache
@@ -0,0 +1 @@
+"%ónx|b[ģYxF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/b3/b3PMlr2FOTlADz7Cs59Ir7uAkHbeqEN6I5omlXuCsio.cache b/tmp/cache/assets/sprockets/v3.0/b3/b3PMlr2FOTlADz7Cs59Ir7uAkHbeqEN6I5omlXuCsio.cache
new file mode 100644
index 0000000..ba0d224
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/b3/b3PMlr2FOTlADz7Cs59Ir7uAkHbeqEN6I5omlXuCsio.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"9file-digest://app/assets/stylesheets/application.css;TTI")file-digest://app/assets/stylesheets;TTI"5file-digest://app/assets/stylesheets/animals.css;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/b6/b6OiufrUKRnSpdhFPh315B-VsS7VxEiT4zzTAqxOsTY.cache b/tmp/cache/assets/sprockets/v3.0/b6/b6OiufrUKRnSpdhFPh315B-VsS7VxEiT4zzTAqxOsTY.cache
new file mode 100644
index 0000000..3bba6c8
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/b6/b6OiufrUKRnSpdhFPh315B-VsS7VxEiT4zzTAqxOsTY.cache
@@ -0,0 +1 @@
+"%ss?kt0-km)we"$Uk
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/bE/bEVt4uE6CiQIYtmjX0CgK60gleCeetkjR6gMcRDg7pI.cache b/tmp/cache/assets/sprockets/v3.0/bE/bEVt4uE6CiQIYtmjX0CgK60gleCeetkjR6gMcRDg7pI.cache
new file mode 100644
index 0000000..157347f
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/bE/bEVt4uE6CiQIYtmjX0CgK60gleCeetkjR6gMcRDg7pI.cache
@@ -0,0 +1,3 @@
+[o:Set:
+@hash}
+I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"5file-digest://app/assets/stylesheets/animals.css;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/bd/bdIZzD9N9j1wRC6sHxCdbxL16rTXcFvZ-FCxflcNeHU.cache b/tmp/cache/assets/sprockets/v3.0/bd/bdIZzD9N9j1wRC6sHxCdbxL16rTXcFvZ-FCxflcNeHU.cache
new file mode 100644
index 0000000..11951c0
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/bd/bdIZzD9N9j1wRC6sHxCdbxL16rTXcFvZ-FCxflcNeHU.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=self&id=f34b8b5be5b8700683470037399a79680389e1da59d7c2b9e2032498e5428bf7:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/bf/bF1I5IvgZWJHZDyQ0qPLAVJF9lsZaytvR0wrLehPcpQ.cache b/tmp/cache/assets/sprockets/v3.0/bf/bF1I5IvgZWJHZDyQ0qPLAVJF9lsZaytvR0wrLehPcpQ.cache
new file mode 100644
index 0000000..5780bbc
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/bf/bF1I5IvgZWJHZDyQ0qPLAVJF9lsZaytvR0wrLehPcpQ.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=self&id=d07bbcba3846c8a6147219e1040a6917490760ed21e4f52d2a8185441a99e68c:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/bf/bfI4jgL1atPQaDwaXbyOcBgLi7cVRmpjbKVJbFEVoOU.cache b/tmp/cache/assets/sprockets/v3.0/bf/bfI4jgL1atPQaDwaXbyOcBgLi7cVRmpjbKVJbFEVoOU.cache
new file mode 100644
index 0000000..ae8443b
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/bf/bfI4jgL1atPQaDwaXbyOcBgLi7cVRmpjbKVJbFEVoOU.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/bf/bfmvE4g1E4y7LHKVPjQh5vA355kcCt961sG6AICzrbQ.cache b/tmp/cache/assets/sprockets/v3.0/bf/bfmvE4g1E4y7LHKVPjQh5vA355kcCt961sG6AICzrbQ.cache
new file mode 100644
index 0000000..2800ad3
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/bf/bfmvE4g1E4y7LHKVPjQh5vA355kcCt961sG6AICzrbQ.cache
@@ -0,0 +1 @@
+"%Bșo$'AdLxRU
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/bk/bKoujYaOQ7LOZ5lxJXymyklGGLwLcH5dTlo_-R4CFW4.cache b/tmp/cache/assets/sprockets/v3.0/bk/bKoujYaOQ7LOZ5lxJXymyklGGLwLcH5dTlo_-R4CFW4.cache
new file mode 100644
index 0000000..82682e2
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/bk/bKoujYaOQ7LOZ5lxJXymyklGGLwLcH5dTlo_-R4CFW4.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=self&id=bf5b60de97a938c6b403065e76add60c16f7c2782b36cdf3ad677cb35f240f00:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/bk/bkzP3bt6JLY1ecihGTMrwXkYuIMvtku0geEDk66fZCQ.cache b/tmp/cache/assets/sprockets/v3.0/bk/bkzP3bt6JLY1ecihGTMrwXkYuIMvtku0geEDk66fZCQ.cache
new file mode 100644
index 0000000..1adf8a3
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/bk/bkzP3bt6JLY1ecihGTMrwXkYuIMvtku0geEDk66fZCQ.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=self&id=64d4e67b115cd339c46498dc0d878c50b29f7642d07acff101d492ab316f211e:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/bn/BNiC_vLY-JscbtgwzNympxfYYD4wu-OtCfCXDLs1T4M.cache b/tmp/cache/assets/sprockets/v3.0/bn/BNiC_vLY-JscbtgwzNympxfYYD4wu-OtCfCXDLs1T4M.cache
new file mode 100644
index 0000000..ab9eb35
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/bn/BNiC_vLY-JscbtgwzNympxfYYD4wu-OtCfCXDLs1T4M.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}
I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI"?processors:type=text/css&file_type=text/css&pipeline=debug;TTI"9file-digest://app/assets/stylesheets/application.css;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"5file-digest://app/assets/stylesheets/animals.css;TTI")file-digest://app/assets/stylesheets;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/bn/bnTyotKdINPzCQWxXK5Y548tOz-FRLjYoJLwriFU7Po.cache b/tmp/cache/assets/sprockets/v3.0/bn/bnTyotKdINPzCQWxXK5Y548tOz-FRLjYoJLwriFU7Po.cache
new file mode 100644
index 0000000..1c2060a
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/bn/bnTyotKdINPzCQWxXK5Y548tOz-FRLjYoJLwriFU7Po.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/bp/bpidR0zQ-YGQZFuDXmFVGUlemmaiJzva6V66VVe3ZrM.cache b/tmp/cache/assets/sprockets/v3.0/bp/bpidR0zQ-YGQZFuDXmFVGUlemmaiJzva6V66VVe3ZrM.cache
new file mode 100644
index 0000000..2800ad3
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/bp/bpidR0zQ-YGQZFuDXmFVGUlemmaiJzva6V66VVe3ZrM.cache
@@ -0,0 +1 @@
+"%Bșo$'AdLxRU
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/br/br5_fa--VVazs6vmjjDhd3vF6JO7D4_P2LoTvzuSnXY.cache b/tmp/cache/assets/sprockets/v3.0/br/br5_fa--VVazs6vmjjDhd3vF6JO7D4_P2LoTvzuSnXY.cache
new file mode 100644
index 0000000..a42d53a
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/br/br5_fa--VVazs6vmjjDhd3vF6JO7D4_P2LoTvzuSnXY.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=self&id=b773c9f86584ccece5e8642d85c057f47c07c95873ee65b4da71b0e9c94be092:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/c3/c3OkqxEn6644Vh4a8Cb7UKp4xivIlf0964QkNJxCcbw.cache b/tmp/cache/assets/sprockets/v3.0/c3/c3OkqxEn6644Vh4a8Cb7UKp4xivIlf0964QkNJxCcbw.cache
new file mode 100644
index 0000000..b0b5797
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/c3/c3OkqxEn6644Vh4a8Cb7UKp4xivIlf0964QkNJxCcbw.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/cB/cBr2lSDPJvD5wuQi99d6-YqIqDrYuEVZT39RXGXAqGg.cache b/tmp/cache/assets/sprockets/v3.0/cB/cBr2lSDPJvD5wuQi99d6-YqIqDrYuEVZT39RXGXAqGg.cache
new file mode 100644
index 0000000..0bbf517
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/cB/cBr2lSDPJvD5wuQi99d6-YqIqDrYuEVZT39RXGXAqGg.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=debug&id=97265e2f48729fe4c4fd335be7016a245d7e328b8edf7a4dd3dfd5b8de12ec27:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/cB/cbsmcN1_1Xg8nQsyUvaDUV-SIjUB6P2DFk9pj3Q3BG0.cache b/tmp/cache/assets/sprockets/v3.0/cB/cbsmcN1_1Xg8nQsyUvaDUV-SIjUB6P2DFk9pj3Q3BG0.cache
new file mode 100644
index 0000000..8bf874b
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/cB/cbsmcN1_1Xg8nQsyUvaDUV-SIjUB6P2DFk9pj3Q3BG0.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/cC/cC4SthKOQMqJKaxraku08kC7DCAMpmWVLfyP2GC83S4.cache b/tmp/cache/assets/sprockets/v3.0/cC/cC4SthKOQMqJKaxraku08kC7DCAMpmWVLfyP2GC83S4.cache
new file mode 100644
index 0000000..b4d052b
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/cC/cC4SthKOQMqJKaxraku08kC7DCAMpmWVLfyP2GC83S4.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=self&id=4f1a8016704c7c32744e4b35fa33354b613c962feb41d143a3c1c3a6caaf604f:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/cC/cCsImZ0Mp8NLrMj5dGQmIhP9DaRRaOp8ldgsTRHd8II.cache b/tmp/cache/assets/sprockets/v3.0/cC/cCsImZ0Mp8NLrMj5dGQmIhP9DaRRaOp8ldgsTRHd8II.cache
new file mode 100644
index 0000000..ba0d224
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/cC/cCsImZ0Mp8NLrMj5dGQmIhP9DaRRaOp8ldgsTRHd8II.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"9file-digest://app/assets/stylesheets/application.css;TTI")file-digest://app/assets/stylesheets;TTI"5file-digest://app/assets/stylesheets/animals.css;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/cD/cD_K8XpE1Y6eOCkGLYekZH6KMBHdGMr70rmJN3lXT0I.cache b/tmp/cache/assets/sprockets/v3.0/cD/cD_K8XpE1Y6eOCkGLYekZH6KMBHdGMr70rmJN3lXT0I.cache
new file mode 100644
index 0000000..ba0d224
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/cD/cD_K8XpE1Y6eOCkGLYekZH6KMBHdGMr70rmJN3lXT0I.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"9file-digest://app/assets/stylesheets/application.css;TTI")file-digest://app/assets/stylesheets;TTI"5file-digest://app/assets/stylesheets/animals.css;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/cQ/cQOc221HUuVfQOeI6JN3S46qdAO5d42UrR4g1UcSc8Q.cache b/tmp/cache/assets/sprockets/v3.0/cQ/cQOc221HUuVfQOeI6JN3S46qdAO5d42UrR4g1UcSc8Q.cache
new file mode 100644
index 0000000..ba0d224
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/cQ/cQOc221HUuVfQOeI6JN3S46qdAO5d42UrR4g1UcSc8Q.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"9file-digest://app/assets/stylesheets/application.css;TTI")file-digest://app/assets/stylesheets;TTI"5file-digest://app/assets/stylesheets/animals.css;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/cY/CYsXYew0E2LlV8rSOstptTWaPANZt7yeE54Shp82z4I.cache b/tmp/cache/assets/sprockets/v3.0/cY/CYsXYew0E2LlV8rSOstptTWaPANZt7yeE54Shp82z4I.cache
new file mode 100644
index 0000000..449e366
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/cY/CYsXYew0E2LlV8rSOstptTWaPANZt7yeE54Shp82z4I.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/cY/cYJ4uaAys9bz9nXw_mr4st7GX2Ga_Me4JJD-KWncpuw.cache b/tmp/cache/assets/sprockets/v3.0/cY/cYJ4uaAys9bz9nXw_mr4st7GX2Ga_Me4JJD-KWncpuw.cache
new file mode 100644
index 0000000..fc628ea
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/cY/cYJ4uaAys9bz9nXw_mr4st7GX2Ga_Me4JJD-KWncpuw.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/cY/cYY8G9GNVDYZk6ua-1m_SfUOih6TdbGGdMZ6CmkLhiM.cache b/tmp/cache/assets/sprockets/v3.0/cY/cYY8G9GNVDYZk6ua-1m_SfUOih6TdbGGdMZ6CmkLhiM.cache
new file mode 100644
index 0000000..157347f
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/cY/cYY8G9GNVDYZk6ua-1m_SfUOih6TdbGGdMZ6CmkLhiM.cache
@@ -0,0 +1,3 @@
+[o:Set:
+@hash}
+I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"5file-digest://app/assets/stylesheets/animals.css;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/c_/c_CSssZVmTHqSwILbJVlbn2aUglYjnPsfbiwGKnFKvI.cache b/tmp/cache/assets/sprockets/v3.0/c_/c_CSssZVmTHqSwILbJVlbn2aUglYjnPsfbiwGKnFKvI.cache
new file mode 100644
index 0000000..cae30a6
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/c_/c_CSssZVmTHqSwILbJVlbn2aUglYjnPsfbiwGKnFKvI.cache
@@ -0,0 +1 @@
+"%Yrɴq3ưnX~
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/ci/cIV1z15bNcAeQNUklGzrYmG987ZNYnvWQpl8W3NHulA.cache b/tmp/cache/assets/sprockets/v3.0/ci/cIV1z15bNcAeQNUklGzrYmG987ZNYnvWQpl8W3NHulA.cache
new file mode 100644
index 0000000..ba0d224
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/ci/cIV1z15bNcAeQNUklGzrYmG987ZNYnvWQpl8W3NHulA.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"9file-digest://app/assets/stylesheets/application.css;TTI")file-digest://app/assets/stylesheets;TTI"5file-digest://app/assets/stylesheets/animals.css;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/ci/ci1M_Yal-mceUUJSHBuhWFb9A8LUSgsi7PMQEFEZ1pM.cache b/tmp/cache/assets/sprockets/v3.0/ci/ci1M_Yal-mceUUJSHBuhWFb9A8LUSgsi7PMQEFEZ1pM.cache
new file mode 100644
index 0000000..157347f
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/ci/ci1M_Yal-mceUUJSHBuhWFb9A8LUSgsi7PMQEFEZ1pM.cache
@@ -0,0 +1,3 @@
+[o:Set:
+@hash}
+I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"5file-digest://app/assets/stylesheets/animals.css;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/co/cowqxeEvROrUSXSXoPZ_VmpG_fn7AhZ0S6w4HJKdGew.cache b/tmp/cache/assets/sprockets/v3.0/co/cowqxeEvROrUSXSXoPZ_VmpG_fn7AhZ0S6w4HJKdGew.cache
new file mode 100644
index 0000000..68e8a8a
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/co/cowqxeEvROrUSXSXoPZ_VmpG_fn7AhZ0S6w4HJKdGew.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=debug&id=768f859efbf4bb71ca341cdffe0aad4928ceb49a339e86880905daa1b30c0f89:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/d3/d3wh3P9SAx4DcB4p4V2ETiMuWlKPk-ekHGad9Q1i8LA.cache b/tmp/cache/assets/sprockets/v3.0/d3/d3wh3P9SAx4DcB4p4V2ETiMuWlKPk-ekHGad9Q1i8LA.cache
new file mode 100644
index 0000000..ab9eb35
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/d3/d3wh3P9SAx4DcB4p4V2ETiMuWlKPk-ekHGad9Q1i8LA.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}
I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI"?processors:type=text/css&file_type=text/css&pipeline=debug;TTI"9file-digest://app/assets/stylesheets/application.css;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"5file-digest://app/assets/stylesheets/animals.css;TTI")file-digest://app/assets/stylesheets;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/dG/dGg1T2BR7dJPZK3r---bDZWd-2AG7MqSEMRofUKbC-I.cache b/tmp/cache/assets/sprockets/v3.0/dG/dGg1T2BR7dJPZK3r---bDZWd-2AG7MqSEMRofUKbC-I.cache
new file mode 100644
index 0000000..e2ec989
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/dG/dGg1T2BR7dJPZK3r---bDZWd-2AG7MqSEMRofUKbC-I.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=self&id=b258e29421f821109ad6eb9e2b252af1c6d6cdfb83a3a75fa56ae144f224871f:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/dL/dLR2AmIKC-SJMDMl9J1yg9U8p5B6jek6UXQkCt7I9cc.cache b/tmp/cache/assets/sprockets/v3.0/dL/dLR2AmIKC-SJMDMl9J1yg9U8p5B6jek6UXQkCt7I9cc.cache
new file mode 100644
index 0000000..7b78e73
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/dL/dLR2AmIKC-SJMDMl9J1yg9U8p5B6jek6UXQkCt7I9cc.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=self&id=2905c6cf56a5e1544bb5599f06a6bdead33a7283df8847749ab71a6d5fd3d8c7:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/dL/dLSBYRYjwws5huuy60-W3pvfmdbVtvLLTEL4dmmJzCk.cache b/tmp/cache/assets/sprockets/v3.0/dL/dLSBYRYjwws5huuy60-W3pvfmdbVtvLLTEL4dmmJzCk.cache
new file mode 100644
index 0000000..c3eb18a
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/dL/dLSBYRYjwws5huuy60-W3pvfmdbVtvLLTEL4dmmJzCk.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=debug&id=bfefa288f32d090cd0dd2ebcb0e0c3eac71e4621799e8d9fed48344f9269f09c:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/dQ/dQHuF3WMVQgYYeDB98HHjZQH41bajb6Une5spmt-K7Y.cache b/tmp/cache/assets/sprockets/v3.0/dQ/dQHuF3WMVQgYYeDB98HHjZQH41bajb6Une5spmt-K7Y.cache
new file mode 100644
index 0000000..af8bad4
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/dQ/dQHuF3WMVQgYYeDB98HHjZQH41bajb6Une5spmt-K7Y.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/dQ/dQLxy1LdJd0LnEyvzPtChWf0mauEguO8lZfj-51M5gE.cache b/tmp/cache/assets/sprockets/v3.0/dQ/dQLxy1LdJd0LnEyvzPtChWf0mauEguO8lZfj-51M5gE.cache
new file mode 100644
index 0000000..7b87c1c
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/dQ/dQLxy1LdJd0LnEyvzPtChWf0mauEguO8lZfj-51M5gE.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/dT/dTNkuQo-mkOIvSL9XaI-H-ymTvQkX4KYiY0FPIguGHI.cache b/tmp/cache/assets/sprockets/v3.0/dT/dTNkuQo-mkOIvSL9XaI-H-ymTvQkX4KYiY0FPIguGHI.cache
new file mode 100644
index 0000000..4af7f98
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/dT/dTNkuQo-mkOIvSL9XaI-H-ymTvQkX4KYiY0FPIguGHI.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/e1/e1kLveXs-EwoUFHFjxeOljIyq4tRGboMzNaxczZVNh0.cache b/tmp/cache/assets/sprockets/v3.0/e1/e1kLveXs-EwoUFHFjxeOljIyq4tRGboMzNaxczZVNh0.cache
new file mode 100644
index 0000000..fd9f8ec
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/e1/e1kLveXs-EwoUFHFjxeOljIyq4tRGboMzNaxczZVNh0.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/e6/e6wplcslFIQXJG_w4f9mAvnboY8I4uhgxLn7igeGn4I.cache b/tmp/cache/assets/sprockets/v3.0/e6/e6wplcslFIQXJG_w4f9mAvnboY8I4uhgxLn7igeGn4I.cache
new file mode 100644
index 0000000..0a8ac95
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/e6/e6wplcslFIQXJG_w4f9mAvnboY8I4uhgxLn7igeGn4I.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/e7/E7cssxx_E35Bw6Tgu0nJFuSNrrrITNcVhFTTSeX7hLQ.cache b/tmp/cache/assets/sprockets/v3.0/e7/E7cssxx_E35Bw6Tgu0nJFuSNrrrITNcVhFTTSeX7hLQ.cache
new file mode 100644
index 0000000..19b5749
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/e7/E7cssxx_E35Bw6Tgu0nJFuSNrrrITNcVhFTTSeX7hLQ.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/e7/e7EyOGWBkU9OaoX5uI281S3GQYpcMmHJqDM12RZrTnQ.cache b/tmp/cache/assets/sprockets/v3.0/e7/e7EyOGWBkU9OaoX5uI281S3GQYpcMmHJqDM12RZrTnQ.cache
new file mode 100644
index 0000000..ba0d224
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/e7/e7EyOGWBkU9OaoX5uI281S3GQYpcMmHJqDM12RZrTnQ.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"9file-digest://app/assets/stylesheets/application.css;TTI")file-digest://app/assets/stylesheets;TTI"5file-digest://app/assets/stylesheets/animals.css;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/eK/eKdMBc01uRotKPeTdTAVeM8zNaqkCtvVWyzIQ9HyBjc.cache b/tmp/cache/assets/sprockets/v3.0/eK/eKdMBc01uRotKPeTdTAVeM8zNaqkCtvVWyzIQ9HyBjc.cache
new file mode 100644
index 0000000..3b2baf0
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/eK/eKdMBc01uRotKPeTdTAVeM8zNaqkCtvVWyzIQ9HyBjc.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=self&id=7410399613fde49fb9c6874118434d7ac6f9c38879b3efd338954265200ba365:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/eK/eKoZ9EaXLjVwK5FQbdwUbxFaZ_SeETvThnGvcKy_u3k.cache b/tmp/cache/assets/sprockets/v3.0/eK/eKoZ9EaXLjVwK5FQbdwUbxFaZ_SeETvThnGvcKy_u3k.cache
new file mode 100644
index 0000000..ab9eb35
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/eK/eKoZ9EaXLjVwK5FQbdwUbxFaZ_SeETvThnGvcKy_u3k.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}
I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI"?processors:type=text/css&file_type=text/css&pipeline=debug;TTI"9file-digest://app/assets/stylesheets/application.css;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"5file-digest://app/assets/stylesheets/animals.css;TTI")file-digest://app/assets/stylesheets;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/eM/eMo0cAQwtoBW8aQYQCIQ1LgSmrEiIsEMr8ch8UFy6_0.cache b/tmp/cache/assets/sprockets/v3.0/eM/eMo0cAQwtoBW8aQYQCIQ1LgSmrEiIsEMr8ch8UFy6_0.cache
new file mode 100644
index 0000000..2aa2e2b
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/eM/eMo0cAQwtoBW8aQYQCIQ1LgSmrEiIsEMr8ch8UFy6_0.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/eU/eUjC1pgov1MZeaL9xjzDhlolUFKGDDfu4bCtNh5B9M8.cache b/tmp/cache/assets/sprockets/v3.0/eU/eUjC1pgov1MZeaL9xjzDhlolUFKGDDfu4bCtNh5B9M8.cache
new file mode 100644
index 0000000..9ccc7d8
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/eU/eUjC1pgov1MZeaL9xjzDhlolUFKGDDfu4bCtNh5B9M8.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=debug&id=800c230d74cdeb82c4463a3f3b8d4f2d80b9eb61d72fe76f4c82c9ae9d240396:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/ec/eC_wqjr93aOC5y_Y_ACb-BugTzeLNN6r2aTSbg03cSs.cache b/tmp/cache/assets/sprockets/v3.0/ec/eC_wqjr93aOC5y_Y_ACb-BugTzeLNN6r2aTSbg03cSs.cache
new file mode 100644
index 0000000..99b0edf
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/ec/eC_wqjr93aOC5y_Y_ACb-BugTzeLNN6r2aTSbg03cSs.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/ec/ecITt7daCXSstzng74Cqn_VFfapQeyfT7pSzG0S8zCQ.cache b/tmp/cache/assets/sprockets/v3.0/ec/ecITt7daCXSstzng74Cqn_VFfapQeyfT7pSzG0S8zCQ.cache
new file mode 100644
index 0000000..2a5f080
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/ec/ecITt7daCXSstzng74Cqn_VFfapQeyfT7pSzG0S8zCQ.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=self&id=5aa9dcdfaa72f7da8cf89ba198ac5a6a85330511e7de40ab93b8988d56159081:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/eo/eOy3r0U0dsn479F69C8xoZp-8mMRL14wngJC-prG5nI.cache b/tmp/cache/assets/sprockets/v3.0/eo/eOy3r0U0dsn479F69C8xoZp-8mMRL14wngJC-prG5nI.cache
new file mode 100644
index 0000000..13a18b5
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/eo/eOy3r0U0dsn479F69C8xoZp-8mMRL14wngJC-prG5nI.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/eo/eoVQbBlUYCbcUSU2uCqOklGm0vrpwB-fd_oAbPTcF_s.cache b/tmp/cache/assets/sprockets/v3.0/eo/eoVQbBlUYCbcUSU2uCqOklGm0vrpwB-fd_oAbPTcF_s.cache
new file mode 100644
index 0000000..ba0d224
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/eo/eoVQbBlUYCbcUSU2uCqOklGm0vrpwB-fd_oAbPTcF_s.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"9file-digest://app/assets/stylesheets/application.css;TTI")file-digest://app/assets/stylesheets;TTI"5file-digest://app/assets/stylesheets/animals.css;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/ep/epNpbwDM4bvRw59jdAgDbMJlsiIg92mXZp06wpiQsOU.cache b/tmp/cache/assets/sprockets/v3.0/ep/epNpbwDM4bvRw59jdAgDbMJlsiIg92mXZp06wpiQsOU.cache
new file mode 100644
index 0000000..554956b
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/ep/epNpbwDM4bvRw59jdAgDbMJlsiIg92mXZp06wpiQsOU.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/er/erTi-vHlUuY5bstO2kwAjsUWrP3NVjJp9NVwMQkuyts.cache b/tmp/cache/assets/sprockets/v3.0/er/erTi-vHlUuY5bstO2kwAjsUWrP3NVjJp9NVwMQkuyts.cache
new file mode 100644
index 0000000..8c5a243
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/er/erTi-vHlUuY5bstO2kwAjsUWrP3NVjJp9NVwMQkuyts.cache
@@ -0,0 +1 @@
+"%X#` wF~++@솢:W>
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/ew/ewC57Ba2K3OSVZw71rkQ4zHSkEGG9Dz4ULEwHMQAhgo.cache b/tmp/cache/assets/sprockets/v3.0/ew/ewC57Ba2K3OSVZw71rkQ4zHSkEGG9Dz4ULEwHMQAhgo.cache
new file mode 100644
index 0000000..7d02a3d
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/ew/ewC57Ba2K3OSVZw71rkQ4zHSkEGG9Dz4ULEwHMQAhgo.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/f9/f9DPeAbmHZJWAzCuysYQUnqmOzaXw-FWmjF7639zIJk.cache b/tmp/cache/assets/sprockets/v3.0/f9/f9DPeAbmHZJWAzCuysYQUnqmOzaXw-FWmjF7639zIJk.cache
new file mode 100644
index 0000000..5f68fd3
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/f9/f9DPeAbmHZJWAzCuysYQUnqmOzaXw-FWmjF7639zIJk.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=self&id=04bbc1b84809319a5c9d0c8cd88226225142c81d85fe268729ad1193f10944c9:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/fZ/fZcchgcYPQ7EStO73piZ1_a8zjHCZO6V5p6pbDllUqw.cache b/tmp/cache/assets/sprockets/v3.0/fZ/fZcchgcYPQ7EStO73piZ1_a8zjHCZO6V5p6pbDllUqw.cache
new file mode 100644
index 0000000..ab9eb35
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/fZ/fZcchgcYPQ7EStO73piZ1_a8zjHCZO6V5p6pbDllUqw.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}
I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI"?processors:type=text/css&file_type=text/css&pipeline=debug;TTI"9file-digest://app/assets/stylesheets/application.css;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"5file-digest://app/assets/stylesheets/animals.css;TTI")file-digest://app/assets/stylesheets;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/fu/fUXQ3kLI6_IYt9addeFogKcCcIHSHHLu83P90iZxMIw.cache b/tmp/cache/assets/sprockets/v3.0/fu/fUXQ3kLI6_IYt9addeFogKcCcIHSHHLu83P90iZxMIw.cache
new file mode 100644
index 0000000..e8cf34e
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/fu/fUXQ3kLI6_IYt9addeFogKcCcIHSHHLu83P90iZxMIw.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/fu/fubJsSPxfNuPcQj8k-NfDZZ1ZyFTTNt7rX8h3GlGl2Y.cache b/tmp/cache/assets/sprockets/v3.0/fu/fubJsSPxfNuPcQj8k-NfDZZ1ZyFTTNt7rX8h3GlGl2Y.cache
new file mode 100644
index 0000000..129e8a0
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/fu/fubJsSPxfNuPcQj8k-NfDZZ1ZyFTTNt7rX8h3GlGl2Y.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/fy/fypbUw3x0jCVHAdEfBq9s8RwiEoU1KXqpczGxablkPk.cache b/tmp/cache/assets/sprockets/v3.0/fy/fypbUw3x0jCVHAdEfBq9s8RwiEoU1KXqpczGxablkPk.cache
new file mode 100644
index 0000000..ce0944b
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/fy/fypbUw3x0jCVHAdEfBq9s8RwiEoU1KXqpczGxablkPk.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=debug&id=984a27a2cc4c05286d5f8eaf0c649b81786a2838abc229041e1c8658843382d8:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/g8/g8v-m1n8yCBkfR2Ea5ePBBBOAEuTbC0SQcgBmdwNm2o.cache b/tmp/cache/assets/sprockets/v3.0/g8/g8v-m1n8yCBkfR2Ea5ePBBBOAEuTbC0SQcgBmdwNm2o.cache
new file mode 100644
index 0000000..7b0da1a
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/g8/g8v-m1n8yCBkfR2Ea5ePBBBOAEuTbC0SQcgBmdwNm2o.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=self&id=cf3217a89b3080cd34735e9950b4f9541201063222558e661751d87edbcb821f:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/gE/gEVa3_C7eqcgkaUr3AIjNGaAKlGg6jlMcfdzRKmrD0s.cache b/tmp/cache/assets/sprockets/v3.0/gE/gEVa3_C7eqcgkaUr3AIjNGaAKlGg6jlMcfdzRKmrD0s.cache
new file mode 100644
index 0000000..ba0d224
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/gE/gEVa3_C7eqcgkaUr3AIjNGaAKlGg6jlMcfdzRKmrD0s.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"9file-digest://app/assets/stylesheets/application.css;TTI")file-digest://app/assets/stylesheets;TTI"5file-digest://app/assets/stylesheets/animals.css;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/gG/gGqmxa9ZaVMjwjaQwFZEPi11gwHmWXZOsQ3VBfoN-Os.cache b/tmp/cache/assets/sprockets/v3.0/gG/gGqmxa9ZaVMjwjaQwFZEPi11gwHmWXZOsQ3VBfoN-Os.cache
new file mode 100644
index 0000000..125b500
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/gG/gGqmxa9ZaVMjwjaQwFZEPi11gwHmWXZOsQ3VBfoN-Os.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=self&id=5f985c332d515876f9fb18fac9558cbd4c16a29a692eb6139d1d10506edc7b77:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/gQ/gQVpFUPsDykqbff-jP0JgseDDUXlQlA3Ds6OXgCWiqg.cache b/tmp/cache/assets/sprockets/v3.0/gQ/gQVpFUPsDykqbff-jP0JgseDDUXlQlA3Ds6OXgCWiqg.cache
new file mode 100644
index 0000000..591cc7f
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/gQ/gQVpFUPsDykqbff-jP0JgseDDUXlQlA3Ds6OXgCWiqg.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=debug&id=ed78e236014b7e1554f4f15e2443ed4602e4fc69d0dfc9016f20f65848ceebc4:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/gc/gcm5euRhgp-RoFjXnEO6VpUyovqYhXdc7CwEacpeoA4.cache b/tmp/cache/assets/sprockets/v3.0/gc/gcm5euRhgp-RoFjXnEO6VpUyovqYhXdc7CwEacpeoA4.cache
new file mode 100644
index 0000000..c17f577
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/gc/gcm5euRhgp-RoFjXnEO6VpUyovqYhXdc7CwEacpeoA4.cache
@@ -0,0 +1 @@
+"%afXA^P=\!&S˨
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/gt/gtwNNF6A7uTfnYoyHdN4vXrpXXeke8Kt9GyeGOv3Vm0.cache b/tmp/cache/assets/sprockets/v3.0/gt/gtwNNF6A7uTfnYoyHdN4vXrpXXeke8Kt9GyeGOv3Vm0.cache
new file mode 100644
index 0000000..ba0d224
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/gt/gtwNNF6A7uTfnYoyHdN4vXrpXXeke8Kt9GyeGOv3Vm0.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"9file-digest://app/assets/stylesheets/application.css;TTI")file-digest://app/assets/stylesheets;TTI"5file-digest://app/assets/stylesheets/animals.css;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/h1/h1TR0CuQ-M57rKYUitqJ8xVCeSC14MhGCyJ5If57ZQI.cache b/tmp/cache/assets/sprockets/v3.0/h1/h1TR0CuQ-M57rKYUitqJ8xVCeSC14MhGCyJ5If57ZQI.cache
new file mode 100644
index 0000000..ab9eb35
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/h1/h1TR0CuQ-M57rKYUitqJ8xVCeSC14MhGCyJ5If57ZQI.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}
I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI"?processors:type=text/css&file_type=text/css&pipeline=debug;TTI"9file-digest://app/assets/stylesheets/application.css;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"5file-digest://app/assets/stylesheets/animals.css;TTI")file-digest://app/assets/stylesheets;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/h2/h2EDyZTQohWI_vymlmAgtIUZFxW4B9K5JdkSReBELEM.cache b/tmp/cache/assets/sprockets/v3.0/h2/h2EDyZTQohWI_vymlmAgtIUZFxW4B9K5JdkSReBELEM.cache
new file mode 100644
index 0000000..a2aabd1
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/h2/h2EDyZTQohWI_vymlmAgtIUZFxW4B9K5JdkSReBELEM.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/hA/hAsjdbKYgDcnsf5yJjEuPohlQmY92YaqPAGNSgtAYPI.cache b/tmp/cache/assets/sprockets/v3.0/hA/hAsjdbKYgDcnsf5yJjEuPohlQmY92YaqPAGNSgtAYPI.cache
new file mode 100644
index 0000000..b20ee8f
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/hA/hAsjdbKYgDcnsf5yJjEuPohlQmY92YaqPAGNSgtAYPI.cache
@@ -0,0 +1 @@
+"%]Uy{B=ټߜku\K,
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/hQ/hQOZacht_tPwPE1jZrIcmfwxMdJZS9C1Old__q_WPog.cache b/tmp/cache/assets/sprockets/v3.0/hQ/hQOZacht_tPwPE1jZrIcmfwxMdJZS9C1Old__q_WPog.cache
new file mode 100644
index 0000000..66273b5
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/hQ/hQOZacht_tPwPE1jZrIcmfwxMdJZS9C1Old__q_WPog.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=debug&id=827d034cd11b96f4fef2897792bf7efb79e9189c160da0417865d7649df7e844:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/hR/hR3LnJLWgSAmmH1OB-2sGEQoAExpFcdg2eyAmwAZZ4w.cache b/tmp/cache/assets/sprockets/v3.0/hR/hR3LnJLWgSAmmH1OB-2sGEQoAExpFcdg2eyAmwAZZ4w.cache
new file mode 100644
index 0000000..e8bb233
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/hR/hR3LnJLWgSAmmH1OB-2sGEQoAExpFcdg2eyAmwAZZ4w.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/hR/hRYTj4lbjDTbkH_1o1urZVhMRoZEMEZ2a06j67sq9d4.cache b/tmp/cache/assets/sprockets/v3.0/hR/hRYTj4lbjDTbkH_1o1urZVhMRoZEMEZ2a06j67sq9d4.cache
new file mode 100644
index 0000000..1841947
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/hR/hRYTj4lbjDTbkH_1o1urZVhMRoZEMEZ2a06j67sq9d4.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/hf/hfr_kzjwp3vj76Cuylvt3K6fu4b0MN1pe66MjsAqDfQ.cache b/tmp/cache/assets/sprockets/v3.0/hf/hfr_kzjwp3vj76Cuylvt3K6fu4b0MN1pe66MjsAqDfQ.cache
new file mode 100644
index 0000000..1e4c3b6
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/hf/hfr_kzjwp3vj76Cuylvt3K6fu4b0MN1pe66MjsAqDfQ.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=self&id=d390258a9dd59b6bd3890be82bbd88730ca55c0018781cc3dd48afbe6712d744:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/iD/iDFQbpg2oubPjaAIUXHl0yzblvp3DgSeDeMJD7r6PMM.cache b/tmp/cache/assets/sprockets/v3.0/iD/iDFQbpg2oubPjaAIUXHl0yzblvp3DgSeDeMJD7r6PMM.cache
new file mode 100644
index 0000000..d7e4120
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/iD/iDFQbpg2oubPjaAIUXHl0yzblvp3DgSeDeMJD7r6PMM.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=debug&id=70bd42d8997c35f7638e18c3e5a6e773eca3129f7bb49e6e41156c617adc5dc9:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/iJ/iJgw1SmykD_a_pqOUa40vfVFHHkl8IuT8Ct65tQuYUk.cache b/tmp/cache/assets/sprockets/v3.0/iJ/iJgw1SmykD_a_pqOUa40vfVFHHkl8IuT8Ct65tQuYUk.cache
new file mode 100644
index 0000000..288b131
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/iJ/iJgw1SmykD_a_pqOUa40vfVFHHkl8IuT8Ct65tQuYUk.cache
@@ -0,0 +1 @@
+"%$~<'S(U/!ꉏwU
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/iT/iTWFoGcfzuKLCNIKkCczqKx5BW6qWrlsen0XYseR-hY.cache b/tmp/cache/assets/sprockets/v3.0/iT/iTWFoGcfzuKLCNIKkCczqKx5BW6qWrlsen0XYseR-hY.cache
new file mode 100644
index 0000000..1f2321b
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/iT/iTWFoGcfzuKLCNIKkCczqKx5BW6qWrlsen0XYseR-hY.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/iV/iVhKA9bQBfcKmpRCgmjbWPf9wZ2HQCy7OzQQnoQjWRs.cache b/tmp/cache/assets/sprockets/v3.0/iV/iVhKA9bQBfcKmpRCgmjbWPf9wZ2HQCy7OzQQnoQjWRs.cache
new file mode 100644
index 0000000..ab9eb35
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/iV/iVhKA9bQBfcKmpRCgmjbWPf9wZ2HQCy7OzQQnoQjWRs.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}
I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI"?processors:type=text/css&file_type=text/css&pipeline=debug;TTI"9file-digest://app/assets/stylesheets/application.css;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"5file-digest://app/assets/stylesheets/animals.css;TTI")file-digest://app/assets/stylesheets;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/iV/iVsUWf4ihKL1QIuRoG8sHpU5BOl8y-9DR_lz9bZnXWs.cache b/tmp/cache/assets/sprockets/v3.0/iV/iVsUWf4ihKL1QIuRoG8sHpU5BOl8y-9DR_lz9bZnXWs.cache
new file mode 100644
index 0000000..079407c
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/iV/iVsUWf4ihKL1QIuRoG8sHpU5BOl8y-9DR_lz9bZnXWs.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=self&id=5d582aa5b4df7252efbf611658ec06627bcee2933034e833ecd658a820f9e939:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/iq/iqe-7IzgIXd1iHZQipOwBqCl2k17XRXBQu48_zau04o.cache b/tmp/cache/assets/sprockets/v3.0/iq/iqe-7IzgIXd1iHZQipOwBqCl2k17XRXBQu48_zau04o.cache
new file mode 100644
index 0000000..035b9c7
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/iq/iqe-7IzgIXd1iHZQipOwBqCl2k17XRXBQu48_zau04o.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/ix/Ixj5iPAA7YKPANqC4r8oiwV9QJEWS3oJdKs-lPexd5o.cache b/tmp/cache/assets/sprockets/v3.0/ix/Ixj5iPAA7YKPANqC4r8oiwV9QJEWS3oJdKs-lPexd5o.cache
new file mode 100644
index 0000000..e32a99f
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/ix/Ixj5iPAA7YKPANqC4r8oiwV9QJEWS3oJdKs-lPexd5o.cache
@@ -0,0 +1 @@
+"%F^H":@^τ5Ծ+1Z
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/ix/ixDeXYNNUgDiyOuAhSvLuhvgOhj5Lsi7v3IGbhY_8RE.cache b/tmp/cache/assets/sprockets/v3.0/ix/ixDeXYNNUgDiyOuAhSvLuhvgOhj5Lsi7v3IGbhY_8RE.cache
new file mode 100644
index 0000000..27b1ebd
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/ix/ixDeXYNNUgDiyOuAhSvLuhvgOhj5Lsi7v3IGbhY_8RE.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/ix/ixEbbB78YFbK9XyuitOx4qa9he3J7wNsbEDZsfKWVuA.cache b/tmp/cache/assets/sprockets/v3.0/ix/ixEbbB78YFbK9XyuitOx4qa9he3J7wNsbEDZsfKWVuA.cache
new file mode 100644
index 0000000..5f9345a
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/ix/ixEbbB78YFbK9XyuitOx4qa9he3J7wNsbEDZsfKWVuA.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/iy/iy92GtdmapGDU8mxiScIsRliejk1t2OJ5_QMFkP1aCU.cache b/tmp/cache/assets/sprockets/v3.0/iy/iy92GtdmapGDU8mxiScIsRliejk1t2OJ5_QMFkP1aCU.cache
new file mode 100644
index 0000000..ab9eb35
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/iy/iy92GtdmapGDU8mxiScIsRliejk1t2OJ5_QMFkP1aCU.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}
I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI"?processors:type=text/css&file_type=text/css&pipeline=debug;TTI"9file-digest://app/assets/stylesheets/application.css;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"5file-digest://app/assets/stylesheets/animals.css;TTI")file-digest://app/assets/stylesheets;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/j1/J11JphRSSwteq0MH222zExw9BaNFRh6P2HnyIGZpMrc.cache b/tmp/cache/assets/sprockets/v3.0/j1/J11JphRSSwteq0MH222zExw9BaNFRh6P2HnyIGZpMrc.cache
new file mode 100644
index 0000000..c51104d
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/j1/J11JphRSSwteq0MH222zExw9BaNFRh6P2HnyIGZpMrc.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=self&id=86f43061b1385ce23488edfad44355da064b62c9087d1f9383b340e5a9d89e50:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/j1/j1Y-wdTvIn7ddFtIWhISMLxT8P69DW3SiTOuqAAO1L0.cache b/tmp/cache/assets/sprockets/v3.0/j1/j1Y-wdTvIn7ddFtIWhISMLxT8P69DW3SiTOuqAAO1L0.cache
new file mode 100644
index 0000000..b632014
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/j1/j1Y-wdTvIn7ddFtIWhISMLxT8P69DW3SiTOuqAAO1L0.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=self&id=7d5b07b74d38a820f388b77c39c5f2f243db617aef6e50da9c0f24382a3c0ae9:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/j5/j5TjFeMSKsprk1Tc3KD-EOB9YQ638kRNvHk3CyGRUmI.cache b/tmp/cache/assets/sprockets/v3.0/j5/j5TjFeMSKsprk1Tc3KD-EOB9YQ638kRNvHk3CyGRUmI.cache
new file mode 100644
index 0000000..9ef6e12
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/j5/j5TjFeMSKsprk1Tc3KD-EOB9YQ638kRNvHk3CyGRUmI.cache
@@ -0,0 +1,2 @@
+"%
#c..BgHgD@
+|KZ
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/jD/JDCK5Z9qogpZy2MT6YSPPkCUV3P_TqBOqNCyPSLhTl4.cache b/tmp/cache/assets/sprockets/v3.0/jD/JDCK5Z9qogpZy2MT6YSPPkCUV3P_TqBOqNCyPSLhTl4.cache
new file mode 100644
index 0000000..15c49fe
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/jD/JDCK5Z9qogpZy2MT6YSPPkCUV3P_TqBOqNCyPSLhTl4.cache
@@ -0,0 +1 @@
+"%K(h!8}{?<w~%}
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/jD/jDgzT-U8QabruoVjVQFLRjTmzR3EbWSI6jC9XHWW_wk.cache b/tmp/cache/assets/sprockets/v3.0/jD/jDgzT-U8QabruoVjVQFLRjTmzR3EbWSI6jC9XHWW_wk.cache
new file mode 100644
index 0000000..45ed857
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/jD/jDgzT-U8QabruoVjVQFLRjTmzR3EbWSI6jC9XHWW_wk.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=self&id=0319b7867860ff34063ed22f8c2ed87154b5a49d5b324352fc4d7b7bda4683b4:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/jQ/jQ6Hagx_S3nX_dzGP1HjIbgIlp4wJ_nzHj8JHgYkHt0.cache b/tmp/cache/assets/sprockets/v3.0/jQ/jQ6Hagx_S3nX_dzGP1HjIbgIlp4wJ_nzHj8JHgYkHt0.cache
new file mode 100644
index 0000000..8f82e8a
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/jQ/jQ6Hagx_S3nX_dzGP1HjIbgIlp4wJ_nzHj8JHgYkHt0.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/jZ/JziOgQjFwKxA-0hNRbw711O9h9JuG9wvwK5-3dQRyxs.cache b/tmp/cache/assets/sprockets/v3.0/jZ/JziOgQjFwKxA-0hNRbw711O9h9JuG9wvwK5-3dQRyxs.cache
new file mode 100644
index 0000000..c24a9ce
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/jZ/JziOgQjFwKxA-0hNRbw711O9h9JuG9wvwK5-3dQRyxs.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/jZ/jZSXzYUgHGHTcrJDAkIrZeurnmzVGxB9UpQ9ChOKNT8.cache b/tmp/cache/assets/sprockets/v3.0/jZ/jZSXzYUgHGHTcrJDAkIrZeurnmzVGxB9UpQ9ChOKNT8.cache
new file mode 100644
index 0000000..1f8120f
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/jZ/jZSXzYUgHGHTcrJDAkIrZeurnmzVGxB9UpQ9ChOKNT8.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/k-/k-YPVWaap7dZY2bAQlzJ82Z4bDeCcVzg2swtyOj3gtI.cache b/tmp/cache/assets/sprockets/v3.0/k-/k-YPVWaap7dZY2bAQlzJ82Z4bDeCcVzg2swtyOj3gtI.cache
new file mode 100644
index 0000000..22638bb
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/k-/k-YPVWaap7dZY2bAQlzJ82Z4bDeCcVzg2swtyOj3gtI.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/kJ/kJoyeFBwBjELR3zYRv4N_JX0DCbgeCKhgC_oY6UVnrI.cache b/tmp/cache/assets/sprockets/v3.0/kJ/kJoyeFBwBjELR3zYRv4N_JX0DCbgeCKhgC_oY6UVnrI.cache
new file mode 100644
index 0000000..dff1d48
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/kJ/kJoyeFBwBjELR3zYRv4N_JX0DCbgeCKhgC_oY6UVnrI.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/kK/kK5s8_JYTBzAzCDZLnCt_t--QnsEsPZcVAw1deJ_774.cache b/tmp/cache/assets/sprockets/v3.0/kK/kK5s8_JYTBzAzCDZLnCt_t--QnsEsPZcVAw1deJ_774.cache
new file mode 100644
index 0000000..ba0d224
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/kK/kK5s8_JYTBzAzCDZLnCt_t--QnsEsPZcVAw1deJ_774.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"9file-digest://app/assets/stylesheets/application.css;TTI")file-digest://app/assets/stylesheets;TTI"5file-digest://app/assets/stylesheets/animals.css;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/kV/kVhEOWAeVZd6JG-midki7EOBj_ox5OjpphbCChcO-80.cache b/tmp/cache/assets/sprockets/v3.0/kV/kVhEOWAeVZd6JG-midki7EOBj_ox5OjpphbCChcO-80.cache
new file mode 100644
index 0000000..70aadce
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/kV/kVhEOWAeVZd6JG-midki7EOBj_ox5OjpphbCChcO-80.cache
@@ -0,0 +1 @@
+"%lN)zVWRk\~b&(
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/ka/KaEZYj3xpDmwm9s6w_xHIBuSX-RGps-2be_TD3-sRlo.cache b/tmp/cache/assets/sprockets/v3.0/ka/KaEZYj3xpDmwm9s6w_xHIBuSX-RGps-2be_TD3-sRlo.cache
new file mode 100644
index 0000000..fc7c6df
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/ka/KaEZYj3xpDmwm9s6w_xHIBuSX-RGps-2be_TD3-sRlo.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=self&id=ab3a1cf0474c7dc80faef526ea12f398ec1e577aae1d2246bc87624b755f0bd7:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/ka/ka6EZIJFcIj5ydpeeMbNRrFJtsNSLiANd6gESU7_RP0.cache b/tmp/cache/assets/sprockets/v3.0/ka/ka6EZIJFcIj5ydpeeMbNRrFJtsNSLiANd6gESU7_RP0.cache
new file mode 100644
index 0000000..aab05f5
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/ka/ka6EZIJFcIj5ydpeeMbNRrFJtsNSLiANd6gESU7_RP0.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/kf/kfVnoS4L0GZyihq63FTbEe3rcYLJMWKzZG3-cd9hmhk.cache b/tmp/cache/assets/sprockets/v3.0/kf/kfVnoS4L0GZyihq63FTbEe3rcYLJMWKzZG3-cd9hmhk.cache
new file mode 100644
index 0000000..d974d75
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/kf/kfVnoS4L0GZyihq63FTbEe3rcYLJMWKzZG3-cd9hmhk.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=debug&id=c92776c4362fd12ce47e3b8fbf8510fa2330715ac09441a60deab4263b16c9ec:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/kl/klYHYqfxVe50k5v6YAMArP6Ky7LO9iU_wbH45VknZRI.cache b/tmp/cache/assets/sprockets/v3.0/kl/klYHYqfxVe50k5v6YAMArP6Ky7LO9iU_wbH45VknZRI.cache
new file mode 100644
index 0000000..ad7fbe5
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/kl/klYHYqfxVe50k5v6YAMArP6Ky7LO9iU_wbH45VknZRI.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=debug&id=dd7f34007826b44aa04bb28288bfea7359873723c6a1b79e8f56d3988892944f:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/kp/kpgnhi7DfkjKGHgB8IoPsgY8iV6RzEz5PpGV0JHEyt8.cache b/tmp/cache/assets/sprockets/v3.0/kp/kpgnhi7DfkjKGHgB8IoPsgY8iV6RzEz5PpGV0JHEyt8.cache
new file mode 100644
index 0000000..ba0d224
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/kp/kpgnhi7DfkjKGHgB8IoPsgY8iV6RzEz5PpGV0JHEyt8.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"9file-digest://app/assets/stylesheets/application.css;TTI")file-digest://app/assets/stylesheets;TTI"5file-digest://app/assets/stylesheets/animals.css;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/l2/l2-nGvf4EOSQNEoiBEEfZO5wrQuPa1ju_exDAHRQR4E.cache b/tmp/cache/assets/sprockets/v3.0/l2/l2-nGvf4EOSQNEoiBEEfZO5wrQuPa1ju_exDAHRQR4E.cache
new file mode 100644
index 0000000..a45f4f8
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/l2/l2-nGvf4EOSQNEoiBEEfZO5wrQuPa1ju_exDAHRQR4E.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=debug&id=855044d5c8f8bf8b7e53d1459ad62226d2a845852fd3591f5e7df5a81eb5fe5c:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/l2/l2gXU9_5nK95MAWqdguKpIsT9KWFdqvLBSxyveSuuwk.cache b/tmp/cache/assets/sprockets/v3.0/l2/l2gXU9_5nK95MAWqdguKpIsT9KWFdqvLBSxyveSuuwk.cache
new file mode 100644
index 0000000..ab9eb35
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/l2/l2gXU9_5nK95MAWqdguKpIsT9KWFdqvLBSxyveSuuwk.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}
I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI"?processors:type=text/css&file_type=text/css&pipeline=debug;TTI"9file-digest://app/assets/stylesheets/application.css;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"5file-digest://app/assets/stylesheets/animals.css;TTI")file-digest://app/assets/stylesheets;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/l3/l3dMZ0mjOIoYtvObIChcS0l37caFc4viSthkJ7xZxwE.cache b/tmp/cache/assets/sprockets/v3.0/l3/l3dMZ0mjOIoYtvObIChcS0l37caFc4viSthkJ7xZxwE.cache
new file mode 100644
index 0000000..7dcbea6
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/l3/l3dMZ0mjOIoYtvObIChcS0l37caFc4viSthkJ7xZxwE.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/lD/lDtQQJnqRn6mTbA4uyQiTs4OfhD_6YroYLgd7A-kEyI.cache b/tmp/cache/assets/sprockets/v3.0/lD/lDtQQJnqRn6mTbA4uyQiTs4OfhD_6YroYLgd7A-kEyI.cache
new file mode 100644
index 0000000..88c2462
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/lD/lDtQQJnqRn6mTbA4uyQiTs4OfhD_6YroYLgd7A-kEyI.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=debug&id=552c2515b0e42b580254deb341eabe069e31537c4ffb116523b0ccf584c37420:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/lL/lLlHM3z6dNGrhniSC_BnibCwHzZYP6QI3vgnsbZwS1c.cache b/tmp/cache/assets/sprockets/v3.0/lL/lLlHM3z6dNGrhniSC_BnibCwHzZYP6QI3vgnsbZwS1c.cache
new file mode 100644
index 0000000..ab3d793
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/lL/lLlHM3z6dNGrhniSC_BnibCwHzZYP6QI3vgnsbZwS1c.cache
@@ -0,0 +1 @@
+"%IS7DL{f?Qa2u pyֵ̔H1R
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/lT/lT93q8KoEluM7zPhFJxS-I1a4dl-OdAFzNvNkU9ns10.cache b/tmp/cache/assets/sprockets/v3.0/lT/lT93q8KoEluM7zPhFJxS-I1a4dl-OdAFzNvNkU9ns10.cache
new file mode 100644
index 0000000..ea69bd2
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/lT/lT93q8KoEluM7zPhFJxS-I1a4dl-OdAFzNvNkU9ns10.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=debug&id=531efd4d87ac3bb16af4f3ca905340dd0c99101e0d224a378a705df8fa1e7f98:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/lW/lWBC-JaNQ8qQZFRkcMZcxkEQbGKMQPiBnSVDPAvQYlE.cache b/tmp/cache/assets/sprockets/v3.0/lW/lWBC-JaNQ8qQZFRkcMZcxkEQbGKMQPiBnSVDPAvQYlE.cache
new file mode 100644
index 0000000..4ab60e7
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/lW/lWBC-JaNQ8qQZFRkcMZcxkEQbGKMQPiBnSVDPAvQYlE.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/m2/m2nyuSqCL2NPIzSQ6duQ2s7OrJGR8aP2xe9-FKqbwlw.cache b/tmp/cache/assets/sprockets/v3.0/m2/m2nyuSqCL2NPIzSQ6duQ2s7OrJGR8aP2xe9-FKqbwlw.cache
new file mode 100644
index 0000000..511f361
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/m2/m2nyuSqCL2NPIzSQ6duQ2s7OrJGR8aP2xe9-FKqbwlw.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/m4/m4lgisWP8iLQSPjzsaiQsimoFx5Rz-vSCYTEH4GSsHk.cache b/tmp/cache/assets/sprockets/v3.0/m4/m4lgisWP8iLQSPjzsaiQsimoFx5Rz-vSCYTEH4GSsHk.cache
new file mode 100644
index 0000000..dd405dc
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/m4/m4lgisWP8iLQSPjzsaiQsimoFx5Rz-vSCYTEH4GSsHk.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=self&id=ed0c6a9c33e108e7b4489120715b1b4a913b9b5b9257d440d2beb0aaaebd1ba1:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/mC/McLT8RMGM0OU50K_JjcJsCZAW23NzAaQ4slSQxRUGZw.cache b/tmp/cache/assets/sprockets/v3.0/mC/McLT8RMGM0OU50K_JjcJsCZAW23NzAaQ4slSQxRUGZw.cache
new file mode 100644
index 0000000..45d262a
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/mC/McLT8RMGM0OU50K_JjcJsCZAW23NzAaQ4slSQxRUGZw.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=self&id=e6160b8930ea7531b26e0aa224a84eaa92de9b23f15e73483b1a1cfaf7e787ad:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/mC/mCbRgP2O1Q4BG_B7XU2qkfTu-dFuvOydxM3uZrTtjCY.cache b/tmp/cache/assets/sprockets/v3.0/mC/mCbRgP2O1Q4BG_B7XU2qkfTu-dFuvOydxM3uZrTtjCY.cache
new file mode 100644
index 0000000..ab9eb35
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/mC/mCbRgP2O1Q4BG_B7XU2qkfTu-dFuvOydxM3uZrTtjCY.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}
I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI"?processors:type=text/css&file_type=text/css&pipeline=debug;TTI"9file-digest://app/assets/stylesheets/application.css;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"5file-digest://app/assets/stylesheets/animals.css;TTI")file-digest://app/assets/stylesheets;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/mV/mVyviXcclKWOeb7HZWISOHRWGDuXu3RWz55MRTbDUck.cache b/tmp/cache/assets/sprockets/v3.0/mV/mVyviXcclKWOeb7HZWISOHRWGDuXu3RWz55MRTbDUck.cache
new file mode 100644
index 0000000..3a38aee
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/mV/mVyviXcclKWOeb7HZWISOHRWGDuXu3RWz55MRTbDUck.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/mm/MMV0Xoj4iopYJF9SkIMZgMcOWFFxItYItVyDjDTSM3w.cache b/tmp/cache/assets/sprockets/v3.0/mm/MMV0Xoj4iopYJF9SkIMZgMcOWFFxItYItVyDjDTSM3w.cache
new file mode 100644
index 0000000..26b9b7b
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/mm/MMV0Xoj4iopYJF9SkIMZgMcOWFFxItYItVyDjDTSM3w.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/mm/Mm8-G5w2uLRZBtJJDYs2N-H6uC8vnTm_R-yj-HO2Kw4.cache b/tmp/cache/assets/sprockets/v3.0/mm/Mm8-G5w2uLRZBtJJDYs2N-H6uC8vnTm_R-yj-HO2Kw4.cache
new file mode 100644
index 0000000..3805d2d
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/mm/Mm8-G5w2uLRZBtJJDYs2N-H6uC8vnTm_R-yj-HO2Kw4.cache
@@ -0,0 +1 @@
+I"}app/assets/stylesheets/application.css?type=text/css&id=4fdeb315cd3bee506b18e77efa3103d5d7e8d9e7a565dc84fb727cd208840c92:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/mm/mm5KrSAYZnuIUlt9Xf2lYAW_OH3DPVST1ZGuo5SVRY8.cache b/tmp/cache/assets/sprockets/v3.0/mm/mm5KrSAYZnuIUlt9Xf2lYAW_OH3DPVST1ZGuo5SVRY8.cache
new file mode 100644
index 0000000..6fa7c11
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/mm/mm5KrSAYZnuIUlt9Xf2lYAW_OH3DPVST1ZGuo5SVRY8.cache
@@ -0,0 +1 @@
+I"/Users/valliere/.rvm/gems/ruby-2.4.0/gems/jquery-rails-4.3.1/vendor/assets/javascripts/jquery.js?type=application/javascript&pipeline=self&id=2602ae08b67aadac700835b60267dec0a6db32ea18b52f91a55236b02befa300:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/mt/mtM7tA9RhqzounDO-RJ8f9ztCxLrOLO4C7HY_u1pn1Y.cache b/tmp/cache/assets/sprockets/v3.0/mt/mtM7tA9RhqzounDO-RJ8f9ztCxLrOLO4C7HY_u1pn1Y.cache
new file mode 100644
index 0000000..da33c13
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/mt/mtM7tA9RhqzounDO-RJ8f9ztCxLrOLO4C7HY_u1pn1Y.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=self&id=61c549b419f0f4a3edf13b018b3c97b0424718b88a266395b6f685eb9d1e8806:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/my/mySYME4ctK-OKm1Pkpad_5pO-UM3SY_3MdlzP8NTEqg.cache b/tmp/cache/assets/sprockets/v3.0/my/mySYME4ctK-OKm1Pkpad_5pO-UM3SY_3MdlzP8NTEqg.cache
new file mode 100644
index 0000000..ba0d224
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/my/mySYME4ctK-OKm1Pkpad_5pO-UM3SY_3MdlzP8NTEqg.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"9file-digest://app/assets/stylesheets/application.css;TTI")file-digest://app/assets/stylesheets;TTI"5file-digest://app/assets/stylesheets/animals.css;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/n0/n0D3FgdHjRsAx4wi458V_0lbOjh5EXCpjRuXa_vd2EI.cache b/tmp/cache/assets/sprockets/v3.0/n0/n0D3FgdHjRsAx4wi458V_0lbOjh5EXCpjRuXa_vd2EI.cache
new file mode 100644
index 0000000..7742767
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/n0/n0D3FgdHjRsAx4wi458V_0lbOjh5EXCpjRuXa_vd2EI.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/n2/n2QYZOKedTPxb7n2Kiso-FxeJhRPIkH5mw-LWKDB3aw.cache b/tmp/cache/assets/sprockets/v3.0/n2/n2QYZOKedTPxb7n2Kiso-FxeJhRPIkH5mw-LWKDB3aw.cache
new file mode 100644
index 0000000..07d6b95
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/n2/n2QYZOKedTPxb7n2Kiso-FxeJhRPIkH5mw-LWKDB3aw.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/nJ/nJrqdy4Ql1_jsA83zre98rFptHWNb7lU3qYCmnz6wmI.cache b/tmp/cache/assets/sprockets/v3.0/nJ/nJrqdy4Ql1_jsA83zre98rFptHWNb7lU3qYCmnz6wmI.cache
new file mode 100644
index 0000000..3b64c08
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/nJ/nJrqdy4Ql1_jsA83zre98rFptHWNb7lU3qYCmnz6wmI.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/nS/nS23iXDAynkeQGH1Qm63iGMLeJ7vEu9Ku2_-VORyiIw.cache b/tmp/cache/assets/sprockets/v3.0/nS/nS23iXDAynkeQGH1Qm63iGMLeJ7vEu9Ku2_-VORyiIw.cache
new file mode 100644
index 0000000..7564548
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/nS/nS23iXDAynkeQGH1Qm63iGMLeJ7vEu9Ku2_-VORyiIw.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=debug&id=ac1b100ec80f25cd4e98882cf996d3f625dfc831ab7ddb4ce6546b0cce080c19:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/n_/n_xYqQYhwEMQknb3jFQnjlxxBE9TzMNHCdJ-bEyZFIw.cache b/tmp/cache/assets/sprockets/v3.0/n_/n_xYqQYhwEMQknb3jFQnjlxxBE9TzMNHCdJ-bEyZFIw.cache
new file mode 100644
index 0000000..738859b
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/n_/n_xYqQYhwEMQknb3jFQnjlxxBE9TzMNHCdJ-bEyZFIw.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/no/no0cYw_qyb-JXhzsXZNszzifVCLC_kE-snGc5UC0ne4.cache b/tmp/cache/assets/sprockets/v3.0/no/no0cYw_qyb-JXhzsXZNszzifVCLC_kE-snGc5UC0ne4.cache
new file mode 100644
index 0000000..ba0d224
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/no/no0cYw_qyb-JXhzsXZNszzifVCLC_kE-snGc5UC0ne4.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"9file-digest://app/assets/stylesheets/application.css;TTI")file-digest://app/assets/stylesheets;TTI"5file-digest://app/assets/stylesheets/animals.css;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/nx/NXPXjqptE36q-cZqpJdwwcyJu6pm3znAkNu19pSk9fM.cache b/tmp/cache/assets/sprockets/v3.0/nx/NXPXjqptE36q-cZqpJdwwcyJu6pm3znAkNu19pSk9fM.cache
new file mode 100644
index 0000000..8b2ecba
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/nx/NXPXjqptE36q-cZqpJdwwcyJu6pm3znAkNu19pSk9fM.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/nx/nxTv3sKVUQZADJyM3dPaVmUA78MIsMLD_K279yN_GsI.cache b/tmp/cache/assets/sprockets/v3.0/nx/nxTv3sKVUQZADJyM3dPaVmUA78MIsMLD_K279yN_GsI.cache
new file mode 100644
index 0000000..6983df0
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/nx/nxTv3sKVUQZADJyM3dPaVmUA78MIsMLD_K279yN_GsI.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI"0processors:type=text/css&file_type=text/css;TTI"9file-digest://app/assets/stylesheets/application.css;TTI"Lprocessors:type=text/css&file_type=text/css&engines=.scss&pipeline=self;TTI"6file-digest://app/assets/stylesheets/animals.scss;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI")file-digest://app/assets/stylesheets;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/o0/o0PaJPK2EX1cdnC6GPDW7RXi0NXo_n4cjs44_q6Tivk.cache b/tmp/cache/assets/sprockets/v3.0/o0/o0PaJPK2EX1cdnC6GPDW7RXi0NXo_n4cjs44_q6Tivk.cache
new file mode 100644
index 0000000..9b11631
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/o0/o0PaJPK2EX1cdnC6GPDW7RXi0NXo_n4cjs44_q6Tivk.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/animals.css?type=text/css&pipeline=self&id=0697b9299b2d7f96417580731f03a32917733ee365aaea61913f96f6b74aa0b8:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/oC/oCdz6o6kHd8qoESSaXpS25xAdi_oH3MvOL3wlBolAMI.cache b/tmp/cache/assets/sprockets/v3.0/oC/oCdz6o6kHd8qoESSaXpS25xAdi_oH3MvOL3wlBolAMI.cache
new file mode 100644
index 0000000..b8ac518
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/oC/oCdz6o6kHd8qoESSaXpS25xAdi_oH3MvOL3wlBolAMI.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=self&id=0ff3a542a2984241d3f8ed001872fbd57ec95f8bc08bc3fe1c2c2be37064856e:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/oR/oRD2KPqzOPN-tGQGrSfcHyenJuj_d2KOTyj9EBmJzHY.cache b/tmp/cache/assets/sprockets/v3.0/oR/oRD2KPqzOPN-tGQGrSfcHyenJuj_d2KOTyj9EBmJzHY.cache
new file mode 100644
index 0000000..da39eb2
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/oR/oRD2KPqzOPN-tGQGrSfcHyenJuj_d2KOTyj9EBmJzHY.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=debug&id=e334ef6198bda684b438ba2ae0ee5add02807106e7bca5d98f8e33eb8bc58ac4:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/oa/oaror4ln6BVVbqVZSoFPh_47HijQZgTiQKO59wN68Y8.cache b/tmp/cache/assets/sprockets/v3.0/oa/oaror4ln6BVVbqVZSoFPh_47HijQZgTiQKO59wN68Y8.cache
new file mode 100644
index 0000000..dcb1d71
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/oa/oaror4ln6BVVbqVZSoFPh_47HijQZgTiQKO59wN68Y8.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=debug&id=a9f4b8eef5e4b5acddf8fe811e7470860dcce0e6c04f4f58e1dc3c57ad27cd4c:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/oj/ojnG4MBAVARX8-86m3HQFMZEiJar9xCmFgfTYDWFFbw.cache b/tmp/cache/assets/sprockets/v3.0/oj/ojnG4MBAVARX8-86m3HQFMZEiJar9xCmFgfTYDWFFbw.cache
new file mode 100644
index 0000000..20f4e7c
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/oj/ojnG4MBAVARX8-86m3HQFMZEiJar9xCmFgfTYDWFFbw.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=self&id=5ab870725265996c444e1bf1f79708d2e24d28440e3432ccf18112ab43dba6fb:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/ot/ot9nPhOXqQLxXv3qjZlCJ62BCF_f3J4Aimff9b4UV4I.cache b/tmp/cache/assets/sprockets/v3.0/ot/ot9nPhOXqQLxXv3qjZlCJ62BCF_f3J4Aimff9b4UV4I.cache
new file mode 100644
index 0000000..75d301b
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/ot/ot9nPhOXqQLxXv3qjZlCJ62BCF_f3J4Aimff9b4UV4I.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/p1/p1W1GGSrD2NUuZZdJiXKgtamwGjmJnP8KeYZVOulZnU.cache b/tmp/cache/assets/sprockets/v3.0/p1/p1W1GGSrD2NUuZZdJiXKgtamwGjmJnP8KeYZVOulZnU.cache
new file mode 100644
index 0000000..41f52de
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/p1/p1W1GGSrD2NUuZZdJiXKgtamwGjmJnP8KeYZVOulZnU.cache
@@ -0,0 +1 @@
+"%z#,s%mu^=gS،iR͉\
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/pR/pR8I_xw0vLtCjJHzIFAnZ6M1mpw9mOe7sFT8a2fVgDA.cache b/tmp/cache/assets/sprockets/v3.0/pR/pR8I_xw0vLtCjJHzIFAnZ6M1mpw9mOe7sFT8a2fVgDA.cache
new file mode 100644
index 0000000..2800ad3
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/pR/pR8I_xw0vLtCjJHzIFAnZ6M1mpw9mOe7sFT8a2fVgDA.cache
@@ -0,0 +1 @@
+"%Bșo$'AdLxRU
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/pW/pWI-PNOdVFMbKtk9uCvLESEVQcz4kWYwspuw6dwt8g4.cache b/tmp/cache/assets/sprockets/v3.0/pW/pWI-PNOdVFMbKtk9uCvLESEVQcz4kWYwspuw6dwt8g4.cache
new file mode 100644
index 0000000..e784c39
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/pW/pWI-PNOdVFMbKtk9uCvLESEVQcz4kWYwspuw6dwt8g4.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/pb/pbIU2fWsoufAawB89lN7ezZ-KCs7-eTFEmmza4co1f4.cache b/tmp/cache/assets/sprockets/v3.0/pb/pbIU2fWsoufAawB89lN7ezZ-KCs7-eTFEmmza4co1f4.cache
new file mode 100644
index 0000000..058e353
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/pb/pbIU2fWsoufAawB89lN7ezZ-KCs7-eTFEmmza4co1f4.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=self&id=5bee1f0426d25ccb1a0c369fc6a261cd51d866f7bfa2b2631ccc192d0270a3c5:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/pf/pfX38E4N1QtX2H_Y5UUHOKji0-UT1hNCa77ffXMCmg4.cache b/tmp/cache/assets/sprockets/v3.0/pf/pfX38E4N1QtX2H_Y5UUHOKji0-UT1hNCa77ffXMCmg4.cache
new file mode 100644
index 0000000..63641f3
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/pf/pfX38E4N1QtX2H_Y5UUHOKji0-UT1hNCa77ffXMCmg4.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=debug&id=079a20247efd48e805dd2a483038d19b5c20925ea149cb82d0ff736c9a129603:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/ph/ph90OhfN8dYjlLGEN-PD9lmxUeq-iInkJcgtF5aZ-Rc.cache b/tmp/cache/assets/sprockets/v3.0/ph/ph90OhfN8dYjlLGEN-PD9lmxUeq-iInkJcgtF5aZ-Rc.cache
new file mode 100644
index 0000000..4df54b7
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/ph/ph90OhfN8dYjlLGEN-PD9lmxUeq-iInkJcgtF5aZ-Rc.cache
@@ -0,0 +1,3 @@
+[o:Set:
+@hash}
+I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI"Zprocessors:type=application/javascript&file_type=application/javascript&pipeline=self;TTI"rfile-digest:///Users/valliere/.rvm/gems/ruby-2.4.0/gems/actioncable-5.0.2/lib/assets/compiled/action_cable.js;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/qK/qK1gRp3WGcT-R3PRfzzhRtzKJUBPbni6Nb8hvE03YFs.cache b/tmp/cache/assets/sprockets/v3.0/qK/qK1gRp3WGcT-R3PRfzzhRtzKJUBPbni6Nb8hvE03YFs.cache
new file mode 100644
index 0000000..ab9eb35
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/qK/qK1gRp3WGcT-R3PRfzzhRtzKJUBPbni6Nb8hvE03YFs.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}
I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI"?processors:type=text/css&file_type=text/css&pipeline=debug;TTI"9file-digest://app/assets/stylesheets/application.css;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"5file-digest://app/assets/stylesheets/animals.css;TTI")file-digest://app/assets/stylesheets;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/qP/qPmv5snMrDw830S6hSICDcnIy7kVEWoFKXhGKT38lG4.cache b/tmp/cache/assets/sprockets/v3.0/qP/qPmv5snMrDw830S6hSICDcnIy7kVEWoFKXhGKT38lG4.cache
new file mode 100644
index 0000000..cb11c11
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/qP/qPmv5snMrDw830S6hSICDcnIy7kVEWoFKXhGKT38lG4.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/qT/qT9lhAbZyghy_MqE5pR02oscAZBXv1gj6FLtfizEDB0.cache b/tmp/cache/assets/sprockets/v3.0/qT/qT9lhAbZyghy_MqE5pR02oscAZBXv1gj6FLtfizEDB0.cache
new file mode 100644
index 0000000..b11663a
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/qT/qT9lhAbZyghy_MqE5pR02oscAZBXv1gj6FLtfizEDB0.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/qV/qV6acVKNuGkmIkgub-sFSTdWAqF9gTE65Dz8DN8ElRY.cache b/tmp/cache/assets/sprockets/v3.0/qV/qV6acVKNuGkmIkgub-sFSTdWAqF9gTE65Dz8DN8ElRY.cache
new file mode 100644
index 0000000..eb6c85c
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/qV/qV6acVKNuGkmIkgub-sFSTdWAqF9gTE65Dz8DN8ElRY.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=self&id=9fd9cf46477f40cf9412b88befd741acbef971a47480b3f3028e0640a63915ac:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/qy/qYngaP2ul_SLG1rkHTx8qZyy6LHvzI0CaZVARmLJj-c.cache b/tmp/cache/assets/sprockets/v3.0/qy/qYngaP2ul_SLG1rkHTx8qZyy6LHvzI0CaZVARmLJj-c.cache
new file mode 100644
index 0000000..0210b0f
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/qy/qYngaP2ul_SLG1rkHTx8qZyy6LHvzI0CaZVARmLJj-c.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/qy/qyHIDeCWZbzg7VpBQZtyKINkEyrMtH6RNdelB1zlTc4.cache b/tmp/cache/assets/sprockets/v3.0/qy/qyHIDeCWZbzg7VpBQZtyKINkEyrMtH6RNdelB1zlTc4.cache
new file mode 100644
index 0000000..ab9eb35
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/qy/qyHIDeCWZbzg7VpBQZtyKINkEyrMtH6RNdelB1zlTc4.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}
I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI"?processors:type=text/css&file_type=text/css&pipeline=debug;TTI"9file-digest://app/assets/stylesheets/application.css;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"5file-digest://app/assets/stylesheets/animals.css;TTI")file-digest://app/assets/stylesheets;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/r8/r8gdY-dxJ4rVuEYcdXUcCgrkp8PWRom7YYyKhI-m0Xg.cache b/tmp/cache/assets/sprockets/v3.0/r8/r8gdY-dxJ4rVuEYcdXUcCgrkp8PWRom7YYyKhI-m0Xg.cache
new file mode 100644
index 0000000..dd4f07e
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/r8/r8gdY-dxJ4rVuEYcdXUcCgrkp8PWRom7YYyKhI-m0Xg.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/r9/r9Pt-hVvh9qnP2zjSCF1zb6UFrQ9bhTYvJJvvPcmQcw.cache b/tmp/cache/assets/sprockets/v3.0/r9/r9Pt-hVvh9qnP2zjSCF1zb6UFrQ9bhTYvJJvvPcmQcw.cache
new file mode 100644
index 0000000..7a9c265
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/r9/r9Pt-hVvh9qnP2zjSCF1zb6UFrQ9bhTYvJJvvPcmQcw.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=debug&id=13789bfc812fc1b9be242d7c38508dca0ce2deb4bb987a2f2113e9ecca9514e7:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/r9/r9pkKlxlWth56G2zl0DGNz2QdSu6I8eU-x9Szld-6rY.cache b/tmp/cache/assets/sprockets/v3.0/r9/r9pkKlxlWth56G2zl0DGNz2QdSu6I8eU-x9Szld-6rY.cache
new file mode 100644
index 0000000..feb53c6
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/r9/r9pkKlxlWth56G2zl0DGNz2QdSu6I8eU-x9Szld-6rY.cache
@@ -0,0 +1 @@
+"%TT4
)|q~tU%_RLLYt)
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/rM/rMReDUclAG1FB3jBko9nKNVsPtpB0RpvL9_beN1HG3s.cache b/tmp/cache/assets/sprockets/v3.0/rM/rMReDUclAG1FB3jBko9nKNVsPtpB0RpvL9_beN1HG3s.cache
new file mode 100644
index 0000000..ab9eb35
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/rM/rMReDUclAG1FB3jBko9nKNVsPtpB0RpvL9_beN1HG3s.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}
I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI"?processors:type=text/css&file_type=text/css&pipeline=debug;TTI"9file-digest://app/assets/stylesheets/application.css;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"5file-digest://app/assets/stylesheets/animals.css;TTI")file-digest://app/assets/stylesheets;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/rQ/rQ5K2ssg_5R1Y6USQGt_PzG9sqxGsOWE3PgxYEYceOg.cache b/tmp/cache/assets/sprockets/v3.0/rQ/rQ5K2ssg_5R1Y6USQGt_PzG9sqxGsOWE3PgxYEYceOg.cache
new file mode 100644
index 0000000..5d9a2ec
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/rQ/rQ5K2ssg_5R1Y6USQGt_PzG9sqxGsOWE3PgxYEYceOg.cache
@@ -0,0 +1 @@
+"%vI+!5-Qb-zUsZ
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/rS/rSmiv-dBbAipWJbtsPKNL56_Kz1UIqX7oztxVO6-PvQ.cache b/tmp/cache/assets/sprockets/v3.0/rS/rSmiv-dBbAipWJbtsPKNL56_Kz1UIqX7oztxVO6-PvQ.cache
new file mode 100644
index 0000000..f99b31f
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/rS/rSmiv-dBbAipWJbtsPKNL56_Kz1UIqX7oztxVO6-PvQ.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/ra/ra9WpK-aNg80Cx01egxxBkj6udjJXFaFkJZQUxlfbAM.cache b/tmp/cache/assets/sprockets/v3.0/ra/ra9WpK-aNg80Cx01egxxBkj6udjJXFaFkJZQUxlfbAM.cache
new file mode 100644
index 0000000..ba0d224
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/ra/ra9WpK-aNg80Cx01egxxBkj6udjJXFaFkJZQUxlfbAM.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"9file-digest://app/assets/stylesheets/application.css;TTI")file-digest://app/assets/stylesheets;TTI"5file-digest://app/assets/stylesheets/animals.css;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/rb/rbeZE_iwsDlrac4ionGvDjv1oxDHCaPFlq4E79VKNy0.cache b/tmp/cache/assets/sprockets/v3.0/rb/rbeZE_iwsDlrac4ionGvDjv1oxDHCaPFlq4E79VKNy0.cache
new file mode 100644
index 0000000..a863d4e
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/rb/rbeZE_iwsDlrac4ionGvDjv1oxDHCaPFlq4E79VKNy0.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/rc/rcnKWM4ZevErBwK_mT8Wa5D-kwCiXJVbzeJnCDMpEBw.cache b/tmp/cache/assets/sprockets/v3.0/rc/rcnKWM4ZevErBwK_mT8Wa5D-kwCiXJVbzeJnCDMpEBw.cache
new file mode 100644
index 0000000..b4b7fc3
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/rc/rcnKWM4ZevErBwK_mT8Wa5D-kwCiXJVbzeJnCDMpEBw.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/rh/rHIsc0GLQDSqg2CJpuPSOWuZ-QtSjxggqMhMRUXXfJg.cache b/tmp/cache/assets/sprockets/v3.0/rh/rHIsc0GLQDSqg2CJpuPSOWuZ-QtSjxggqMhMRUXXfJg.cache
new file mode 100644
index 0000000..ba0d224
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/rh/rHIsc0GLQDSqg2CJpuPSOWuZ-QtSjxggqMhMRUXXfJg.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"9file-digest://app/assets/stylesheets/application.css;TTI")file-digest://app/assets/stylesheets;TTI"5file-digest://app/assets/stylesheets/animals.css;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/rh/rhRjrwCkl2hTSdpQZMi6Q5SXFBhfTxv33bKxs4oRztg.cache b/tmp/cache/assets/sprockets/v3.0/rh/rhRjrwCkl2hTSdpQZMi6Q5SXFBhfTxv33bKxs4oRztg.cache
new file mode 100644
index 0000000..59af372
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/rh/rhRjrwCkl2hTSdpQZMi6Q5SXFBhfTxv33bKxs4oRztg.cache
@@ -0,0 +1,2 @@
+"%lAGԣ5FXVfY
+r
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/rn/rn5b2YYF88-4ec7J_pPumFZbIU7y_bjeG9P7F1FU2dk.cache b/tmp/cache/assets/sprockets/v3.0/rn/rn5b2YYF88-4ec7J_pPumFZbIU7y_bjeG9P7F1FU2dk.cache
new file mode 100644
index 0000000..4e90a28
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/rn/rn5b2YYF88-4ec7J_pPumFZbIU7y_bjeG9P7F1FU2dk.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=debug&id=9e8b713cda2e37bc58dbf04d2e34d0742f53cc60d8e28aa291131c52286285a3:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/ro/ro3SUIu03Rj8N8-VeYkgtv71yZwkmNxXossLuQYxvS0.cache b/tmp/cache/assets/sprockets/v3.0/ro/ro3SUIu03Rj8N8-VeYkgtv71yZwkmNxXossLuQYxvS0.cache
new file mode 100644
index 0000000..ed506a4
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/ro/ro3SUIu03Rj8N8-VeYkgtv71yZwkmNxXossLuQYxvS0.cache
@@ -0,0 +1 @@
+"%isELzKƖ5;rH=eu
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/ru/ru6DWbBPTlLENlphZgs6YGEqnp61WfUr4hw_JaiX9_I.cache b/tmp/cache/assets/sprockets/v3.0/ru/ru6DWbBPTlLENlphZgs6YGEqnp61WfUr4hw_JaiX9_I.cache
new file mode 100644
index 0000000..ba0d224
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/ru/ru6DWbBPTlLENlphZgs6YGEqnp61WfUr4hw_JaiX9_I.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"9file-digest://app/assets/stylesheets/application.css;TTI")file-digest://app/assets/stylesheets;TTI"5file-digest://app/assets/stylesheets/animals.css;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/s-/s-XHeIFedtXO2wmJML8IzkK5FHsNs2wbE5HN3d8dDPQ.cache b/tmp/cache/assets/sprockets/v3.0/s-/s-XHeIFedtXO2wmJML8IzkK5FHsNs2wbE5HN3d8dDPQ.cache
new file mode 100644
index 0000000..3045704
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/s-/s-XHeIFedtXO2wmJML8IzkK5FHsNs2wbE5HN3d8dDPQ.cache
@@ -0,0 +1 @@
+"%Hu1|aYs9pH|
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/s-/s-bYQpEealItRhINNtkCVhz4FLTktqECdbkwk6gEaFA.cache b/tmp/cache/assets/sprockets/v3.0/s-/s-bYQpEealItRhINNtkCVhz4FLTktqECdbkwk6gEaFA.cache
new file mode 100644
index 0000000..16fc64c
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/s-/s-bYQpEealItRhINNtkCVhz4FLTktqECdbkwk6gEaFA.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/sH/sHgGHf8g7NshGmLwyZ8wemmrkDScXLB8tBzS9hkFTEk.cache b/tmp/cache/assets/sprockets/v3.0/sH/sHgGHf8g7NshGmLwyZ8wemmrkDScXLB8tBzS9hkFTEk.cache
new file mode 100644
index 0000000..e18d68e
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/sH/sHgGHf8g7NshGmLwyZ8wemmrkDScXLB8tBzS9hkFTEk.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=debug&id=6c118ebf1cb6bf8de2d9b7c042db6842c2203276f89b072716b8d2e9f2a0903c:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/sO/sO9Hts1QmSdmao240ZH8MhSfq7Twhtcx81ULU0v-w4E.cache b/tmp/cache/assets/sprockets/v3.0/sO/sO9Hts1QmSdmao240ZH8MhSfq7Twhtcx81ULU0v-w4E.cache
new file mode 100644
index 0000000..532db85
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/sO/sO9Hts1QmSdmao240ZH8MhSfq7Twhtcx81ULU0v-w4E.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/si/siaGr3s0NtyaKORPuUB0b-n9e0UPo-ZiHyYKpAI5juw.cache b/tmp/cache/assets/sprockets/v3.0/si/siaGr3s0NtyaKORPuUB0b-n9e0UPo-ZiHyYKpAI5juw.cache
new file mode 100644
index 0000000..beee071
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/si/siaGr3s0NtyaKORPuUB0b-n9e0UPo-ZiHyYKpAI5juw.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/sp/Sp9wah1eIoS9-5k23Tfx4Kb_flKYTPjaRvjWdNTt_N0.cache b/tmp/cache/assets/sprockets/v3.0/sp/Sp9wah1eIoS9-5k23Tfx4Kb_flKYTPjaRvjWdNTt_N0.cache
new file mode 100644
index 0000000..f39a381
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/sp/Sp9wah1eIoS9-5k23Tfx4Kb_flKYTPjaRvjWdNTt_N0.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/sp/spA-Hc-yBsY1lbhmX_eFDEU71CiYKSzdYgQlAPjxmsU.cache b/tmp/cache/assets/sprockets/v3.0/sp/spA-Hc-yBsY1lbhmX_eFDEU71CiYKSzdYgQlAPjxmsU.cache
new file mode 100644
index 0000000..0cb3b5f
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/sp/spA-Hc-yBsY1lbhmX_eFDEU71CiYKSzdYgQlAPjxmsU.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=debug&id=7b5563f55cebe2c705ffa2d39a180ef03c2c919b8b2958f819a126079882ff23:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/sr/srLrRXPAtJI4FK73zOf_7xYEaFS-ULRj1VxVOh-82wg.cache b/tmp/cache/assets/sprockets/v3.0/sr/srLrRXPAtJI4FK73zOf_7xYEaFS-ULRj1VxVOh-82wg.cache
new file mode 100644
index 0000000..066dbe6
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/sr/srLrRXPAtJI4FK73zOf_7xYEaFS-ULRj1VxVOh-82wg.cache
@@ -0,0 +1 @@
+I"app/assets/javascripts/application.js?type=application/javascript&pipeline=self&id=4db5596c94b81de319a4b219b458807639a84473d9927ebb64a410ab553772de:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/sz/szKnCkDQsKhutGByQ7XRcGU0OL495J4VRz77iPClxgI.cache b/tmp/cache/assets/sprockets/v3.0/sz/szKnCkDQsKhutGByQ7XRcGU0OL495J4VRz77iPClxgI.cache
new file mode 100644
index 0000000..05a6d24
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/sz/szKnCkDQsKhutGByQ7XRcGU0OL495J4VRz77iPClxgI.cache
@@ -0,0 +1 @@
+"%h$1q1@1"UE
J(ЉS[M
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/sz/sznU8cibCfN5qdwRqpWwSsaTcZvYm5RLLdlGFYJ9Fo4.cache b/tmp/cache/assets/sprockets/v3.0/sz/sznU8cibCfN5qdwRqpWwSsaTcZvYm5RLLdlGFYJ9Fo4.cache
new file mode 100644
index 0000000..310ecdc
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/sz/sznU8cibCfN5qdwRqpWwSsaTcZvYm5RLLdlGFYJ9Fo4.cache
@@ -0,0 +1 @@
+"%k\e=,KS TV,oN
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/tG/tGgRZs0qu8xcOWPUpsGEj9lHJwwzLmxlNVDmd8ACTrk.cache b/tmp/cache/assets/sprockets/v3.0/tG/tGgRZs0qu8xcOWPUpsGEj9lHJwwzLmxlNVDmd8ACTrk.cache
new file mode 100644
index 0000000..7a11361
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/tG/tGgRZs0qu8xcOWPUpsGEj9lHJwwzLmxlNVDmd8ACTrk.cache
@@ -0,0 +1 @@
+"%hYbgXCwZUߏD:{
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/tN/tNdfIOs_IcXmiuA3pE8junEfH4kydQDa0oMWwznaAww.cache b/tmp/cache/assets/sprockets/v3.0/tN/tNdfIOs_IcXmiuA3pE8junEfH4kydQDa0oMWwznaAww.cache
new file mode 100644
index 0000000..2991910
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/tN/tNdfIOs_IcXmiuA3pE8junEfH4kydQDa0oMWwznaAww.cache
@@ -0,0 +1 @@
+I"/Users/valliere/.rvm/gems/ruby-2.4.0/gems/actioncable-5.0.2/lib/assets/compiled/action_cable.js?type=application/javascript&pipeline=self&id=e7d973882dd64a662bdb513fb985cc6f849c5f9444a6e273e546b8d6037c7a4d:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/tN/tnmrAistjpatA6A6wxJRYoreOqoQajw8JkO9iTE44eI.cache b/tmp/cache/assets/sprockets/v3.0/tN/tnmrAistjpatA6A6wxJRYoreOqoQajw8JkO9iTE44eI.cache
new file mode 100644
index 0000000..dafad8b
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/tN/tnmrAistjpatA6A6wxJRYoreOqoQajw8JkO9iTE44eI.cache
@@ -0,0 +1 @@
+"%\IOt?jX d4Y,
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/td/TDDkpuScquz32OriY5wm4cnof6Dzko06WUA4caKGxuU.cache b/tmp/cache/assets/sprockets/v3.0/td/TDDkpuScquz32OriY5wm4cnof6Dzko06WUA4caKGxuU.cache
new file mode 100644
index 0000000..713b221
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/td/TDDkpuScquz32OriY5wm4cnof6Dzko06WUA4caKGxuU.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=self&id=420ee8dedb322c81e65f2922e569229b9a1a4b69f7557e17fcb512397607b618:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/td/td_zaBx8VHVVHlo6DkWHH_fu73ckVP-ngfMjJyZYVf8.cache b/tmp/cache/assets/sprockets/v3.0/td/td_zaBx8VHVVHlo6DkWHH_fu73ckVP-ngfMjJyZYVf8.cache
new file mode 100644
index 0000000..ba0d224
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/td/td_zaBx8VHVVHlo6DkWHH_fu73ckVP-ngfMjJyZYVf8.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"9file-digest://app/assets/stylesheets/application.css;TTI")file-digest://app/assets/stylesheets;TTI"5file-digest://app/assets/stylesheets/animals.css;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/te/TEanuFTOCK20C4Qk36bXACG3ukUl_NgEBw17L2fcHKs.cache b/tmp/cache/assets/sprockets/v3.0/te/TEanuFTOCK20C4Qk36bXACG3ukUl_NgEBw17L2fcHKs.cache
new file mode 100644
index 0000000..7b30311
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/te/TEanuFTOCK20C4Qk36bXACG3ukUl_NgEBw17L2fcHKs.cache
@@ -0,0 +1 @@
+"%l+x+ؕuF+]|Y($gj*&Ɣ
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/te/Ted6xLGOn7tDqffPcdA1aTSY-caz3LsYKaOAtx0_2Ys.cache b/tmp/cache/assets/sprockets/v3.0/te/Ted6xLGOn7tDqffPcdA1aTSY-caz3LsYKaOAtx0_2Ys.cache
new file mode 100644
index 0000000..81d4313
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/te/Ted6xLGOn7tDqffPcdA1aTSY-caz3LsYKaOAtx0_2Ys.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/te/teLzouk6i91JIUivDq5CkvjahylDKcyNaCniJNZfcBY.cache b/tmp/cache/assets/sprockets/v3.0/te/teLzouk6i91JIUivDq5CkvjahylDKcyNaCniJNZfcBY.cache
new file mode 100644
index 0000000..7fdac0c
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/te/teLzouk6i91JIUivDq5CkvjahylDKcyNaCniJNZfcBY.cache
@@ -0,0 +1 @@
+I"app/assets/javascripts/cable.js?type=application/javascript&pipeline=self&id=a42e33528cd293f53bbda9a6fe72a97277b0aec58b14d3b9c201d9279a8bc9de:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/ti/tiAcG5VxOAu4_U7LALTmLiYRg5rarRtHkSvk5cKczME.cache b/tmp/cache/assets/sprockets/v3.0/ti/tiAcG5VxOAu4_U7LALTmLiYRg5rarRtHkSvk5cKczME.cache
new file mode 100644
index 0000000..ba0d224
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/ti/tiAcG5VxOAu4_U7LALTmLiYRg5rarRtHkSvk5cKczME.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"9file-digest://app/assets/stylesheets/application.css;TTI")file-digest://app/assets/stylesheets;TTI"5file-digest://app/assets/stylesheets/animals.css;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/ti/tiuDiVksFGpEy1FG4DzHmZkeIZesAkQ7xkhlcYOLEqk.cache b/tmp/cache/assets/sprockets/v3.0/ti/tiuDiVksFGpEy1FG4DzHmZkeIZesAkQ7xkhlcYOLEqk.cache
new file mode 100644
index 0000000..ab9eb35
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/ti/tiuDiVksFGpEy1FG4DzHmZkeIZesAkQ7xkhlcYOLEqk.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}
I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI"?processors:type=text/css&file_type=text/css&pipeline=debug;TTI"9file-digest://app/assets/stylesheets/application.css;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"5file-digest://app/assets/stylesheets/animals.css;TTI")file-digest://app/assets/stylesheets;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/tp/TPUPWgMUg9xWUULKzNm85fi8emhBEWvwvNfL-UtJ9-k.cache b/tmp/cache/assets/sprockets/v3.0/tp/TPUPWgMUg9xWUULKzNm85fi8emhBEWvwvNfL-UtJ9-k.cache
new file mode 100644
index 0000000..4f6c593
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/tp/TPUPWgMUg9xWUULKzNm85fi8emhBEWvwvNfL-UtJ9-k.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/tp/tpinkHorvBIaIth2UFKZc8aR_7LzwoBHHWZjSSJlQfo.cache b/tmp/cache/assets/sprockets/v3.0/tp/tpinkHorvBIaIth2UFKZc8aR_7LzwoBHHWZjSSJlQfo.cache
new file mode 100644
index 0000000..7a13879
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/tp/tpinkHorvBIaIth2UFKZc8aR_7LzwoBHHWZjSSJlQfo.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/tt/TtgsLraJt6K49f4vGa1hcaYA6475Iebi0mSb-CKep5k.cache b/tmp/cache/assets/sprockets/v3.0/tt/TtgsLraJt6K49f4vGa1hcaYA6475Iebi0mSb-CKep5k.cache
new file mode 100644
index 0000000..5df27e5
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/tt/TtgsLraJt6K49f4vGa1hcaYA6475Iebi0mSb-CKep5k.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/tt/tt2KnUG2AjQ3RtLITVgoSrXH01ndEDkZFjnriSn4HbM.cache b/tmp/cache/assets/sprockets/v3.0/tt/tt2KnUG2AjQ3RtLITVgoSrXH01ndEDkZFjnriSn4HbM.cache
new file mode 100644
index 0000000..e032d1a
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/tt/tt2KnUG2AjQ3RtLITVgoSrXH01ndEDkZFjnriSn4HbM.cache
@@ -0,0 +1 @@
+"%d(cQFѕًLmۜ2
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/tu/tulK69NbIp2Fss0Mp1fqOyA2He5tsDYj5sTTfeltTj4.cache b/tmp/cache/assets/sprockets/v3.0/tu/tulK69NbIp2Fss0Mp1fqOyA2He5tsDYj5sTTfeltTj4.cache
new file mode 100644
index 0000000..8db2f94
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/tu/tulK69NbIp2Fss0Mp1fqOyA2He5tsDYj5sTTfeltTj4.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=self&id=5f1bee6eb905c21ab219fd4eb2b89be0cd8e2eacf1dd169478b35f52dc377048:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/uH/Uh7gcF-F2fTap7jShRjw_VOdHnqslf9PL9cRKhZZJnE.cache b/tmp/cache/assets/sprockets/v3.0/uH/Uh7gcF-F2fTap7jShRjw_VOdHnqslf9PL9cRKhZZJnE.cache
new file mode 100644
index 0000000..b235a26
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/uH/Uh7gcF-F2fTap7jShRjw_VOdHnqslf9PL9cRKhZZJnE.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/uH/uHGCpgrGuMawZmHCj1EZYgLOVTVEqAfsoHIdGSAbc2s.cache b/tmp/cache/assets/sprockets/v3.0/uH/uHGCpgrGuMawZmHCj1EZYgLOVTVEqAfsoHIdGSAbc2s.cache
new file mode 100644
index 0000000..94d688a
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/uH/uHGCpgrGuMawZmHCj1EZYgLOVTVEqAfsoHIdGSAbc2s.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/uK/uKvrVV_ZqAym8P-QyBWKgaFV7IxpG-fAkfFIHr4FhRY.cache b/tmp/cache/assets/sprockets/v3.0/uK/uKvrVV_ZqAym8P-QyBWKgaFV7IxpG-fAkfFIHr4FhRY.cache
new file mode 100644
index 0000000..e66cb78
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/uK/uKvrVV_ZqAym8P-QyBWKgaFV7IxpG-fAkfFIHr4FhRY.cache
@@ -0,0 +1 @@
+"%UV|ڬ;pL>RJ|SD$
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/uQ/uQhnBJSYsjM0hk6XZviDfpVvm630bsVHWQlFKFAZEAU.cache b/tmp/cache/assets/sprockets/v3.0/uQ/uQhnBJSYsjM0hk6XZviDfpVvm630bsVHWQlFKFAZEAU.cache
new file mode 100644
index 0000000..32e399d
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/uQ/uQhnBJSYsjM0hk6XZviDfpVvm630bsVHWQlFKFAZEAU.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=self&id=cf67e75ca51686d9fac901eb3c1d4bd57c4dabffa405962a1e2196ca0150592d:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/uX/uXhcRn0RlpVMe2TR6kgcHndM4f8uIxkGKb7h960nPtY.cache b/tmp/cache/assets/sprockets/v3.0/uX/uXhcRn0RlpVMe2TR6kgcHndM4f8uIxkGKb7h960nPtY.cache
new file mode 100644
index 0000000..ba0d224
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/uX/uXhcRn0RlpVMe2TR6kgcHndM4f8uIxkGKb7h960nPtY.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"9file-digest://app/assets/stylesheets/application.css;TTI")file-digest://app/assets/stylesheets;TTI"5file-digest://app/assets/stylesheets/animals.css;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/ul/ulQeIWUUK7tWpiW07_BgxYtzLZgjTIchF2gSaEWFAmc.cache b/tmp/cache/assets/sprockets/v3.0/ul/ulQeIWUUK7tWpiW07_BgxYtzLZgjTIchF2gSaEWFAmc.cache
new file mode 100644
index 0000000..ab9eb35
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/ul/ulQeIWUUK7tWpiW07_BgxYtzLZgjTIchF2gSaEWFAmc.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}
I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI"?processors:type=text/css&file_type=text/css&pipeline=debug;TTI"9file-digest://app/assets/stylesheets/application.css;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"5file-digest://app/assets/stylesheets/animals.css;TTI")file-digest://app/assets/stylesheets;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/uv/uve0VxErzd00Ba9xGWP3MAwoboeb1nLq90KtafXJbhE.cache b/tmp/cache/assets/sprockets/v3.0/uv/uve0VxErzd00Ba9xGWP3MAwoboeb1nLq90KtafXJbhE.cache
new file mode 100644
index 0000000..bc7f7f9
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/uv/uve0VxErzd00Ba9xGWP3MAwoboeb1nLq90KtafXJbhE.cache
@@ -0,0 +1,2 @@
+"%I?4A43"3\(,*
+U~
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/uz/uzXedsBI6S64pv4en7YCiP0xqoDX0ui0sBFV7I3AAnY.cache b/tmp/cache/assets/sprockets/v3.0/uz/uzXedsBI6S64pv4en7YCiP0xqoDX0ui0sBFV7I3AAnY.cache
new file mode 100644
index 0000000..fd8069f
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/uz/uzXedsBI6S64pv4en7YCiP0xqoDX0ui0sBFV7I3AAnY.cache
@@ -0,0 +1 @@
+"%R*eq7)Ic=%'R@
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/v0/v0Dz_8x6LWFVoMp8CIZME-Qd8LO5wnOD4xo0JJ6fo1c.cache b/tmp/cache/assets/sprockets/v3.0/v0/v0Dz_8x6LWFVoMp8CIZME-Qd8LO5wnOD4xo0JJ6fo1c.cache
new file mode 100644
index 0000000..5225b7d
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/v0/v0Dz_8x6LWFVoMp8CIZME-Qd8LO5wnOD4xo0JJ6fo1c.cache
@@ -0,0 +1,2 @@
+"%ykoQ3.`mQ4@
+F`l
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/vM/vMOwDgG7Tj-0O8Y-0rvqoE2HIPHSNCUF3Nk0vdWBoXk.cache b/tmp/cache/assets/sprockets/v3.0/vM/vMOwDgG7Tj-0O8Y-0rvqoE2HIPHSNCUF3Nk0vdWBoXk.cache
new file mode 100644
index 0000000..04c2f83
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/vM/vMOwDgG7Tj-0O8Y-0rvqoE2HIPHSNCUF3Nk0vdWBoXk.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=self&id=bafd4e80251f0c9f41cfbfc6152591c6697ba033504cb7a8027b1f9d2c3a2d25:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/vw/vw3onHIGJPIJuUl3yNDAakrdsGmMWEDgBX6AeGD5Qv8.cache b/tmp/cache/assets/sprockets/v3.0/vw/vw3onHIGJPIJuUl3yNDAakrdsGmMWEDgBX6AeGD5Qv8.cache
new file mode 100644
index 0000000..ab9eb35
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/vw/vw3onHIGJPIJuUl3yNDAakrdsGmMWEDgBX6AeGD5Qv8.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}
I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI"?processors:type=text/css&file_type=text/css&pipeline=debug;TTI"9file-digest://app/assets/stylesheets/application.css;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"5file-digest://app/assets/stylesheets/animals.css;TTI")file-digest://app/assets/stylesheets;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/w4/w4mW9j1_eRQrheU8sIUg7Agg17956PUDRUJzAuw-JYM.cache b/tmp/cache/assets/sprockets/v3.0/w4/w4mW9j1_eRQrheU8sIUg7Agg17956PUDRUJzAuw-JYM.cache
new file mode 100644
index 0000000..ba0d224
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/w4/w4mW9j1_eRQrheU8sIUg7Agg17956PUDRUJzAuw-JYM.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"9file-digest://app/assets/stylesheets/application.css;TTI")file-digest://app/assets/stylesheets;TTI"5file-digest://app/assets/stylesheets/animals.css;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/wD/wD_QCppuZov_cmYQx76t3cRr-V4pKOG7TgsG5ReA4vA.cache b/tmp/cache/assets/sprockets/v3.0/wD/wD_QCppuZov_cmYQx76t3cRr-V4pKOG7TgsG5ReA4vA.cache
new file mode 100644
index 0000000..5c21923
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/wD/wD_QCppuZov_cmYQx76t3cRr-V4pKOG7TgsG5ReA4vA.cache
@@ -0,0 +1 @@
+"%#ƿ|=
IԺ
oE/4&v
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/wG/wGQ4QyCPxWP4Bbf2-eRpdABpvkY5aKyPdcPAAmbXFvI.cache b/tmp/cache/assets/sprockets/v3.0/wG/wGQ4QyCPxWP4Bbf2-eRpdABpvkY5aKyPdcPAAmbXFvI.cache
new file mode 100644
index 0000000..bd3c5b2
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/wG/wGQ4QyCPxWP4Bbf2-eRpdABpvkY5aKyPdcPAAmbXFvI.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/wT/Wt6DsEuN2K4th_IRjERZnIFy0CmCQDBOl21MlMxBQXE.cache b/tmp/cache/assets/sprockets/v3.0/wT/Wt6DsEuN2K4th_IRjERZnIFy0CmCQDBOl21MlMxBQXE.cache
new file mode 100644
index 0000000..e62eee6
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/wT/Wt6DsEuN2K4th_IRjERZnIFy0CmCQDBOl21MlMxBQXE.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/wT/wTMHu4tYKLQu_MST0esKxSkdvZogRvVX-pK0dmskCGE.cache b/tmp/cache/assets/sprockets/v3.0/wT/wTMHu4tYKLQu_MST0esKxSkdvZogRvVX-pK0dmskCGE.cache
new file mode 100644
index 0000000..b546b1a
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/wT/wTMHu4tYKLQu_MST0esKxSkdvZogRvVX-pK0dmskCGE.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=self&id=c5d1ac3def9e7ce8ecff3bcdc7c3a9ce4ee26ede6a4f2357314876598171a3d4:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/w_/w_Q-e4wN3raXLRen7-vcg3foLDdAy7USUsBWSe85_6w.cache b/tmp/cache/assets/sprockets/v3.0/w_/w_Q-e4wN3raXLRen7-vcg3foLDdAy7USUsBWSe85_6w.cache
new file mode 100644
index 0000000..359693e
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/w_/w_Q-e4wN3raXLRen7-vcg3foLDdAy7USUsBWSe85_6w.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/wj/wjb3K4XJ7mSEzbFEJeeMVM7EbljDFjhwUyrtXAo-r7k.cache b/tmp/cache/assets/sprockets/v3.0/wj/wjb3K4XJ7mSEzbFEJeeMVM7EbljDFjhwUyrtXAo-r7k.cache
new file mode 100644
index 0000000..6e876ad
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/wj/wjb3K4XJ7mSEzbFEJeeMVM7EbljDFjhwUyrtXAo-r7k.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=self&id=4198ba14725a5b9d8b304a1f678adf631818dd778bf9b77b739c8a8462c97a21:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/wz/wznfG3PEd1btP0CqKWtLvtQKciDANkqyxpnOVcf2IBI.cache b/tmp/cache/assets/sprockets/v3.0/wz/wznfG3PEd1btP0CqKWtLvtQKciDANkqyxpnOVcf2IBI.cache
new file mode 100644
index 0000000..1cd5577
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/wz/wznfG3PEd1btP0CqKWtLvtQKciDANkqyxpnOVcf2IBI.cache
@@ -0,0 +1,2 @@
+"%j=S%Ğ7'
+v43ij
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/x6/x6lY94aLLn__y5l_RE_nXXgBO_SBs4X9BgPOfkytemY.cache b/tmp/cache/assets/sprockets/v3.0/x6/x6lY94aLLn__y5l_RE_nXXgBO_SBs4X9BgPOfkytemY.cache
new file mode 100644
index 0000000..d8204e9
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/x6/x6lY94aLLn__y5l_RE_nXXgBO_SBs4X9BgPOfkytemY.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/x7/x7PYh8DJvPykcEqpVab2vcY9-GFz-3cqtoMlRAu94Uc.cache b/tmp/cache/assets/sprockets/v3.0/x7/x7PYh8DJvPykcEqpVab2vcY9-GFz-3cqtoMlRAu94Uc.cache
new file mode 100644
index 0000000..cdc94de
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/x7/x7PYh8DJvPykcEqpVab2vcY9-GFz-3cqtoMlRAu94Uc.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/xD/xDg9EanWwQEhD_x48XpMXXI3A3kZ7FjAWggFPbTWgiE.cache b/tmp/cache/assets/sprockets/v3.0/xD/xDg9EanWwQEhD_x48XpMXXI3A3kZ7FjAWggFPbTWgiE.cache
new file mode 100644
index 0000000..78f0907
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/xD/xDg9EanWwQEhD_x48XpMXXI3A3kZ7FjAWggFPbTWgiE.cache
@@ -0,0 +1,2 @@
+"%T7
+'Ҁ?"{"-^
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/xH/xHV4Cap6oDu3qsU1odehGLsCtIZ7QSnMjJ4BUQSe2bU.cache b/tmp/cache/assets/sprockets/v3.0/xH/xHV4Cap6oDu3qsU1odehGLsCtIZ7QSnMjJ4BUQSe2bU.cache
new file mode 100644
index 0000000..9e4a1a2
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/xH/xHV4Cap6oDu3qsU1odehGLsCtIZ7QSnMjJ4BUQSe2bU.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/xH/xhZISZE4g6lfyaCd4gFnuCw5wwk1YUzaAA8REqjwhBw.cache b/tmp/cache/assets/sprockets/v3.0/xH/xhZISZE4g6lfyaCd4gFnuCw5wwk1YUzaAA8REqjwhBw.cache
new file mode 100644
index 0000000..43cb0eb
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/xH/xhZISZE4g6lfyaCd4gFnuCw5wwk1YUzaAA8REqjwhBw.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=debug&id=724029156f6375bdf7f0d3e4766872c8e39d0d1acd55234cd90b063014c72825:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/xo/xooBwltC64bw7DMIyNHkeSLHaYoLdJ64rtEevJySr6Y.cache b/tmp/cache/assets/sprockets/v3.0/xo/xooBwltC64bw7DMIyNHkeSLHaYoLdJ64rtEevJySr6Y.cache
new file mode 100644
index 0000000..ba0d224
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/xo/xooBwltC64bw7DMIyNHkeSLHaYoLdJ64rtEevJySr6Y.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"9file-digest://app/assets/stylesheets/application.css;TTI")file-digest://app/assets/stylesheets;TTI"5file-digest://app/assets/stylesheets/animals.css;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/xq/xq7xdS6rrPe0RV43r1QvoJ99lZk_mNX28hbc1M50AQs.cache b/tmp/cache/assets/sprockets/v3.0/xq/xq7xdS6rrPe0RV43r1QvoJ99lZk_mNX28hbc1M50AQs.cache
new file mode 100644
index 0000000..ca58f68
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/xq/xq7xdS6rrPe0RV43r1QvoJ99lZk_mNX28hbc1M50AQs.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=self&id=60de3d021617e59792423734498cca8bff72586de448582eedeed4d14cec488c:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/y-/y-KQA69TKpZxnWTCr61LTqDkDr_jV4G4e6_J2UDM5X0.cache b/tmp/cache/assets/sprockets/v3.0/y-/y-KQA69TKpZxnWTCr61LTqDkDr_jV4G4e6_J2UDM5X0.cache
new file mode 100644
index 0000000..ab9eb35
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/y-/y-KQA69TKpZxnWTCr61LTqDkDr_jV4G4e6_J2UDM5X0.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}
I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI"?processors:type=text/css&file_type=text/css&pipeline=debug;TTI"9file-digest://app/assets/stylesheets/application.css;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"5file-digest://app/assets/stylesheets/animals.css;TTI")file-digest://app/assets/stylesheets;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/y6/y6r3DKDxoJbObNQY--0fj2Q0KcSycMRHx6d_0POwPeA.cache b/tmp/cache/assets/sprockets/v3.0/y6/y6r3DKDxoJbObNQY--0fj2Q0KcSycMRHx6d_0POwPeA.cache
new file mode 100644
index 0000000..ab9eb35
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/y6/y6r3DKDxoJbObNQY--0fj2Q0KcSycMRHx6d_0POwPeA.cache
@@ -0,0 +1,2 @@
+[o:Set:
+@hash}
I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI"?processors:type=text/css&file_type=text/css&pipeline=debug;TTI"9file-digest://app/assets/stylesheets/application.css;TTI">processors:type=text/css&file_type=text/css&pipeline=self;TTI"5file-digest://app/assets/stylesheets/animals.css;TTI")file-digest://app/assets/stylesheets;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/y9/y9F5ufAU2_sGGJIGTnIL9llqBMOvPyl8UGADacW21Jc.cache b/tmp/cache/assets/sprockets/v3.0/y9/y9F5ufAU2_sGGJIGTnIL9llqBMOvPyl8UGADacW21Jc.cache
new file mode 100644
index 0000000..2ef1e7c
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/y9/y9F5ufAU2_sGGJIGTnIL9llqBMOvPyl8UGADacW21Jc.cache
@@ -0,0 +1,3 @@
+[o:Set:
+@hash}
+I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI"Lprocessors:type=text/css&file_type=text/css&engines=.scss&pipeline=self;TTI"6file-digest://app/assets/stylesheets/animals.scss;TTF
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/yH/yHBde2-EBk0In6a4YhlJXpJOcjIhTuIy21gCHuagcJM.cache b/tmp/cache/assets/sprockets/v3.0/yH/yHBde2-EBk0In6a4YhlJXpJOcjIhTuIy21gCHuagcJM.cache
new file mode 100644
index 0000000..f719cb2
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/yH/yHBde2-EBk0In6a4YhlJXpJOcjIhTuIy21gCHuagcJM.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/yX/yXJNEVBUxs0Kq5OEliXSfynnonDkivBMLLeCqhcyN-k.cache b/tmp/cache/assets/sprockets/v3.0/yX/yXJNEVBUxs0Kq5OEliXSfynnonDkivBMLLeCqhcyN-k.cache
new file mode 100644
index 0000000..2f6b64c
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/yX/yXJNEVBUxs0Kq5OEliXSfynnonDkivBMLLeCqhcyN-k.cache
@@ -0,0 +1 @@
+I"app/assets/stylesheets/application.css?type=text/css&pipeline=debug&id=1bbe329e9e18bcba3d97784e3ce91853fb0186a58fe886995b02dcf26817227a:ET
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/zI/zINGB8OJTABe9Phu-XpcOBmoXVBl6zEsiX_kXeqFqDc.cache b/tmp/cache/assets/sprockets/v3.0/zI/zINGB8OJTABe9Phu-XpcOBmoXVBl6zEsiX_kXeqFqDc.cache
new file mode 100644
index 0000000..5129e24
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/zI/zINGB8OJTABe9Phu-XpcOBmoXVBl6zEsiX_kXeqFqDc.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/zO/Zoe_WM1DSEXInOC1K9ZUN7jRBVMA5NUpZfec4djVLNs.cache b/tmp/cache/assets/sprockets/v3.0/zO/Zoe_WM1DSEXInOC1K9ZUN7jRBVMA5NUpZfec4djVLNs.cache
new file mode 100644
index 0000000..e0a605d
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/zO/Zoe_WM1DSEXInOC1K9ZUN7jRBVMA5NUpZfec4djVLNs.cache differ
diff --git a/tmp/cache/assets/sprockets/v3.0/zO/zOosnLUlCvH2FcqJWPwKEUN5mz3BPQ3sntJ-Ta0zw7s.cache b/tmp/cache/assets/sprockets/v3.0/zO/zOosnLUlCvH2FcqJWPwKEUN5mz3BPQ3sntJ-Ta0zw7s.cache
new file mode 100644
index 0000000..46434ba
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/zO/zOosnLUlCvH2FcqJWPwKEUN5mz3BPQ3sntJ-Ta0zw7s.cache
@@ -0,0 +1 @@
+"%aY})vH`=Ty-0@g~
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/zQ/zQzAhXegLZScpDZOD-SuObqk3Nsib89QpONZJ1qRMBs.cache b/tmp/cache/assets/sprockets/v3.0/zQ/zQzAhXegLZScpDZOD-SuObqk3Nsib89QpONZJ1qRMBs.cache
new file mode 100644
index 0000000..3d74c37
--- /dev/null
+++ b/tmp/cache/assets/sprockets/v3.0/zQ/zQzAhXegLZScpDZOD-SuObqk3Nsib89QpONZJ1qRMBs.cache
@@ -0,0 +1,2 @@
+"%qSuMO
+qRUDCX
\ No newline at end of file
diff --git a/tmp/cache/assets/sprockets/v3.0/zX/zXVzDk4B6jvHIAa0yyguHGOi61gfUCt6WIDplVlZBwI.cache b/tmp/cache/assets/sprockets/v3.0/zX/zXVzDk4B6jvHIAa0yyguHGOi61gfUCt6WIDplVlZBwI.cache
new file mode 100644
index 0000000..6e8345e
Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/zX/zXVzDk4B6jvHIAa0yyguHGOi61gfUCt6WIDplVlZBwI.cache differ
diff --git a/tmp/pids/server.pid b/tmp/pids/server.pid
new file mode 100644
index 0000000..8f6af4b
--- /dev/null
+++ b/tmp/pids/server.pid
@@ -0,0 +1 @@
+13109
\ No newline at end of file
diff --git a/tmp/restart.txt b/tmp/restart.txt
new file mode 100644
index 0000000..e69de29
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