diff --git a/.gitignore b/.gitignore index d28c5de8e..53a683ae2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ *.sqlite3 *.log -tmp/Gemfile.lock \ No newline at end of file +tmp/Gemfile.lock +.env \ No newline at end of file diff --git a/Gemfile b/Gemfile index 72da4c4f4..415db8555 100644 --- a/Gemfile +++ b/Gemfile @@ -32,6 +32,9 @@ gem 'turbolinks' # Use Capistrano for deployment # gem 'capistrano-rails', group: :development +gem 'omniauth' +gem 'omniauth-facebook' +gem 'dotenv-rails' group :development, :test do # Call 'byebug' anywhere in the code to stop execution and get a debugger console diff --git a/Gemfile.lock b/Gemfile.lock index 18f0cddd3..16e4aec59 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -39,9 +39,9 @@ GEM minitest (~> 5.1) tzinfo (~> 1.1) arel (7.1.4) - builder (3.2.3) - byebug (11.0.1) - coderay (1.1.2) + builder (3.2.4) + byebug (11.1.3) + coderay (1.1.3) coffee-rails (4.1.1) coffee-script (>= 2.2.0) railties (>= 4.0.0, < 5.1.x) @@ -49,36 +49,61 @@ GEM coffee-script-source execjs coffee-script-source (1.12.2) - concurrent-ruby (1.1.5) - crass (1.0.5) + concurrent-ruby (1.1.7) + crass (1.0.6) daemons (1.3.1) + dotenv (2.7.6) + dotenv-rails (2.7.6) + dotenv (= 2.7.6) + railties (>= 3.2) erubis (2.7.0) eventmachine (1.2.7) execjs (2.7.0) - ffi (1.11.1) + faraday (1.0.1) + multipart-post (>= 1.2, < 3) + ffi (1.13.1) globalid (0.4.2) activesupport (>= 4.2.0) - i18n (1.6.0) + hashie (4.1.0) + i18n (1.8.5) concurrent-ruby (~> 1.0) - jquery-rails (4.3.5) + jquery-rails (4.4.0) rails-dom-testing (>= 1, < 3) railties (>= 4.2.0) thor (>= 0.14, < 2.0) - loofah (2.3.1) + jwt (2.2.2) + loofah (2.7.0) crass (~> 1.0.2) nokogiri (>= 1.5.9) mail (2.7.1) mini_mime (>= 0.1.1) - method_source (0.9.2) + method_source (1.0.0) mini_mime (1.0.2) mini_portile2 (2.4.0) - minitest (5.11.3) - nio4r (2.4.0) - nokogiri (1.10.8) + minitest (5.14.2) + multi_json (1.15.0) + multi_xml (0.6.0) + multipart-post (2.1.1) + nio4r (2.5.2) + nokogiri (1.10.10) mini_portile2 (~> 2.4.0) - pry (0.12.2) - coderay (~> 1.1.0) - method_source (~> 0.9.0) + oauth2 (1.4.4) + faraday (>= 0.8, < 2.0) + jwt (>= 1.0, < 3.0) + multi_json (~> 1.3) + multi_xml (~> 0.5) + rack (>= 1.2, < 3) + omniauth (1.9.1) + hashie (>= 3.4.6) + rack (>= 1.6.2, < 3) + omniauth-facebook (7.0.0) + omniauth-oauth2 (~> 1.2) + omniauth-oauth2 (1.7.0) + oauth2 (~> 1.4) + omniauth (~> 1.9) + pry (0.13.1) + coderay (~> 1.1) + method_source (~> 1.0) rack (2.2.3) rack-test (0.6.3) rack (>= 1.0) @@ -97,17 +122,17 @@ GEM rails-dom-testing (2.0.3) activesupport (>= 4.2.0) nokogiri (>= 1.6) - rails-html-sanitizer (1.0.4) - loofah (~> 2.2, >= 2.2.2) + rails-html-sanitizer (1.3.0) + loofah (~> 2.3) railties (5.0.7.2) actionpack (= 5.0.7.2) activesupport (= 5.0.7.2) method_source rake (>= 0.8.7) thor (>= 0.18.1, < 2.0) - rake (12.3.3) - rb-fsevent (0.10.3) - rb-inotify (0.10.0) + rake (13.0.1) + rb-fsevent (0.10.4) + rb-inotify (0.10.1) ffi (~> 1.0) sass (3.7.4) sass-listen (~> 4.0.0) @@ -120,7 +145,7 @@ GEM sprockets (>= 2.8, < 4.0) sprockets-rails (>= 2.0, < 4.0) tilt (>= 1.1, < 3) - spring (2.1.0) + spring (2.1.1) sprockets (3.7.2) concurrent-ruby (~> 1.0) rack (> 1, < 3) @@ -133,15 +158,15 @@ GEM daemons (~> 1.0, >= 1.0.9) eventmachine (~> 1.0, >= 1.0.4) rack (>= 1, < 3) - thor (0.20.3) + thor (1.0.1) thread_safe (0.3.6) - tilt (2.0.9) - turbolinks (5.2.0) + tilt (2.0.10) + turbolinks (5.2.1) turbolinks-source (~> 5.2) turbolinks-source (5.2.0) - tzinfo (1.2.5) + tzinfo (1.2.7) thread_safe (~> 0.1) - uglifier (4.1.20) + uglifier (4.2.0) execjs (>= 0.3.0, < 3) websocket-driver (0.6.5) websocket-extensions (>= 0.1.0) @@ -153,7 +178,10 @@ PLATFORMS DEPENDENCIES byebug coffee-rails (~> 4.1.0) + dotenv-rails jquery-rails + omniauth + omniauth-facebook pry rails (~> 5.0) sass-rails (~> 5.0) @@ -164,4 +192,4 @@ DEPENDENCIES uglifier (>= 1.3.0) BUNDLED WITH - 2.0.1 + 2.1.4 diff --git a/app/assets/javascripts/sessions.coffee b/app/assets/javascripts/sessions.coffee new file mode 100644 index 000000000..24f83d18b --- /dev/null +++ b/app/assets/javascripts/sessions.coffee @@ -0,0 +1,3 @@ +# Place all the behaviors and hooks related to the matching controller here. +# All this logic will automatically be available in application.js. +# You can use CoffeeScript in this file: http://coffeescript.org/ diff --git a/app/assets/stylesheets/sessions.scss b/app/assets/stylesheets/sessions.scss new file mode 100644 index 000000000..ccb1ed25b --- /dev/null +++ b/app/assets/stylesheets/sessions.scss @@ -0,0 +1,3 @@ +// Place all the styles related to the Sessions controller here. +// They will automatically be included in application.css. +// You can use Sass (SCSS) here: http://sass-lang.com/ diff --git a/app/controllers/sessions_controller.rb b/app/controllers/sessions_controller.rb new file mode 100644 index 000000000..0e952fd1d --- /dev/null +++ b/app/controllers/sessions_controller.rb @@ -0,0 +1,18 @@ +class SessionsController < ApplicationController + def create + @user = User.find_or_create_by(uid: auth['uid']) do |u| + u.name = auth['info']['name'] + u.email = auth['info']['email'] + u.image = auth['info']['image'] + end + + session[:user_id] = @user_id + render 'welcome/home' + end + + private + + def auth + request.env['omniauth.auth'] + end +end diff --git a/app/helpers/sessions_helper.rb b/app/helpers/sessions_helper.rb new file mode 100644 index 000000000..309f8b2eb --- /dev/null +++ b/app/helpers/sessions_helper.rb @@ -0,0 +1,2 @@ +module SessionsHelper +end diff --git a/app/models/application_record.rb b/app/models/application_record.rb new file mode 100644 index 000000000..10a4cba84 --- /dev/null +++ b/app/models/application_record.rb @@ -0,0 +1,3 @@ +class ApplicationRecord < ActiveRecord::Base + self.abstract_class = true +end diff --git a/app/models/user.rb b/app/models/user.rb new file mode 100644 index 000000000..379658a50 --- /dev/null +++ b/app/models/user.rb @@ -0,0 +1,2 @@ +class User < ApplicationRecord +end diff --git a/app/views/sessions/create.html.erb b/app/views/sessions/create.html.erb new file mode 100644 index 000000000..c251174fe --- /dev/null +++ b/app/views/sessions/create.html.erb @@ -0,0 +1,2 @@ +

