diff --git a/.byebug_history b/.byebug_history new file mode 100644 index 000000000..01e617952 --- /dev/null +++ b/.byebug_history @@ -0,0 +1,3 @@ +continue +@user.id +@user 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..89c537b5f 100644 --- a/Gemfile +++ b/Gemfile @@ -33,6 +33,14 @@ gem 'turbolinks' # Use Capistrano for deployment # gem 'capistrano-rails', group: :development +# Per lesson, add OmniAuth gems +gem 'omniauth' +gem 'omniauth-facebook' +gem 'omniauth-rails_csrf_protection' + +# Per lesson, add dotenv-rails +gem 'dotenv-rails' + group :development, :test do # Call 'byebug' anywhere in the code to stop execution and get a debugger console gem 'byebug' diff --git a/Gemfile.lock b/Gemfile.lock index 18f0cddd3..6e67a2cbb 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,37 +49,77 @@ GEM coffee-script-source execjs coffee-script-source (1.12.2) - concurrent-ruby (1.1.5) - crass (1.0.5) + concurrent-ruby (1.1.8) + 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.4.1) + faraday-excon (~> 1.1) + faraday-net_http (~> 1.0) + faraday-net_http_persistent (~> 1.1) + multipart-post (>= 1.2, < 3) + ruby2_keywords (>= 0.0.4) + faraday-excon (1.1.0) + faraday-net_http (1.0.1) + faraday-net_http_persistent (1.1.0) + ffi (1.15.0) globalid (0.4.2) activesupport (>= 4.2.0) - i18n (1.6.0) + hashie (4.1.0) + i18n (1.8.10) 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.3) + loofah (2.9.1) crass (~> 1.0.2) nokogiri (>= 1.5.9) mail (2.7.1) mini_mime (>= 0.1.1) - method_source (0.9.2) - mini_mime (1.0.2) - mini_portile2 (2.4.0) - minitest (5.11.3) - nio4r (2.4.0) - nokogiri (1.10.8) - mini_portile2 (~> 2.4.0) - pry (0.12.2) - coderay (~> 1.1.0) - method_source (~> 0.9.0) + method_source (1.0.0) + mini_mime (1.1.0) + mini_portile2 (2.5.0) + minitest (5.14.4) + multi_json (1.15.0) + multi_xml (0.6.0) + multipart-post (2.1.1) + nio4r (2.5.7) + nokogiri (1.11.3) + mini_portile2 (~> 2.5.0) + racc (~> 1.4) + oauth2 (1.4.7) + faraday (>= 0.8, < 2.0) + jwt (>= 1.0, < 3.0) + multi_json (~> 1.3) + multi_xml (~> 0.5) + rack (>= 1.2, < 3) + omniauth (2.0.4) + hashie (>= 3.4.6) + rack (>= 1.6.2, < 3) + rack-protection + omniauth-facebook (8.0.0) + omniauth-oauth2 (~> 1.2) + omniauth-oauth2 (1.7.1) + oauth2 (~> 1.4) + omniauth (>= 1.9, < 3) + omniauth-rails_csrf_protection (1.0.0) + actionpack (>= 4.2) + omniauth (~> 2.0) + pry (0.14.1) + coderay (~> 1.1) + method_source (~> 1.0) + racc (1.5.2) rack (2.2.3) + rack-protection (2.1.0) + rack rack-test (0.6.3) rack (>= 1.0) rails (5.0.7.2) @@ -97,18 +137,19 @@ 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.3) + rb-fsevent (0.10.4) + rb-inotify (0.10.1) ffi (~> 1.0) + ruby2_keywords (0.0.4) sass (3.7.4) sass-listen (~> 4.0.0) sass-listen (4.0.0) @@ -120,28 +161,28 @@ 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) - sprockets-rails (3.2.1) + sprockets-rails (3.2.2) actionpack (>= 4.0) activesupport (>= 4.0) sprockets (>= 3.0.0) sqlite3 (1.3.13) - thin (1.7.2) + thin (1.8.0) daemons (~> 1.0, >= 1.0.9) eventmachine (~> 1.0, >= 1.0.4) rack (>= 1, < 3) - thor (0.20.3) + thor (1.1.0) 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.9) 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 +194,11 @@ PLATFORMS DEPENDENCIES byebug coffee-rails (~> 4.1.0) + dotenv-rails jquery-rails + omniauth + omniauth-facebook + omniauth-rails_csrf_protection pry rails (~> 5.0) sass-rails (~> 5.0) @@ -164,4 +209,4 @@ DEPENDENCIES uglifier (>= 1.3.0) BUNDLED WITH - 2.0.1 + 2.2.11 diff --git a/app/controllers/sessions_controller.rb b/app/controllers/sessions_controller.rb new file mode 100644 index 000000000..d108e97f9 --- /dev/null +++ b/app/controllers/sessions_controller.rb @@ -0,0 +1,19 @@ +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 \ No newline at end of file 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/welcome/home.html.erb b/app/views/welcome/home.html.erb index 337e7f4b0..74ed26c4e 100644 --- a/app/views/welcome/home.html.erb +++ b/app/views/welcome/home.html.erb @@ -1 +1,8 @@ -<%# 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', method: :post) %> +<% end %> \ No newline at end of file diff --git a/config/application.rb b/config/application.rb index ab6b17dc1..e8130d168 100644 --- a/config/application.rb +++ b/config/application.rb @@ -26,6 +26,6 @@ class Application < Rails::Application # Commenting out this next line because it causes Chrome to cache the HTTPS protocol for the localhost # domain, forcing students to have to clear the cache to work - #config.force_ssl = true + # config.force_ssl = true end end diff --git a/config/initializers/omniauth.rb b/config/initializers/omniauth.rb new file mode 100644 index 000000000..0591fda54 --- /dev/null +++ b/config/initializers/omniauth.rb @@ -0,0 +1,3 @@ +Rails.application.config.middleware.use OmniAuth::Builder do + provider :facebook, ENV['FACEBOOK_KEY'],ENV['FACEBOOK_SECRET'] +end \ No newline at end of file diff --git a/config/routes.rb b/config/routes.rb index f7e854806..679e7be5b 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -1,6 +1,8 @@ Rails.application.routes.draw do root 'welcome#home' + get '/auth/facebook/callback', to: 'sessions#create' + # The priority is based upon order of creation: first created -> highest priority. # See how all your routes lay out with "rake routes". diff --git a/db/migrate/20210426030504_create_users.rb b/db/migrate/20210426030504_create_users.rb new file mode 100644 index 000000000..9800bfbcd --- /dev/null +++ b/db/migrate/20210426030504_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..cddc28ebe 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: 20210426030504) 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/06/06XlRPlHWl80TFZBamYE0gD6zpdRTHm_c1gWjdrDyMA.cache b/tmp/cache/assets/sprockets/v3.0/06/06XlRPlHWl80TFZBamYE0gD6zpdRTHm_c1gWjdrDyMA.cache new file mode 100644 index 000000000..04c8ae836 --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/06/06XlRPlHWl80TFZBamYE0gD6zpdRTHm_c1gWjdrDyMA.cache @@ -0,0 +1 @@ +I"/usr/share/rvm/gems/ruby-2.6.1/gems/jquery-rails-4.4.0/vendor/assets/javascripts/jquery_ujs.js?type=application/javascript&pipeline=self&id=8d775217e54410bc3c87667edf42910bd3b9244c24be481f53734d2e7c5d2540:ET \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/19/1963QOk302fTTul2VyHhQ_9TBFYuvGZKBpzV3LfDPRQ.cache b/tmp/cache/assets/sprockets/v3.0/19/1963QOk302fTTul2VyHhQ_9TBFYuvGZKBpzV3LfDPRQ.cache new file mode 100644 index 000000000..632379d90 Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/19/1963QOk302fTTul2VyHhQ_9TBFYuvGZKBpzV3LfDPRQ.cache differ diff --git a/tmp/cache/assets/sprockets/v3.0/3-/3-lidr0s6cnQHqfyncHu5dgc9i0JtiZdzFXGzobDJ68.cache b/tmp/cache/assets/sprockets/v3.0/3-/3-lidr0s6cnQHqfyncHu5dgc9i0JtiZdzFXGzobDJ68.cache new file mode 100644 index 000000000..d99c1865c --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/3-/3-lidr0s6cnQHqfyncHu5dgc9i0JtiZdzFXGzobDJ68.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"qfile-digest:///usr/share/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 diff --git a/tmp/cache/assets/sprockets/v3.0/3U/3UobG48ceOwVNXURCE9i2JovH1E66qICYQOwfyZLj2w.cache b/tmp/cache/assets/sprockets/v3.0/3U/3UobG48ceOwVNXURCE9i2JovH1E66qICYQOwfyZLj2w.cache new file mode 100644 index 000000000..e822a8f89 --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/3U/3UobG48ceOwVNXURCE9i2JovH1E66qICYQOwfyZLj2w.cache @@ -0,0 +1 @@ +I"}app/assets/stylesheets/application.css?type=text/css&id=3049abd479b4d4322bec7809993adeb4372b89b26272218dd655c4a162955845:ET \ 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..419da84a5 --- /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">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/7o/7oGRRLjN22eIsR9HmO-m5dVdZfgO48bCFCKxPms3TsY.cache b/tmp/cache/assets/sprockets/v3.0/7o/7oGRRLjN22eIsR9HmO-m5dVdZfgO48bCFCKxPms3TsY.cache new file mode 100644 index 000000000..a409dd2ba Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/7o/7oGRRLjN22eIsR9HmO-m5dVdZfgO48bCFCKxPms3TsY.cache differ 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..e413991d7 --- /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"cfile-digest:///usr/share/rvm/gems/ruby-2.6.1/gems/jquery-rails-4.4.0/vendor/assets/javascripts;TTI"jfile-digest:///usr/share/rvm/gems/ruby-2.6.1/gems/jquery-rails-4.4.0/vendor/assets/javascripts/jquery;TTI"mfile-digest:///usr/share/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"nfile-digest:///usr/share/rvm/gems/ruby-2.6.1/gems/jquery-rails-4.4.0/vendor/assets/javascripts/jquery_ujs;TTI"qfile-digest:///usr/share/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"nfile-digest:///usr/share/rvm/gems/ruby-2.6.1/gems/jquery-rails-4.4.0/vendor/assets/javascripts/turbolinks;TTI"`file-digest:///usr/share/rvm/gems/ruby-2.6.1/gems/coffee-rails-4.1.1/lib/assets/javascripts;TTI"kfile-digest:///usr/share/rvm/gems/ruby-2.6.1/gems/coffee-rails-4.1.1/lib/assets/javascripts/turbolinks;TTI"^file-digest:///usr/share/rvm/gems/ruby-2.6.1/gems/actioncable-5.0.7.2/lib/assets/compiled;TTI"ifile-digest:///usr/share/rvm/gems/ruby-2.6.1/gems/actioncable-5.0.7.2/lib/assets/compiled/turbolinks;TTI"efile-digest:///usr/share/rvm/gems/ruby-2.6.1/gems/turbolinks-source-5.2.0/lib/assets/javascripts;TTI"pfile-digest:///usr/share/rvm/gems/ruby-2.6.1/gems/turbolinks-source-5.2.0/lib/assets/javascripts/turbolinks;TTI"sfile-digest:///usr/share/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/Bj/BjE0Q7EYkptQE9_B7sBa7C9QL4rL9NwHhJsHZoE5DSw.cache b/tmp/cache/assets/sprockets/v3.0/Bj/BjE0Q7EYkptQE9_B7sBa7C9QL4rL9NwHhJsHZoE5DSw.cache new file mode 100644 index 000000000..d4d70cd0f --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/Bj/BjE0Q7EYkptQE9_B7sBa7C9QL4rL9NwHhJsHZoE5DSw.cache @@ -0,0 +1 @@ +"%Ѱč@6HuZoXZgbh0WV \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/DA/DASCwK772CJzXB5VCU2ZNF3Lip2eJGCYiKpti7g6yBY.cache b/tmp/cache/assets/sprockets/v3.0/DA/DASCwK772CJzXB5VCU2ZNF3Lip2eJGCYiKpti7g6yBY.cache new file mode 100644 index 000000000..aab7d5bcd --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/DA/DASCwK772CJzXB5VCU2ZNF3Lip2eJGCYiKpti7g6yBY.cache @@ -0,0 +1 @@ +I"app/assets/javascripts/application.js?type=application/javascript&pipeline=self&id=5aa73a50978fb17a8e25646f36b67d4d849b7012a43e893d9d80b45b10a4de5b: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..4e82a6d26 --- /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">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/EB/EBtbhweQl74JQNkwFL3ahZH_9x44ceqa9hOT8lQ_SfM.cache b/tmp/cache/assets/sprockets/v3.0/EB/EBtbhweQl74JQNkwFL3ahZH_9x44ceqa9hOT8lQ_SfM.cache new file mode 100644 index 000000000..634069599 --- /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"mfile-digest:///usr/share/rvm/gems/ruby-2.6.1/gems/jquery-rails-4.4.0/vendor/assets/javascripts/jquery.js;TTI"qfile-digest:///usr/share/rvm/gems/ruby-2.6.1/gems/jquery-rails-4.4.0/vendor/assets/javascripts/jquery_ujs.js;TTI"sfile-digest:///usr/share/rvm/gems/ruby-2.6.1/gems/turbolinks-source-5.2.0/lib/assets/javascripts/turbolinks.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"cfile-digest:///usr/share/rvm/gems/ruby-2.6.1/gems/jquery-rails-4.4.0/vendor/assets/javascripts;TTI"jfile-digest:///usr/share/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"nfile-digest:///usr/share/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"nfile-digest:///usr/share/rvm/gems/ruby-2.6.1/gems/jquery-rails-4.4.0/vendor/assets/javascripts/turbolinks;TTI"`file-digest:///usr/share/rvm/gems/ruby-2.6.1/gems/coffee-rails-4.1.1/lib/assets/javascripts;TTI"kfile-digest:///usr/share/rvm/gems/ruby-2.6.1/gems/coffee-rails-4.1.1/lib/assets/javascripts/turbolinks;TTI"^file-digest:///usr/share/rvm/gems/ruby-2.6.1/gems/actioncable-5.0.7.2/lib/assets/compiled;TTI"ifile-digest:///usr/share/rvm/gems/ruby-2.6.1/gems/actioncable-5.0.7.2/lib/assets/compiled/turbolinks;TTI"efile-digest:///usr/share/rvm/gems/ruby-2.6.1/gems/turbolinks-source-5.2.0/lib/assets/javascripts;TTI"pfile-digest:///usr/share/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/EoeIsEq8_8AB84Sb_eBamkbmZ6YIfqSMcc7_xl6Kv30.cache b/tmp/cache/assets/sprockets/v3.0/Eo/EoeIsEq8_8AB84Sb_eBamkbmZ6YIfqSMcc7_xl6Kv30.cache new file mode 100644 index 000000000..a5b6bb1e7 --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/Eo/EoeIsEq8_8AB84Sb_eBamkbmZ6YIfqSMcc7_xl6Kv30.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:///usr/share/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/FI/FIGLPktcqWB8S5JeZE93RPbVFTy_lJmVbGmX_YGT81I.cache b/tmp/cache/assets/sprockets/v3.0/FI/FIGLPktcqWB8S5JeZE93RPbVFTy_lJmVbGmX_YGT81I.cache new file mode 100644 index 000000000..c88336c45 Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/FI/FIGLPktcqWB8S5JeZE93RPbVFTy_lJmVbGmX_YGT81I.cache differ diff --git a/tmp/cache/assets/sprockets/v3.0/Is/IsM3bRtyJsT0zE-Yo9VEw_MufJTO0UyilVexseeHL3o.cache b/tmp/cache/assets/sprockets/v3.0/Is/IsM3bRtyJsT0zE-Yo9VEw_MufJTO0UyilVexseeHL3o.cache new file mode 100644 index 000000000..383bdf1c8 --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/Is/IsM3bRtyJsT0zE-Yo9VEw_MufJTO0UyilVexseeHL3o.cache @@ -0,0 +1 @@ +"%/.?Ȳ0-HqNc2{Mrb \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/Md/MdKR3g3jQB6Fxa2akgkE19_GjdYuhuZiftJa25PYvwk.cache b/tmp/cache/assets/sprockets/v3.0/Md/MdKR3g3jQB6Fxa2akgkE19_GjdYuhuZiftJa25PYvwk.cache new file mode 100644 index 000000000..efa966366 --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/Md/MdKR3g3jQB6Fxa2akgkE19_GjdYuhuZiftJa25PYvwk.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"mfile-digest:///usr/share/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/Mq/MqloCh3SCwpe0smP3AWk3rvJCKfk3dVvhiD85lANFAs.cache b/tmp/cache/assets/sprockets/v3.0/Mq/MqloCh3SCwpe0smP3AWk3rvJCKfk3dVvhiD85lANFAs.cache new file mode 100644 index 000000000..0a785c66f Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/Mq/MqloCh3SCwpe0smP3AWk3rvJCKfk3dVvhiD85lANFAs.cache differ 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..99c1ed4d7 --- /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;TTF \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/R1/R1gyaieUZ8nIIPrOkxQuu19EZ2dRCBp8FwqMqSCO8qE.cache b/tmp/cache/assets/sprockets/v3.0/R1/R1gyaieUZ8nIIPrOkxQuu19EZ2dRCBp8FwqMqSCO8qE.cache new file mode 100644 index 000000000..2800ad3b2 --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/R1/R1gyaieUZ8nIIPrOkxQuu19EZ2dRCBp8FwqMqSCO8qE.cache @@ -0,0 +1 @@ +"%Bșo$'AdLxRU \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/RF/RF5IYptFP6ON0dY-kpeb-OiErqxRyrEg4I3X1oYjf2g.cache b/tmp/cache/assets/sprockets/v3.0/RF/RF5IYptFP6ON0dY-kpeb-OiErqxRyrEg4I3X1oYjf2g.cache new file mode 100644 index 000000000..216367079 --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/RF/RF5IYptFP6ON0dY-kpeb-OiErqxRyrEg4I3X1oYjf2g.cache @@ -0,0 +1 @@ +I"/usr/share/rvm/gems/ruby-2.6.1/gems/turbolinks-source-5.2.0/lib/assets/javascripts/turbolinks.js?type=application/javascript&pipeline=self&id=4ce535ae6d8bd126823f6b23f91bdd94a6f622feb284dc8ad780f7ba8ff73ace:ET \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/S6/S6OnrI-NUni9aJh8lYzv9S3SKvnu9xv5Lv3CjrdRzx8.cache b/tmp/cache/assets/sprockets/v3.0/S6/S6OnrI-NUni9aJh8lYzv9S3SKvnu9xv5Lv3CjrdRzx8.cache new file mode 100644 index 000000000..47e05f336 --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/S6/S6OnrI-NUni9aJh8lYzv9S3SKvnu9xv5Lv3CjrdRzx8.cache @@ -0,0 +1 @@ +"%` /F Y(}HR \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/Sj/Sj82R-Mw5md1uBpED2hoa3IVw9VEAo_MvkEZgCW2Xvc.cache b/tmp/cache/assets/sprockets/v3.0/Sj/Sj82R-Mw5md1uBpED2hoa3IVw9VEAo_MvkEZgCW2Xvc.cache new file mode 100644 index 000000000..57f9aa250 --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/Sj/Sj82R-Mw5md1uBpED2hoa3IVw9VEAo_MvkEZgCW2Xvc.cache @@ -0,0 +1 @@ +I"app/assets/stylesheets/application.css?type=text/css&pipeline=self&id=136147df594990e4d650381c1ab64be1a0696c1100d16196dd9f96ee6a35243d:ET \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/Ti/TiNn_OnLRstxRQL4Njhz3pg7q1YnAVUJT08rEmecHgk.cache b/tmp/cache/assets/sprockets/v3.0/Ti/TiNn_OnLRstxRQL4Njhz3pg7q1YnAVUJT08rEmecHgk.cache new file mode 100644 index 000000000..3218a482b --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/Ti/TiNn_OnLRstxRQL4Njhz3pg7q1YnAVUJT08rEmecHgk.cache @@ -0,0 +1 @@ +"%~2%a5pLJe5-,$o\2 \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/Ty/TyIMe-f6wSAGuWn9FmLAazS9PZ5b7iZTX59gJHnqqlI.cache b/tmp/cache/assets/sprockets/v3.0/Ty/TyIMe-f6wSAGuWn9FmLAazS9PZ5b7iZTX59gJHnqqlI.cache new file mode 100644 index 000000000..cc004f7c5 --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/Ty/TyIMe-f6wSAGuWn9FmLAazS9PZ5b7iZTX59gJHnqqlI.cache @@ -0,0 +1 @@ +I"app/assets/javascripts/application.js?type=application/javascript&pipeline=debug&id=ad36f366e3d3cf839755cb46a70371adb519f42608e45ac217581e7b3d53097c:ET \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/YW/YWFilhCSrfi1APLNVqddwoqMMkbJFufR50dBubExQ74.cache b/tmp/cache/assets/sprockets/v3.0/YW/YWFilhCSrfi1APLNVqddwoqMMkbJFufR50dBubExQ74.cache new file mode 100644 index 000000000..0cbaaa59d Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/YW/YWFilhCSrfi1APLNVqddwoqMMkbJFufR50dBubExQ74.cache differ diff --git a/tmp/cache/assets/sprockets/v3.0/_t/_tMmx9hsC8qNqrjbG4aNM5Jj1TUaWhnimGgihioLANU.cache b/tmp/cache/assets/sprockets/v3.0/_t/_tMmx9hsC8qNqrjbG4aNM5Jj1TUaWhnimGgihioLANU.cache new file mode 100644 index 000000000..6a712fcff --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/_t/_tMmx9hsC8qNqrjbG4aNM5Jj1TUaWhnimGgihioLANU.cache @@ -0,0 +1 @@ +I"/usr/share/rvm/gems/ruby-2.6.1/gems/jquery-rails-4.4.0/vendor/assets/javascripts/jquery.js?type=application/javascript&pipeline=self&id=deba4615d46ba6f68737e242b4acefe8569fbc9fea9a47a9b8f4d6cab4cea3e5:ET \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/bU/BUWMVKr8_LhT6qvDh4LByU91LHVOnZHUHlN2iWOD4gw.cache b/tmp/cache/assets/sprockets/v3.0/bU/BUWMVKr8_LhT6qvDh4LByU91LHVOnZHUHlN2iWOD4gw.cache new file mode 100644 index 000000000..5ee861baa Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/bU/BUWMVKr8_LhT6qvDh4LByU91LHVOnZHUHlN2iWOD4gw.cache differ diff --git a/tmp/cache/assets/sprockets/v3.0/bU/bUE4SGuLMFKsx7t2uMqYDNLO5Gfyp17Db_S8XXV5hKM.cache b/tmp/cache/assets/sprockets/v3.0/bU/bUE4SGuLMFKsx7t2uMqYDNLO5Gfyp17Db_S8XXV5hKM.cache new file mode 100644 index 000000000..e872a0bf7 --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/bU/bUE4SGuLMFKsx7t2uMqYDNLO5Gfyp17Db_S8XXV5hKM.cache @@ -0,0 +1 @@ +I"app/assets/javascripts/application.js?type=application/javascript&id=99fcb88b56b2af725e3fca48ce84d757a8525f7046e3953921930425da191683:ET \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/gc/gcgviGxAo_5n_uNf4LSYeuIJAlrnotpW5uKLI6liiYw.cache b/tmp/cache/assets/sprockets/v3.0/gc/gcgviGxAo_5n_uNf4LSYeuIJAlrnotpW5uKLI6liiYw.cache new file mode 100644 index 000000000..5b105354e --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/gc/gcgviGxAo_5n_uNf4LSYeuIJAlrnotpW5uKLI6liiYw.cache @@ -0,0 +1 @@ +"%C6ܦM=Qu/,"c5u \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/gf/gfK4qKiPu03VpLhQeISJuPZw016Jb5jPrpQwUSY5Ehs.cache b/tmp/cache/assets/sprockets/v3.0/gf/gfK4qKiPu03VpLhQeISJuPZw016Jb5jPrpQwUSY5Ehs.cache new file mode 100644 index 000000000..58ded955e --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/gf/gfK4qKiPu03VpLhQeISJuPZw016Jb5jPrpQwUSY5Ehs.cache @@ -0,0 +1 @@ +"%ónx|b[ģYxF \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/hO/hOAgB-M0juV_L4HZ9AMraXj1JIhnzC9XkhgxxPXP5qM.cache b/tmp/cache/assets/sprockets/v3.0/hO/hOAgB-M0juV_L4HZ9AMraXj1JIhnzC9XkhgxxPXP5qM.cache new file mode 100644 index 000000000..59b348e26 --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/hO/hOAgB-M0juV_L4HZ9AMraXj1JIhnzC9XkhgxxPXP5qM.cache @@ -0,0 +1 @@ +"%d-K`8Y3͹/Ya~K \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/hn/hnQfdgStG2N2XVp1QflYjatxEe3JAUipekrhzm8yg_s.cache b/tmp/cache/assets/sprockets/v3.0/hn/hnQfdgStG2N2XVp1QflYjatxEe3JAUipekrhzm8yg_s.cache new file mode 100644 index 000000000..c2ee21c96 Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/hn/hnQfdgStG2N2XVp1QflYjatxEe3JAUipekrhzm8yg_s.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..bcdd15ad6 --- /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"mfile-digest:///usr/share/rvm/gems/ruby-2.6.1/gems/jquery-rails-4.4.0/vendor/assets/javascripts/jquery.js;TTI"qfile-digest:///usr/share/rvm/gems/ruby-2.6.1/gems/jquery-rails-4.4.0/vendor/assets/javascripts/jquery_ujs.js;TTI"sfile-digest:///usr/share/rvm/gems/ruby-2.6.1/gems/turbolinks-source-5.2.0/lib/assets/javascripts/turbolinks.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"cfile-digest:///usr/share/rvm/gems/ruby-2.6.1/gems/jquery-rails-4.4.0/vendor/assets/javascripts;TTI"jfile-digest:///usr/share/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"nfile-digest:///usr/share/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"nfile-digest:///usr/share/rvm/gems/ruby-2.6.1/gems/jquery-rails-4.4.0/vendor/assets/javascripts/turbolinks;TTI"`file-digest:///usr/share/rvm/gems/ruby-2.6.1/gems/coffee-rails-4.1.1/lib/assets/javascripts;TTI"kfile-digest:///usr/share/rvm/gems/ruby-2.6.1/gems/coffee-rails-4.1.1/lib/assets/javascripts/turbolinks;TTI"^file-digest:///usr/share/rvm/gems/ruby-2.6.1/gems/actioncable-5.0.7.2/lib/assets/compiled;TTI"ifile-digest:///usr/share/rvm/gems/ruby-2.6.1/gems/actioncable-5.0.7.2/lib/assets/compiled/turbolinks;TTI"efile-digest:///usr/share/rvm/gems/ruby-2.6.1/gems/turbolinks-source-5.2.0/lib/assets/javascripts;TTI"pfile-digest:///usr/share/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/nk/nk2hwS5d1VLyA_sm1ZI8BrqR9X1WgOpyx9nxZI5cS5s.cache b/tmp/cache/assets/sprockets/v3.0/nk/nk2hwS5d1VLyA_sm1ZI8BrqR9X1WgOpyx9nxZI5cS5s.cache new file mode 100644 index 000000000..9944c1d88 --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/nk/nk2hwS5d1VLyA_sm1ZI8BrqR9X1WgOpyx9nxZI5cS5s.cache @@ -0,0 +1 @@ +"%xJg&k"UmXV;Fj \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/oL/oLia8S6YpDq3DRq2Q-MG0VQaHfVF7bS__HrMQBWH5GM.cache b/tmp/cache/assets/sprockets/v3.0/oL/oLia8S6YpDq3DRq2Q-MG0VQaHfVF7bS__HrMQBWH5GM.cache new file mode 100644 index 000000000..7aaf37dfd --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/oL/oLia8S6YpDq3DRq2Q-MG0VQaHfVF7bS__HrMQBWH5GM.cache @@ -0,0 +1 @@ +"%RmvS3.OLڹcƕq=_j \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/qw/qwXQLH1os9BDlErqYcecHvCBZiJVv6ZFdlbD8Izk2OA.cache b/tmp/cache/assets/sprockets/v3.0/qw/qwXQLH1os9BDlErqYcecHvCBZiJVv6ZFdlbD8Izk2OA.cache new file mode 100644 index 000000000..78ac06ddd --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/qw/qwXQLH1os9BDlErqYcecHvCBZiJVv6ZFdlbD8Izk2OA.cache @@ -0,0 +1 @@ +I"app/assets/stylesheets/application.css?type=text/css&pipeline=debug&id=f6cbe6d536e61e8b76f1f83a87f75aeb6d97a07b4dfe22aa202a60015f8c72fc:ET \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/ra/raNXlMC6isFhE51QA3HK-9S5k2RMorOyjyMHDdAwur8.cache b/tmp/cache/assets/sprockets/v3.0/ra/raNXlMC6isFhE51QA3HK-9S5k2RMorOyjyMHDdAwur8.cache new file mode 100644 index 000000000..5c5e1dcd9 --- /dev/null +++ b/tmp/cache/assets/sprockets/v3.0/ra/raNXlMC6isFhE51QA3HK-9S5k2RMorOyjyMHDdAwur8.cache @@ -0,0 +1 @@ +"%uWljZ xU>?]pcs \ No newline at end of file diff --git a/tmp/cache/assets/sprockets/v3.0/si/siD8KNtSL75GUQ7z6r4wfdufe8cr4TWO8hFhUi9Mq_E.cache b/tmp/cache/assets/sprockets/v3.0/si/siD8KNtSL75GUQ7z6r4wfdufe8cr4TWO8hFhUi9Mq_E.cache new file mode 100644 index 000000000..a4c2cc2be Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/si/siD8KNtSL75GUQ7z6r4wfdufe8cr4TWO8hFhUi9Mq_E.cache differ diff --git a/tmp/cache/assets/sprockets/v3.0/yX/yXJTAuzbx5ah_CB1GD0ebhcXgXYWtXW8HdlB_sGeL_8.cache b/tmp/cache/assets/sprockets/v3.0/yX/yXJTAuzbx5ah_CB1GD0ebhcXgXYWtXW8HdlB_sGeL_8.cache new file mode 100644 index 000000000..b022f431e Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/yX/yXJTAuzbx5ah_CB1GD0ebhcXgXYWtXW8HdlB_sGeL_8.cache differ diff --git a/tmp/cache/assets/sprockets/v3.0/zF/zFGnTxhnYq5BWDmIUaLbucbnBGofe93BaE5ymfxatRk.cache b/tmp/cache/assets/sprockets/v3.0/zF/zFGnTxhnYq5BWDmIUaLbucbnBGofe93BaE5ymfxatRk.cache new file mode 100644 index 000000000..55c7aa5f4 Binary files /dev/null and b/tmp/cache/assets/sprockets/v3.0/zF/zFGnTxhnYq5BWDmIUaLbucbnBGofe93BaE5ymfxatRk.cache differ