Sessions#create

+

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

diff --git a/app/views/welcome/home.html.erb b/app/views/welcome/home.html.erb index 337e7f4b0..9716c209b 100644 --- a/app/views/welcome/home.html.erb +++ b/app/views/welcome/home.html.erb @@ -1 +1,11 @@ <%# Add the Facebook login link here %> + + +<% if session[:user_id] %> +

<%= @user.name %>

+

Email: <%= @user.email %>

+

Facebook UID: <%= @user.uid %>

+ +<% else %> + <%= link_to('Log in with Facebook!', '/auth/facebook') %> +<% end %> \ No newline at end of file diff --git a/bin/spring b/bin/spring index 62ec28f8c..d89ee495f 100755 --- a/bin/spring +++ b/bin/spring @@ -1,15 +1,17 @@ #!/usr/bin/env ruby -# This file loads spring without using Bundler, in order to be fast. +# This file loads Spring without using Bundler, in order to be fast. # It gets overwritten when you run the `spring binstub` command. unless defined?(Spring) require 'rubygems' require 'bundler' - if (match = Bundler.default_lockfile.read.match(/^GEM$.*?^ (?: )*spring \((.*?)\)$.*?^$/m)) - Gem.paths = { 'GEM_PATH' => [Bundler.bundle_path.to_s, *Gem.path].uniq } - gem 'spring', match[1] + 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/config/initializers/omniauth.rb b/config/initializers/omniauth.rb new file mode 100644 index 000000000..e65f2ad9a --- /dev/null +++ b/config/initializers/omniauth.rb @@ -0,0 +1,4 @@ +Rails.application.config.middleware.use OmniAuth::Builder do + provider :facebook, ENV['FACEBOOK_KEY'], ENV['FACEBOOK_SECRET'] +end + diff --git a/config/routes.rb b/config/routes.rb index f7e854806..0c36ebc23 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -1,4 +1,6 @@ Rails.application.routes.draw do + get 'sessions/create' + get '/auth/facebook/callback' => 'sessions#create' root 'welcome#home' # The priority is based upon order of creation: first created -> highest priority. diff --git a/db/migrate/20200906152435_create_users.rb b/db/migrate/20200906152435_create_users.rb new file mode 100644 index 000000000..9800bfbcd --- /dev/null +++ b/db/migrate/20200906152435_create_users.rb @@ -0,0 +1,12 @@ +class CreateUsers < ActiveRecord::Migration[5.0] + def change + create_table :users do |t| + t.string :name + t.string :email + t.string :image + t.string :uid + + t.timestamps + end + end +end diff --git a/db/schema.rb b/db/schema.rb index 4dfbb1680..0612d0258 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -1,4 +1,3 @@ -# encoding: UTF-8 # This file is auto-generated from the current state of the database. Instead # of editing this file, please use the migrations feature of Active Record to # incrementally modify your database, and then regenerate this schema definition. @@ -11,6 +10,15 @@ # # It's strongly recommended that you check this file into your version control system. -ActiveRecord::Schema.define(version: 0) do +ActiveRecord::Schema.define(version: 20200906152435) do + + create_table "users", force: :cascade do |t| + t.string "name" + t.string "email" + t.string "image" + t.string "uid" + t.datetime "created_at", null: false + t.datetime "updated_at", null: false + end end diff --git a/tmp/cache/assets/sprockets/v3.0/0D/0DV03l-ZGqaSzWb8ozX75k_Dx-J1SmDSqhbJ9GpF26U.cache b/tmp/cache/assets/sprockets/v3.0/0D/0DV03l-ZGqaSzWb8ozX75k_Dx-J1SmDSqhbJ9GpF26U.cache new file mode 100644 index 000000000..b6bbf6015 --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/0D/0DV03l-ZGqaSzWb8ozX75k_Dx-J1SmDSqhbJ9GpF26U.cache @@ -0,0 +1 @@ +I"/Users/diannejarvislumsden/.rvm/gems/ruby-2.6.1/gems/jquery-rails-4.4.0/vendor/assets/javascripts/jquery.js?type=application/javascript&pipeline=self&id=7f584613861871e30064b1181c9143d892d420a8c75c377a6053e44784aee9c9:ET \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/17/17ubBLAfkO54mc-A02R2ogRUedXvfWmqjsuLK0OEd7c.cache b/tmp/cache/assets/sprockets/v3.0/17/17ubBLAfkO54mc-A02R2ogRUedXvfWmqjsuLK0OEd7c.cache new file mode 100644 index 000000000..d4618e0ce --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/17/17ubBLAfkO54mc-A02R2ogRUedXvfWmqjsuLK0OEd7c.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"9file-digest://app/assets/javascripts/sessions.coffee;TTF \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/5L/5Lly_CA8DZvPhQV2jDQx-Y6P_y3Ygra9t5jfSlGhHDA.cache b/tmp/cache/assets/sprockets/v3.0/5L/5Lly_CA8DZvPhQV2jDQx-Y6P_y3Ygra9t5jfSlGhHDA.cache new file mode 100644 index 000000000..40c240d5f --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/5L/5Lly_CA8DZvPhQV2jDQx-Y6P_y3Ygra9t5jfSlGhHDA.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"7file-digest://app/assets/stylesheets/sessions.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/9M/9MsMWPgB_wPVumOkk8zr1lx9u98DuHjmcc9z5T1EPlM.cache b/tmp/cache/assets/sprockets/v3.0/9M/9MsMWPgB_wPVumOkk8zr1lx9u98DuHjmcc9z5T1EPlM.cache new file mode 100644 index 000000000..8150d28b0 Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/9M/9MsMWPgB_wPVumOkk8zr1lx9u98DuHjmcc9z5T1EPlM.cache differ diff --git a/tmp/cache/assets/sprockets/v3.0/9a/9aj8yozU75U-Rr3mhjq6Jr0wxl1YJK2IPBLNMWUwP54.cache b/tmp/cache/assets/sprockets/v3.0/9a/9aj8yozU75U-Rr3mhjq6Jr0wxl1YJK2IPBLNMWUwP54.cache new file mode 100644 index 000000000..383bdf1c8 --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/9a/9aj8yozU75U-Rr3mhjq6Jr0wxl1YJK2IPBLNMWUwP54.cache @@ -0,0 +1 @@ +"%/.?Ȳ0-HqNc2{Mrb \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/AK/AK8fD6M7R-Vox1U3Rsj4c1-9H4APh0OLTlFhWZaUxdU.cache b/tmp/cache/assets/sprockets/v3.0/AK/AK8fD6M7R-Vox1U3Rsj4c1-9H4APh0OLTlFhWZaUxdU.cache new file mode 100644 index 000000000..8b758cc50 --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/AK/AK8fD6M7R-Vox1U3Rsj4c1-9H4APh0OLTlFhWZaUxdU.cache @@ -0,0 +1 @@ +I"/Users/diannejarvislumsden/.rvm/gems/ruby-2.6.1/gems/jquery-rails-4.4.0/vendor/assets/javascripts/jquery_ujs.js?type=application/javascript&pipeline=self&id=cca9230f5631a6e9046e5929b62e17d107e046349e217437fd0a0967c68bf414:ET \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/AP/APY89OAPJx9A3D3xcCoktvEvQUs7NcWChYXnjjjPzz0.cache b/tmp/cache/assets/sprockets/v3.0/AP/APY89OAPJx9A3D3xcCoktvEvQUs7NcWChYXnjjjPzz0.cache new file mode 100644 index 000000000..7bf4154ab --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/AP/APY89OAPJx9A3D3xcCoktvEvQUs7NcWChYXnjjjPzz0.cache @@ -0,0 +1,2 @@ +[o:Set: +@hash}$I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI"Zprocessors:type=application/javascript&file_type=application/javascript&pipeline=self;TTI"8file-digest://app/assets/javascripts/application.js;TTI"$file-digest://app/assets/images;TTI"+file-digest://app/assets/images/jquery;TTI")file-digest://app/assets/javascripts;TTI"0file-digest://app/assets/javascripts/jquery;TTI")file-digest://app/assets/stylesheets;TTI"0file-digest://app/assets/stylesheets/jquery;TTI"tfile-digest:///Users/diannejarvislumsden/.rvm/gems/ruby-2.6.1/gems/jquery-rails-4.4.0/vendor/assets/javascripts;TTI"{file-digest:///Users/diannejarvislumsden/.rvm/gems/ruby-2.6.1/gems/jquery-rails-4.4.0/vendor/assets/javascripts/jquery;TTI"~file-digest:///Users/diannejarvislumsden/.rvm/gems/ruby-2.6.1/gems/jquery-rails-4.4.0/vendor/assets/javascripts/jquery.js;TTI"/file-digest://app/assets/images/jquery_ujs;TTI"4file-digest://app/assets/javascripts/jquery_ujs;TTI"4file-digest://app/assets/stylesheets/jquery_ujs;TTI"file-digest:///Users/diannejarvislumsden/.rvm/gems/ruby-2.6.1/gems/jquery-rails-4.4.0/vendor/assets/javascripts/jquery_ujs;TTI"}file-digest:///Users/diannejarvislumsden/.rvm/gems/ruby-2.6.1/gems/jquery-rails-4.4.0/vendor/assets/javascripts/jquery_ujs.js;TTI"/file-digest://app/assets/images/turbolinks;TTI"4file-digest://app/assets/javascripts/turbolinks;TTI"4file-digest://app/assets/stylesheets/turbolinks;TTI"file-digest:///Users/diannejarvislumsden/.rvm/gems/ruby-2.6.1/gems/jquery-rails-4.4.0/vendor/assets/javascripts/turbolinks;TTI"qfile-digest:///Users/diannejarvislumsden/.rvm/gems/ruby-2.6.1/gems/coffee-rails-4.1.1/lib/assets/javascripts;TTI"|file-digest:///Users/diannejarvislumsden/.rvm/gems/ruby-2.6.1/gems/coffee-rails-4.1.1/lib/assets/javascripts/turbolinks;TTI"ofile-digest:///Users/diannejarvislumsden/.rvm/gems/ruby-2.6.1/gems/actioncable-5.0.7.2/lib/assets/compiled;TTI"zfile-digest:///Users/diannejarvislumsden/.rvm/gems/ruby-2.6.1/gems/actioncable-5.0.7.2/lib/assets/compiled/turbolinks;TTI"vfile-digest:///Users/diannejarvislumsden/.rvm/gems/ruby-2.6.1/gems/turbolinks-source-5.2.0/lib/assets/javascripts;TTI"|file-digest:///Users/diannejarvislumsden/.rvm/gems/ruby-2.6.1/gems/turbolinks-source-5.2.0/lib/assets/javascripts/turbolinks;TTI"file-digest:///Users/diannejarvislumsden/.rvm/gems/ruby-2.6.1/gems/turbolinks-source-5.2.0/lib/assets/javascripts/turbolinks.js;TTI"9file-digest://app/assets/javascripts/sessions.coffee;TTF \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/AP/aPCK7YSWLZfN3DucxMZqdsOuyDCKOQimft8YpNjhK3M.cache b/tmp/cache/assets/sprockets/v3.0/AP/aPCK7YSWLZfN3DucxMZqdsOuyDCKOQimft8YpNjhK3M.cache new file mode 100644 index 000000000..f542aba69 --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/AP/aPCK7YSWLZfN3DucxMZqdsOuyDCKOQimft8YpNjhK3M.cache @@ -0,0 +1 @@ +I"app/assets/javascripts/application.js?type=application/javascript&pipeline=debug&id=9956e3f6a3504b6f4b30ae8e7b142480fc893502ae4e07ddbd769067c4b7452c:ET \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/AY/AY7Ph0LMaaX1QEKrK4VmvSAYY3nETp_-hxBZp0e2Lro.cache b/tmp/cache/assets/sprockets/v3.0/AY/AY7Ph0LMaaX1QEKrK4VmvSAYY3nETp_-hxBZp0e2Lro.cache new file mode 100644 index 000000000..47e05f336 --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/AY/AY7Ph0LMaaX1QEKrK4VmvSAYY3nETp_-hxBZp0e2Lro.cache @@ -0,0 +1 @@ +"%` /F Y(}HR \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/CP/CPLKwKixIC99Uma-0JWwX864sX4aRHNBNBYtGkZn71k.cache b/tmp/cache/assets/sprockets/v3.0/CP/CPLKwKixIC99Uma-0JWwX864sX4aRHNBNBYtGkZn71k.cache new file mode 100644 index 000000000..21d1fd86c --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/CP/CPLKwKixIC99Uma-0JWwX864sX4aRHNBNBYtGkZn71k.cache @@ -0,0 +1 @@ +I"}app/assets/stylesheets/application.css?type=text/css&id=3255604f9a1a38f8539a4de71db83ec5d3b60cb0c72f86590b9160edbe6f6c24:ET \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/DS/DSOLSc6A5RVSmvM415eEWAWG_AgOvZcLZOXQjsXyWQA.cache b/tmp/cache/assets/sprockets/v3.0/DS/DSOLSc6A5RVSmvM415eEWAWG_AgOvZcLZOXQjsXyWQA.cache new file mode 100644 index 000000000..9fa293683 --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/DS/DSOLSc6A5RVSmvM415eEWAWG_AgOvZcLZOXQjsXyWQA.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"Lprocessors:type=text/css&file_type=text/css&engines=.scss&pipeline=self;TTI"7file-digest://app/assets/stylesheets/sessions.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/DW/DWrmTEsL55g2_umHOUXU_RnD5GEOqoj_YmjJuj2HXNo.cache b/tmp/cache/assets/sprockets/v3.0/DW/DWrmTEsL55g2_umHOUXU_RnD5GEOqoj_YmjJuj2HXNo.cache new file mode 100644 index 000000000..6ce6a0306 --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/DW/DWrmTEsL55g2_umHOUXU_RnD5GEOqoj_YmjJuj2HXNo.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"7file-digest://app/assets/stylesheets/sessions.scss;TTF \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/Dm/DmFyZag6y6wRGQTsrsDsbMarsuAWSC4ZWSf9XTvpJ8k.cache b/tmp/cache/assets/sprockets/v3.0/Dm/DmFyZag6y6wRGQTsrsDsbMarsuAWSC4ZWSf9XTvpJ8k.cache new file mode 100644 index 000000000..a568539cd --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/Dm/DmFyZag6y6wRGQTsrsDsbMarsuAWSC4ZWSf9XTvpJ8k.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"file-digest:///Users/diannejarvislumsden/.rvm/gems/ruby-2.6.1/gems/turbolinks-source-5.2.0/lib/assets/javascripts/turbolinks.js;TTF \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/EB/EBtbhweQl74JQNkwFL3ahZH_9x44ceqa9hOT8lQ_SfM.cache b/tmp/cache/assets/sprockets/v3.0/EB/EBtbhweQl74JQNkwFL3ahZH_9x44ceqa9hOT8lQ_SfM.cache new file mode 100644 index 000000000..e012a0d1a --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/EB/EBtbhweQl74JQNkwFL3ahZH_9x44ceqa9hOT8lQ_SfM.cache @@ -0,0 +1,2 @@ +[o:Set: +@hash}&I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI"[processors:type=application/javascript&file_type=application/javascript&pipeline=debug;TTI"8file-digest://app/assets/javascripts/application.js;TTI"Zprocessors:type=application/javascript&file_type=application/javascript&pipeline=self;TTI"~file-digest:///Users/diannejarvislumsden/.rvm/gems/ruby-2.6.1/gems/jquery-rails-4.4.0/vendor/assets/javascripts/jquery.js;TTI"}file-digest:///Users/diannejarvislumsden/.rvm/gems/ruby-2.6.1/gems/jquery-rails-4.4.0/vendor/assets/javascripts/jquery_ujs.js;TTI"file-digest:///Users/diannejarvislumsden/.rvm/gems/ruby-2.6.1/gems/turbolinks-source-5.2.0/lib/assets/javascripts/turbolinks.js;TTI"jprocessors:type=application/javascript&file_type=application/javascript&engines=.coffee&pipeline=self;TTI"9file-digest://app/assets/javascripts/sessions.coffee;TTI"$file-digest://app/assets/images;TTI"+file-digest://app/assets/images/jquery;TTI")file-digest://app/assets/javascripts;TTI"0file-digest://app/assets/javascripts/jquery;TTI")file-digest://app/assets/stylesheets;TTI"0file-digest://app/assets/stylesheets/jquery;TTI"tfile-digest:///Users/diannejarvislumsden/.rvm/gems/ruby-2.6.1/gems/jquery-rails-4.4.0/vendor/assets/javascripts;TTI"{file-digest:///Users/diannejarvislumsden/.rvm/gems/ruby-2.6.1/gems/jquery-rails-4.4.0/vendor/assets/javascripts/jquery;TTI"/file-digest://app/assets/images/jquery_ujs;TTI"4file-digest://app/assets/javascripts/jquery_ujs;TTI"4file-digest://app/assets/stylesheets/jquery_ujs;TTI"file-digest:///Users/diannejarvislumsden/.rvm/gems/ruby-2.6.1/gems/jquery-rails-4.4.0/vendor/assets/javascripts/jquery_ujs;TTI"/file-digest://app/assets/images/turbolinks;TTI"4file-digest://app/assets/javascripts/turbolinks;TTI"4file-digest://app/assets/stylesheets/turbolinks;TTI"file-digest:///Users/diannejarvislumsden/.rvm/gems/ruby-2.6.1/gems/jquery-rails-4.4.0/vendor/assets/javascripts/turbolinks;TTI"qfile-digest:///Users/diannejarvislumsden/.rvm/gems/ruby-2.6.1/gems/coffee-rails-4.1.1/lib/assets/javascripts;TTI"|file-digest:///Users/diannejarvislumsden/.rvm/gems/ruby-2.6.1/gems/coffee-rails-4.1.1/lib/assets/javascripts/turbolinks;TTI"ofile-digest:///Users/diannejarvislumsden/.rvm/gems/ruby-2.6.1/gems/actioncable-5.0.7.2/lib/assets/compiled;TTI"zfile-digest:///Users/diannejarvislumsden/.rvm/gems/ruby-2.6.1/gems/actioncable-5.0.7.2/lib/assets/compiled/turbolinks;TTI"vfile-digest:///Users/diannejarvislumsden/.rvm/gems/ruby-2.6.1/gems/turbolinks-source-5.2.0/lib/assets/javascripts;TTI"|file-digest:///Users/diannejarvislumsden/.rvm/gems/ruby-2.6.1/gems/turbolinks-source-5.2.0/lib/assets/javascripts/turbolinks;TTF \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/EO/EO-rMaMF5hbKE3XTaXobjwg_-CkNVCwC9M2ZA7Zs-8w.cache b/tmp/cache/assets/sprockets/v3.0/EO/EO-rMaMF5hbKE3XTaXobjwg_-CkNVCwC9M2ZA7Zs-8w.cache new file mode 100644 index 000000000..3558ea456 --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/EO/EO-rMaMF5hbKE3XTaXobjwg_-CkNVCwC9M2ZA7Zs-8w.cache @@ -0,0 +1 @@ +I"app/assets/stylesheets/sessions.scss?type=text/css&pipeline=self&id=cf852681c88a1550deca0d2910f632b71279487983298dbe59c45edaeabcd55d:ET \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/EO/eOVRRpHsjkh2aRt49UolqizT6lUvzdIgdvxfF3yQlK8.cache b/tmp/cache/assets/sprockets/v3.0/EO/eOVRRpHsjkh2aRt49UolqizT6lUvzdIgdvxfF3yQlK8.cache new file mode 100644 index 000000000..4214b517f --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/EO/eOVRRpHsjkh2aRt49UolqizT6lUvzdIgdvxfF3yQlK8.cache @@ -0,0 +1 @@ +I"app/assets/javascripts/sessions.coffee?type=application/javascript&pipeline=self&id=0b9408e236121d13038a75e7469ed2bfab50899faed1c188142443c0cf7085c0:ET \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/EU/EUJFDGcAL5CX7bu65iDOfpfR9IgOMqCRAIxpcgca7qs.cache b/tmp/cache/assets/sprockets/v3.0/EU/EUJFDGcAL5CX7bu65iDOfpfR9IgOMqCRAIxpcgca7qs.cache new file mode 100644 index 000000000..6dd9ed98f --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/EU/EUJFDGcAL5CX7bu65iDOfpfR9IgOMqCRAIxpcgca7qs.cache @@ -0,0 +1 @@ +"%Wgj^mPuAXjO}V \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/FG/FGUgU9xZQBglt5DAY0roqrd7mSPCCUFOL1FDhZMGXa0.cache b/tmp/cache/assets/sprockets/v3.0/FG/FGUgU9xZQBglt5DAY0roqrd7mSPCCUFOL1FDhZMGXa0.cache new file mode 100644 index 000000000..ff9124f98 --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/FG/FGUgU9xZQBglt5DAY0roqrd7mSPCCUFOL1FDhZMGXa0.cache @@ -0,0 +1 @@ +"%D#+R=@7|( \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/Fv/FvyVHC8Qv3whPNCrpkFvyNEZ7qZRDw4oOyDqz92orbo.cache b/tmp/cache/assets/sprockets/v3.0/Fv/FvyVHC8Qv3whPNCrpkFvyNEZ7qZRDw4oOyDqz92orbo.cache new file mode 100644 index 000000000..152fbdaa5 --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/Fv/FvyVHC8Qv3whPNCrpkFvyNEZ7qZRDw4oOyDqz92orbo.cache @@ -0,0 +1 @@ +"%z!0\6kǒPDJs,\?&Y*. \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/O0/O0k8KfhUQT8ynYW955d2K8CtSgjsa1QqZ1dIQyQlYQY.cache b/tmp/cache/assets/sprockets/v3.0/O0/O0k8KfhUQT8ynYW955d2K8CtSgjsa1QqZ1dIQyQlYQY.cache new file mode 100644 index 000000000..9f59a1765 --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/O0/O0k8KfhUQT8ynYW955d2K8CtSgjsa1QqZ1dIQyQlYQY.cache @@ -0,0 +1 @@ +"%newh+Pɺ꼴QJOv$? \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/O8/O86J74AzElAAN1LOHkaxKh3ASReoKFym0mcY2mjyUYU.cache b/tmp/cache/assets/sprockets/v3.0/O8/O86J74AzElAAN1LOHkaxKh3ASReoKFym0mcY2mjyUYU.cache new file mode 100644 index 000000000..0b5bc08d6 --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/O8/O86J74AzElAAN1LOHkaxKh3ASReoKFym0mcY2mjyUYU.cache @@ -0,0 +1 @@ +I"app/assets/stylesheets/application.css?type=text/css&pipeline=self&id=04c23675659d44eb0263fd3c2dc8c1ce87874ab3dc3b316774a64c40242d021d:ET \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/OI/OI6uxGcnsKavdWTtwDAasU3wPx8QXhzBgV0X2n1KjMQ.cache b/tmp/cache/assets/sprockets/v3.0/OI/OI6uxGcnsKavdWTtwDAasU3wPx8QXhzBgV0X2n1KjMQ.cache new file mode 100644 index 000000000..4edb11f53 --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/OI/OI6uxGcnsKavdWTtwDAasU3wPx8QXhzBgV0X2n1KjMQ.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"7file-digest://app/assets/stylesheets/sessions.scss;TTF \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/S4/S4wdNfDuMqBaZ8WXZ_DwIzjlTF7XSBf1XiFypU6Kxnk.cache b/tmp/cache/assets/sprockets/v3.0/S4/S4wdNfDuMqBaZ8WXZ_DwIzjlTF7XSBf1XiFypU6Kxnk.cache new file mode 100644 index 000000000..d51f69ada Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/S4/S4wdNfDuMqBaZ8WXZ_DwIzjlTF7XSBf1XiFypU6Kxnk.cache differ diff --git a/tmp/cache/assets/sprockets/v3.0/SU/SUvA6vqolHVHWcE4xCusOzoyC1zNPu4szD7XErA6u7w.cache b/tmp/cache/assets/sprockets/v3.0/SU/SUvA6vqolHVHWcE4xCusOzoyC1zNPu4szD7XErA6u7w.cache new file mode 100644 index 000000000..5b105354e --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/SU/SUvA6vqolHVHWcE4xCusOzoyC1zNPu4szD7XErA6u7w.cache @@ -0,0 +1 @@ +"%C6ܦM=Qu/,"c5u \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/V6/V6ZiL4hczXT-QjDYVeZpVuKIBUFPbrR1ROIrTePZ1_Q.cache b/tmp/cache/assets/sprockets/v3.0/V6/V6ZiL4hczXT-QjDYVeZpVuKIBUFPbrR1ROIrTePZ1_Q.cache new file mode 100644 index 000000000..fcdb51abd Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/V6/V6ZiL4hczXT-QjDYVeZpVuKIBUFPbrR1ROIrTePZ1_Q.cache differ diff --git a/tmp/cache/assets/sprockets/v3.0/Vu/Vu3XNtelfi1aahxdbVH33_e-70ACSmimnVpUIIlog5w.cache b/tmp/cache/assets/sprockets/v3.0/Vu/Vu3XNtelfi1aahxdbVH33_e-70ACSmimnVpUIIlog5w.cache new file mode 100644 index 000000000..9ff342755 --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/Vu/Vu3XNtelfi1aahxdbVH33_e-70ACSmimnVpUIIlog5w.cache @@ -0,0 +1 @@ +I"app/assets/javascripts/application.js?type=application/javascript&id=1bcde0219d0cc165193cae8fe53c5df0682e24a3d05bd7f67c4e1d4456cf3580:ET \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/X5/X5FEmEJpK0qwGcb6wl904oVViq7mpTM6jgHi3lHcczo.cache b/tmp/cache/assets/sprockets/v3.0/X5/X5FEmEJpK0qwGcb6wl904oVViq7mpTM6jgHi3lHcczo.cache new file mode 100644 index 000000000..031c735cc Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/X5/X5FEmEJpK0qwGcb6wl904oVViq7mpTM6jgHi3lHcczo.cache differ diff --git a/tmp/cache/assets/sprockets/v3.0/Y1/Y1O6VYQXtb34LlmLdf2PNaXhA9-gq0PQCQzxwtlbkcc.cache b/tmp/cache/assets/sprockets/v3.0/Y1/Y1O6VYQXtb34LlmLdf2PNaXhA9-gq0PQCQzxwtlbkcc.cache new file mode 100644 index 000000000..59b348e26 --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/Y1/Y1O6VYQXtb34LlmLdf2PNaXhA9-gq0PQCQzxwtlbkcc.cache @@ -0,0 +1 @@ +"%d-K`8Y3͹/Ya~K \ 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 000000000..736a55481 --- /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/bp/bpR-zMRscGU4VKlJ1ChZm91cD1j2Xv-rXA7c6sycVuw.cache b/tmp/cache/assets/sprockets/v3.0/bp/bpR-zMRscGU4VKlJ1ChZm91cD1j2Xv-rXA7c6sycVuw.cache new file mode 100644 index 000000000..d4d70cd0f --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/bp/bpR-zMRscGU4VKlJ1ChZm91cD1j2Xv-rXA7c6sycVuw.cache @@ -0,0 +1 @@ +"%Ѱč@6HuZoXZgbh0WV \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/cB/cBFOQGl5P7z63slu_2nq9w1t94MFDcojBjzd26mcPCM.cache b/tmp/cache/assets/sprockets/v3.0/cB/cBFOQGl5P7z63slu_2nq9w1t94MFDcojBjzd26mcPCM.cache new file mode 100644 index 000000000..58ded955e --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/cB/cBFOQGl5P7z63slu_2nq9w1t94MFDcojBjzd26mcPCM.cache @@ -0,0 +1 @@ +"%ónx|b[ģYxF \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/g3/g3mOkqHw9I2PWgVjLxHp1yQpHyIBrg_4DPa3uZ_6K6M.cache b/tmp/cache/assets/sprockets/v3.0/g3/g3mOkqHw9I2PWgVjLxHp1yQpHyIBrg_4DPa3uZ_6K6M.cache new file mode 100644 index 000000000..5c5e1dcd9 --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/g3/g3mOkqHw9I2PWgVjLxHp1yQpHyIBrg_4DPa3uZ_6K6M.cache @@ -0,0 +1 @@ +"%uWljZ xU>?]pcs \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/gl/Gl-q2fldZCQWvNzjSazhGB1SREgFQ95psBL_aP0wOr4.cache b/tmp/cache/assets/sprockets/v3.0/gl/Gl-q2fldZCQWvNzjSazhGB1SREgFQ95psBL_aP0wOr4.cache new file mode 100644 index 000000000..3e62d7c62 --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/gl/Gl-q2fldZCQWvNzjSazhGB1SREgFQ95psBL_aP0wOr4.cache @@ -0,0 +1 @@ +I"app/assets/javascripts/application.js?type=application/javascript&pipeline=self&id=694eb90e9d7dcf169e072e6f5b1942263345e73916342ba7c94ea6f6ea2356ab:ET \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/gl/glyiCiS3IF2J__v6pyeECMESwnLtSBAkTcva_d3nx6s.cache b/tmp/cache/assets/sprockets/v3.0/gl/glyiCiS3IF2J__v6pyeECMESwnLtSBAkTcva_d3nx6s.cache new file mode 100644 index 000000000..2800ad3b2 --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/gl/glyiCiS3IF2J__v6pyeECMESwnLtSBAkTcva_d3nx6s.cache @@ -0,0 +1 @@ +"%Bșo$'AdLxRU \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/hh/hh3oxS4-IROMEl24SgOWPaeoZ3kEqifYnraDdNAKa3c.cache b/tmp/cache/assets/sprockets/v3.0/hh/hh3oxS4-IROMEl24SgOWPaeoZ3kEqifYnraDdNAKa3c.cache new file mode 100644 index 000000000..df60af093 Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/hh/hh3oxS4-IROMEl24SgOWPaeoZ3kEqifYnraDdNAKa3c.cache differ diff --git a/tmp/cache/assets/sprockets/v3.0/hs/hsbQOXlyQrz-1cJBqQifqLvdOHySoIWQbmm5oUXz9cw.cache b/tmp/cache/assets/sprockets/v3.0/hs/hsbQOXlyQrz-1cJBqQifqLvdOHySoIWQbmm5oUXz9cw.cache new file mode 100644 index 000000000..ded02f323 Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/hs/hsbQOXlyQrz-1cJBqQifqLvdOHySoIWQbmm5oUXz9cw.cache differ diff --git a/tmp/cache/assets/sprockets/v3.0/kS/kSkCWaAJCcTgZ_AhrRCjZhNtkE12cubiq70uNtditqk.cache b/tmp/cache/assets/sprockets/v3.0/kS/kSkCWaAJCcTgZ_AhrRCjZhNtkE12cubiq70uNtditqk.cache new file mode 100644 index 000000000..56d18cca8 --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/kS/kSkCWaAJCcTgZ_AhrRCjZhNtkE12cubiq70uNtditqk.cache @@ -0,0 +1,2 @@ +[o:Set: +@hash}&I"environment-version:ETTI"environment-paths;TTI"rails-env;TTI"Lprocessors:type=application/javascript&file_type=application/javascript;TTI"8file-digest://app/assets/javascripts/application.js;TTI"Zprocessors:type=application/javascript&file_type=application/javascript&pipeline=self;TTI"~file-digest:///Users/diannejarvislumsden/.rvm/gems/ruby-2.6.1/gems/jquery-rails-4.4.0/vendor/assets/javascripts/jquery.js;TTI"}file-digest:///Users/diannejarvislumsden/.rvm/gems/ruby-2.6.1/gems/jquery-rails-4.4.0/vendor/assets/javascripts/jquery_ujs.js;TTI"file-digest:///Users/diannejarvislumsden/.rvm/gems/ruby-2.6.1/gems/turbolinks-source-5.2.0/lib/assets/javascripts/turbolinks.js;TTI"jprocessors:type=application/javascript&file_type=application/javascript&engines=.coffee&pipeline=self;TTI"9file-digest://app/assets/javascripts/sessions.coffee;TTI"$file-digest://app/assets/images;TTI"+file-digest://app/assets/images/jquery;TTI")file-digest://app/assets/javascripts;TTI"0file-digest://app/assets/javascripts/jquery;TTI")file-digest://app/assets/stylesheets;TTI"0file-digest://app/assets/stylesheets/jquery;TTI"tfile-digest:///Users/diannejarvislumsden/.rvm/gems/ruby-2.6.1/gems/jquery-rails-4.4.0/vendor/assets/javascripts;TTI"{file-digest:///Users/diannejarvislumsden/.rvm/gems/ruby-2.6.1/gems/jquery-rails-4.4.0/vendor/assets/javascripts/jquery;TTI"/file-digest://app/assets/images/jquery_ujs;TTI"4file-digest://app/assets/javascripts/jquery_ujs;TTI"4file-digest://app/assets/stylesheets/jquery_ujs;TTI"file-digest:///Users/diannejarvislumsden/.rvm/gems/ruby-2.6.1/gems/jquery-rails-4.4.0/vendor/assets/javascripts/jquery_ujs;TTI"/file-digest://app/assets/images/turbolinks;TTI"4file-digest://app/assets/javascripts/turbolinks;TTI"4file-digest://app/assets/stylesheets/turbolinks;TTI"file-digest:///Users/diannejarvislumsden/.rvm/gems/ruby-2.6.1/gems/jquery-rails-4.4.0/vendor/assets/javascripts/turbolinks;TTI"qfile-digest:///Users/diannejarvislumsden/.rvm/gems/ruby-2.6.1/gems/coffee-rails-4.1.1/lib/assets/javascripts;TTI"|file-digest:///Users/diannejarvislumsden/.rvm/gems/ruby-2.6.1/gems/coffee-rails-4.1.1/lib/assets/javascripts/turbolinks;TTI"ofile-digest:///Users/diannejarvislumsden/.rvm/gems/ruby-2.6.1/gems/actioncable-5.0.7.2/lib/assets/compiled;TTI"zfile-digest:///Users/diannejarvislumsden/.rvm/gems/ruby-2.6.1/gems/actioncable-5.0.7.2/lib/assets/compiled/turbolinks;TTI"vfile-digest:///Users/diannejarvislumsden/.rvm/gems/ruby-2.6.1/gems/turbolinks-source-5.2.0/lib/assets/javascripts;TTI"|file-digest:///Users/diannejarvislumsden/.rvm/gems/ruby-2.6.1/gems/turbolinks-source-5.2.0/lib/assets/javascripts/turbolinks;TTF \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/mN/mN3JemSY_n1-JRNGcHOdosMSdxzews3UUA-Bkecuadk.cache b/tmp/cache/assets/sprockets/v3.0/mN/mN3JemSY_n1-JRNGcHOdosMSdxzews3UUA-Bkecuadk.cache new file mode 100644 index 000000000..6f94d88bb --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/mN/mN3JemSY_n1-JRNGcHOdosMSdxzews3UUA-Bkecuadk.cache @@ -0,0 +1 @@ +I"/Users/diannejarvislumsden/.rvm/gems/ruby-2.6.1/gems/turbolinks-source-5.2.0/lib/assets/javascripts/turbolinks.js?type=application/javascript&pipeline=self&id=f927be939e8fd21807219edb974983b9c091130c14909aba0dd221821ff18fc0:ET \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/mg/mg2vSwaRKpTNcbSrme2pHibW4BpExC-fMyJu5soJn-A.cache b/tmp/cache/assets/sprockets/v3.0/mg/mg2vSwaRKpTNcbSrme2pHibW4BpExC-fMyJu5soJn-A.cache new file mode 100644 index 000000000..174f2240f Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/mg/mg2vSwaRKpTNcbSrme2pHibW4BpExC-fMyJu5soJn-A.cache differ diff --git a/tmp/cache/assets/sprockets/v3.0/ml/mlkl9LVKcMYLYey-yrp0hXf-KByryzBeo_hNEkkWxeE.cache b/tmp/cache/assets/sprockets/v3.0/ml/mlkl9LVKcMYLYey-yrp0hXf-KByryzBeo_hNEkkWxeE.cache new file mode 100644 index 000000000..9944c1d88 --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/ml/mlkl9LVKcMYLYey-yrp0hXf-KByryzBeo_hNEkkWxeE.cache @@ -0,0 +1 @@ +"%xJg&k"UmXV;Fj \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/mq/mqpgwQbissgcuIeZH8lcohzS1kWOKr0X8aTDtzn5v30.cache b/tmp/cache/assets/sprockets/v3.0/mq/mqpgwQbissgcuIeZH8lcohzS1kWOKr0X8aTDtzn5v30.cache new file mode 100644 index 000000000..3218a482b --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/mq/mqpgwQbissgcuIeZH8lcohzS1kWOKr0X8aTDtzn5v30.cache @@ -0,0 +1 @@ +"%~2%a5pLJe5-,$o\2 \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/o7/o7vbkEK2kPKMWAQUFXfn83OLu0ROHuhcsV1WnSWR8eg.cache b/tmp/cache/assets/sprockets/v3.0/o7/o7vbkEK2kPKMWAQUFXfn83OLu0ROHuhcsV1WnSWR8eg.cache new file mode 100644 index 000000000..fab5e9a08 --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/o7/o7vbkEK2kPKMWAQUFXfn83OLu0ROHuhcsV1WnSWR8eg.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"~file-digest:///Users/diannejarvislumsden/.rvm/gems/ruby-2.6.1/gems/jquery-rails-4.4.0/vendor/assets/javascripts/jquery.js;TTF \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/rz/rz9_Z4myHnMmbNYX24WliIokI3OjZPAs_uhTx4tyeBc.cache b/tmp/cache/assets/sprockets/v3.0/rz/rz9_Z4myHnMmbNYX24WliIokI3OjZPAs_uhTx4tyeBc.cache new file mode 100644 index 000000000..5262c520f Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/rz/rz9_Z4myHnMmbNYX24WliIokI3OjZPAs_uhTx4tyeBc.cache differ diff --git a/tmp/cache/assets/sprockets/v3.0/sm/smB8Le4hWVUPJ5oQm1OPFJ5yLhb43W9zHUgIftsESno.cache b/tmp/cache/assets/sprockets/v3.0/sm/smB8Le4hWVUPJ5oQm1OPFJ5yLhb43W9zHUgIftsESno.cache new file mode 100644 index 000000000..230212f5a Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/sm/smB8Le4hWVUPJ5oQm1OPFJ5yLhb43W9zHUgIftsESno.cache differ diff --git a/tmp/cache/assets/sprockets/v3.0/tz/tzSMRDayfBriQ0G7nJBJmBMQHrDb2t8aMERJATcblx8.cache b/tmp/cache/assets/sprockets/v3.0/tz/tzSMRDayfBriQ0G7nJBJmBMQHrDb2t8aMERJATcblx8.cache new file mode 100644 index 000000000..e83df2e32 --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/tz/tzSMRDayfBriQ0G7nJBJmBMQHrDb2t8aMERJATcblx8.cache @@ -0,0 +1 @@ +I"app/assets/stylesheets/application.css?type=text/css&pipeline=debug&id=db5e8e46dba9c71b9d990ed64aa94f990255fd8710f5eb57fe0547b14f6715c8:ET \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/wB/wBRUOy_gkumtKUZsTDre5NLO6xHsWpCZd_HS4yclN_s.cache b/tmp/cache/assets/sprockets/v3.0/wB/wBRUOy_gkumtKUZsTDre5NLO6xHsWpCZd_HS4yclN_s.cache new file mode 100644 index 000000000..77ccacfa3 Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/wB/wBRUOy_gkumtKUZsTDre5NLO6xHsWpCZd_HS4yclN_s.cache differ diff --git a/tmp/cache/assets/sprockets/v3.0/wB/wBoYm496K936EWSUA3KndKYl4cNFrN7-Eorz-opUWBw.cache b/tmp/cache/assets/sprockets/v3.0/wB/wBoYm496K936EWSUA3KndKYl4cNFrN7-Eorz-opUWBw.cache new file mode 100644 index 000000000..4025fdf9e Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/wB/wBoYm496K936EWSUA3KndKYl4cNFrN7-Eorz-opUWBw.cache differ diff --git a/tmp/cache/assets/sprockets/v3.0/x2/x2WLuxVRkAxvJ7sbMpG1iaKSMGteCl0gds3yXakpbdE.cache b/tmp/cache/assets/sprockets/v3.0/x2/x2WLuxVRkAxvJ7sbMpG1iaKSMGteCl0gds3yXakpbdE.cache new file mode 100644 index 000000000..fef5d1bff Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/x2/x2WLuxVRkAxvJ7sbMpG1iaKSMGteCl0gds3yXakpbdE.cache differ diff --git a/tmp/cache/assets/sprockets/v3.0/ym/ymH4uPkJVjrpaDr9Noj5Xb8C8eXs7AdSm7OzsRgFPU4.cache b/tmp/cache/assets/sprockets/v3.0/ym/ymH4uPkJVjrpaDr9Noj5Xb8C8eXs7AdSm7OzsRgFPU4.cache new file mode 100644 index 000000000..5ef4f2462 --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/ym/ymH4uPkJVjrpaDr9Noj5Xb8C8eXs7AdSm7OzsRgFPU4.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"}file-digest:///Users/diannejarvislumsden/.rvm/gems/ruby-2.6.1/gems/jquery-rails-4.4.0/vendor/assets/javascripts/jquery_ujs.js;TTF \ No newline at end of file